From 22f787280a95e159113cc594e0480d59b2642ade Mon Sep 17 00:00:00 2001 From: Kenny Woodson Date: Thu, 7 Sep 2017 16:39:21 -0400 Subject: ami build process calls openshift-node/config.yml --- playbooks/aws/README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'playbooks/aws/README.md') diff --git a/playbooks/aws/README.md b/playbooks/aws/README.md index c2da4b632..2b3d4329e 100644 --- a/playbooks/aws/README.md +++ b/playbooks/aws/README.md @@ -43,6 +43,8 @@ The current expected work flow should be to provide an AMI with access to Opensh ```yaml --- +# when creating an AMI set this to True +# when installing a cluster set this to False openshift_node_bootstrap: True # specify a clusterid @@ -96,6 +98,11 @@ etcd ################################################################################ # openshift_deployment_type is required for installation openshift_deployment_type=origin + +# required when building an AMI. This will +# be dependent on the version provided by the yum repository +openshift_pkg_version=-3.6.0 + openshift_master_bootstrap_enabled=True openshift_hosted_router_wait=False -- cgit v1.2.3