Removes using https with rdo-release
[apex.git] / lib / ansible / playbooks / build_dependencies.yml
index dec8ab7..a97d59d 100644 (file)
@@ -3,26 +3,30 @@
   tasks:
     - name: Add rdo-release repo
       yum:
-        name: 'https://www.rdoproject.org/repos/rdo-release.rpm'
+        name: 'http://www.rdoproject.org/repos/rdo-release.rpm'
     - name: Add dependency packages
       yum:
-        name: python34,python34-devel,python34-jinja2,
-              python34-markupsafe, python2-virtualbmc,
+        name: python34,python34-devel,python34-jinja2,python34-markupsafe,
               libguestfs-tools,bsdtar,libvirt,yum-utils,
-              python2-oslo-config,python2-debtcollector,
               make, python34-pip, python-virtualenv,libguestfs-tools-c,
-              supermin,supermin5,perl-Sys-Guestfs,python-libguestfs
+              supermin,supermin5,perl-Sys-Guestfs,python-libguestfs,
+              libvirt-devel,python34-docutils
     - name: Install Virtualization group
       yum:
-        name: "@Virtualization Host"
-    - name: Install python ipmi from OPNFV artifacts
-      yum:
-        name: 'http://artifacts.opnfv.org/apex/dependencies/python3-ipmi-0.3.0-1.noarch.rpm'
+        name: "@^Virtualization Host"
+    - pip:
+        name: python-ipmi
+        executable: pip3.4
     - pip:
         name: tox
+        executable: pip3.4
     - pip:
         name: gitpython
         executable: pip3.4
     - pip:
         name: pygerrit2
         executable: pip3.4
+    - name: Add python2 pbr only for networking-vpp build
+      pip:
+        name: pbr
+        executable: pip2