treasuremap/manifests/function/hostconfig-operator
vrushalisonwani1 511a4b0850 Hostconfig-operator added to treasuremap repo.
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
2020-10-07 14:24:37 +00:00
..
rbac Hostconfig-operator added to treasuremap repo. 2020-10-07 14:24:37 +00:00
README.md Hostconfig-operator added to treasuremap repo. 2020-10-07 14:24:37 +00:00
deployment.yaml Hostconfig-operator added to treasuremap repo. 2020-10-07 14:24:37 +00:00
hostconfig.airshipit.org_hostconfigs_crd.yaml Hostconfig-operator added to treasuremap repo. 2020-10-07 14:24:37 +00:00
kustomization.yaml Hostconfig-operator added to treasuremap repo. 2020-10-07 14:24:37 +00:00

README.md

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