minor update to build dependancies 19/2819/1
authorDan Radez <dradez@redhat.com>
Thu, 22 Oct 2015 23:45:05 +0000 (19:45 -0400)
committerDan Radez <dradez@redhat.com>
Tue, 27 Oct 2015 01:16:49 +0000 (21:16 -0400)
removing libvirt package depenency, qemu-kvm maybe enough
probably will have to evolve this list over time

remove the openvswitch agent bounce from deploy
this was a workaround for a bug that has been fixed

Change-Id: Iad556da3b08cca234bd4d584b1a42b6fa45d6e4f
Signed-off-by: Dan Radez <dradez@redhat.com>
build/opnfv-apex.spec
ci/deploy.sh

index b0c1fa5..5173565 100644 (file)
@@ -9,8 +9,8 @@ URL:            https://gerrit.opnfv.org/gerrit/apex.git
 Source0:       opnfv-apex.tar.gz
 
 BuildArch:     noarch
-BuildRequires: openvswitch libvirt qemu-kvm
-Requires:      openvswitch libvirt qemu-kvm bridge-utils libguestfs-tools
+BuildRequires: openvswitch qemu-kvm
+Requires:      openvswitch qemu-kvm bridge-utils libguestfs-tools
 
 %description
 These files are disk images used to launch the instack
index 1d18d05..482c1bf 100755 (executable)
@@ -235,9 +235,6 @@ ssh -T ${SSH_OPTIONS[@]} "root@$UNDERCLOUD" "cat /home/stack/.ssh/id_rsa.pub" >>
 ##params: none 
 function undercloud_prep_overcloud_deploy {
 
-  # make sure neturon ovs agent is running
-  ssh -T ${SSH_OPTIONS[@]} "root@$UNDERCLOUD" "if ! systemctl status neutron-openvswitch-agent > /dev/null; then systemctl start neutron-openvswitch-agent; fi"
-
   ssh -T ${SSH_OPTIONS[@]} "stack@$UNDERCLOUD" <<EOI
 source stackrc
 set -o errexit