aristanetworks / avd

Arista Validated Designs
https://avd.arista.com
Apache License 2.0
251 stars 187 forks source link

Doc: add CVaaS regional URLs to cv_deploy #4092

Closed noredistribution closed 1 week ago

noredistribution commented 3 weeks ago

Change Summary

Adding CVaaS regional URLs and svc account token generation for cv_deploy role

Component(s) name

arista.avd.cv_deploy

github-actions[bot] commented 3 weeks ago

Review docs on Read the Docs

To test this pull request:

# Create virtual environment for this testing below the current directory
python -m venv test-avd-pr-4092
# Activate the virtual environment
source test-avd-pr-4092/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/noredistribution/avd.git@add-regional-urls#subdirectory=python-avd" --force
# Install Ansible collection
ansible-galaxy collection install git+https://github.com/noredistribution/avd.git#/ansible_collections/arista/avd/,add-regional-urls --force
# Optional: Install AVD examples
cd test-avd-pr-4092
ansible-playbook arista.avd.install_examples
sonarcloud[bot] commented 3 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud