cjnovak98 / ocp4-disconnected-collection

0 stars 0 forks source link

Need to create switch_config role, and begin initial hydration #30

Open cjnovak98 opened 1 month ago

cjnovak98 commented 1 month ago

In order to support configuring network switches both pre-ip and post deployment, the switch_config role will need to be created.

The functionality this role will require is at a very top level the following:

Outside of that, we have various examples of current Network Automation provided by Red Hat below: https://github.com/harrytruman/network-config/tree/main/roles/network_layer/config_routing/vars https://github.com/AdamMack2007/Ansible-Network-Playbooks/tree/main/roles/config_interfaces https://github.com/harrytruman/network-config/blob/main/roles/network_layer/config_routing/templates/bgp.j2

Documentation can also be found here:

https://docs.ansible.com/ansible/latest/network/user_guide/network_best_practices_2.5.html https://docs.ansible.com/ansible/latest/collections/ansible/netcommon/index.html

Ansible best practices here: https://redhat-cop.github.io/automation-good-practices/#_define_which_structure_to_use_for_which_purpose