X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=build%2Fundercloud.sh;h=765267df1583daed9992733d7022f981a8db4816;hb=3c7556eb0734706f28588fb952eedea2d424c6d2;hp=98f20e82be9b809dad3e53a0875bbbe41ede0c04;hpb=577ccdd1e7ce654ebc7479d8bd1e232abb922571;p=apex.git diff --git a/build/undercloud.sh b/build/undercloud.sh index 98f20e82..765267df 100755 --- a/build/undercloud.sh +++ b/build/undercloud.sh @@ -34,6 +34,7 @@ populate_cache $calipso_uri_base/$calipso_script # enabling ceph OSDs to live on the controller # seeding configuration files specific to OPNFV # Add performance image scripts +# Override delorean repo with current tripleo (REMOVE when upgrading to Pike) LIBGUESTFS_BACKEND=direct $VIRT_CUSTOMIZE \ --run-command "sed -i 's/^#UseDNS.*$/UseDNS no/' /etc/ssh/sshd_config" \ --run-command "sed -i 's/^GSSAPIAuthentication.*$/GSSAPIAuthentication no/' /etc/ssh/sshd_config" \ @@ -41,6 +42,8 @@ LIBGUESTFS_BACKEND=direct $VIRT_CUSTOMIZE \ --install "openstack-utils" \ --install "ceph-common" \ --install "http://mirror.centos.org/centos/7/cloud/x86_64/openstack-ocata/python2-networking-sfc-4.0.0-1.el7.noarch.rpm" \ + --run-command "cd /etc/yum.repos.d && curl -O https://trunk.rdoproject.org/centos7-ocata/current-tripleo/delorean.repo" \ + --install openstack-nova-compute \ --install epel-release \ --install python34,python34-pip \ --install openstack-ironic-inspector,subunit-filters,docker-distribution,openstack-tripleo-validations \