Vagrant scripts adjusted for external YANG models and freebsd

This commit is contained in:
Olof hagsand 2021-11-30 15:22:00 +01:00
parent 6ab4e9dfdf
commit 2a84fb089f
6 changed files with 25 additions and 7 deletions

View file

@ -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