Code Monkey home page Code Monkey logo

ansible-redhat_openshift_utils's Introduction

ansible-redhat_openshift_utils

Ansible content supplemental to the openshift-ansible project for doing things that don't ship with that project, such as prerequisites for updates, upgrades, restarts, etc.

Playbooks

Playbooks provided by this project are currently supported in either OCP 3.9 or OCP 3.11. See details for each playbook to determine OCP compatability.

ocp-rolling-os-update-and-upgrade.yml (OCP 3.11)

Performs a rolling (one host at a time) operating system (OS) update and/or upgrade to the OCP cluster. This is done as per the instructions at Operating System Updates and Upgrades.

Assumptions

  • etcd is deployed to masters
    • pull request welcome to make this work with etcd either on masters or on seperate nodes

Required groups

  • masters
  • infra_nodes
  • app_nodes

Default Vars (defaults/main.yml)

  • ocp_deployment_version:
  • ocp_docker_storage:
  • expected_docker_version: <1.13.1 if using OCP 3.11>
  • ocp_repositories:
  • ocp_deployment_packages:

ocp-rolling-hosts-reboot.yml (OCP 3.11)

Performs a rolling (one host at a time) reboot for each node in the OCP cluster.

ocp-rolling-services-restart.yml (OCP 3.11)

Performs a rolling (one host at a time) restart of OCP services for each node in the OCP cluster.

ocp-hosts-reboot.yml (OCP 3.11)

Performs a blanket reboot for all nodes in the OCP cluster

ocp-install-preparation.yml (OCP 3.9)

Performs some prerequisite steps before Installing OpenShift

ansible-playbook ocp-install-preparation.yml

ocp-upgrade-preparation.yml (OCP 3.9)

Executes the steps that should be performed before Performing Automated In-place Cluster Upgrades. Specifically before running the appropriate upgrade playbook in the openshift-ansible project.

This is essentially an ansible version of Preparing for an Automated Upgrade.

ocp-upgrade-cleanup.yml (OCP 3.9)

Executes the steps that should be performed after Performing Automated In-place Cluster Upgrades. Specifically after running the appropriate upgrade playbook in the openshift-ansible project.

ocp-ldap-groups-sync.yml (OCP 3.9)

Performs an ldap group sync.

Options

parameter required default choices comments
ocp_ldap_server_fqdn yes FQDN of the LDAP server
ocp_ldap_bind_dn yes Bind DN to use
ocp_ldap_bind_password yes Bind passwrod assoicated with the ocp_ldap_bind_dn
ocp_ldap_groups_query_base_dn yes Base DN for looking for LDAP groups
ocp_ldap_users_query_base_dn yes Base DN for looking for LDAP users
ocp_ldap_group_uid_name_mapping yes Hash of LDAP group DNs to OCP group names to map
ocp_ldap_insecure no false true, false Whether to use insecure connection to LDAP
ocp_ldap_ca no Path to CA for LDAP server
ocp_projects_group_roll_mapping no Array of dictionaries mapping a group and role to a projects

ansible-redhat_openshift_utils's People

Contributors

bparry02 avatar itewk avatar npoyant avatar pekramp avatar shawndwells avatar twatts-redhat avatar

Watchers

 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.