From e4b1cd108f74e2cd76caf6736632d597f7436a4e Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Wed, 20 Mar 2019 12:08:49 -0400 Subject: Fixes deployment on CentOS 7.6 Ceph-ansible install is moved from image builder to post undercloud install to ensure the right repo exists and it used. OVS building is now skipped as the build fails with CentOS 7.6. JIRA: APEX-658 Change-Id: I6ec253d5a88eb3cdfa38cf177b6e4b16ac5a16ed Signed-off-by: Tim Rozet --- apex/builders/undercloud_builder.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'apex/builders/undercloud_builder.py') diff --git a/apex/builders/undercloud_builder.py b/apex/builders/undercloud_builder.py index 943c2525..47d2568d 100644 --- a/apex/builders/undercloud_builder.py +++ b/apex/builders/undercloud_builder.py @@ -28,14 +28,12 @@ def add_upstream_packages(image): pkgs = [ 'epel-release', 'openstack-utils', - 'ceph-common', 'python2-networking-sfc', 'openstack-ironic-inspector', 'subunit-filters', 'docker-distribution', 'openstack-tripleo-validations', 'libguestfs-tools', - 'ceph-ansible', 'python-tripleoclient', 'openstack-tripleo-heat-templates' ] -- cgit 1.2.3-korg