Hello, Is it possible using the ansible aci modules to login once and get the token and pass the cookie on subsequent aci_rest tasks?The goal is to avoid having to login and logoff with userid/password on aci_rest calls that have loops. Is this possi...
-
ACI
(131) -
ACI-toolkit
(45) -
APIC
(576) -
Cisco Software
(1) -
Cloud Controller
(3) -
Data Center Network Manager (DCNM)
(4) -
General
(3) -
Online Tools and Resources
(1) -
Open Source and Open Standards
(2) -
OpenDaylight
(1) -
Other ACI
(6) -
Other Analytics and Automation Topics
(2) -
Other Automation Analytics Topics
(5) -
Prime Infrastructure
(3) -
WAN Automation Engine
(2)
Forum Posts
Hello all. Looks like i've installed Acitoolkit in the wrong directory. Since then I've created a new venv in Pycharm and reinstalled it in another directory, however i think there is a conflict stopping it working properly because of the other vers...
I have an ACI App that has a download from CSV option. At some point recently on both Chrome and Edge, this has stopped working but still works on Firefox. Apparently, the iframe the app is embedded in is sandboxed and doesn't allow downloads. I'm...
I´m trying to install the simulator using the OVA file. When I deploy it everything goes fine until almost reaching the 100% I get the next error:"Failed - Upload disk cancelled""Failed - The task was canceled by user" Do I need to have a special vmw...
I wrote a python script to apply a baseline configuration to fresh ACI fabrics utilizing the REST API.It uses the 'requests' module and I tested it from my laptop successfully in our LAB.One issue I'm running into, is that after so many requests the ...
Resolved! EPG creation at border leaf.
Is there any issue to create server EPG at border leaf switch?
I presently have an ACI automation environment, Ansible-based, where new config data starts out as rows in a spreadsheet. I wrote a tool that converts the data to JSON and ships it off to be processed by Ansible. It's designed this way because that's...
Is anyone familiar with how to create port selectors in ACI using Ansible? I am using the cisco.aci collection.There are two modules:aci_access_port_to_interface_policy_leaf_profileaci_access_port_block_to_access_port I'm confused about when to use o...
Resolved! Error while using aci-toolkit
HI, GuysI'm using Python2.7 and ACI SDK, and i can create Tenant into my APIC successfully.But When i try to create Tenant from ACI-toolkit, i got the error:Thanks for your sharingJasonPython 2.7.6 (default, Nov 10 2013, 19:24:24) [MSC v.1500 64 bit ...
Hello,I am preparing some ACI API testing scenario's and would like to make use of acitoolkit.Now I would like to know;- Does acitoolkit run with Python 3 or not?- Which Linux platform and version is best to use for acitoolkit to run on.Many thanks f...
I've gotten stuck with a new script I'm creating. As part of it, I would like to pull the list of nodes that are in the fabric and then use that list to do other tasks. I have not been able to find the correct method to get the list of nodes. Foll...
Resolved! C1111 + APIC-EM PnP issue
So I had a working solution where I could deploy new DMVPN routers (C1111) using our APIC EM instance over the internet, using cloud redirect, where both a cert is deployed, IOS is upgraded and config is deployed.Now I've found that this stopped work...
Resolved! Terraform ACI Provider - VMM Domain
I see the vmm domain resource requires:provider_profile_dn = "${aci_provider_profile.example.id}"For the life of me I can't find anything about aci_provider_profileWhat is it? Where is it created?
Resolved! Terraform ACI Provider Error
I've been testing the Terraform ACI Provider. In many ways I like Terraform more vs Ansible, but so far I'm having one issue with Terraform and hope somebody has some insight. When I try to add an encapsulation block with this:resource "aci_ranges" "...
Resolved! ACI Ansible Role AEP Domain Link Error
I'm not sure if this is the right area to post this, but has anyone played with the ACI Ansible role from Code Exchange?: https://developer.cisco.com/codeexchange/github/repo/datacenter/ansible-role-aci-model I modified it to build an ACI topology in...