1. 584cd89 no need to recreate bootstrap_ui container by Scott Baker · 8 years ago
  2. b6d211a change xos container to xos_bootstrap_ui; remove volumes it won't use by Scott Baker · 8 years ago
  3. 9120335 initial xos.yaml for cord-pod by Scott Baker · 8 years ago
  4. c555452 wait for onboarding after starting exampleservice by Scott Baker · 8 years ago
  5. 4f4e901 convert pod-config over to onboarding config (WIP) by Scott Baker · 8 years ago
  6. 0baadc4 add enable_build bit to XOS (untested) by Scott Baker · 8 years ago
  7. 5751eb1 add wait_for_onboarding_ready script by Scott Baker · 8 years ago
  8. 99dac10 onboarding api by Scott Baker · 8 years ago
  9. ff903a9 fix run command by Scott Baker · 8 years ago
  10. 232fea6 fix name of config file by Scott Baker · 8 years ago
  11. 6916686 remove exampleservice from services directory by Scott Baker · 8 years ago
  12. 0147cef make XOS rebuild if a service controller is changed by Scott Baker · 8 years ago
  13. 33d5e4f the key_import directory is root only by Scott Baker · 8 years ago
  14. 4310c38 fix name of xosbuilder_app_list file by Scott Baker · 8 years ago
  15. 1febf62 allow service controller to be null by Scott Baker · 8 years ago
  16. 7806f62 detect unready controllers; add __init__.py for services by Scott Baker · 8 years ago
  17. b01d2c9 fix wrong directory for exampletenant api by Scott Baker · 8 years ago
  18. 94c3695 sometimes we need the empty __init__.py file by Scott Baker · 8 years ago
  19. 9307993 remove backup file by Scott Baker · 8 years ago
  20. 6132165 fix exampletenant.py by Scott Baker · 8 years ago
  21. 16cfb9c add support for rest_service and rest_tenant by Scott Baker · 8 years ago
  22. dcef42c fix docker-compose files by Scott Baker · 8 years ago
  23. 801a063 move away exampleservice tenant api by Scott Baker · 8 years ago
  24. 83b3fad automatically run docker-compose by Scott Baker · 8 years ago
  25. 003d358 add docker-compose to onboarding synchronizer by Scott Baker · 8 years ago
  26. 29b677b fix volumes by Scott Baker · 8 years ago
  27. 4bb7c29 move prereqs into separate section and more stuff into bootstrap by Scott Baker · 8 years ago
  28. f80891d move away exampleservice api by Scott Baker · 8 years ago
  29. 3eb4466 launch the modified UI container by Scott Baker · 8 years ago
  30. be41a12 XOS bootstrapping, WIP by Scott Baker · 8 years ago
  31. 83e8303 check in onboarding run.sh by Scott Baker · 8 years ago
  32. aab8a29 create docker-compose.yml by Scott Baker · 8 years ago
  33. e293e5f supply private_key_fn for ceilometer sync by Scott Baker · 8 years ago
  34. 02b6cdb add support for volumes by Scott Baker · 8 years ago
  35. 5ba0267 add run.sh to synchronizers by Scott Baker · 8 years ago
  36. 549cb25 set exampleservice's public key by Scott Baker · 8 years ago
  37. 037f679 install public keys into UI container by Scott Baker · 8 years ago
  38. 99db7b1 disable service_key_name; services should not set service.private_key_fn by Scott Baker · 8 years ago
  39. 0743cf3 specify xosbuilder private/public keys for exampleservice by Scott Baker · 8 years ago
  40. 802be4c remove numerous mounts from xos container; add onboarding synchronizer by Scott Baker · 8 years ago
  41. 516c2fe make containers makes all containers; add exampleservice target by Scott Baker · 8 years ago
  42. 18c8917 add public/private key support to onboarding synchronizer by Scott Baker · 8 years ago
  43. 513ea45 add models to synchronizer containers by Scott Baker · 8 years ago
  44. c2a2fe9 fix issues of downloading using manifest by Scott Baker · 8 years ago
  45. 1b88f5b check in playbook for XOS ui building by Scott Baker · 8 years ago
  46. acfe60a move synchronizer manifest into synchronizer directory by Scott Baker · 8 years ago
  47. 8062b76 service controller sync step by Scott Baker · 8 years ago
  48. cc35e24 service controller sync step by Scott Baker · 8 years ago
  49. 6e3de9c add the first path component back in by Scott Baker · 8 years ago
  50. 6071914 manifest for exampleservice synchronizer by Scott Baker · 8 years ago
  51. ec1e65a bring over the exampleservice synchronizer by Scott Baker · 8 years ago
  52. 73b0d95 for now, let's use our parent's docker build system by Scott Baker · 8 years ago
  53. 9c6191e add xosbuilder app list to INSTALLED_APPS by Scott Baker · 8 years ago
  54. ae196c3 create app_list and migration_list by Scott Baker · 8 years ago
  55. 8d252b6 build the docker images by Scott Baker · 8 years ago
  56. 9765b86 install docker in onboarding synchronizer container by Scott Baker · 8 years ago
  57. c87cb60 we need a synchronizer with docker baked into it by Scott Baker · 8 years ago
  58. b0eb23e now building dockerfiles by Scott Baker · 8 years ago
  59. ca78d16 add rebuild tool by Scott Baker · 8 years ago
  60. 95397b3 move exampleservice out of the way by Scott Baker · 8 years ago
  61. 7581c25 skeleton for sync_step by Scott Baker · 8 years ago
  62. 3cc19d6 more dependencies by Scott Baker · 8 years ago
  63. ab9b189 WIP onboarding synchronizer by Scott Baker · 8 years ago
  64. 03d486e add support for short-form Controller specification by Scott Baker · 8 years ago
  65. 411c4e9 add yaml resource format by Scott Baker · 8 years ago
  66. 664d2d5 tosca custom_types for exampleservice by Scott Baker · 8 years ago
  67. 5cf398b exampleservice onboard recipe by Scott Baker · 8 years ago
  68. 55fff50 tosca for servicecontroller by Scott Baker · 8 years ago
  69. bb12672 tosca for service controller resource by Scott Baker · 8 years ago
  70. 1ea8cb5 rename synchronizer manifest to manifest by Scott Baker · 8 years ago
  71. 6db2de2 set up a spot to onboard exampleservice from by Scott Baker · 8 years ago
  72. 147cace add controller to ServiceAdmin by Scott Baker · 8 years ago
  73. c2d017f admin for ServiceController by Scott Baker · 8 years ago
  74. 1e55982 add base_url field, change all URLs to StrippedCharField by Scott Baker · 8 years ago
  75. 120976d add XOS object by Scott Baker · 8 years ago
  76. 80d65b1 service onboarding models by Scott Baker · 8 years ago
  77. 61c42e4 Fixed UI tests after merge by Matteo Scandolo · 8 years ago
  78. 234e568 fix check of vsg image name by Scott Baker · 8 years ago
  79. 055e37a Merge branch 'mcord-merge' by Scott Baker · 8 years ago
  80. 6b5ea63 First to subscriber dashboard by Matteo Scandolo · 8 years ago
  81. b74c7c0 eliminate duplicate code by Scott Baker · 8 years ago
  82. 624348a do not allocate default start_ip/end_ip by Scott Baker · 8 years ago
  83. abad4c9 reconcile with master by Scott Baker · 8 years ago
  84. b6b86f1 fix conflict by Scott Baker · 8 years ago
  85. 7d539d3 Started refactoring of Subscriber Dashboard by Matteo Scandolo · 8 years ago
  86. bf3c5b6 Let certain steps be run always by Sapan Bhatia · 8 years ago
  87. 730afb6 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 8 years ago
  88. 6b17238 add logging options to limit size of log files by Scott Baker · 8 years ago
  89. 95b259e Added filtering by site to sliceplus API by Matteo Scandolo · 8 years ago
  90. 0b3e9dc Resolve conlict with XOS master by Matteo Scandolo · 8 years ago
  91. 614766f Added empty env folder by Matteo Scandolo · 8 years ago
  92. 6670477 Merge branch 'feature/ui-dev-environmnent' by Matteo Scandolo · 8 years ago
  93. 4ac9a0b Updated generator to read parent env config by Matteo Scandolo · 8 years ago
  94. ac1eb03 try to prevent disk filling up with obeserver logs by Scott Baker · 8 years ago
  95. da9dd86 Merge branch 'feature/vsg_image' by Scott Baker · 8 years ago
  96. dd45467 set default_image for vcpe and vsg slices by Scott Baker · 8 years ago
  97. 1527a29 Merge pull request #148 from arpiagariu/master by Matteo · 8 years ago
  98. 686a9c9 Changes to CSS file by arpiagariu · 8 years ago
  99. ff74674 remove bridgeutils, docker, pipework, and resolv.conf steps from vSG recipe by Scott Baker · 8 years ago
  100. 87aea3e set default_image for exampleservice by Scott Baker · 8 years ago