Closed npawelek closed 4 years ago
Thank you for submitting a pull request to this project!
Once all check
jobs have passed and the pull request has received a
sufficient number of reviews, the repository's gate
jobs can be triggered by
adding a comment of :shipit:
to this pull request.
When the gate
jobs have completed successfully, this pull request will get
merged automatically.
recheck_bionic_mnaio_osp13_deploy recheck_trusty_newton_deploy recheck_xenial_ceph_deploy recheck_xenial_newton_deploy
recheck_trusty_newton_deploy recheck_xenial_ceph_deploy recheck_xenial_newton_deploy
this only affects osp13 which listens exclusively on localhost in later versions, if it's not there, it'll fallback to the same way it's always worked
This change adds some basic introspection to the maas-infra-rabbitmq.yml playbooks. The latest minor release of OSP13 modified the rabbitmq.config management section to lock down access explicitly to localhost. Dynamic inventory cannot be updated as it would break prior releases, and puppet can't effectively be modified to prevent changes in later OSP releases from breaking it again.
Signed-off-by: Nathan Pawelek nathan.pawelek@rackspace.com