ansible role for deploy capi mgmt cluster for magnum capi driver#1465
Open
puni4220 wants to merge 2 commits intorackerlabs:mainfrom
Open
ansible role for deploy capi mgmt cluster for magnum capi driver#1465puni4220 wants to merge 2 commits intorackerlabs:mainfrom
puni4220 wants to merge 2 commits intorackerlabs:mainfrom
Conversation
Contributor
Author
|
The suggested changes have been pushed into the role; as per the recommendations the role now deploys the mgmt cluster on ubuntu 24 with kubernetes version being 1.35.1 which is close to the most recent version at this time; the role also configures etcd backup on a separate volume that is attached to the bootstrap node in the cluster |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
with the introduction of capi driver for magnum it is required that a capi mgmt cluster be created to be integrated with magnum to create workload clusters
The capi mgmt cluster runs the capi components that deploy the workload clusters; the capi components themselves run with a separate kubernetes cluster of their own
This kubernetes cluster can be deployed anywhere and can be deployed with any tool; the approach that was decided upon was:
The setup of mgmt cluster for capi driver involves several steps from creating the infra on the base genestack cloud to bootstrapping and installing the kubernetes cluster and then finally installing the required capi components; one would also need to create a octavia loadbalancer for the api for the mgmt cluster
This ansible role automates these tasks:
There is a README file included in the role which lists the requirements for the role and how the the playbook needs to be run to install the mgmt cluster