Skip to content

Commit

Permalink
final fixes and 20.10 release
Browse files Browse the repository at this point in the history
update README list of packages
update juniper inventory with new version of vqfx
add frozen packages for 20.10
  • Loading branch information
cmsirbu committed Oct 28, 2020
1 parent 5c70c02 commit a2c5239
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ It primarily leverages the power of [vagrant](https://www.vagrantup.com/) to qui

All of the packages, tools and libraries that are pre-installed can be found in [ants.yml](basebox/ants.yml).

- **python3**: `python3-dev jmespath jinja2 flask docker junos-eznc netaddr paramiko netmiko pyeapi pyiosxr textfsm ntc-templates nxapi-plumbing ncclient napalm napalm-logs ciscoconfparse dnspython click psutil boto3 colorama nornir tftpy pexpect pyats pyntc pyserial pysnmp virlutils pyyaml urllib3 requests xmltodict pyang pytest cryptography tox pylama pan-python pynxos jxmlease yangson yangify`
- **python3**: `python3-dev jmespath jinja2 flask docker junos-eznc netaddr paramiko netmiko pyeapi pyiosxr textfsm ntc-templates nxapi-plumbing ncclient napalm napalm-logs ciscoconfparse dnspython click psutil boto3 colorama nornir tftpy pexpect pyats pyntc pyserial pysnmp virlutils pyyaml urllib3 requests xmltodict pyang pytest cryptography tox pylama pan-python pynxos jxmlease yangson yangify rich invoke`
- **ansible**: `ansible-tower-cli ansible-lint napalm-ansible ntc-ansible Juniper.junos PaloAltoNetworks.paloaltonetworks`
- **system**: `git bash zsh vim make tree curl tcpdump sshpass tshark telnet htop openssh-client snmp nmap netcat-openbsd iputils-arping iputils-ping iputils-tracepath net-tools fping nnn build-essential libxml2-dev libxml2-utils libxslt1-dev libffi-dev libssl-dev`
- **containers**: `docker-ce`
Expand Down
38 changes: 19 additions & 19 deletions basebox/requirements-frozen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ appdirs==1.4.4
async-timeout==3.0.1
bcrypt==3.2.0
bigsuds==1.0.6
boto3==1.16.5
botocore==1.19.5
boto3==1.16.6
botocore==1.19.6
cffi==1.14.3
ciscoconfparse==1.5.19
click==6.7
colorama==0.4.4
commonmark==0.9.1
cryptography==3.2
cryptography==3.2.1
dill==0.3.2
distlib==0.3.1
dnspython==2.0.0
Expand Down Expand Up @@ -59,20 +59,20 @@ psutil==5.7.3
ptyprocess==0.6.0
py==1.9.0
pyang==2.3.2
pyats==20.9
pyats.aereport==20.9
pyats.aetest==20.9.2
pyats.async==20.9
pyats.connections==20.9
pyats.datastructures==20.9
pyats.easypy==20.9
pyats.kleenex==20.9.1
pyats.log==20.9.1
pyats.reporter==20.9
pyats.results==20.9.1
pyats.tcl==20.9
pyats.topology==20.9
pyats.utils==20.9
pyats==20.10
pyats.aereport==20.10
pyats.aetest==20.10
pyats.async==20.10
pyats.connections==20.10
pyats.datastructures==20.10
pyats.easypy==20.10
pyats.kleenex==20.10
pyats.log==20.10
pyats.reporter==20.10
pyats.results==20.10
pyats.tcl==20.10
pyats.topology==20.10
pyats.utils==20.10
pycodestyle==2.6.0
pycparser==2.20
pycryptodomex==3.9.8
Expand Down Expand Up @@ -110,8 +110,8 @@ tox==3.20.1
transitions==0.8.4
typing-extensions==3.7.4.3
u-msgpack-python==2.7.1
unicon==20.9
unicon.plugins==20.9
unicon==20.10
unicon.plugins==20.10
urllib3==1.25.11
virl2-client==2.1.0
virlutils==1.1.0
Expand Down
2 changes: 1 addition & 1 deletion basebox/tests/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ all:
sw1:
ansible_host: 10.250.0.111
ansible_user: vagrant
version: 17.4R1.16
version: 19.4R1.10
model: VQFX-10000
cisco:
children:
Expand Down

0 comments on commit a2c5239

Please sign in to comment.