commit | f1282946ccef5ab9001eb314ccc3a4f6a0ebe142 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Mon Jan 28 10:07:12 2019 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Mon Jan 28 10:07:12 2019 -0700 |
tree | b0d0606c21762fbe174831a5fe16e78622d2acf7 | |
parent | 20e07e2892315ae9f4e120595dd636a84ef25e6d [diff] |
Updated service to use new XOS core version: 2.1.32 Change-Id: I91928549382051914855cd120985a8ed2fbb72b8
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