diff options
Diffstat (limited to 'playbooks/openstack/README.md')
-rw-r--r-- | playbooks/openstack/README.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/playbooks/openstack/README.md b/playbooks/openstack/README.md index be7fb08c6..ff0b7adc7 100644 --- a/playbooks/openstack/README.md +++ b/playbooks/openstack/README.md @@ -183,9 +183,14 @@ Then run the provision + install playbook -- this will create the OpenStack resources: ```bash -$ ansible-playbook --user openshift -i inventory openshift-ansible/playbooks/openstack/openshift-cluster/provision_install.yaml +$ ansible-playbook --user openshift -i inventory \ + openshift-ansible/playbooks/openstack/openshift-cluster/provision_install.yaml \ + -e openshift_repos_enable_testing=true ``` +Note, you may want to use the testing repo for development purposes only. +Normally, `openshift_repos_enable_testing` should not be specified. + If you're using multiple inventories, make sure you pass the path to the right one to `-i`. |