Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 1.01 KB

File metadata and controls

11 lines (9 loc) · 1.01 KB

OpenShift Cluster Playbook

Create an OpenShift Cluster

Variables

variable default choices comments
kubevirt_openshift_version 3.10
  • 3.10
  • OpenShift cluster version.
    openshift_ansible_dir openshift-ansible Path to the openshift-ansible directory.
    openshift_playbook_path playbooks/byo/config.yml
    • playbooks/byo/config.yml
    • playbooks/deploy_cluster.yml
    Path to the OpenShift deploy playbook. 3.10: playbooks/deploy_cluster.yml
    storage_role
    • storage-glusterfs
    Storage flavor to deploy in the cluster. Don't forget to add gluster nodes in the inventory file. For OpenShift, you will also need to have DNS configured such that heketi-{{ glusterfs_name }}-{{ glusterfs_namespace }}.{{ openshift_master_default_subdomain }} resolves to the IP address of a node running an OpenShift router.