Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: internet2/nslab-ansible
base: master
Choose a base ref
...
head repository: internet2/nslab-ansible
compare: ntc
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 15 commits
  • 39 files changed
  • 2 contributors

Commits on Apr 19, 2018

  1. Add lab configs

    knewell committed Apr 19, 2018
    Copy the full SHA
    c3c7e80 View commit details

Commits on Apr 20, 2018

  1. Update core.j2

    knewell committed Apr 20, 2018
    Copy the full SHA
    4e6cb88 View commit details
  2. Update requirements.txt

    knewell committed Apr 20, 2018
    Copy the full SHA
    3ef9ab4 View commit details
  3. Update lab

    knewell committed Apr 20, 2018
    Copy the full SHA
    bfd1a63 View commit details
  4. Copy the full SHA
    3b3e640 View commit details
  5. Add validate.yml

    knewell committed Apr 20, 2018
    Copy the full SHA
    aff1919 View commit details
  6. Copy the full SHA
    6044f31 View commit details
  7. update ansible.cfg

    knewell committed Apr 20, 2018
    Copy the full SHA
    048dbfc View commit details

Commits on Aug 15, 2018

  1. Copy the full SHA
    c3075dd View commit details

Commits on Sep 17, 2018

  1. Update lab branch

    knewell committed Sep 17, 2018
    Copy the full SHA
    aaecb11 View commit details

Commits on Sep 27, 2018

  1. NTC lab configs

    knewell committed Sep 27, 2018
    Copy the full SHA
    9c8f1e9 View commit details
  2. Update NTC lab

    knewell committed Sep 27, 2018
    Copy the full SHA
    561d256 View commit details
  3. Update NTC lab

    knewell committed Sep 27, 2018
    Copy the full SHA
    e866c82 View commit details

Commits on Sep 28, 2018

  1. Update NTC lab

    knewell committed Sep 28, 2018
    Copy the full SHA
    165eb0e View commit details

Commits on Oct 9, 2018

  1. Update NTC configs

    knewell committed Oct 9, 2018
    Copy the full SHA
    60eb8ba View commit details
7 changes: 7 additions & 0 deletions .gitignore
@@ -100,3 +100,10 @@ pip-selfcheck.json

# Rope project settings
.ropeproject
*.retry
*.swp

.retry
diff
backup
core_config
Binary file added I2_SR_configs.tgz
Binary file not shown.
1 change: 1 addition & 0 deletions NetAutomationExamples
Submodule NetAutomationExamples added at 567767
12 changes: 2 additions & 10 deletions README.md
@@ -1,6 +1,6 @@
Suggest you use Python3 virtualenv
Suggest you use Python2 and virtualenv
```
python3 -m venv .
virtualenv .
source bin/activate
```

@@ -9,11 +9,3 @@ Update pip and install requirements
pip install --upgrade pip
pip install -r requirements.txt
```

Install napalm-ansible (currently need to install from source, issues when using pip)
```
git clone https://github.com/napalm-automation/napalm-ansible.git
cd napalm-ansible
python setup.py install
```

6 changes: 3 additions & 3 deletions ansible.cfg
@@ -1,8 +1,8 @@
[defaults]
roles_path = /srv/ansible/roles
roles_path = /srv/nslab-ansible/roles
host_key_checking = False
library = /srv/ansible/lib/python3.5/site-packages/napalm_ansible-0.9.1-py3.5.egg/napalm_ansible/modules
action_plugins = /srv/ansible/lib/python3.5/site-packages/napalm_ansible-0.9.1-py3.5.egg/napalm_ansible/plugins/action
library = ./local/lib/python2.7/site-packages/napalm_ansible/modules:./lib/python2.7/site-packages/ansible/modules/
action_plugins = ./local/lib/python2.7/site-packages/napalm_ansible/plugins/action:./lib/python2.7/site-packages/ansible/plugins/actions

[persistent_connection]
command_timeout=100
102 changes: 0 additions & 102 deletions backup/vmx1_config.2018-04-18@13:54:21

This file was deleted.

44 changes: 0 additions & 44 deletions backup/vmx2_config.2018-04-18@13:54:20

This file was deleted.

72 changes: 0 additions & 72 deletions backup/vmx3_config.2018-04-18@13:54:23

This file was deleted.

64 changes: 0 additions & 64 deletions backup/vmx4_config.2018-04-18@13:54:21

This file was deleted.