diff options
author | Ryan Cook <rcook@redhat.com> | 2016-01-04 17:30:10 -0500 |
---|---|---|
committer | Ryan Cook <rcook@redhat.com> | 2016-01-04 17:30:10 -0500 |
commit | b647b5c07f3811e136f7e3bd8b4a7811c50e8a9e (patch) | |
tree | 981cefc03873c23f765c231b191b5d2d592c1ae1 /playbooks | |
parent | b733e7fb2c79c6b7423c159681eba28417cdf599 (diff) | |
download | openshift-b647b5c07f3811e136f7e3bd8b4a7811c50e8a9e.tar.gz openshift-b647b5c07f3811e136f7e3bd8b4a7811c50e8a9e.tar.bz2 openshift-b647b5c07f3811e136f7e3bd8b4a7811c50e8a9e.tar.xz openshift-b647b5c07f3811e136f7e3bd8b4a7811c50e8a9e.zip |
I believe the ami id changed since the initial documentation was created for AWS deployment
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/aws/openshift-cluster/vars.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/aws/openshift-cluster/vars.yml b/playbooks/aws/openshift-cluster/vars.yml index 452c90d6a..c8ee9bad4 100644 --- a/playbooks/aws/openshift-cluster/vars.yml +++ b/playbooks/aws/openshift-cluster/vars.yml @@ -3,7 +3,7 @@ debug_level: 2 deployment_vars: origin: # centos-7, requires marketplace - image: ami-96a818fe + image: ami-61bbf104 image_name: region: us-east-1 ssh_user: centos |