Merge "Remove reference to monolithic puppet-openstack"

This commit is contained in:
Zuul 2024-02-29 09:21:23 +00:00 committed by Gerrit Code Review
commit 33770d44b5
3 changed files with 5 additions and 10 deletions

View File

@ -21,7 +21,6 @@
- openstack/puppet-manila
- openstack/puppet-neutron
- openstack/puppet-nova
- openstack/puppet-openstack_extras
- openstack/puppet-openstacklib
- openstack/puppet-oslo
- openstack/puppet-ovn

View File

@ -54,10 +54,6 @@ mod 'nova',
:git => 'https://github.com/openstack/puppet-nova',
:ref => 'master'
mod 'openstack_extras',
:git => 'https://github.com/openstack/puppet-openstack_extras',
:ref => 'master'
mod 'openstacklib',
:git => 'https://github.com/openstack/puppet-openstacklib',
:ref => 'master'

View File

@ -149,11 +149,11 @@ def copy_puppet_modules(config, messages):
'firewall', 'glance', 'gnocchi', 'heat', 'horizon',
'inifile', 'ironic', 'keystone', 'magnum', 'manila',
'memcached', 'mysql', 'neutron', 'nova', 'nssdb',
'openstack', 'openstacklib', 'oslo', 'ovn',
'packstack', 'placement', 'rabbitmq', 'redis',
'remote', 'rsync', 'sahara', 'ssh', 'stdlib',
'swift', 'sysctl', 'systemd', 'tempest', 'trove',
'vcsrepo', 'vswitch', 'xinetd'))
'openstacklib', 'oslo', 'ovn', 'packstack',
'placement', 'rabbitmq', 'redis', 'remote', 'rsync',
'sahara', 'ssh', 'stdlib', 'swift', 'sysctl',
'systemd', 'tempest', 'trove', 'vcsrepo', 'vswitch',
'xinetd'))
# write puppet manifest to disk
manifestfiles.writeManifests()