From: Robert Varga Date: Mon, 15 Jun 2020 09:04:20 +0000 (+0200) Subject: Install CSIT dependencies to OVS-2.8 image X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=89cfbecea7439fae66fa10146879a9b58e71046e;hp=-c;p=releng%2Fbuilder.git Install CSIT dependencies to OVS-2.8 image Rebasing out tools image to the new ubuntu image has lost a number of packages, which is breaking CSIT. Restore all of them back. JIRA: INTTEST-100 Change-Id: Id963cee2bd5525f400de08c59c046234c56d2b09 Signed-off-by: Robert Varga --- 89cfbecea7439fae66fa10146879a9b58e71046e diff --git a/packer/provision/mininet-ovs-2.8.yaml b/packer/provision/mininet-ovs-2.8.yaml index dbd778465..06dc8c011 100644 --- a/packer/provision/mininet-ovs-2.8.yaml +++ b/packer/provision/mininet-ovs-2.8.yaml @@ -134,6 +134,17 @@ apt: name=vlan state=present become: true + - name: Install CSIT dependencies + apt: + name: + - git-review + - python-chardet + - python-ndg-httpsclient + - python-requests + - python-urllib3 + state: present + become: true + post_tasks: - name: System Reseal script: ../common-packer/provision/system-reseal.sh