Vagrant scripts adjusted for external YANG models and freebsd
This commit is contained in:
parent
6ab4e9dfdf
commit
2a84fb089f
6 changed files with 25 additions and 7 deletions
|
|
@ -47,7 +47,7 @@ RUN apk add --update nghttp2
|
|||
# Checkut models
|
||||
WORKDIR /usr/local/share/
|
||||
|
||||
# Checkut standard YANG models for tests (note >1G for full repo)
|
||||
# Checkout standard YANG models for tests (note >1G for full repo)
|
||||
RUN mkdir yang; cd yang; git init; git remote add -f origin https://github.com/YangModels/yang; git config core.sparseCheckout true; echo "standard/" >> .git/info/sparse-checkout; echo "experimental/" >> .git/info/sparse-checkout
|
||||
|
||||
WORKDIR /usr/local/share/yang
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue