Merge "Minimize CSIT dependencis in mininet-ovs-2.8 image"
[releng/builder.git] / packer / provision / mininet-ovs-2.8.yaml
index 88c906578e4693a9490949bc5c323e2d56d681c0..192da488b13f9aca331906592b3b1ef0c20bb175 100644 (file)
       apt: name=vlan state=present
       become: true
 
+    # This image is being used as a CSIT tools image and some of our
+    # CSIT test scripts are relying on python-2 and its request library.
+    # This makes sure we install them onto the image even though they
+    # are not required for the OVS rule of it.
     - name: Install CSIT dependencies
       apt:
         name:
-          - git-review
-          - python-chardet
-          - python-ndg-httpsclient
           - python-requests
-          - python-urllib3
         state: present
       become: true