diff --git a/playbooks/luna_demo_environment.yml b/playbooks/luna_demo_environment.yml index cc001c58d..0ef745786 100644 --- a/playbooks/luna_demo_environment.yml +++ b/playbooks/luna_demo_environment.yml @@ -24,12 +24,10 @@ - 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 @@ -37,6 +35,7 @@ - "--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" @@ -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" diff --git a/vagrant/boxes.d/99-local.yaml.example b/vagrant/boxes.d/99-local.yaml.example index 444dab94f..24d0bf7d0 100644 --- a/vagrant/boxes.d/99-local.yaml.example +++ b/vagrant/boxes.d/99-local.yaml.example @@ -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