1. 08 Jun, 2017 1 commit
  2. 07 Jun, 2017 11 commits
  3. 06 Jun, 2017 3 commits
  4. 05 Jun, 2017 1 commit
  5. 02 Jun, 2017 1 commit
  6. 24 May, 2017 2 commits
  7. 22 May, 2017 2 commits
    • Using a smaller image for credentials · e6062510
      Devstack has been updated to use a smaller image for the Credentials Service. This image is built without Ansible.
      Clinton Blackburn committed
    • Removed host volumes for static assets and node_modules · 5d341905
      I suspect these volumes retain outdated data between container creation instead of pulling the latest data from the image as intended. This results in services loading without assets.
      
      Our usage of host volumes puts us in a weird position due to the fact that we want share code from the host while excluding certain directories, and pulling that information from the image itself. Docker doesn't seem to support such a configuration. We can resolve this issue by either rebuilding images completely with every change, using a separate container to build static assets, or explicitly sharing specific code directories rather than the entire directory.
      Clinton Blackburn committed
  8. 17 May, 2017 1 commit
  9. 12 May, 2017 1 commit
  10. 10 May, 2017 1 commit
  11. 08 May, 2017 1 commit
  12. 04 May, 2017 1 commit
  13. 03 May, 2017 1 commit
  14. 28 Apr, 2017 1 commit
  15. 26 Apr, 2017 1 commit
  16. 25 Apr, 2017 2 commits
  17. 21 Apr, 2017 2 commits
  18. 20 Apr, 2017 1 commit
    • Make devstack-style behavior the default and launch with that · 6469396c
      * Start docker-sync and use the local host volumes by default
      * Make the devstack workspace configurable, make travis use /tmp
      * Remove redundant env vars, set -d on make devstack.up
      * Add sleep to travis.yml
      * Set a default value for DEVSTACK_WORKSPACE, and export it to all subshells in Make
      * Rename devstack prefix to dev, add comment to makefile target
      * Edits to the README to encourage setting up docker-sync before getting
      started. Also update references to make targets.
      Joel Barciauskas committed
  19. 19 Apr, 2017 1 commit
  20. 18 Apr, 2017 1 commit
  21. 13 Apr, 2017 1 commit
  22. 11 Apr, 2017 2 commits
  23. 07 Apr, 2017 1 commit