ACI v0.0.6 published on Thursday, Aug 31, 2023 by Cisco
ACI: Installation & Configuration
Installation
The Cisco ACI provider is available as a package in all Pulumi languages:
- JavaScript/TypeScript:
@netascode/aci
- Python:
pulumi_aci
- Go:
github.com/netascode/pulumi-aci/sdk/go/aci
- .NET:
Pulumi.Aci
Setup
To provision resources with the Pulumi ACI provider, you need to have correct endpoint configuration towards your APIC controller.
Configuration Options
Use pulumi config set aci:<option> (--secret)
.
Option | Environment Variable | Required/Optional | Description |
---|---|---|---|
url | ACI_URL | Required | URL of the Cisco APIC web interface |
username | ACI_USERNAME | Required | Username for the APIC Account |
password | ACI_PASSWORD | Required (Secret) | Password for the APIC Account |
insecure | ACI_INSECURE | Optional | Allow insecure HTTPS client |
logging | ACI_LOGGING | Optional | Enable debug logging |
retries | ACI_RETRIES | Optional | Number of retries for REST API calls |