Skip to content

Repository files navigation

VMware AVI Tenant Provisioning

Focused Python automation for creating a VMware AVI Load Balancer tenant through the AVI Controller API.

Objective

Provision a tenant using environment-driven configuration without committing controller URLs, usernames, passwords, or session tokens.

Setup

python -m venv .venv
.venv\\Scripts\\activate
pip install -r requirements.txt
copy .env.example .env

Update .env with your AVI controller values:

AVI_CONTROLLER_URL=https://avi-controller.example.com
AVI_USERNAME=replace-with-controller-user
AVI_PASSWORD=replace-with-controller-password
AVI_TENANT_NAME=Hariharan Demo Tenant
AVI_VERIFY_TLS=true

Run

python tenant_provisioning.py

Production Documentation

About

Focused Python/Postman tenant provisioning workflow for VMware AVI Load Balancer APIs.

Topics

Resources

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages