Skip to content

Devops-Accelerators/OpenShift-AWS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

OpenShift On AWS

This guide helps you to set up a Red Hat OpenShift Container Platform on AWS. The accelerator includes AWS CloudFormation templates that build the AWS infrastructure, and then pass that environment to Ansible playbooks to build out the OpenShift environment. The deployment provisions OpenShift master instances, etcd instances, and node instances in a highly available configuration.

Prerequisites

  • Must have aws-cli installed in system.
  • The accelerator requires a RedHat Subscription.
  • Sensitive data (secrets, passwords) must be injected as environment variables in the system.
    (In this case the red hat credentials should be added as environment variables).
     Ex: " export PASSWORD=<your-password> >> ~/.bashrc " (or ~/.bash_profile [osx users])
    

Creating Stack on Cloudformation

To start the stack creation process run the script "create-stack.sh" in the directory "accelerator".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages