commit | 78a19fe8a2278bbba17b54a9b8930963f2ac1eba | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Thu Aug 30 11:10:21 2018 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Thu Aug 30 16:25:15 2018 -0700 |
tree | 0b4f3ae042dc42fc64980b003569f48ef80fbf86 | |
parent | f584f7cb1ca18a792d804c148581e346253442fb [diff] |
[SEBA-154] Have tosca loader Dockerfile use master so KafkaLogHandler is included Change-Id: Ic40cc4d31fb16e05b1d10a7c1d4053e70aad8ca7
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