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
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
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
Add doc8 to `tox -edocs` command. doc8 will check syntax/style check
rst documents and fail if not compliant.
Change-Id: Id2e9ed1f96cac27dc5e38f828fd2d824dad31c49
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
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
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
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
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
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
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