Skip to content
Snippets Groups Projects
  1. Apr 01, 2015
  2. Mar 31, 2015
  3. Mar 30, 2015
  4. Mar 29, 2015
  5. Mar 28, 2015
    • Sam Yaple's avatar
      Initial commit for adding ansible support · 0f5af771
      Sam Yaple authored
      This adds a very basic structure to begin supporting ansible in Kolla.
      Ansible can support complete idempotency, but wrapping docker-compose
      does not allow idempotency at this time. These playbooks will be
      extended to compensate for that in future patches.
      
      Change-Id: I1c9e8d32321e2733f5a9b752edf74b4fe90317ed
      0f5af771
    • Sam Yaple's avatar
      Loads ebtables from inside the containers · 1dcd904d
      Sam Yaple authored
      We have to overlay the /lib/modules folder from the host to properly
      `modprobe` from within a container. We don't have to give it write
      permissions however, so the docker-compose volume is mounted in as 'ro'
      
      Change-Id: I95101136dad56e9331d8b92cd394495f7bd0576a
      1dcd904d
    • Jenkins's avatar
    • Steven Dake's avatar
      Tell mariadb to restart · bbad173a
      Steven Dake authored
      If a system is rebooted with kolla running, all the services will
      continually restart.  There appears to be some locking problem in
      docker which will result in docker imploding.  One problem is a
      key dependency, mariadb, is never started on a reboot because it is
      missing restart: always.  Also restart the mariadb data container
      until it returns success.
      
      Change-Id: I599d28548ff041712d54a702c80fe36c321adf7f
      bbad173a
  6. Mar 27, 2015
    • Steven Dake's avatar
      Put docker binary in one place · 70464354
      Steven Dake authored
      Since it keeps changing and the upstream maintainer deletes the dropbox
      image, I'll just put the docker image in one place.
      
      Change-Id: I7098c2c6a1bf662665879324ff1bd1a7521fd941
      70464354
    • Sam Yaple's avatar
      Replace ; with && in Dockerfile · 986edf4a
      Sam Yaple authored
      When using ';' this can allow the previous command to fail and while the
      docker build proceeds without realizing a command failed. Switching to
      '&&' allows the exit code to make it to the docker build command and the
      build to fail appropriately.
      
      Change-Id: Idd0991ed4549542bb10d27da1a0a025d0503b6c1
      986edf4a
    • Daneyon Hansen's avatar
      Partially Implements: Container set compute-operation-neutron · 40be5646
      Daneyon Hansen authored
      Adds the neutron-linuxbridge-agent to the neutron container set.
      
      Change-Id: I20752611c24a3110cc5d2e4fca2d501fc32a4d87
      40be5646
    • Steven Dake's avatar
      Improve developer docs to turn off libvirt · 017a36d2
      Steven Dake authored
      Tell folks to turn off libvirt on their host.
      
      Change-Id: I4ca9a466cd14bd7a88880299f56ea0eba343b6c8
      017a36d2
  7. Mar 26, 2015
  8. Mar 25, 2015
  9. Mar 24, 2015
  10. Mar 23, 2015
Loading