Skip to content
Snippets Groups Projects
  1. Aug 06, 2016
    • Robin Naundorf's avatar
      Fix inconsistencies in git url · a7c41a88
      Robin Naundorf authored
      Github is just a mirror of the OpenStack git-repo.
      Changed from Github to OpenStack git url wherever possible.
      
      Change-Id: I7941ef86967de4efe7f23ff9fb11ec86c793901e
      a7c41a88
  2. Jun 27, 2016
  3. Jun 20, 2016
  4. May 03, 2016
  5. Apr 11, 2016
  6. Apr 08, 2016
  7. Mar 04, 2016
  8. Feb 15, 2016
  9. Feb 03, 2016
  10. Jan 29, 2016
    • Éric Lemoine's avatar
      Logging with Heka spec · d2aa9aa6
      Éric Lemoine authored
      This adds a spec for using Heka as Kolla's log processing tool.
      
      Change-Id: Ia786601f3f0b298c120950e2abdd6d1b71e32ba5
      d2aa9aa6
  11. Nov 16, 2015
  12. Nov 03, 2015
  13. Sep 14, 2015
  14. Jun 17, 2015
    • Daneyon Hansen's avatar
      Spec to Add Support for High Availability · 2aebba26
      Daneyon Hansen authored
      Previously, a spec did not exist to define how Kolla will support
      highly available OpenStack services.
      
      Change-Id: I8fcc60f26d2cb98179be6b520c13abb22a372ecf
      2aebba26
    • Steven Dake's avatar
      Ansible multi-node specification · 626084d7
      Steven Dake authored
      
      This specification outlines some of the design goals and practices to
      be used to implement an Ansible multi-node deployment tool.  The goals
      of this work are simplicity, optimizing deployment time, and Operator
      flexibility.
      
      The long term objective is for Kolla to become the de-facto solution
      for deploying OpenStack in containers.
      
      Partially Implements: blueprint ansible-multi
      Co-Authored-By: default avatarSam Yaple <sam@yaple.net>
      
      Change-Id: I8c5d8b7e69c4ed54624061428e2fbde6af6a1815
      626084d7
  15. Apr 07, 2015
    • Steven Dake's avatar
      Remove EXPOSE options from Dockerfiles · a87980e5
      Steven Dake authored
      The EXPOSE options will create a local docker-proxy.  This is
      unnecessary with --net=host mode.  The docker-proxy adds about
      20 microseconds of latency.  Add documentation to the specification
      to indicate where to find the ports that are exposed by the
      services in case someone were to desire to add EXPOSE back to
      the Dockerfiles.
      
      Change-Id: I398e922fe096d6022a2d5985bb92498f89a5ea31
      a87980e5
  16. Mar 18, 2015
  17. Feb 20, 2015
    • Steven Dake's avatar
      Split OpenStack controller and OpenStack API · c4e56c0c
      Steven Dake authored
      Permit different levels of horizontal scalability for API vs engine or
      conductor processes.  Typically API may need different levels of scale
      compared to the engine processes.
      .
      
      Change-Id: I2916fed7745bd9b0f67fda0abbb6d148315e5e00
      c4e56c0c
  18. Feb 19, 2015
  19. Feb 18, 2015
    • Britt Houser's avatar
      Fixed nested lists in container spec · 9d72d99f
      Britt Houser authored
      The container spec file had a couple places were nested
      lists were used which didn't have the necessary blank
      lines before and after.  As such, they didn not render
      to HTML correctly.
      
      Change-Id: I5d17644facdc25ec30db563c217367672529b8e1
      9d72d99f
  20. Feb 13, 2015
    • Steven Dake's avatar
      Containerize OpenStack based upon SPC and fig · ddc12789
      Steven Dake authored
      This specification proposes using fig (being renamed to compose
      soon) to provide single-node multi-container orchestration.  By
      using this mechanism, a very simple Ansible Playbook could easily
      deploy a single node in to a specific role type - such as a controller
      node, a compute node, or a storage node.
      
      This specification further proposes using super-privileged containers
      to provide solutions for the upgrade and rollback use cases of an
      OpenStack deployment.
      
      Change-Id: I56ff1fdf8b19b47be97778b55ea947ebb43995c1
      ddc12789
Loading