Browse Source

Support ak/orgid and user/password

Eduardo Minguez Perez 6 years ago
parent
commit
3fe77c6e31
2 changed files with 2 additions and 4 deletions
  1. 1 2
      playbooks/init/repos.yml
  2. 1 2
      roles/openshift_repos/tasks/main.yaml

+ 1 - 2
playbooks/init/repos.yml

@@ -11,8 +11,7 @@
     when:
     - ansible_distribution == 'RedHat'
     - openshift_deployment_type == 'openshift-enterprise'
-    - rhsub_user is defined
-    - rhsub_pass is defined
+    - (rhsub_user is defined and rhsub_pass is defined) or (rhsub_ak is defined and rhsub_orgid is defined)
   - name: initialize openshift repos
     import_role:
       name: openshift_repos

+ 1 - 2
roles/openshift_repos/tasks/main.yaml

@@ -38,8 +38,7 @@
       when:
       - ansible_distribution == 'RedHat'
       - openshift_deployment_type == 'openshift-enterprise'
-      - rhsub_user is defined
-      - rhsub_pass is defined
+      - (rhsub_user is defined and rhsub_pass is defined) or (rhsub_ak is defined and rhsub_orgid is defined)
 
     - include_tasks: centos_repos.yml
       when: