From c6c192a49df6a473e0bbc9535293f305dd551b1f Mon Sep 17 00:00:00 2001 From: Yolanda Robla Date: Wed, 29 Jun 2016 15:54:18 +0200 Subject: [PATCH] As initial step to deploy with HA, start using pacemaker module Please note that we are skipping this module install on precise because it does not work and due to puppet-apply on precise we are not able to pass tests. Change-Id: I9420fb582d85debf91509b6b251c5a84de128b1b --- modules.env | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules.env b/modules.env index f974311278..87cf921096 100644 --- a/modules.env +++ b/modules.env @@ -47,6 +47,14 @@ SOURCE_MODULES["$OPENSTACK_GIT_ROOT/openstack/puppet-nova"]="origin/stable/mitak SOURCE_MODULES["$OPENSTACK_GIT_ROOT/openstack/puppet-openstack_extras"]="origin/stable/mitaka" SOURCE_MODULES["$OPENSTACK_GIT_ROOT/openstack/puppet-openstacklib"]="origin/stable/mitaka" +# TODO - Yolanda: temporary hack, do not install pacemaker if we are running on precise +# This needs to be removed when we stop gating on precise on puppet-apply +CODENAME=`lsb_release -sc` || true + +if [ $CODENAME != "precise" ]; then + SOURCE_MODULES["$OPENSTACK_GIT_ROOT/openstack/puppet-pacemaker"]="origin/stable/mitaka" +fi + SOURCE_MODULES["https://git.drupal.org/project/puppet-drush"]="origin/1.0.x" SOURCE_MODULES["https://git.openstack.org/openstack-infra/puppet-vcsrepo"]="0.0.8" # NOTE(yolanda): please note that grafana depends on camptocamp-archive. This is a