netascode / terraform-aci-nac-aci

Terraform Cisco ACI Nexus-as-Code Module
https://registry.terraform.io/modules/netascode/nac-aci/aci
Apache License 2.0
17 stars 14 forks source link

OOB Node Adress - Management EPG #72

Open jorgenspange opened 3 months ago

jorgenspange commented 3 months ago

Link: https://developer.cisco.com/docs/nexus-as-code/#!oob-node-address/oob-node-address

Is there any option to add OOB Management EPG when assigning oob-node-address, as there is in the GUI:

image

Br

juchowan commented 3 months ago

Under node_policies you can specify oob_endpoint_group which is the name of OOB EPG that will be used for all nodes

jorgenspange commented 2 months ago

@juchowan That's correct. Should I define my apics in the node_policies aswell? Because the apics are assigned to default epg, and have to be added to oob epg.

juchowan commented 2 months ago

yes, you can define APICs there as well and assign them to oob epg

danischm commented 1 month ago

Does that answer your question?