Skip to content

Ansible Playbook to create an Red Hat MicroShift Cluster based on ARM Devices

Notifications You must be signed in to change notification settings

Volkimd/setup-microshift-multinode-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup-microshift-multinode-cluster

This Ansible playbook automates the setup of a MicroShift multi-node cluster. It's designed to quickly and easily provision a functional cluster for testing or development purposes. it is base on the multinode scripts from microshift source https://github.com/openshift/microshift/tree/main/scripts/multinode

Prerequisites

  • Ansible: Ensure Ansible is installed on your control node.
  • Target Nodes: Prepare the IP addresses and SSH credentials for your target nodes (see "Adjusting Inventory" section).
  • Pull Secret: Place the openshift-pull-secret file in the /setup-microshift-multinode-cluster/roles/install_microshift/files directory.
  • OpenShift Client: Download the appropriate version of openshift-client.rpm into the same directory.

Adjusting Inventory

Modify the inventory file to match your environment.

Important Note

This playbook is primarily intended for development and testing environments. It is not recommended for production use without further hardening and security considerations.

About

Ansible Playbook to create an Red Hat MicroShift Cluster based on ARM Devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages