The 'Always On' sandbox has been down for a while but it's back but with cert issues - it's not the best.
On this page:
classes/version_411k - Cisco ACI objects as python classes for Version: 4.1(1k) <-- depreciated
classes/version_521g - Cisco ACI objects as python classes for Version: 5.2(1g)
.travis.yml - config file for Travis CI test automation (runs test_pytestDeploy.py on any repo changes)
requirements.txt - lists the required extra python libraries
test_pytestDeploy.py - pytest integration test that will install all the classes in classes/version_521g on a DevNet sandbox APIC in dependant order
Creation and testing of Cisco ACI objects in python and CI/CD practices.
git clone https://github.com/mrdavehill/Python--Cisco-ACI.git
python3 -m pytest -s test_pytestDeploy.py
visit DevNet Sandbox and look for tenant "'python3--' + str(random.randint(0,999))"
Cisco has an 'always on' APIC here.
username = 'admin'
password = '!v3G@!4@Y'
Hit me up if you have any issues.
This project was written and is maintained by the following Daves: