Tagged by CORD Jenkins version-tag job: 1316, for Gerrit patchset: 12942
[SEBA-450] (part 1)

Refactoring, python3 compat, and tox tests on:

- xosconfig
- xosgenx
- xosutil

Eliminate use of yaml.load() which is unsafe, switch to yaml.safe_load()

More diagnostics during database migration

Change-Id: I0fae5782fca401603a7c4e4ec2b9269ad24bda97
68 files changed
tree: 63440eb8a7460ed5b12c4d0bb186fb2055db2a2e
  1. .dockerignore
  2. .gitignore
  3. .gitreview
  4. LICENSE.txt
  5. README.md
  6. VERSION
  7. book.json
  8. containers/
  9. docs/
  10. lib/
  11. scripts/
  12. tox.ini
  13. unittest.cfg
  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.