tree: 2c1e40d62310ea0d39a47231e3d8e7807245be51 [path history] [tgz]
  1. README.md
  2. ansible_hosts.py
  3. cleanup_unique.py
  4. destroy-all-networks.sh
  5. docker_setup_xos
  6. docker_start_xos
  7. get_instance_ip.py
  8. get_instance_name.py
  9. imagebuilder/
  10. openstack-db-cleanup.sh
  11. openstack-healthcheck.py
  12. purge.py
  13. rebuild.py
  14. ssh-myslice
  15. xos-manage
  16. xossh-local
xos/tools/README.md

Overview of XOS tools

modelgen

Modelgen reads the XOS models and applies those models to a template to generate output.

Examples:

  • ./modelgen -a core api.template.py > ../../xos/xosapi.py
  • ./modelgen -a services.hpc -b Service -b User hpc-api.template.py > ../../xos/hpcapi.py