From 637bbab0b057445328166519c32bd229fdaf4db6 Mon Sep 17 00:00:00 2001 From: dhrpatel4 <78387068+dhrpatel4@users.noreply.github.com> Date: Tue, 29 Jun 2021 08:43:14 -0400 Subject: [PATCH] updated the ocp base url (#1) --- inventory.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory.template b/inventory.template index eed2b55..5656462 100644 --- a/inventory.template +++ b/inventory.template @@ -14,7 +14,7 @@ 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': 'centos-okd-ci', 'name': 'centos-okd-ci', 'baseurl': 'https://rpms.svc.ci.openshift.org/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': '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" ? "" : "#"}oreg_auth_user=${rh_subscription_username} ${openshift_deployment_type == "openshift-enterprise" ? "" : "#"}oreg_auth_password=${rh_subscription_password}