cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1988
Views
0
Helpful
1
Replies

ACI Multisite Controller API

a.short
Level 1
Level 1

All,

attempting to use Ansible to automate MSC requirements to add new BD, EPG, etc. to an existing Schema & template.

Tried following the Cisco doc [https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/aci_multi-site/sw/1x/rest_api_config/b_Cisco_ACI_Multi-Site_REST_Configuration_Guide/b_Cisco_ACI_Multi-Site_REST_Config_Guide_chapter_011.pdf] but so far been unsuccessful in getting the either a new Schema & template created or updating an existing one.

As there are currently no Ansible modules for MSC (and not for Ansible v2.4) I have been using the 'uri' module to get my playbooks to work. I can perform the basic logons, create new user, but I have now hit a wall trying to get a new schema or even updating a existing schema/template to work.

 

Any guidance here would be greatly appreciated.

 

1 Reply 1

Beau Poehls
Level 1
Level 1

Tasks for the ACI MSO were added in ansible 2.8, which was recently released -

 

Link to Ansible documentation for MSO schema module

 

It does require MSO v2.1 or newer.