Tagged by CORD Jenkins version-tag job: 1341, for Gerrit patchset: 13231
SEBA-513 Tosca engine should not require fields with Default set

Change-Id: I3e8f43684e82c5a29c27b249853925e8fa2c588b
4 files changed
tree: 4cde0047a5e0564a9cafb0ee6cf54438ab8a772a
  1. .dockerignore
  2. .gitignore
  3. .gitreview
  4. Dockerfile
  5. Makefile
  6. README.md
  7. VERSION
  8. book.json
  9. docs/
  10. loader/
  11. src/
  12. test/
  13. unittest.cfg
README.md

XOS TOSCA

Welcome to the XOS TOSCA.

Documentation

You can find the documentation in the docs folder. It has been created using gitbook and can be consumed as a local website. To bring it up, just open a termina pointing to this folder and execute: gitbook serve, then open a browser at http://localhost:4000

Support

For support please refer to:

Slack
slackin.opencord.org

Mailing List
CORD Discuss
CORD Developers

Wiki
wiki.opencord.org

Testing

To run tests, you must first create a virtualenv with the XOS dependencies:

cd ../xos
./scripts/setup_venv.sh
source venv-xos/bin/activate
cd ../xos-tosca
make tests