Skip to content
Snippets Groups Projects
  1. Aug 26, 2015
    • Paul Bourke's avatar
      Implement Ansible role for Swift · 515cf2af
      Paul Bourke authored
      This currently deploys the core services for a working Swift which are
      account/container/object/proxy.
      
      I've included some basic docs in docs/swift-related.rst, which gives
      usage instructions and more context on this patch. These are really to
      give an overview of the state of Swift in Kolla as of now, so unless
      there's some major inaccuracy there please don't nitpick it.
      
      Change-Id: Id0c54be3e24c46459c40b16b7020f05bddbe1b19
      Implements: blueprint ansible-swift
      515cf2af
  2. Aug 07, 2015
  3. Jul 31, 2015
  4. Jul 15, 2015
  5. Jul 09, 2015
  6. Jun 19, 2015
    • Paul Bourke's avatar
      Symlink all non Dockerfile resources in images · 897337cd
      Paul Bourke authored
      The only files in the docker image directories that differ majorly between
      distros are the Dockerfiles (e.g. different package manager mechanisms,
      different repo sources, etc).
      
      The supporting files such as the start.sh/check.sh and config files should
      largely stay the same between base images.
      
      This change moves these files up into a "common" directory, and symlinks them
      in the same way that the build script is managed. This means when adding a new
      base distro only new Dockerfiles need to be created. Also, if a distro does
      happen to require a vastly different start.sh script for example, one can
      choose to simply not symlink to the common and instead drop in a custom one.
      
      Implements: blueprint refactor-base-image-layout
      
      Change-Id: Ic4db69d31ff54a1fb95af4853a2e5ae490064284
      897337cd
  7. 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
  8. Apr 27, 2015
    • Chen Zhiwei's avatar
      Change the default shell to bash · 76c1fe63
      Chen Zhiwei authored
      Unify the shell to bash in all Kolla scripts.
      
      Change-Id: Ib9591b2f8f344eb88455c5e9b7ecf2164fb5960a
      Implements: blueprint use-bash-shell
      76c1fe63
  9. Nov 12, 2014
Loading