Skip to content

Commit

Permalink
replaced http with https in host url (#2)
Browse files Browse the repository at this point in the history
* updated the ocp base url

* replaced http with https

* Revert "replaced http with https"

This reverts commit 5677e7e.
reverting commit with conflicts

* replaced http with https
  • Loading branch information
dhrpatel4 authored Jun 30, 2021
1 parent 637bbab commit 6d44fe9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inventory.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ ansible_become=true
# Deployment type; Set to "origin" to deploy the OKD variant
openshift_deployment_type=${openshift_deployment_type}
openshift_release=v3.11
${openshift_deployment_type == "openshift-enterprise" ? "#" : ""}openshift_additional_repos=[{'id': 'openshift-origin-v3.11', 'name': 'openshift-origin-v3.11', 'baseurl': 'http://artifacts-rpms-openshift-origin-ci-rpms.apps.ci.l2s4.p1.openshiftapps.com/openshift-origin-v3.11', 'gpgcheck': '0', 'enabled': '1'}]

${openshift_deployment_type == "openshift-enterprise" ? "#" : ""}openshift_additional_repos=[{'id': 'openshift-origin-v3.11', 'name': 'openshift-origin-v3.11', 'baseurl': 'https://artifacts-rpms-openshift-origin-ci-rpms.apps.ci.l2s4.p1.openshiftapps.com/openshift-origin-v3.11', 'gpgcheck': '0', 'enabled': '1'}]
${openshift_deployment_type == "openshift-enterprise" ? "" : "#"}oreg_auth_user=${rh_subscription_username}
${openshift_deployment_type == "openshift-enterprise" ? "" : "#"}oreg_auth_password=${rh_subscription_password}

Expand Down

0 comments on commit 6d44fe9

Please sign in to comment.