Giter Club home page Giter Club logo

56913-automation's Introduction

Introduction

This repository contains re-usable playbooks and ACM policies for use with OpenShift Container Platform, using Ansible automation.

Structure

acm-policies

Contains ACM policies structured using the ACM policyGenerator and kustomize to configure components on managed clusters.

automation

Contains playbooks for executing infrastructure automations, including applying the above noted ACM policies via Subscription.

Using this Repository

Installation Process

To work with this repository locally you will need clone it using https or ssh authentication.

NOTE: If you wish to make changes, fork this repo first. And feel free to submit enhancements back here with a Pull Request!

For https:

git clone https://github.com/SkylarScaling/56913-automation.git

For ssh:

git clone [email protected]:SkylarScaling/56913-automation.git

Assertions and Assumptions

This automation assumes the following conditions have been met.

  • The following software dependencies have been installed:

Prerequisites

Software dependencies

There are a handful of tools that you'll need to be able to effectively work with this repository. Please make sure you have the following tools installed. Any commands provided are for linux systems.

NOTE: Ansible will need python 3 in order to use the required modules and libraries, so it is recommended that you use the following command to install Ansible:

$ pip3 install ansible

You can then confirm which python version is being used by running:

$ ansible --version | grep "python version"

Example output:

python version = 3.6.8 (default, Mar 18 2021, 08:58:41) [GCC 8.4.1 20200928 (Red Hat 8.4.1-1)]

The utilities in the list below are also required, but can be installed automatically by executing the Ansible playbook listed below, once Ansible is installed.

They can be automatically installed by running the following command:

$ ansible-playbook install-ocp-prerequisites.yaml --ask-become-pass

Notes:

Arguments

--ask-become-pass This will prompt for your root password, so required python libraries can be installed.

You can force the OpenShift binaries to update (if you already have oc on your system), by using the following command:

$ ansible-playbook install-ocp-prerequisites.yaml --ask-become-pass -e force_update=true

Notes:

Arguments

force_update This will tell Ansible to delete the existing oc binaries, forcing new versions to be installed.

56913-automation's People

Contributors

skylarscaling avatar

Watchers

 avatar

Forkers

murtuza77 evcole

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.