21 Commits

Author SHA1 Message Date
Hua Wang
37b731b510 Rename heat-kubernetes, heat-mesos, docker-swarm
Rename heat-kubernetes to kubernetes, heat-mesos to mesos,
docker-swarm to swarm in templates.  We use heat templates and
no other methods, so I think it is unnecessary to add heat before
coe. kubernetes, mesos, swarm are better than
heat-kubernetes, heat-mesos, docker-swarm.

Change-Id: I257b35c1c4ef55d3172095736f550f2c55c8d81f
Closes-Bug: #1514682
2015-11-11 16:29:33 -05:00
Egor Guz
f2354c3a42 Fix D001 Line too long error
Reformated documents to fix D001 Line too long error, during
tox -edocs

Change-Id: I5a2cb63ce6ac4db172b7b9be0254bd2110fc2285
Closes-Bug: #1502757
2015-10-04 22:28:57 -07:00
Jenkins
60d065ace2 Merge "Add TLS support in Magnum." 2015-09-30 20:47:28 +00:00
Jenkins
fc5e16a12a Merge "doc8 all documentation and fix doc style" 2015-09-24 00:15:28 +00:00
Madhuri Kumari
d60ca65660 Add TLS support in Magnum.
To make magnum more secure to be used in real production
environment, we should support authentication using TLS.
This spec defines the implementation design.

Change-Id: Ieefe2ffaa6cbf2d2a1446f97aee9c70ad4b99a03
Co-Authored-By: Motohiro OTSUKA<ootsuka@mxs.nes.nec.co.jp>
Co-Authored-By: Adrian Otto <adrian.otto@rackspace.com>
Partially-Implements: bp secure-kubernetes
2015-09-23 17:07:42 +00:00
Manjeet Singh Bhatia
158217ba7b Docs update for new fedora atomic 1.0.4
Update examples in  docs to use fedora-21-atomic-5

This patch will update documentation for use
of magnum as we know new image of fedora 1.0.4
has been built.

Change-Id: Ic02428237d12478a7f1e43510865258f5f837d18
Partially-Implements: blueprint kubernetes-v1
2015-09-22 16:46:43 -04:00
Tom Cammann
6bb1768847 doc8 all documentation and fix doc style
Add doc8 to `tox -edocs` command. doc8 will check syntax/style check
rst documents and fail if not compliant.

Change-Id: Id2e9ed1f96cac27dc5e38f828fd2d824dad31c49
2015-09-16 16:58:11 +01:00
Jenkins
182b6aa520 Merge "Fix the link for Docker Remote API" 2015-09-01 09:43:02 +00:00
venkatamahesh
41d08fe000 Fix the link for Docker Remote API
The link given to Docker API getting error as it
is old version. So I removed the version extension
and also named it as "Docker Remote API"

Change-Id: If3d6ce2c74455a2d8c2c9fff51af1f5cbe330e76
Closes-Bug: #1488708
2015-09-01 13:57:57 +05:30
venkatamahesh
c34b8eb1af Fix the representation of REST
According to the wikipedia page, Representational
state transfer should be written as REST but in some
files it is written as ReST, so I changed it to
correct one

Change-Id: I1909b09fbe3e4ed99d817fdaf0006ef55367e74d
Closes-Bug: #1488816
2015-09-01 08:40:39 +05:30
Daneyon Hansen
e227d44b65 Magnum Container Networking Spec
Previously, Magnum did not contain a specification that outlines
how the project intends to provide networking to containers. This
patch provides an initial container networking specification.

Change-Id: I7783dc3c351dbcba63b74f5fdf3223e664f3af13
2015-08-11 17:50:35 -07:00
Bradley Jones
478266d2de Web Interface for Magnum in Horizon
Currently there is no way for a user to interact with Magnum through a web based
user interface, as they are used to doing with other OpenStack components. This
implementation aims to introduce this interface as an extension of Horizon (the
OpenStack Dashboard) and expose all the features of Magnum in a way familiar to
users.

Implements: blueprint magnum-horizon-plugin

Change-Id: I832ee1fdf0c9b2f1ece8b01329d5c7f5bec8ae3c
2015-06-18 10:13:01 +01:00
Accela Zhao
9e019f9bd1 Remove trailing spaces in container-service.rst
The specs/containers-services.rst contains several trailing white
spaces. They makes it less compliant with PEP8, which all the other
python files are following, even though this file is .rst. Also,
trailing white spaces are marked red in the review page, which makes
them annoying. This patch removes them.

Change-Id: I3cb75922d15d42740523257c8420086fdcaab0f9
2015-05-07 16:08:35 +08:00
Fenghuafang
bbd0dfb82f Implements: Fix typos in containers-service.rst
Closes-Bug: #1441981
Change-Id: I7162cc92f6a6e03e591158c5a865d79104eeccbf
2015-04-11 12:34:38 +00:00
xxj
16362bfc82 Add a spce between the words of feature and set in the spec file
Change-Id: I3ab5bcce004c7f8792985bf191d95e576e2201f8
Closes-Bug: #1436389
2015-03-25 15:10:43 +00:00
Mitsuhiro SHIGEMATSU
1e3750ee2e Fix typos in magnum/specs/containers-service.rst
Closes-Bug: #1433545
Change-Id: I3d986f546bcaa13e4361d35b42b7678d796bc62e
2015-03-18 11:34:42 +00:00
Kennan
d294e3869e Fix the typo in specs
Closes-Bug: #1410273
Change-Id: I917d9c4cd1b6de4f545b800731284c344f77ce3f
2015-01-16 08:55:27 +08:00
Steven Dake
f4968bb277 Add use case: Permit use of native ReST APIs
The ability to use native ReST APIs may be important for some users
of Magnum who only want to take advantage of the bay management
features.

Change-Id: I33ec50418b7ebd25786a51edff912e58d6731044
2015-01-08 13:54:57 -07:00
Hongbin Lu
9744c393af Added multi-region/multi-cloud use case to specs
Change-Id: I3b5bcbb8f41c987b421303a72aa010e520b9439f
2015-01-02 20:04:20 +00:00
Hongbin Lu
d74df5cb62 Added container network use case to specs
Change-Id: I1f8cdf41c962866b7250126212694904beb3c0ed
2015-01-02 19:58:37 +00:00
Adrian Otto
f2c4c3eafc Containers Service Spec
Containers share many features in common with Nova instances. For the common
features, virt drivers for Nova can be used to surface basic instance
functionality. For features that go beyond what can be naturally fit within
a virt driver, we propose a new API service that allows for advanced features
to be added without conflating the worlds of instances and containers.

Re-post of the spec originally posted at:
https://review.openstack.org/114044

Change-Id: Ic5d95f5d6ba0d6845023bf59f9bad4377d50578f
2014-11-20 19:28:10 +00:00