summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/README.md
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-09-11 13:37:14 -0400
committerGitHub <noreply@github.com>2017-09-11 13:37:14 -0400
commit942ea3e1eff6f8557c52768ebe76dd1e9a5b99aa (patch)
treed41c40877e3e83fb72ba13f1b8c43176f894177f /playbooks/aws/README.md
parent69f03840248a0adadb38b73d9155393af9b069fb (diff)
parent22f787280a95e159113cc594e0480d59b2642ade (diff)
downloadopenshift-942ea3e1eff6f8557c52768ebe76dd1e9a5b99aa.tar.gz
openshift-942ea3e1eff6f8557c52768ebe76dd1e9a5b99aa.tar.bz2
openshift-942ea3e1eff6f8557c52768ebe76dd1e9a5b99aa.tar.xz
openshift-942ea3e1eff6f8557c52768ebe76dd1e9a5b99aa.zip
Merge pull request #5332 from kwoodson/amibuild_node_config
Merged by openshift-bot
Diffstat (limited to 'playbooks/aws/README.md')
-rw-r--r--playbooks/aws/README.md7
1 files changed, 7 insertions, 0 deletions
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