Coder Social home page Coder Social logo

ansible-ocpv3-prereq's Introduction

Pre-req for OCP installation

This script runs the 'Host preparation' steps required for the pre-requisites for OCP installation (v 3.3) It covers all the steps from RHN registration till public key distribution from master node to all other nodes

Installation will be done separately, it will be integrated to this playbook at a later date
(Installation playbook will be run from the master node)

Environment

  • The hosts file points to 4 VM instances (1 master, 2 nodes, 1 standalone registry).

  • This setup looks for a vault file under vars/secrets.yml (not in this repo for obvious reasons). The values required (RHN ID and password) are outlined in the comments in vars/vars.yml

  • The password for the vault is maintained in another file which you have to provide

  • To run the playbook

    ansible-playbook -i hosts-prereq site.yml --skip-tags "unsub" --vault-password-file ~/osev3/pw.txt
    
  • To retry the playbook, need to unregister the system first or you can skip the registration task

    ansible-playbook -i hosts-prereq site.yml --tags "unsub" --vault-password-file ~/osev3/pw.txt
    
    ansible-playbook -i hosts-prereq site.yml --skip-tags "rhn-sub" --vault-password-file ~/osev3/pw.txt
    

ansible-ocpv3-prereq's People

Contributors

wohshon avatar

Watchers

 avatar  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.