Clone this repo:
  1. 1989871 Bump xosapi and xosgenx dependency to 4.0.0 by Daniele Moro · 4 years, 2 months ago master 2.0.0
  2. 6793027 Adding Code of Conduct by Matteo Scandolo · 4 years, 5 months ago
  3. 1ea1220 [SEBA-715] Upgrading xos-genx library to 3.2.7 to avoid validation errors by Matteo Scandolo · 5 years ago 1.3.2
  4. 58fac5d SEBA-573 Retry TOSCA loading instead of crashing by Andy Bavier · 5 years ago 1.3.1
  5. 6bb2cfe [SEBA-497] by Zack Williams · 5 years ago 1.3.0

XOS TOSCA

Welcome to the XOS TOSCA.

Documentation

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

Support

For support please refer to:

Slack
slackin.opencord.org

Mailing List
CORD Discuss
CORD Developers

Wiki
wiki.opencord.org

Testing

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