Tagged by CORD Jenkins version-tag job: 1363, for Gerrit patchset: 13258
[SEBA-526] Adding --xos-dir and --services-dir to xos-migrate cli options

Change-Id: Ic9b9528603427ac811a134df6fc19292a5a42b0b
19 files changed
tree: 051933581e19e887228f3d0dd52865fba07eca5c
  1. .dockerignore
  2. .gitignore
  3. .gitreview
  4. LICENSE.txt
  5. Makefile
  6. README.md
  7. VERSION
  8. book.json
  9. containers/
  10. docs/
  11. lib/
  12. scripts/
  13. tox.ini
  14. xos/
README.md

XOS

XOS is a framework for operationalizing a collection of disaggregated services. It is packaged as a project in the Open CORD initiative, with source code managed through https://gerrit.opencord.org. It is also mirrored at https://github.com/opencord.

You can download and use XOS either as part of CORD (see the CORD Guide for details) or as a standalone component (see the XOS Guide for details).

Also visit the XOS Wiki Page for additional information.

Testing the XOS Core

Run make test to run tests on the XOS codebase.

XOS's component libraries are stored in lib and are tested by running tox in the individual library directories.