Switch to stable/2024.2 branch
Change-Id: I0cb4d6d0f5ae8d77c4e551cd2ac1154bc9a62278
This commit is contained in:
@@ -2,3 +2,4 @@
|
|||||||
host=review.opendev.org
|
host=review.opendev.org
|
||||||
port=29418
|
port=29418
|
||||||
project=x/packstack.git
|
project=x/packstack.git
|
||||||
|
defaultbranch=stable/2024.2
|
||||||
|
|||||||
@@ -35,8 +35,8 @@
|
|||||||
parent: packstack-base
|
parent: packstack-base
|
||||||
vars:
|
vars:
|
||||||
selinux_enforcing: "false"
|
selinux_enforcing: "false"
|
||||||
delorean: "https://trunk.rdoproject.org/centos9-master/puppet-passed-ci/delorean.repo"
|
delorean: "https://trunk.rdoproject.org/centos9-dalmatian/puppet-passed-ci/delorean.repo"
|
||||||
delorean_deps: "https://trunk.rdoproject.org/centos9-master/delorean-deps.repo"
|
delorean_deps: "https://trunk.rdoproject.org/centos9-dalmatian/delorean-deps.repo"
|
||||||
pre-run: playbooks/packstack-centos9-pre.yaml
|
pre-run: playbooks/packstack-centos9-pre.yaml
|
||||||
nodeset:
|
nodeset:
|
||||||
nodes:
|
nodes:
|
||||||
@@ -49,8 +49,8 @@
|
|||||||
parent: packstack-base
|
parent: packstack-base
|
||||||
vars:
|
vars:
|
||||||
selinux_enforcing: "false"
|
selinux_enforcing: "false"
|
||||||
delorean: "https://trunk.rdoproject.org/centos9-master/puppet-passed-ci/delorean.repo"
|
delorean: "https://trunk.rdoproject.org/centos9-dalmatian/puppet-passed-ci/delorean.repo"
|
||||||
delorean_deps: "https://trunk.rdoproject.org/centos9-master/delorean-deps.repo"
|
delorean_deps: "https://trunk.rdoproject.org/centos9-dalmatian/delorean-deps.repo"
|
||||||
pre-run: playbooks/packstack-centos9-pre.yaml
|
pre-run: playbooks/packstack-centos9-pre.yaml
|
||||||
post-run: playbooks/packstack-post-compute.yaml
|
post-run: playbooks/packstack-post-compute.yaml
|
||||||
nodeset:
|
nodeset:
|
||||||
|
|||||||
56
Puppetfile
56
Puppetfile
@@ -4,87 +4,87 @@ moduledir '/usr/share/openstack-puppet/modules'
|
|||||||
|
|
||||||
mod 'aodh',
|
mod 'aodh',
|
||||||
:git => 'https://github.com/openstack/puppet-aodh',
|
:git => 'https://github.com/openstack/puppet-aodh',
|
||||||
:ref => 'master'
|
:ref => 'stable/2024.2'
|
||||||
|
|
||||||
mod 'ceilometer',
|
mod 'ceilometer',
|
||||||
:git => 'https://github.com/openstack/puppet-ceilometer',
|
:git => 'https://github.com/openstack/puppet-ceilometer',
|
||||||
:ref => 'master'
|
:ref => 'stable/2024.2'
|
||||||
|
|
||||||
mod 'cinder',
|
mod 'cinder',
|
||||||
:git => 'https://github.com/openstack/puppet-cinder',
|
:git => 'https://github.com/openstack/puppet-cinder',
|
||||||
:ref => 'master'
|
:ref => 'stable/2024.2'
|
||||||
|
|
||||||
mod 'glance',
|
mod 'glance',
|
||||||
:git => 'https://github.com/openstack/puppet-glance',
|
:git => 'https://github.com/openstack/puppet-glance',
|
||||||
:ref => 'master'
|
:ref => 'stable/2024.2'
|
||||||
|
|
||||||
mod 'gnocchi',
|
mod 'gnocchi',
|
||||||
:git => 'https://github.com/openstack/puppet-gnocchi',
|
:git => 'https://github.com/openstack/puppet-gnocchi',
|
||||||
:ref => 'master'
|
:ref => 'stable/2024.2'
|
||||||
|
|
||||||
mod 'heat',
|
mod 'heat',
|
||||||
:git => 'https://github.com/openstack/puppet-heat',
|
:git => 'https://github.com/openstack/puppet-heat',
|
||||||
:ref => 'master'
|
:ref => 'stable/2024.2'
|
||||||
|
|
||||||
mod 'magnum',
|
mod 'magnum',
|
||||||
:git => 'https://github.com/openstack/puppet-magnum',
|
:git => 'https://github.com/openstack/puppet-magnum',
|
||||||
:ref => 'master'
|
:ref => 'stable/2024.2'
|
||||||
|
|
||||||
mod 'horizon',
|
mod 'horizon',
|
||||||
:git => 'https://github.com/openstack/puppet-horizon',
|
:git => 'https://github.com/openstack/puppet-horizon',
|
||||||
:ref => 'master'
|
:ref => 'stable/2024.2'
|
||||||
|
|
||||||
mod 'ironic',
|
mod 'ironic',
|
||||||
:git => 'https://github.com/openstack/puppet-ironic',
|
:git => 'https://github.com/openstack/puppet-ironic',
|
||||||
:ref => 'master'
|
:ref => 'stable/2024.2'
|
||||||
|
|
||||||
mod 'keystone',
|
mod 'keystone',
|
||||||
:git => 'https://github.com/openstack/puppet-keystone',
|
:git => 'https://github.com/openstack/puppet-keystone',
|
||||||
:ref => 'master'
|
:ref => 'stable/2024.2'
|
||||||
|
|
||||||
mod 'manila',
|
mod 'manila',
|
||||||
:git => 'https://github.com/openstack/puppet-manila',
|
:git => 'https://github.com/openstack/puppet-manila',
|
||||||
:ref => 'master'
|
:ref => 'stable/2024.2'
|
||||||
|
|
||||||
mod 'neutron',
|
mod 'neutron',
|
||||||
:git => 'https://github.com/openstack/puppet-neutron',
|
:git => 'https://github.com/openstack/puppet-neutron',
|
||||||
:ref => 'master'
|
:ref => 'stable/2024.2'
|
||||||
|
|
||||||
mod 'nova',
|
mod 'nova',
|
||||||
:git => 'https://github.com/openstack/puppet-nova',
|
:git => 'https://github.com/openstack/puppet-nova',
|
||||||
:ref => 'master'
|
:ref => 'stable/2024.2'
|
||||||
|
|
||||||
mod 'openstacklib',
|
mod 'openstacklib',
|
||||||
:git => 'https://github.com/openstack/puppet-openstacklib',
|
:git => 'https://github.com/openstack/puppet-openstacklib',
|
||||||
:ref => 'master'
|
:ref => 'stable/2024.2'
|
||||||
|
|
||||||
mod 'oslo',
|
mod 'oslo',
|
||||||
:git => 'https://github.com/openstack/puppet-oslo',
|
:git => 'https://github.com/openstack/puppet-oslo',
|
||||||
:ref => 'master'
|
:ref => 'stable/2024.2'
|
||||||
|
|
||||||
mod 'ovn',
|
mod 'ovn',
|
||||||
:git => 'https://github.com/openstack/puppet-ovn',
|
:git => 'https://github.com/openstack/puppet-ovn',
|
||||||
:ref => 'master'
|
:ref => 'stable/2024.2'
|
||||||
|
|
||||||
mod 'placement',
|
mod 'placement',
|
||||||
:git => 'https://github.com/openstack/puppet-placement',
|
:git => 'https://github.com/openstack/puppet-placement',
|
||||||
:ref => 'master'
|
:ref => 'stable/2024.2'
|
||||||
|
|
||||||
mod 'swift',
|
mod 'swift',
|
||||||
:git => 'https://github.com/openstack/puppet-swift',
|
:git => 'https://github.com/openstack/puppet-swift',
|
||||||
:ref => 'master'
|
:ref => 'stable/2024.2'
|
||||||
|
|
||||||
mod 'tempest',
|
mod 'tempest',
|
||||||
:git => 'https://github.com/openstack/puppet-tempest',
|
:git => 'https://github.com/openstack/puppet-tempest',
|
||||||
:ref => 'master'
|
:ref => 'stable/2024.2'
|
||||||
|
|
||||||
mod 'trove',
|
mod 'trove',
|
||||||
:git => 'https://github.com/openstack/puppet-trove',
|
:git => 'https://github.com/openstack/puppet-trove',
|
||||||
:ref => 'master'
|
:ref => 'stable/2024.2'
|
||||||
|
|
||||||
mod 'vswitch',
|
mod 'vswitch',
|
||||||
:git => 'https://github.com/openstack/puppet-vswitch',
|
:git => 'https://github.com/openstack/puppet-vswitch',
|
||||||
:ref => 'master'
|
:ref => 'stable/2024.2'
|
||||||
|
|
||||||
## Non-OpenStack modules
|
## Non-OpenStack modules
|
||||||
|
|
||||||
@@ -114,19 +114,19 @@ mod 'mysql',
|
|||||||
|
|
||||||
mod 'nssdb',
|
mod 'nssdb',
|
||||||
:git => 'https://github.com/rcritten/puppet-nssdb',
|
:git => 'https://github.com/rcritten/puppet-nssdb',
|
||||||
:ref => 'master'
|
:ref => 'stable/2024.2'
|
||||||
|
|
||||||
mod 'rabbitmq',
|
mod 'rabbitmq',
|
||||||
:git => 'https://github.com/voxpupuli/puppet-rabbitmq',
|
:git => 'https://github.com/voxpupuli/puppet-rabbitmq',
|
||||||
:ref => 'master'
|
:ref => 'stable/2024.2'
|
||||||
|
|
||||||
mod 'redis',
|
mod 'redis',
|
||||||
:git => 'https://github.com/arioch/puppet-redis',
|
:git => 'https://github.com/arioch/puppet-redis',
|
||||||
:ref => 'master'
|
:ref => 'stable/2024.2'
|
||||||
|
|
||||||
mod 'remote',
|
mod 'remote',
|
||||||
:git => 'https://github.com/paramite/puppet-remote',
|
:git => 'https://github.com/paramite/puppet-remote',
|
||||||
:ref => 'master'
|
:ref => 'stable/2024.2'
|
||||||
|
|
||||||
mod 'rsync',
|
mod 'rsync',
|
||||||
:git => 'https://github.com/puppetlabs/puppetlabs-rsync',
|
:git => 'https://github.com/puppetlabs/puppetlabs-rsync',
|
||||||
@@ -134,7 +134,7 @@ mod 'rsync',
|
|||||||
|
|
||||||
mod 'ssh',
|
mod 'ssh',
|
||||||
:git => 'https://github.com/saz/puppet-ssh',
|
:git => 'https://github.com/saz/puppet-ssh',
|
||||||
:ref => 'master'
|
:ref => 'stable/2024.2'
|
||||||
|
|
||||||
mod 'stdlib',
|
mod 'stdlib',
|
||||||
:git => 'https://github.com/puppetlabs/puppetlabs-stdlib',
|
:git => 'https://github.com/puppetlabs/puppetlabs-stdlib',
|
||||||
@@ -142,11 +142,11 @@ mod 'stdlib',
|
|||||||
|
|
||||||
mod 'sysctl',
|
mod 'sysctl',
|
||||||
:git => 'https://github.com/duritong/puppet-sysctl',
|
:git => 'https://github.com/duritong/puppet-sysctl',
|
||||||
:ref => 'master'
|
:ref => 'stable/2024.2'
|
||||||
|
|
||||||
mod 'systemd',
|
mod 'systemd',
|
||||||
:git => 'https://github.com/voxpupuli/puppet-systemd',
|
:git => 'https://github.com/voxpupuli/puppet-systemd',
|
||||||
:ref => 'master'
|
:ref => 'stable/2024.2'
|
||||||
|
|
||||||
mod 'vcsrepo',
|
mod 'vcsrepo',
|
||||||
:git => 'https://github.com/puppetlabs/puppetlabs-vcsrepo',
|
:git => 'https://github.com/puppetlabs/puppetlabs-vcsrepo',
|
||||||
|
|||||||
Reference in New Issue
Block a user