Skip to content
Snippets Groups Projects
  1. Jun 25, 2015
  2. Jun 24, 2015
  3. Jun 23, 2015
  4. Jun 22, 2015
    • Ryan Hallisey's avatar
      Add option to not run db sync · 2dbde4ad
      Ryan Hallisey authored
      Database syncs should not be required every time a container starts.
      We can default database startup to true, but give the option
      to set it to false.
      
      Change-Id: Ib76876b2671f6c31f4511412efd3a438ec78f01f
      Closes-bug: #1467576
      2dbde4ad
    • Michal Rostecki's avatar
      Move Designate-Sink start.sh to docker/common · 64f23c1d
      Michal Rostecki authored
      All start.sh scripts should be in docker/common directory
      instead of docker/centos.
      
      Change-Id: Ifc1d07246e3b56156a1dc861e2b262f75c1cd918
      Closes-Bug: #1467528
      64f23c1d
    • Michal Jastrzebski (inc0)'s avatar
      Keepalived container · 52f49094
      Michal Jastrzebski (inc0) authored
      This patch contains keepalived container for yum-based distros.
      
      Change-Id: I8e3ea7a61ad6c27b25b635e7aeeff5ef04a807b4
      Implements: blueprint keepalived-container
      52f49094
    • Paul Bourke's avatar
      Minor doc fixups in ansible-deployment.md · 95e9b4de
      Paul Bourke authored
      * Capitalise all usages of "Ansible", "Kolla", and "OpenStack"
      
      * Add note to let users know ssh key setup is not necessary for the aio
        demo.
      
      * Add note to remind users to update the koalla_directory variable.
      
      Change-Id: Icb5c1237aa5de049445cb417e565da550dc87daf
      95e9b4de
    • Paul Bourke's avatar
      Move ansible/README.md under docs/ · 6d3be05e
      Paul Bourke authored
      Move the Ansible README under the docs/ dir to make it more visible
      to people browsing the docs.
      
      Change-Id: Ibe38ac24ad5c328486f7a9dd13fbe825d77d26e0
      6d3be05e
    • Paul Bourke's avatar
      Add base image for oraclelinux · 72335cae
      Paul Bourke authored
      This patch provides the basis for an alternate set of images to be
      available in Kolla, based on oraclelinux.
      
      It is difficult ahead of time to know all base dependencies and exactly
      which repos they'll come from, so at this time I have just added the bare
      minimum.
      
      In the next commit keystone will require some essentials that will
      likely make sense to add here.
      
      NOTE: To build this image you must set the following .buildconf in the
      root of the kolla repo:
      
      cat >> .buildconf << EOF
      PREFIX=ol-binary-
      EOF
      
      Partially implements: blueprint add-optional-oraclelinux-images
      
      Change-Id: I1ccce8eebe8fa0d4342af2aa482c083d074bda66
      72335cae
    • Jenkins's avatar
      Merge "Unbreak the gate" · cee4555e
      Jenkins authored
      cee4555e
    • Paul Bourke's avatar
      Fix broken cinder symlinks for fedora · 549208a7
      Paul Bourke authored
      It looks like we forgot to update these as part of 793d68a2
      
      Partial-Bug: #1466913
      Change-Id: I3a879d33ef6d8200be923a63e2ae31409d247455
      549208a7
    • Paul Bourke's avatar
      Minor doc fixups in dev-quickstart.md · 247095a0
      Paul Bourke authored
      * Capitalise all usages of "Ansible", "Kolla", and "OpenStack"
      * Fix some typos
      
      Change-Id: I26acd90ca9f4a48673a95b0ab8e331f620058f6e
      247095a0
  5. Jun 21, 2015
  6. Jun 20, 2015
    • Sam Yaple's avatar
      Add --prefix to override .buildconf · 4a899d75
      Sam Yaple authored
      Add in the ability to override the prefix in .buildconf files removing
      the requirement to set the prefix in a .buildconf to limit the number
      of images built.
      
      Partially Implements: blueprint refactor-base-image-layout
      
      Change-Id: I1da1559e660adc2fe9eaf5e17ce427c89645a8b7
      4a899d75
    • Fang Fenghua's avatar
      Add openvswitch container · 0971e7ee
      Fang Fenghua authored
      
      Add openvswitch containers. Openvswitch is seperated into two running
      containers:
        ovs-db-server
        ovs-vswitchd
      
      The db container is what everything interacts with. Neutron tells the db
      its information, the vswitchd container reads this db and talks to the
      kernel module.
      
      The db does not need to be persistent since the plugin agent will
      repopulate all the information each time it is restarted and the plugin
      agent is required to be restarted when the ovs-vswitchd container is
      stopped/started to ensure the ports are setup properly.
      
      This container requires /run for the socket and /lib/modules:ro to load
      the appropriate host kernel module.
      
      This userspace tools and the kernel module do _not_ have to match
      versions. Additionally, even though it is recommended that the userspace
      tool be newer than the kernel version to take advantage of all the
      features, it is not required.
      
      Partially Implements blueprint: openvswitch-container
      
      Co-Authored-By: default avatarSam Yaple <sam@yaple.net>
      
      Change-Id: I70e3807be32c9a07346d316e7856421ecf468b9a
      0971e7ee
  7. Jun 19, 2015
Loading