tree: 550ec4de656d1da589cea3a9cf41014979a7fdec [path history] [tgz]
  1. README.md
  2. __init__.py
  3. api/
  4. backend-model-deps
  5. configurations/
  6. core/
  7. generate/
  8. manage.py
  9. model-deps
  10. model_autodeletion.py
  11. nginx/
  12. openstack/
  13. services/
  14. synchronizers/
  15. templates/
  16. tests/
  17. tools/
  18. tosca/
  19. uwsgi/
  20. xos/
  21. xos_configuration/
xos/README.md

XOS Source Tree

This is the main directory for XOS. Sub-directories include:

  • configurations -- collection of canned configurations
  • core -- core model definitions
  • generators -- tools to generate auxiliary structures from data model
  • model_policies -- invariants on the data model
  • nginx, uwsgi -- related to web server that runs XOS
  • openstack -- client-side interaction with OpenStack (to be depreciated)
  • services -- model definitions for a set of services
  • synchronizers -- collection of synchronizers
  • templates -- Django GUI templates
  • test -- system-wide tests to be collected here
  • tosca -- tosca modeling layer on top of RESTful API
  • tools -- assorted tools and scripts
  • xos -- common source code for all Django applications
  • xos_configuration -- top-level XOS configuration parameters

Of these, configuration, services, and synchronizers are most relevant to developers.