tree: 4e960712d7590b5a2c7ca72f58545ec03268f310 [path history] [tgz]
  1. README.md
  2. __init__.py
  3. all_samples.sh
  4. custom_types/
  5. daemon.py
  6. definitions/
  7. destroy.py
  8. doctemplates/
  9. engine.py
  10. flavorselect.py
  11. imageselect.py
  12. makedocs.py
  13. nodeselect.py
  14. resources/
  15. run.py
  16. samples/
  17. tests/
xos/tosca/README.md

TOSCA Interface Definition

This directory implements a TOSCA interface for XOS, which can be extended to include specifications for service models added to XOS. The directory is organized as follows:

  • custom_types -- Defines schema for XOS-specific models.
    • .m4 source files
    • .yaml generated files
  • definitions -- Defines schema for TOSCA's base models.
  • resources -- Translates TOSCA to Django API.
  • sample -- Example TOSCA specifications.