devops icon indicating copy to clipboard operation
devops copied to clipboard

Examples scripts for different environments to build and manage Avi Vantage

Results 30 devops issues
Sort by recently updated
recently updated
newest added

`get_change` function takes a parameter of `Id`. Using lower case will cause it to fail bota3 parameter validation.

I believe the two blocks of code below aren't required. They appear to be validating the Virtual Service exists and is running, persumably to allow the HTTP-01 validation to succeed....

Bumps [github.com/golang/glog](https://github.com/golang/glog) from 0.0.0-20160126235308-23def4e6c14b to 1.2.4. Release notes Sourced from github.com/golang/glog's releases. v1.2.4 What's Changed Fail if log file already exists by @​chressie in golang/glog#74: glog: Don't try to create/rotate...

dependencies
go

Bumps [python-openstackclient](https://docs.openstack.org/python-openstackclient/latest/) from 3.11.0 to 6.3.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python-openstackclient&package-manager=pip&previous-version=3.11.0&new-version=6.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Running these commands (creds assumed): $AviPool = Get-AviObjectByName -AviSession $AviSession -ObjectType pool -Name 1-TEST-POOL foreach ($Server in $AviPool.servers) { Write-Host $Server.ip } When multiple exist, only returns : @{addr=10.20.30.41; type=V4}

compute.MachineType.list was missing causing failures on list instance types on GCP SE configuration

Fix CustomDnsRecordAlreadyExistsException format to avoid improper parsing

Adding verify_acme_ssl parameter to toggle if the ACME server's SSL cert is verified. Controlscript container seems to use the OS root store for validation. In cases where a private CA...

I think it would be a good idea to add new script or add functionality to the Lets Encrypt Control Script to support External Account Binding. This to make support...