Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions playbooks/luna_demo_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,18 @@
- plugins/foreman_ansible
vars:
katello_provisioning_organization: Demo
foreman_repositories_version: 1.22
katello_repositories_version: 3.12
foreman_repositories_version: 3.14
katello_repositories_version: 4.16
katello_provisioning_location: Belgium
foreman_installer_scenario: katello
foreman_installer_options_internal_use_only:
- "--disable-system-checks"
foreman_installer_additional_packages:
- rubygem-ruby-libvirt
- foreman-installer-katello
foreman_installer_options:
- "--foreman-initial-admin-password {{ foreman_installer_admin_password }}"
- "--foreman-initial-organization {{ katello_provisioning_organization }}"
- "--foreman-initial-location {{ katello_provisioning_location }}"
- "--tuning development"
- "--puppet-show-diff=true"
- "--foreman-proxy-dns true"
- "--foreman-proxy-dhcp true"
Expand All @@ -47,7 +46,7 @@
- "--foreman-proxy-dhcp-provider libvirt"
- "--foreman-proxy-libvirt-network provision"
- "--foreman-proxy-dhcp-interface virbr1"
- "--enable-foreman-compute-{libvirt,ec2,gce,openstack,ovirt,vmware}"
- "--enable-foreman-compute-{libvirt,ec2,openstack,ovirt,vmware}"
- "--enable-foreman-plugin-openscap"
- "--enable-foreman-proxy-plugin-openscap"
- "--enable-foreman-plugin-ansible"
Expand Down
4 changes: 2 additions & 2 deletions vagrant/boxes.d/99-local.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ almalinux8-katello-devel:
- "--foreman-proxy-content-enable-ostree=true"
- "--katello-devel-modulestream-nodejs=12"

almalinux8-luna-demo:
box: almalinux8
centos9-stream-luna-demo:
box: centos9-stream
memory: 10240
ansible:
playbook: playbooks/luna_demo_environment.yml
Expand Down
Loading