diff options
author | Tomas Sedovic <tomas@sedovic.cz> | 2018-01-18 12:32:11 +0100 |
---|---|---|
committer | Tomas Sedovic <tomas@sedovic.cz> | 2018-01-18 12:32:11 +0100 |
commit | 5dbb883e15bc0dfbe4e50e95887174f3d6e09a49 (patch) | |
tree | 347998146657ace3209cf14b69bcf00f7d9e1365 /playbooks | |
parent | 6a26d0c0799cf5915c61205450e18ff010485beb (diff) | |
download | openshift-5dbb883e15bc0dfbe4e50e95887174f3d6e09a49.tar.gz openshift-5dbb883e15bc0dfbe4e50e95887174f3d6e09a49.tar.bz2 openshift-5dbb883e15bc0dfbe4e50e95887174f3d6e09a49.tar.xz openshift-5dbb883e15bc0dfbe4e50e95887174f3d6e09a49.zip |
Drop the testing repo var from openstack readme
This was introduced as a temporary fix for the origin+centos
deployments. It is no longer necessary and it's confusing to
newcomers.
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/openstack/README.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/playbooks/openstack/README.md b/playbooks/openstack/README.md index fb621f898..2e8231ccc 100644 --- a/playbooks/openstack/README.md +++ b/playbooks/openstack/README.md @@ -186,13 +186,9 @@ resources: $ ansible-playbook --user openshift \ -i openshift-ansible/playbooks/openstack/inventory.py -i inventory \ - openshift-ansible/playbooks/openstack/openshift-cluster/provision_install.yml \ - -e openshift_repos_enable_testing=true + openshift-ansible/playbooks/openstack/openshift-cluster/provision_install.yml ``` -Note, you may want to use the testing repo for development purposes only. -Normally, `openshift_repos_enable_testing` should not be specified. - In addition to *your* inventory with your OpenShift and OpenStack configuration, we are also supplying the [dynamic inventory][dynamic] from `openshift-ansible/inventory`. It's a script that will look at the Nova servers |