511a4b0850
Added updated CRD, rbac and deployment YAML files. Added README.md file having details about the parent repo. Depends-On: https://review.opendev.org/749237 Change-Id: Idfb861661c6e9a8bd886a87174067fb58cd888d7
803 B
803 B
HostConfig-Operator
The hostconfig operator is used for performing Day2 configurations on the kubernetes hosts. It is built on ansible-operator.
The operator uses HostConfig CR object to select the hosts. The CR object also contains the required configuration details that needs to be performed on the selected hosts. The host selection is done by matching the labels given in the CR object against the labels associated with the kubernetes hosts.
Usage and deployment details
For more information on usage and deployment of the operator on a stand alone kubernetes please refer below.
Overview and Deployment details
HostConfig Repo: hostconfig-operator