Commit Graph

13 Commits

Author SHA1 Message Date
chenxing 31526d4c26 doc: Start using openstackdoctheme's extlink extension
This ensures we have version-specific references to other projects [1].
Note that this doesn't mean the URLs are actually valid - we need to do
more work (linkcheck?) here, but it's an improvement nonetheless.

[1] https://docs.openstack.org/openstackdocstheme/latest/#external-link-helper

Change-Id: I118e4d211617c5df66ff04dc04e308a1d2fc67ad
2019-06-17 23:00:42 +08:00
zhouxinyong a3da494883 Replacing the HTTP protocal with HTTPS
Change-Id: Ib0ef21f23a8b54d43278454bbd6ed6bde419c5f0
2018-11-15 13:09:23 +00:00
caoyuan a31a70d265 Delete the unnecessary space
TrivialFix

Change-Id: Ifca64d8c4d6e7654d25001022e806f082acfa0b8
2016-10-15 04:07:29 +00:00
venkatamahesh 23b1a8c03a Fix some words spellings
Trivial Fix

Change-Id: Ic14778bb4e894490a3b6af9471ba01ab4da94601
2016-02-03 10:01:30 +00:00
Steven Dake a87980e5c2 Remove EXPOSE options from Dockerfiles
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
2015-04-06 20:25:18 -07:00
Mitsuhiro SHIGEMATSU b3613dbae4 Fix typos in kolla/specs/containerize-openstack.rst
Change-Id: Ia21736dd43a4fe63fbf4567c96dd53b452594677
2015-03-19 02:02:29 +09:00
Jenkins 797960bf26 Merge "Split OpenStack controller and OpenStack API" 2015-03-06 16:41:41 +00:00
Steven Dake c4e56c0c15 Split OpenStack controller and OpenStack API
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
2015-02-20 15:00:55 -07:00
Britt Houser 04f70c5d7b Revise OpenStack control container set
Added cinder and metadata

Change-Id: I42feae68a387dd5a9de97837f785d2672c320419
2015-02-19 16:14:02 -05:00
Britt Houser accd477cbe Revise HA Control container-set
Added keepalived to HA control container set

Change-Id: Ic209bc6ca55125a52d1974003104238bb9c4caa2
2015-02-19 16:12:31 -05:00
Britt Houser 2e5f23d726 Add network operation container sets
Added a container set for network operations

Change-Id: I625f0f03366b1d68f210a0bf92e58d5ceb6c568d
2015-02-19 16:11:24 -05:00
Britt Houser 9d72d99f86 Fixed nested lists in container spec
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
2015-02-18 16:42:55 -05:00
Steven Dake ddc12789bc Containerize OpenStack based upon SPC and fig
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
2015-02-13 00:26:57 -07:00