From bce46b21707c399c05893aecc89316c70c97fada Mon Sep 17 00:00:00 2001
From: Patrick Tescher <pat2man@gmail.com>
Date: Mon, 20 Jul 2015 12:18:22 -0700
Subject: Switch to Centos and enable SDN on origin.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Fedora 21 doesn’t seem to have docker 1.6.2. Centos does.

Also without SDN networking was not working on AWS.
---
 playbooks/aws/openshift-cluster/vars.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'playbooks/aws/openshift-cluster')

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
-- 
cgit v1.2.3