Commit Graph

10 Commits

Author SHA1 Message Date
jinzhenguo dc6c91f00a fix the devstack_neutron's url
Change-Id: I860fa31f91351d7dfa37d9b31a342672faaa13c9
2017-05-19 16:43:52 +08:00
Mahito OGURA 19ecda26f3 Fix quickstart guide URL
Quickstart guide URL is wrong.
This patch fixes right url.

Change-Id: I4324f34db41f4fc885785ef951e9ad2562b652bb
2016-09-23 17:21:19 +09:00
rabi 719018e9cb Use heat devstack plugin
Now that heat is available as a devstack plugin, we should
use it. In-tree devstack code for heat is planned to be
removed soon[1].

And also, this patch remove `update_heat_policy` function
in devstack plugin. Because fetching global stack list is
already option to use in Magnum.

[1] https://review.openstack.org/#/c/317618/

Change-Id: Iab675da5ea8d02b3f7e71f6169c81724a0066858
Co-Authored-By: OTSUKA, Yuanying <yuanying@fraction.​jp>
2016-09-15 10:43:09 +09:00
Corey O'Brien 32f917c8d7 Switch to Atomic 23
Change the devstack image to the default Atomic 23 image.
Update templates not to rely on interface naming because the names
changed between Atomic 21 and Atomic 23 images.
Add a functional test to validate minion node registration.
Update docs to refer to a generic Atomic image.

Co-Authored-By: Hongbin Lu <hongbin.lu@huawei.com>

Implements: blueprint atomic23
Change-Id: Id67244e3f452b3c7c3c46fdabcca3a5c141a76c0
2016-04-02 18:17:42 -04:00
YAMAMOTO Takashi f448f12ff8 devstack: Comment out some environment dependent neutron settings
Also, update documentation.

Change-Id: Iceb1c2a6957b5145ce2d94bcbeaffcf6ed3baff7
2016-03-11 14:32:41 +09:00
wenchma a5df0e56b0 Update devstack doc to cover the latest atomic image
Change-Id: Ie142a190b9771ffe7d0512a6d49e5c56c90e0f69
Closes-bug: #1507972
2015-10-26 14:59:37 +08:00
Martin Falatic a62d6bac63 Updated Magnum documentation
Magnum documentation updated to reflect current usage. Cleanups for
syntax and readability applied as needed.

DocImpact
Closes-Bug: #1472029
Change-Id: If3d8660e6763083544529f469be02eec73e9fd0c
2015-07-14 11:38:06 +00:00
Steven Dake 8345c27c5d Change from kubernetes 0.11 to 0.15
This change introduces kubernetes 0.15 into the system.

Co-Authored-By: Andrew Melton <andrew.melton@rackspace.com>

Change-Id: Ia81910546a06a0663a96302aa81c901e144d463f
Partially-implements: blueprint python-k8scient
2015-04-26 18:42:09 -07:00
Kennan 5114844325 Fix the localrc issue
1.Since the local.conf need to live on devstack directory
Refine the cat command to be obvious

2.Also fix one issue, as devstack would use localrc directly
if localrc file exists, but localrc not have enable_plugin
setting. This would cause devstack install without magnum enable.
So we use local.conf as the default configuration kick point to
make magnum can be installed with devstack

Closes-Bug: #1441977
Change-Id: Ib06cd38ed9744d42e664ff92d486c29e7932851f
2015-04-09 20:10:21 +08:00
Davanum Srinivas 4c2b973859 Convert to new DevStack plugin model for functional testing
Switch over to the new plugin style as documented here:
http://docs.openstack.org/developer/devstack/plugins.html

Makes it very easy to setup a CI job. Added a new
directory for functional job and the tests are run
from the post_test_hook.sh. There's even a "magnum bay-list"
in the shell script to show that we are actually making
calls to the magnum API endpoint and things are working
fine. Note that this is just the minimal plumbing needed
and there's a lot more effort needed to come up with
proper test cases for testing magnum functionality.

Closes-Bug: #1439621
Change-Id: I88d45015338ef55713b32de196f9071c8fc2031b
2015-04-02 21:14:20 -04:00