diff options
author | Patrick Tescher <pat2man@gmail.com> | 2015-07-20 12:18:22 -0700 |
---|---|---|
committer | Patrick Tescher <pat2man@gmail.com> | 2015-07-22 11:27:46 -0700 |
commit | bce46b21707c399c05893aecc89316c70c97fada (patch) | |
tree | 35b8768e7b0dd1635899805eb1c9d27ec6196957 /playbooks/aws/openshift-cluster/vars.yml | |
parent | 0cbeae4df062af3e2c1a4cb08ef3b4e742394ed6 (diff) | |
download | openshift-bce46b21707c399c05893aecc89316c70c97fada.tar.gz openshift-bce46b21707c399c05893aecc89316c70c97fada.tar.bz2 openshift-bce46b21707c399c05893aecc89316c70c97fada.tar.xz openshift-bce46b21707c399c05893aecc89316c70c97fada.zip |
Switch to Centos and enable SDN on origin.
Fedora 21 doesn’t seem to have docker 1.6.2. Centos does.
Also without SDN networking was not working on AWS.
Diffstat (limited to 'playbooks/aws/openshift-cluster/vars.yml')
-rw-r--r-- | playbooks/aws/openshift-cluster/vars.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/playbooks/aws/openshift-cluster/vars.yml b/playbooks/aws/openshift-cluster/vars.yml index 07e453f89..aad95ef48 100644 --- a/playbooks/aws/openshift-cluster/vars.yml +++ b/playbooks/aws/openshift-cluster/vars.yml @@ -1,11 +1,11 @@ --- deployment_vars: origin: - # fedora, since centos requires marketplace - image: ami-acd999c4 + # centos-7, requires marketplace + image: ami-96a818fe image_name: region: us-east-1 - ssh_user: fedora + ssh_user: centos sudo: yes keypair: libra type: m3.large |