Skip to content

Commit

Permalink
Docker: Sastre 1.22 --> 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ljakab committed Mar 11, 2024
1 parent fc9cfd3 commit 9cd4223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ENV ANSIBLE_REMOTE_TMP=/tmp

RUN git clone https://github.com/CiscoDevNet/sastre-ansible /tmp/sastre-ansible && \
ansible-galaxy collection build /tmp/sastre-ansible/cisco/sastre --output-path /tmp/sastre-ansible && \
ansible-galaxy collection install -f /tmp/sastre-ansible/cisco-sastre-1.0.16.tar.gz && \
ansible-galaxy collection install -f /tmp/sastre-ansible/cisco-sastre-1.0.19.tar.gz && \
rm -fr /tmp/sastre-ansible

COPY sdwan_config_builder/ /tmp/sdwan_config_builder/
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ ansible==9.1.*
ansible-lint==6.22.2
ansible-virl==0.0.7
netaddr
pydantic>=1.10,<2
viptela==0.3.9
virl2_client==2.5.0
cisco-sdwan==1.22
cisco-sdwan==1.23

# pytz is required by netbox.netbox.nb_inventory
pytz

0 comments on commit 9cd4223

Please sign in to comment.