- Install the remote extension pack for Visual Studio Code (https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack)
- Connect to the remote [email protected]
- Open a Terminal in VSCode (which should be on the Devbox)
- Clone this repo:
git clone https://github.com/CiscoDevNet/ABC-NSO.git
To prepare the lab environment, call the start
script with the desired lab from a Terminal pane within VSCode. e.g.:
$ sh start lab-<name>
Then, change directory to ~/nso-lab-<name>
and run code -a .
to open that directory within the VSCode window.
The script expects NSO to be installed in ~/nso
, which must include all of the required NEDs. Everything will deploy to the ~/nso-lab-<name>
directory, with a ~/nso-lab
symlink for convenience.