diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2017-12-12 01:25:53 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-12 01:25:53 -0800 |
commit | c86e136cd2e6f30372c77fa2fd4ce13586e88bb9 (patch) | |
tree | 2e75e7b655acdba0e9fefd2d923c8993634009bd /playbooks | |
parent | cd5db1ff29448696fb8ac1b066d2556f552a3b4b (diff) | |
parent | 39c5f942e21589a4d5cdfa6dc98b15bae3b7de1f (diff) | |
download | openshift-c86e136cd2e6f30372c77fa2fd4ce13586e88bb9.tar.gz openshift-c86e136cd2e6f30372c77fa2fd4ce13586e88bb9.tar.bz2 openshift-c86e136cd2e6f30372c77fa2fd4ce13586e88bb9.tar.xz openshift-c86e136cd2e6f30372c77fa2fd4ce13586e88bb9.zip |
Merge pull request #6433 from joelddiaz/example-inventory-master-port
Automatic merge from submit-queue.
add openshift_master_api_port var to example inventory
Diffstat (limited to 'playbooks')
-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 |