From 1ba3ead0a02d982563a5108f837eaadb11bd6018 Mon Sep 17 00:00:00 2001 From: lumean Date: Wed, 9 Mar 2022 21:49:02 +0100 Subject: [PATCH] Update developing_modules_general_aci.rst (#73925) --- .../dev_guide/developing_modules_general_aci.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/docsite/rst/dev_guide/developing_modules_general_aci.rst b/docs/docsite/rst/dev_guide/developing_modules_general_aci.rst index b9eb8c981b5..0c9826d0e44 100644 --- a/docs/docsite/rst/dev_guide/developing_modules_general_aci.rst +++ b/docs/docsite/rst/dev_guide/developing_modules_general_aci.rst @@ -27,6 +27,10 @@ If you need specific functionality, you have 2 options: .. seealso:: + `Ansible ACI collection `_ + Github repository of the ansible ACI collection + :ref:`hacking_collections` + Information on how to contribute to collections. `ACI Fundamentals: ACI Policy Model `_ A good introduction to the ACI object model. `APIC Management Information Model reference `_ @@ -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 `_ + Github repository of the ansible ACI collection Testing ACI integration tests