Skip to content
Snippets Groups Projects
  1. Apr 03, 2015
  2. Apr 02, 2015
    • Jenkins's avatar
      Merge "Add a tools/pull tool" · 46b52aee
      Jenkins authored
      46b52aee
    • Jenkins's avatar
      28a23b29
    • Steven Dake's avatar
      Add a tools/pull tool · 26fb17ff
      Steven Dake authored
      this uses docker-compose (-c flag) or docker (-d flag) to pull the latest
      images from docker hub.
      
      Change-Id: I7793178deeb2e37c92fb1518ae8666432e74d9b7
      26fb17ff
    • Sam Yaple's avatar
      Add and use ansible module for docker-compose · fd5c23ad
      Sam Yaple authored
      This ansible module for docker-compose allows for idempotency. I have
      submitted a pull request upstream to ansible-modules-extra to include
      this new module. When/if the module is accepted upstream if can be
      removed from the local module library.
      
      The two playbooks have been updated to use this module. The database
      data container does not support idempotency due to the fact that it
      exists instead of sleeps. Therefore each time `docker-compose up` is
      called, it will start the container and register a change. The
      message-broker does not have this issue and will remain unchanged even
      repeatedly running these playbooks.
      
      Due to the use of a special branch of docker-compose provided by sdake,
      this module requires at least docker-compose==1.2.0rc1
      
      Change-Id: If1644eaa3bff0c2a007fa2d479a95bea941945f6
      fd5c23ad
    • Jenkins's avatar
      Merge "Simplify `wait_for` calls" · ba175c61
      Jenkins authored
      ba175c61
    • Jenkins's avatar
      Merge "Deal with CentOS 7.1 breakage" · 92b12996
      Jenkins authored
      92b12996
  3. Apr 01, 2015
  4. Mar 31, 2015
  5. Mar 30, 2015
  6. Mar 29, 2015
  7. 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
  8. 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
  9. Mar 26, 2015
  10. Mar 25, 2015
  11. Mar 24, 2015
Loading