commit | 08a1c08b9ee5dc7907dbfae988a70ebf53277e45 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Mar 07 16:16:04 2019 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Thu Mar 07 18:36:08 2019 -0800 |
tree | 4cde0047a5e0564a9cafb0ee6cf54438ab8a772a | |
parent | 571489fd03afbaf076b6f544b87abb287aaf988b [diff] |
SEBA-513 Tosca engine should not require fields with Default set Change-Id: I3e8f43684e82c5a29c27b249853925e8fa2c588b
Welcome to the XOS TOSCA.
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
For support please refer to:
Slack
slackin.opencord.org
Mailing List
CORD Discuss
CORD Developers
Wiki
wiki.opencord.org
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