Skip to content
Snippets Groups Projects
  1. Jul 02, 2015
  2. May 15, 2015
    • Sam Yaple's avatar
      Restructure builds to allow more flexibility · 13062e23
      Sam Yaple authored
      As a restructure, nothing is changed from the original behaviour and
      naming despite the file structure changing. The symlinks to build had
      to be updated generating lots of "deleted" and "new_file".
      
      The new structure is:
      
      docker/${base_distro}/${type}/${container}
      
      base_distro == centos, ubuntu, fedora, etc
      type == source, binary, rdo
      
      type rdo is a symlink to binary for backwards compatibility
      
      Two new flags are added to the build-all script to support the ability
      to support different base distros and a flag to support binary or source
      containers.
      
      There are several added folders that are empty to hold the directory
      structure for future containers of these types.
      
      To use a prefix other than centos-rdo- you can set PREFIX in the toplevel
      directory .buildconf file
      
      Change-Id: Ifc7bac0d827470f506c8b5c004a833da9ce13b90
      13062e23
  3. May 06, 2015
    • Steven Dake's avatar
      Port to icehouse · d30f69bc
      Steven Dake authored
      This represents making build-docker-images --release build
      with the icehouse tag and causes docker-compsoe to pull from
      the icehouse tag.
      
      Partially-implements: blueprint port-kilo
      
      Change-Id: I66b2c39abc55c0f47152dd90e696fc46b9c58f50
      d30f69bc
  4. Mar 02, 2015
    • Martin André's avatar
      Allow changing base image · 0764fd7d
      Martin André authored
      
      By changing the PREFIX variable in the .buildconf one is now able to
      build docker images from different bases.
      
      For example, add the following line to your .buildconf file to build
      CentOS based images:
      
          PREFIX=centos-rdo-
      
      Default base image is Fedora. For now only RH family is supported.
      
      Additionally, changing the namespace either with the NAMESPACE variable
      in .buildconf or via --namespace commandline option now changes the
      source namespace as well from the default kollaglue one.
      
      Implements: blueprint multi-baseos
      Co-Authored-By: default avatarSteven Dake <stdake@cisco.com>
      Change-Id: I3964cd2292789ea883a1f2d2738a5731a4fff49b
      0764fd7d
  5. Feb 24, 2015
    • Steven Dake's avatar
      Remove l3_ovs_wip tag from Dockerfiles · fb300581
      Steven Dake authored
      These tags don't belong in docker files.  Instead we should put them
      in the build system since the build system will be creating a custom
      From line in the Dockerfile.
      
      Partially-implements: blueprint multi-baseos
      Change-Id: I68d0a0e572e35f39dbe21f7c536d7ac4ca885da3
      fb300581
  6. Nov 25, 2014
    • Daneyon Hansen's avatar
      Adds Neutron Networking Support · fe289736
      Daneyon Hansen authored
      Implements: blueprint kube-neutron-container
      
      Previously, only the neutron-server service was functional. This
      patch adds support the the rest of the neutron services need by
      Nova instances to function. The linux-bridge agent is used instead
      of the OVS agent to realize network abstractions. This is because
      the ovs-agent package will install the kernel module version of OVS
      instead of the userspace version. Additionally, the OVS
      userspace code is still very experimental and reduces performance.
      
      Requires:
      
      https://github.com/larsks/heat-kubernetes/pull/8
      
      Change-Id: I5ef34ddeb48d4954934571a928cc82ae7f3a0f20
      fe289736
  7. Oct 22, 2014
  8. Oct 17, 2014
  9. Oct 16, 2014
  10. Oct 07, 2014
Loading