adonisgarciac / ocp4-abi

1 stars 0 forks source link

Add post install role #7

Open jtudelag opened 1 year ago

jtudelag commented 1 year ago

Add postr-install role to change some OCP config sesttings like these ones to start with:

  1. mastersSchedulable: https://docs.openshift.com/container-platform/4.13/nodes/nodes/nodes-nodes-managing.html#nodes-nodes-working-master-schedulable_nodes-nodes-managing

  2. Encrypt ETCD: https://docs.openshift.com/container-platform/4.12/security/encrypting-etcd.html#enabling-etcd-encryption_encrypting-etcd

  3. Label Nodes accordingly: Infra, Ingress, Storage, etc!: https://docs.openshift.com/container-platform/4.13/nodes/nodes/nodes-nodes-creating-infrastructure-nodes.html#creating-an-infra-node_creating-infrastructure-nodes

adonisgarciac commented 1 year ago

I've already created this one; https://github.com/adonisgarciac/ocp4-abi/tree/main/ansible/ocp4-abi-installation/roles/day2_openshift

We should add to templates directory every manifest we want to apply.

We can change the name to post-install if it fit better.