Skip to content

skzhussain001/ansible-redhat_openshift_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

ocp-rolling-os-update-and-upgrade.yml

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

ocp-upgrade-preparation.yml

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

This is essentially an assible version of [Preparing for an Automated Upgrade] (https://docs.openshift.com/container-platform/latest/install_config/upgrading/automated_upgrades.html#preparing-for-an-automated-upgrade).

ocp-upgrade-cleanup.yml

Performs the steps that should be prefored after Performing Automated In-place Cluster Upgrades. Specifically after running the appropriate upgrade playbookin the openshift-ansible project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published