diff options
author | Dan Radez <dradez@redhat.com> | 2015-10-22 19:45:05 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2015-10-26 21:16:49 -0400 |
commit | 7dfb433c9dd10ef759e46fc655e0958b3baf2e82 (patch) | |
tree | 79fc7be8c7eab25dbfbc25774e31f889732c7397 /ci | |
parent | 4a22ce42b28e7b6f5d4ef17d70756df169e93e39 (diff) |
minor update to build dependancies
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>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/deploy.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 1d18d057..482c1bff 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -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 |