diff --git a/reference-architecture/README.md b/reference-architecture/README.md index b2d65d40f..033e082cb 100644 --- a/reference-architecture/README.md +++ b/reference-architecture/README.md @@ -1,2 +1,2 @@ # Reference Architecture for OpenShift -This repository contains a series of directories containing code used to deploy an OpenShift environment on different cloud providers. The code in this repository supplements the reference architecture guides for OpenShift 3.2. Different guides and documentation exists depending on the different providers. Regardless of the provider, the envionment will deploy 3 Masters, 2 infrastructure nodes and 2 applcation nodes. The code also deploys a Docker registry and scales the router to the number of Infrastruture nodes. +This repository contains a series of directories containing code used to deploy an OpenShift environment on different cloud providers. The code in this repository supplements the reference architecture guides for OpenShift 3.3. Different guides and documentation exists depending on the different providers. Regardless of the provider, the envionment will deploy 3 Masters, 2 infrastructure nodes and 2 applcation nodes. The code also deploys a Docker registry and scales the router to the number of Infrastruture nodes. diff --git a/reference-architecture/aws-ansible/README.md b/reference-architecture/aws-ansible/README.md index 6ae636cb9..339bd8512 100644 --- a/reference-architecture/aws-ansible/README.md +++ b/reference-architecture/aws-ansible/README.md @@ -15,10 +15,12 @@ The code in this repository handles all of the AWS specific components except fo ``` $ *subscription-manager repos --enable rhel-7-server-optional-rpms* $ *subscription-manager repos --enable rhel-7-server-ose-3.2-rpms* +$ *subscription-manager repos --enable rhel-7-server-ose-3.3-rpms* $ *rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm* $ *yum -y install atomic-openshift-utils \ * * python2-boto \ * * git \ * + * ansible-2.2.0-0.5.prerelease.el7.noarch \ * * python-netaddr \ * * python-httplib2 * ``` diff --git a/reference-architecture/images/arch.jpg b/reference-architecture/aws-ansible/images/arch.jpg similarity index 100% rename from reference-architecture/images/arch.jpg rename to reference-architecture/aws-ansible/images/arch.jpg