Skip to content

Instantly share code, notes, and snippets.

@trown
Last active December 10, 2015 05:18
Show Gist options
  • Select an option

  • Save trown/0660b60310483cc923e0 to your computer and use it in GitHub Desktop.

Select an option

Save trown/0660b60310483cc923e0 to your computer and use it in GitHub Desktop.
Mitaka test day 1 workaround script
#!/bin/bash
set -e
# Workaround ceilometer alarm being replaced by aodh by removing ceilometer alarm installation from undercloud and overcloud
# undercloud - remove the puppet includes for ceilometer alarm
grep -v "include ::ceilometer::alarm::" \
/usr/share/instack-undercloud/puppet-stack-config/puppet-stack-config.pp > /tmp/puppet-stack-config-no-alarm.pp
mv /tmp/puppet-stack-config-no-alarm.pp /usr/share/instack-undercloud/puppet-stack-config/puppet-stack-config.pp
# overcloud - get working tripleo-heat-templates from newer delorean repo
yum install -y http://trunk.rdoproject.org/centos7/99/bd/99bd9970d6bedee8228a6c8ff3d6f45aa1380e22_71526749/openstack-tripleo-heat-templates-0.8.7-dev448.el7.centos.noarch.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment