Skip to content
This repository was archived by the owner on Dec 9, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference-architecture/README.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 2 additions & 0 deletions reference-architecture/aws-ansible/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
```
Expand Down