diff options
author | Bogdan Dobrelya <bdobreli@redhat.com> | 2017-12-05 08:15:21 +0100 |
---|---|---|
committer | Bogdan Dobrelya <bdobreli@redhat.com> | 2017-12-05 08:15:21 +0100 |
commit | 87b7d5aa3f088c34cb8533046329180b15fcbc54 (patch) | |
tree | 3c2549431a6cc23d5ef0beadb8f3184f2cffc40b /playbooks/openstack/sample-inventory | |
parent | 165dc1245779f9a849f8272d595b0aadb5fc99e1 (diff) | |
download | openshift-87b7d5aa3f088c34cb8533046329180b15fcbc54.tar.gz openshift-87b7d5aa3f088c34cb8533046329180b15fcbc54.tar.bz2 openshift-87b7d5aa3f088c34cb8533046329180b15fcbc54.tar.xz openshift-87b7d5aa3f088c34cb8533046329180b15fcbc54.zip |
Document testing repos for dev purposes
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
Diffstat (limited to 'playbooks/openstack/sample-inventory')
-rw-r--r-- | playbooks/openstack/sample-inventory/group_vars/OSEv3.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/playbooks/openstack/sample-inventory/group_vars/OSEv3.yml b/playbooks/openstack/sample-inventory/group_vars/OSEv3.yml index aa3fa5cc0..68d898d9a 100644 --- a/playbooks/openstack/sample-inventory/group_vars/OSEv3.yml +++ b/playbooks/openstack/sample-inventory/group_vars/OSEv3.yml @@ -1,6 +1,7 @@ --- +## Openshift product versions and repos to install from openshift_deployment_type: origin -openshift_repos_enable_testing: true +#openshift_repos_enable_testing: true #openshift_deployment_type: openshift-enterprise #openshift_release: v3.5 openshift_master_default_subdomain: "apps.{{ openshift_openstack_clusterid }}.{{ openshift_openstack_public_dns_domain }}" |