commit | f94585be593c1df70d8479da440551853da1c9ea | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Thu Nov 01 12:01:22 2018 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Thu Nov 01 12:01:22 2018 -0700 |
tree | 316d330889b4f41a34bbf515a05b60ee505c2acf | |
parent | fb02356a92d575746629cf2c344234368a8f08ba [diff] |
Updated service to use new XOS core version: 2.1.22 Change-Id: I27ee51e37d97ff2735a10f5f49c8ddc8a937f282
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