Merge "kolla template overrides for A/P HA services managed by pacemaker"

This commit is contained in:
Jenkins 2017-06-03 09:01:14 +00:00 committed by Gerrit Code Review
commit d5d117cda1

View File

@ -64,3 +64,13 @@ RUN yum-config-manager --add-repo http://people.redhat.com/mbaldess/rpms/contain
# temporary pacemaker packages with support for bundles
RUN yum-config-manager --add-repo http://people.redhat.com/mbaldess/rpms/container-repo/pacemaker-bundle.repo && yum install -y pacemaker pacemaker-remote pcs libqb resource-agents && mkdir /etc/libqb
{% endblock %}
{% block cinder_backup_footer %}
# temporary pacemaker packages with support for bundles
RUN yum-config-manager --add-repo http://people.redhat.com/mbaldess/rpms/container-repo/pacemaker-bundle.repo && yum install -y pacemaker pacemaker-remote pcs libqb resource-agents && mkdir /etc/libqb
{% endblock %}
{% block manila_share_footer %}
# temporary pacemaker packages with support for bundles
RUN yum-config-manager --add-repo http://people.redhat.com/mbaldess/rpms/container-repo/pacemaker-bundle.repo && yum install -y pacemaker pacemaker-remote pcs libqb resource-agents && mkdir /etc/libqb
{% endblock %}