commit | 20e07e2892315ae9f4e120595dd636a84ef25e6d | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Mon Dec 17 09:53:11 2018 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Mon Dec 17 09:53:11 2018 -0700 |
tree | 3bbe38e5ef5b27cd3ca9caeda63e47f42fb4ebcb | |
parent | f94585be593c1df70d8479da440551853da1c9ea [diff] |
Updated service to use new XOS core version: 2.1.25 Change-Id: Ifc7e5c04af362fac97a2b12ca4543c67cc0d972b
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