diff options
author | Joel Diaz <jdiaz@redhat.com> | 2017-12-11 15:51:55 -0500 |
---|---|---|
committer | Joel Diaz <jdiaz@redhat.com> | 2017-12-11 15:51:55 -0500 |
commit | 39c5f942e21589a4d5cdfa6dc98b15bae3b7de1f (patch) | |
tree | 6f82a0e109d6c7da540fc73522039494a7128775 /playbooks/aws | |
parent | 8a681af4445eed29ed1d56ca64a03b2ab79b5145 (diff) | |
download | openshift-39c5f942e21589a4d5cdfa6dc98b15bae3b7de1f.tar.gz openshift-39c5f942e21589a4d5cdfa6dc98b15bae3b7de1f.tar.bz2 openshift-39c5f942e21589a4d5cdfa6dc98b15bae3b7de1f.tar.xz openshift-39c5f942e21589a4d5cdfa6dc98b15bae3b7de1f.zip |
add openshift_master_api_port var to example inventory
would get timeouts during master node installation without this setting
Diffstat (limited to 'playbooks/aws')
-rw-r--r-- | playbooks/aws/provisioning-inventory.example.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/aws/provisioning-inventory.example.ini b/playbooks/aws/provisioning-inventory.example.ini index 238a7eb2f..cf76c9d10 100644 --- a/playbooks/aws/provisioning-inventory.example.ini +++ b/playbooks/aws/provisioning-inventory.example.ini @@ -11,6 +11,7 @@ etcd openshift_deployment_type=origin openshift_master_bootstrap_enabled=True +openshift_master_api_port=443 openshift_hosted_router_wait=False openshift_hosted_registry_wait=False |