Install CSIT dependencies to OVS-2.8 image 46/90446/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 15 Jun 2020 09:04:20 +0000 (11:04 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 15 Jun 2020 09:05:16 +0000 (11:05 +0200)
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 <robert.varga@pantheon.tech>
packer/provision/mininet-ovs-2.8.yaml

index dbd77846599b87864d2ea72b9fbbbca854253a34..06dc8c011a323c4a7babdbfd809357dfc45962b2 100644 (file)
       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