tree: 85bf0350aed96ff2b00f2dffa8e9594949fb15b0 [path history] [tgz]
  1. README.md
  2. __init__.py
  3. backend-model-deps
  4. configurations/
  5. core/
  6. dependency_walker.py
  7. manage.py
  8. model-deps
  9. model_autodeletion.py
  10. model_policies/
  11. model_policy.py
  12. nginx/
  13. observers/
  14. openstack/
  15. services/
  16. synchronizers/
  17. templates/
  18. tests/
  19. tools/
  20. tosca/
  21. util/
  22. uwsgi/
  23. xos-observer.py
  24. xos/
  25. 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.