Adds missing packages for undercloud 43/41343/2
authorTim Rozet <trozet@redhat.com>
Thu, 7 Sep 2017 20:18:20 +0000 (16:18 -0400)
committerTim Rozet <trozet@redhat.com>
Thu, 7 Sep 2017 20:19:49 +0000 (16:19 -0400)
JIRA: APEX-511

Change-Id: If8ed2b5409e450c39f4fffd5a0b3cb96560c5d26
Signed-off-by: Tim Rozet <trozet@redhat.com>
build/undercloud.sh

index 3244e7f..3c3d3c0 100755 (executable)
@@ -38,6 +38,7 @@ LIBGUESTFS_BACKEND=direct virt-customize \
     --install "openstack-utils" \
     --install "ceph-common" \
     --install "python2-networking-sfc" \
+    --install openstack-ironic-inspector,subunit-filters,docker-distribution,openstack-tripleo-validations \
     --run-command "cd /usr/share && rm -rf openstack-tripleo-heat-templates && tar xzf apex-tripleo-heat-templates.tar.gz" \
     --run-command "sed -i '/ControllerEnableCephStorage/c\\  ControllerEnableCephStorage: true' /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml" \
     --run-command "sed -i '/ComputeEnableCephStorage/c\\  ComputeEnableCephStorage: true' /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml" \