Skip to content
Snippets Groups Projects
  1. Jun 17, 2019
  2. Nov 15, 2018
  3. Oct 15, 2016
  4. Feb 03, 2016
  5. 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
  6. Mar 18, 2015
  7. 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
  8. Feb 19, 2015
  9. 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
  10. 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