Coder Social home page Coder Social logo

va-openshift4-poc's Introduction

Veterans Affairs (VA) OpenShift 4 PoC

Setup

Download dependencies:

./scripts/download_dependencies.sh

Export PATH to include downloaded dependencies:

export PATH=$(pwd)/bin:$PATH

TODO: Include directions for installing pipenv

Setup your Python environment for Ansible:

pipenv install

Configure AWS profile:

aws configure --profile govcloud set aws_access_key_id YOUR_ACCESS_KEY
aws configure --profile govcloud set aws_secret_access_key YOUR_SECRET_KEY
aws configure --profile govcloud set region us-gov-west-1

Create Infrastructure

Activate your Python environment:

pipenv shell

Export AWS_PROFILE and AWS_REGION to use:

export AWS_PROFILE=govcloud
export AWS_REGION=us-gov-west-1

Create a variable file at vars/govcloud.yml:

---

openshift_version: 4.3.8

cluster_name: ocp43
base_domain: example.com

rhcos_ami: your_ami_id
keypair_name: default
keypair_path: ~/.ssh/path/to/key.pem

commercial_aws_access_key_id: your_access_key
commercial_aws_secret_access_key: your_secret_key
govcloud_aws_access_key_id: your_access_key
govcloud_aws_secret_access_key: your_secret_key

ssh_public_key: your_public_key
additional_authorized_keys:
  - your_public_key1
  - your_public_key2

pull_secret: 'your_pull_secret'

Run playbook:

ansible-playbook -e @vars/govcloud.yml playbooks/create_cluster.yml -v

va-openshift4-poc's People

Contributors

jaredhocutt avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.