Add required packages for nova migration

Include the openstack-nova-migration package, and openssh-server.
Required to enabled live-migration/cold-migration in TripleO.

bp/tripleo-cold-migration

Change-Id: I6c04cebd1cf066c79c5b4335011733d32ac208dc
This commit is contained in:
Oliver Walsh 2017-06-06 16:52:56 +01:00
parent 63c2203c96
commit 317154233b
1 changed files with 4 additions and 0 deletions

View File

@ -74,3 +74,7 @@ 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 %}
# Required for nova migration
{% set nova_compute_packages_append = ['openstack-nova-migration', 'openssh-server'] %}
{% set nova_libvirt_packages_append = ['openstack-nova-migration'] %}