|
|
|
@ -27,6 +27,10 @@ If you need specific functionality, you have 2 options:
|
|
|
|
|
|
|
|
|
|
.. seealso::
|
|
|
|
|
|
|
|
|
|
`Ansible ACI collection <https://github.com/CiscoDevNet/ansible-aci>`_
|
|
|
|
|
Github repository of the ansible ACI collection
|
|
|
|
|
:ref:`hacking_collections`
|
|
|
|
|
Information on how to contribute to collections.
|
|
|
|
|
`ACI Fundamentals: ACI Policy Model <https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/1-x/aci-fundamentals/b_ACI-Fundamentals/b_ACI-Fundamentals_chapter_010001.html>`_
|
|
|
|
|
A good introduction to the ACI object model.
|
|
|
|
|
`APIC Management Information Model reference <https://developer.cisco.com/docs/apic-mim-ref/>`_
|
|
|
|
@ -391,16 +395,23 @@ This will result in:
|
|
|
|
|
|
|
|
|
|
Testing for sanity checks
|
|
|
|
|
-------------------------
|
|
|
|
|
You can run from your fork something like:
|
|
|
|
|
For legacy versions of ansible, you can run from your fork something like:
|
|
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
|
|
$ ansible-test sanity --python 2.7 lib/ansible/modules/network/aci/aci_tenant.py
|
|
|
|
|
|
|
|
|
|
Meanwhile, the ACI modules have moved into a collection. Please refer to the links below, which provide detailed guidance
|
|
|
|
|
how to setup your environment and test the collection.
|
|
|
|
|
|
|
|
|
|
.. seealso::
|
|
|
|
|
|
|
|
|
|
:ref:`hacking_collections`
|
|
|
|
|
Information how to setup your environment to contribute to collections
|
|
|
|
|
:ref:`testing_sanity`
|
|
|
|
|
Information on how to build sanity tests.
|
|
|
|
|
`Ansible ACI collection <https://github.com/CiscoDevNet/ansible-aci>`_
|
|
|
|
|
Github repository of the ansible ACI collection
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Testing ACI integration tests
|
|
|
|
|