Przeglądaj źródła

add openshift_master_api_port var to example inventory

would get timeouts during master node installation without this setting
Joel Diaz 7 lat temu
rodzic
commit
39c5f942e2
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      playbooks/aws/provisioning-inventory.example.ini

+ 1 - 0
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