Skip to content

Commit

Permalink
Merge pull request #129 from JulioPDX/4.10-updates
Browse files Browse the repository at this point in the history
AVD 4.10 updates
  • Loading branch information
mthiel117 authored Jul 31, 2024
2 parents 86ee7a9 + bb0f351 commit 8fcaa9b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# uses: actions/setup-python@v5

# - name: Install Python requirements
# run: pip3 install -r requirements.txt
# run: pip3 install "pyavd[ansible]==4.10.0"

# - name: Run pre-commit on files
# uses: pre-commit/action@v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# uses: actions/setup-python@v5

# - name: Install Python requirements
# run: pip3 install -r requirements.txt
# run: pip3 install "pyavd[ansible]==4.10.0"

# - name: Run pre-commit on files
# uses: pre-commit/action@v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion global_vars/global_dc_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ local_users:
- name: arista
privilege: 15
role: network-admin
sha512_password: "{{ ansible_password | password_hash(salt='workshop') }}"
sha512_password: "{{ ansible_password | password_hash('sha512', salt='arista') }}"

# AAA
aaa_authorization:
Expand Down
12 changes: 0 additions & 12 deletions requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
collections:

- name: arista.avd
version: 4.5.0
version: 4.10.0

- name: arista.cvp
version: 3.10.1
Expand Down

0 comments on commit 8fcaa9b

Please # to comment.