rcbops / rpc-maas

Ansible playbooks for deploying Rackspace Monitoring-as-a-Service within Openstack Environments
Apache License 2.0
32 stars 68 forks source link

Add introspection to account for local rabbitmq management address #676

Closed npawelek closed 4 years ago

npawelek commented 5 years ago

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

rpc-jenkins-svc commented 5 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.

npawelek commented 5 years ago

recheck_bionic_mnaio_osp13_deploy recheck_trusty_newton_deploy recheck_xenial_ceph_deploy recheck_xenial_newton_deploy

npawelek commented 5 years ago

recheck_trusty_newton_deploy recheck_xenial_ceph_deploy recheck_xenial_newton_deploy

npawelek commented 4 years ago

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