From 39c5f942e21589a4d5cdfa6dc98b15bae3b7de1f Mon Sep 17 00:00:00 2001 From: Joel Diaz Date: Mon, 11 Dec 2017 15:51:55 -0500 Subject: add openshift_master_api_port var to example inventory would get timeouts during master node installation without this setting --- playbooks/aws/provisioning-inventory.example.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'playbooks/aws') 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 -- cgit v1.2.1