Browse Source

Merge pull request #3994 from codificat/boto-requirement

Merged by openshift-bot
OpenShift Bot 8 years ago
parent
commit
6dc8ed746d
2 changed files with 3 additions and 1 deletions
  1. 2 1
      Dockerfile.rhel7
  2. 1 0
      requirements.txt

+ 2 - 1
Dockerfile.rhel7

@@ -20,9 +20,10 @@ LABEL name="openshift3/openshift-ansible" \
 # because all content and dependencies (like 'oc') is already
 # installed via yum.
 USER root
-RUN INSTALL_PKGS="atomic-openshift-utils atomic-openshift-clients" && \
+RUN INSTALL_PKGS="atomic-openshift-utils atomic-openshift-clients python-boto" && \
     yum repolist > /dev/null && \
     yum-config-manager --enable rhel-7-server-ose-3.4-rpms && \
+    yum-config-manager --enable rhel-7-server-rh-common-rpms && \
     yum install -y $INSTALL_PKGS && \
     yum clean all
 

+ 1 - 0
requirements.txt

@@ -1,6 +1,7 @@
 # Versions are pinned to prevent pypi releases arbitrarily breaking
 # tests with new APIs/semantics. We want to update versions deliberately.
 ansible==2.2.2.0
+boto==2.45.0
 click==6.7
 pyOpenSSL==16.2.0
 # We need to disable ruamel.yaml for now because of test failures