1. b1ce7da no need to recreate bootstrap_ui container by Scott Baker · 8 years ago
  2. 51190dd change xos container to xos_bootstrap_ui; remove volumes it won't use by Scott Baker · 8 years ago
  3. 43885ad initial xos.yaml for cord-pod by Scott Baker · 8 years ago
  4. 1fb0a3b wait for onboarding after starting exampleservice by Scott Baker · 8 years ago
  5. 315e387 convert pod-config over to onboarding config (WIP) by Scott Baker · 8 years ago
  6. 2f2678d add enable_build bit to XOS (untested) by Scott Baker · 8 years ago
  7. a67da57 add wait_for_onboarding_ready script by Scott Baker · 8 years ago
  8. 1101a87 onboarding api by Scott Baker · 8 years ago
  9. b3a9c4f fix run command by Scott Baker · 8 years ago
  10. 1e00b9c fix name of config file by Scott Baker · 8 years ago
  11. dab25d0 remove exampleservice from services directory by Scott Baker · 8 years ago
  12. bd73f1f make XOS rebuild if a service controller is changed by Scott Baker · 8 years ago
  13. 1e272b1 the key_import directory is root only by Scott Baker · 8 years ago
  14. 29b1ff6 fix name of xosbuilder_app_list file by Scott Baker · 8 years ago
  15. adafbdb allow service controller to be null by Scott Baker · 8 years ago
  16. e2746d1 detect unready controllers; add __init__.py for services by Scott Baker · 8 years ago
  17. 5e3fd34 fix wrong directory for exampletenant api by Scott Baker · 8 years ago
  18. 183f11b sometimes we need the empty __init__.py file by Scott Baker · 8 years ago
  19. 501065f remove backup file by Scott Baker · 8 years ago
  20. 002f14c fix exampletenant.py by Scott Baker · 8 years ago
  21. 55c43f8 add support for rest_service and rest_tenant by Scott Baker · 8 years ago
  22. 91ca28f fix docker-compose files by Scott Baker · 8 years ago
  23. 2d65de3 move away exampleservice tenant api by Scott Baker · 8 years ago
  24. 5f47f8e automatically run docker-compose by Scott Baker · 8 years ago
  25. 37204e5 add docker-compose to onboarding synchronizer by Scott Baker · 8 years ago
  26. 393e317 fix volumes by Scott Baker · 8 years ago
  27. 6acfa88 move prereqs into separate section and more stuff into bootstrap by Scott Baker · 8 years ago
  28. b665111 move away exampleservice api by Scott Baker · 8 years ago
  29. a93e596 launch the modified UI container by Scott Baker · 8 years ago
  30. 0f1054d XOS bootstrapping, WIP by Scott Baker · 8 years ago
  31. 1de733b check in onboarding run.sh by Scott Baker · 8 years ago
  32. e1dc6f9 create docker-compose.yml by Scott Baker · 8 years ago
  33. d0357bc supply private_key_fn for ceilometer sync by Scott Baker · 8 years ago
  34. 18cd462 add support for volumes by Scott Baker · 8 years ago
  35. 12dcb8e add run.sh to synchronizers by Scott Baker · 8 years ago
  36. 89a7cfc set exampleservice's public key by Scott Baker · 8 years ago
  37. d50b142 install public keys into UI container by Scott Baker · 8 years ago
  38. 66c3b25 disable service_key_name; services should not set service.private_key_fn by Scott Baker · 8 years ago
  39. 9e61af4 specify xosbuilder private/public keys for exampleservice by Scott Baker · 8 years ago
  40. 54fab6f remove numerous mounts from xos container; add onboarding synchronizer by Scott Baker · 8 years ago
  41. ed11cd5 make containers makes all containers; add exampleservice target by Scott Baker · 8 years ago
  42. 2bc8fb7 add public/private key support to onboarding synchronizer by Scott Baker · 8 years ago
  43. bd46565 add models to synchronizer containers by Scott Baker · 8 years ago
  44. 3ce5960 fix issues of downloading using manifest by Scott Baker · 8 years ago
  45. c1da71a check in playbook for XOS ui building by Scott Baker · 8 years ago
  46. 1579991 move synchronizer manifest into synchronizer directory by Scott Baker · 8 years ago
  47. cf393a2 service controller sync step by Scott Baker · 8 years ago
  48. d0eb0c8 service controller sync step by Scott Baker · 8 years ago
  49. 56224a5 add the first path component back in by Scott Baker · 8 years ago
  50. ff99eae manifest for exampleservice synchronizer by Scott Baker · 8 years ago
  51. 5bd58a7 bring over the exampleservice synchronizer by Scott Baker · 8 years ago
  52. 640c032 for now, let's use our parent's docker build system by Scott Baker · 8 years ago
  53. 5fcbdf2 add xosbuilder app list to INSTALLED_APPS by Scott Baker · 8 years ago
  54. 3196d70 create app_list and migration_list by Scott Baker · 8 years ago
  55. 86d62c9 build the docker images by Scott Baker · 8 years ago
  56. 77a6414 install docker in onboarding synchronizer container by Scott Baker · 8 years ago
  57. 4f7ff0f we need a synchronizer with docker baked into it by Scott Baker · 8 years ago
  58. 50994ae now building dockerfiles by Scott Baker · 8 years ago
  59. eba0d0f add rebuild tool by Scott Baker · 8 years ago
  60. 6e329b5 move exampleservice out of the way by Scott Baker · 9 years ago
  61. deb593b skeleton for sync_step by Scott Baker · 9 years ago
  62. 02f414e more dependencies by Scott Baker · 9 years ago
  63. b486ffd WIP onboarding synchronizer by Scott Baker · 9 years ago
  64. ea828d2 add support for short-form Controller specification by Scott Baker · 9 years ago
  65. b4a6eb7 add yaml resource format by Scott Baker · 9 years ago
  66. a87ce11 tosca custom_types for exampleservice by Scott Baker · 9 years ago
  67. 2b649d7 exampleservice onboard recipe by Scott Baker · 9 years ago
  68. 5904e5a tosca for servicecontroller by Scott Baker · 9 years ago
  69. ed3ed97 tosca for service controller resource by Scott Baker · 9 years ago
  70. 315e86f rename synchronizer manifest to manifest by Scott Baker · 9 years ago
  71. 841c85b set up a spot to onboard exampleservice from by Scott Baker · 9 years ago
  72. 04288cd add controller to ServiceAdmin by Scott Baker · 9 years ago
  73. c9117f8 admin for ServiceController by Scott Baker · 9 years ago
  74. df25a94 add base_url field, change all URLs to StrippedCharField by Scott Baker · 9 years ago
  75. 185dbc7 add XOS object by Scott Baker · 9 years ago
  76. 1fa9adf service onboarding models by Scott Baker · 9 years ago
  77. 7b4fae0 Fixed UI tests after merge by Matteo Scandolo · 9 years ago
  78. 0a1bbf5 fix check of vsg image name by Scott Baker · 9 years ago
  79. 1854d66 Merge branch 'mcord-merge' by Scott Baker · 9 years ago
  80. 2293f98 First to subscriber dashboard by Matteo Scandolo · 9 years ago
  81. 4d72c7d eliminate duplicate code by Scott Baker · 9 years ago
  82. ea77c3e do not allocate default start_ip/end_ip by Scott Baker · 9 years ago
  83. b624923 reconcile with master by Scott Baker · 9 years ago
  84. 1afc6e0 fix conflict by Scott Baker · 9 years ago
  85. e5be182 Started refactoring of Subscriber Dashboard by Matteo Scandolo · 9 years ago
  86. 1c368a9 Let certain steps be run always by Sapan Bhatia · 9 years ago
  87. 02550c3 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  88. 2f5d0bc add logging options to limit size of log files by Scott Baker · 9 years ago
  89. acbe9ff Added filtering by site to sliceplus API by Matteo Scandolo · 9 years ago
  90. a9831c5 Resolve conlict with XOS master by Matteo Scandolo · 9 years ago
  91. cfabf85 Added empty env folder by Matteo Scandolo · 9 years ago
  92. 9f87585 Merge branch 'feature/ui-dev-environmnent' by Matteo Scandolo · 9 years ago
  93. 881fed5 Updated generator to read parent env config by Matteo Scandolo · 9 years ago
  94. 61f8e7f try to prevent disk filling up with obeserver logs by Scott Baker · 9 years ago
  95. f0a5f98 Merge branch 'feature/vsg_image' by Scott Baker · 9 years ago
  96. c998fa3 set default_image for vcpe and vsg slices by Scott Baker · 9 years ago
  97. f313603 Merge pull request #148 from arpiagariu/master by Matteo · 9 years ago
  98. b897a96 Changes to CSS file by arpiagariu · 9 years ago
  99. 61bd786 remove bridgeutils, docker, pipework, and resolv.conf steps from vSG recipe by Scott Baker · 9 years ago
  100. 06cea3f set default_image for exampleservice by Scott Baker · 9 years ago