Updates branch master with sol006 branch, introducing new SOL006 model classes 14/10014/6
authorgarciaale <agarcia@whitestack.com>
Thu, 19 Nov 2020 20:57:42 +0000 (17:57 -0300)
committergarciaale <agarcia@whitestack.com>
Thu, 26 Nov 2020 19:47:14 +0000 (16:47 -0300)
commit76f6a62b4cc15bc77cf1270d2b1630524fb2879f
tree054af438895600f059fc704971032d53b64aaeab
parent10ba9c39b590538a68bdbafce02fee7e0c33954d
Updates branch master with sol006 branch, introducing new SOL006 model classes

Change-Id: Ica385dd2e44a0e72561b450554f7fa9e450f08c9
Signed-off-by: garciaale <agarcia@whitestack.com>
50 files changed:
.gitignore
Dockerfile
Makefile
devops-stages/stage-test.sh
models/augments/additional-info.yang [new file with mode: 0644]
models/augments/alarm.yang [new file with mode: 0644]
models/augments/alternative-images.yang [new file with mode: 0644]
models/augments/cloud-init.yang [new file with mode: 0644]
models/augments/common-augments.yang [new file with mode: 0644]
models/augments/configuration.yang [new file with mode: 0644]
models/augments/day1-2.yang [new file with mode: 0644]
models/augments/epa.yang [new file with mode: 0644]
models/augments/interface.yang [new file with mode: 0644]
models/augments/ip-profiles.yang [new file with mode: 0644]
models/augments/kdu.yang [new file with mode: 0644]
models/augments/mgmt-interface.yang [new file with mode: 0644]
models/augments/ns-configuration.yang [new file with mode: 0644]
models/augments/ns-various.yang [new file with mode: 0644]
models/augments/ns-vld.yang [new file with mode: 0644]
models/augments/scaling.yang [new file with mode: 0644]
models/augments/various.yang [new file with mode: 0644]
models/augments/vip.yang [new file with mode: 0644]
osm_im/validation.py
patch/deref_warnings.patch [new file with mode: 0644]
patch/nested_workaround.patch [new file with mode: 0644]
setup.py
tests/examples/alternative_image_im.yaml [new file with mode: 0644]
tests/examples/alternative_image_sol006.yaml [new file with mode: 0644]
tests/examples/cirros_nsd_im.yaml [new file with mode: 0644]
tests/examples/cirros_nsd_sol006.yaml [new file with mode: 0644]
tests/examples/cirros_vnfd_im.yaml [new file with mode: 0644]
tests/examples/cirros_vnfd_sol006.yaml [new file with mode: 0644]
tests/examples/epa_im.yaml [new file with mode: 0644]
tests/examples/epa_sol006.yaml [new file with mode: 0644]
tests/examples/etsi_complex_vnfd_sol006.yaml [new file with mode: 0644]
tests/examples/etsi_nsd_sol006.yaml [new file with mode: 0644]
tests/examples/hackfest_charmed_nsd_im.yaml [new file with mode: 0644]
tests/examples/hackfest_charmed_nsd_sol006.yaml [new file with mode: 0644]
tests/examples/hackfest_charmed_vnfd_im.yaml [new file with mode: 0644]
tests/examples/hackfest_charmed_vnfd_sol006.yaml [new file with mode: 0644]
tests/examples/magma_knf_im.yaml [new file with mode: 0644]
tests/examples/magma_knf_sol006.yaml [new file with mode: 0644]
tests/examples/vepc_im.yaml [new file with mode: 0644]
tests/examples/vepc_nsd_im.yaml [new file with mode: 0644]
tests/examples/vepc_nsd_sol006.yaml [new file with mode: 0644]
tests/examples/vepc_sol006.yaml [new file with mode: 0644]
tests/examples/vnfd_im.yaml [new file with mode: 0644]
tests/examples/vnfd_sol006.yaml [new file with mode: 0644]
tests/test_validation.py [new file with mode: 0644]
tox.ini