68 Commits

Author SHA1 Message Date
Christophe Sauthier
69a9a04ae3 Fix documentation for missing auth_url.
Add the various sections in the documentation to fix missing auth_url errors.

Change-Id: If9beca3a6dd79428b0ef2195eafc277fb5586394
Closes-Bug: #1686617
2017-11-08 15:05:41 +01:00
Zuul
42478b2eb8 Merge "Remove the local tempest plugin" 2017-10-31 02:35:49 +00:00
Hongbin Lu
83b7fb110e Remove the local tempest plugin
The plugin has been split into its own repository [1] in accordance
with Queens Goal "Split Tempest Plugins into Separate Repos/Projects"
[2]. This patch removes the local copy as well as the setuptools
entry point.

[1] https://github.com/openstack/zun-tempest-plugin
[2] https://governance.openstack.org/tc/goals/queens/
    split-tempest-plugins.html

Implements: blueprint zun-split-tempest-plugins
Change-Id: Ibfeb38b52c05a9f886dc7524d892842971cbd264
2017-10-26 09:13:30 +07:00
Kevin Zhao
b24e3181fb Add document for capsule
Part of blueprint introduce-compose

Co-Authored-By: Hongbin Lu <hongbin034@gmail.com>
Change-Id: I5d01dab977535586df534a6ffc0b1101c4b364c4
Signed-off-by: Kevin Zhao <kevin.zhao@arm.com>
2017-10-25 19:24:36 +00:00
Zuul
b25e26503c Merge "Add and update docs for doc/source directory" 2017-10-23 02:34:52 +00:00
Hongbin Lu
6104795756 Add websocket config into install guide
Change-Id: I9ac882bf7bb82ac8518a5462428e45427187b8c3
2017-10-18 17:00:19 -04:00
Hongbin Lu
3c462b9dd1 Add installation guide for Zun
Depends-On: Id4f234068600564fa18e73aba08f6e43893456ee
Implements: blueprint zun-installation-guide
Change-Id: If987b7034c98eeee3c69f65d9e0b047d26ec0dc4
2017-10-17 11:40:28 -04:00
junboli
d731c27118 Add and update docs for doc/source directory
Add the following items for doc/source/contributor
1. add file for documentation, gerrit, jenkins, launchpad
   and releasenotes
2. Add README for admin, cli, install and contributor

Change-Id: I6463a9e4df64a2e2e3cb0043f9e5aaa92aeb0519
2017-10-16 11:20:34 +08:00
Lance Bragstad
ad3dafb3fc Add sample policy file to documentation
Now that Zun has all of its policies registered in code, we can
generate samples to publish in documentation.

bp policy-and-docs-in-code

Change-Id: I8b8efe9bf0af5aef39e293a9ddf9a79da35e5f8f
2017-10-10 05:32:45 +00:00
Feng Shengqin
be4a14a2d3 Updating enable_plugin in manual-devstack.rst
Change-Id: Iddf1222cc7dee70f25ba6a5315b521c7703e3e48
2017-09-18 09:40:26 +08:00
Jenkins
6547bfd427 Merge "Update the sample local.conf in quickstart" 2017-09-15 06:33:11 +00:00
Kien Nguyen
71150537dc [TrivialFix] Add note for multi-node deployment
Change-Id: Ic1ec9f237060d4ff70759a8a56baa5d3c09492e5
2017-09-06 17:12:05 +07:00
Hongbin Lu
1e154c8434 Update the sample local.conf in quickstart
Need to enable devstack-plugin-container in the setup of the
second node as well.

Change-Id: If7757af56acd9267071b18bd4fc2354a66df508a
2017-09-05 18:56:29 -04:00
melissaml
e9ac0f4074 writing convention: do not use “-y” for package install
refer to:
https://docs.openstack.org/contributor-guide/writing-style/ \
code-conventions.html

Change-Id: Ib32db515b19ab6525a82609d955541fcf072ac64
2017-09-01 00:19:27 +08:00
Hongbin Lu
7aba2d5f8a Switch from mode_wsgi to uwsgi
When the wsgi community goal was first approved, the push was to
use mod_wsgi. mod_wsgi has many issues when being used in devstack
for development or testing (see [1]). This commit will switch the
deployment of zun-api to uwsgi.

[1] https://governance.openstack.org/tc/goals/pike/deploy-api-in-wsgi
    .html#uwsgi-vs-mod-wsgi

Change-Id: Iec05ccb8aceee6874e3c04280fe7596f8292e333
Closes-Bug: #1692382
2017-08-07 17:07:46 +00:00
ShunliZhou
2d7be38ead Add filter scheduler doc.
Add filter scheduler doc.

Change-Id: Ie00c16446e118c6cab1939e9bafb44ebf59fd5d9
2017-08-02 09:49:53 +08:00
Hongbin Lu
557b5b52f4 Add missing configuration index
This should fix the missing URL:
https://docs.openstack.org/zun/latest/configuration/index.html

Change-Id: I31383b8b17ebb914e30c225433b7dab34d8afb4c
2017-07-28 18:30:33 +00:00
Madhuri Kumari
ba12241c19 [doc-migration] Add install and configuration folders
Change-Id: I0e760acd62d1e9082d0e7ec0f3c96c6839a7ef6d
Close-Bug: #1706194
2017-07-25 19:12:59 +05:30
Madhuri Kumari
1d4899c28e Add admin folder for related documents
Change-Id: Ieb3bfbdcfdfb411ad549194fae1aba32434df5f0
Partial-Bug: #1703442
2017-07-19 15:00:49 +05:30
Kien Nguyen
76057450b5 Fix docs & specs erros.
- Fix erros when run tox -edocs (except one spec - cinder-integration.rst,
  will be fixed when merge patch set [1])
- Update urls.

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

Change-Id: I05865708ef356f17a388eace234ac004dd1a364f
2017-07-15 16:10:06 +07:00
Madhuri Kumari
4b489da4f7 Add warning-is-error in setup.cfg
This patch adds the ``warning-is-error`` flag in setup.cfg
to build documents and also fix failure with the introduction
of this flag.

Change-Id: I3bfedc31361584526d6f528b74b0be3993f1ecba
Partial-Bug: #1703442
2017-07-14 08:58:54 +00:00
Madhuri Kumari
6e48d31a72 Move the contributor related docs to contributor/ dir
Change-Id: I79d168e60758722af4c9c4a0df69efb1728e3bd6
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
Partial-Bug: #1703442
2017-07-14 10:21:18 +05:30
melissaml
bb278a4e5c Update URLs in documents according to document migration
Change-Id: I18371b565836357e027b1c618b052ea132f3ef33
2017-07-13 21:48:56 +08:00
Kien Nguyen
d12e05c803 Correct devstack docs urls
Change-Id: Id32120fb134ba60d875ffd7f12128751edd49a7e
2017-07-12 15:26:55 +07:00
Hongbin Lu
5464b393fe Correct the API microversion docs
* Fixed the construction of Version object.
* Remove un-needed action for updating the version.

Change-Id: Ia47e3569093129108a611c10a1042939b1a813d8
2017-07-03 21:06:12 +00:00
Shu Muto
8992bbb87d Fix openstackdocstheme settings
To use openstackdocstheme 1.11.0 properly, this patch fixes
some settings according to follow.
https://docs.openstack.org/openstackdocstheme/latest/

Change-Id: I1ae26705d2d37dd6ec30c1213bc47face540f494
2017-06-29 18:52:47 +09:00
Van Hung Pham
ec5a9c99a8 Switch from oslosphinx to openstackdocstheme
As part of the docs migration work[0] for Pike we need to switch to use
the openstackdocstheme.

[0]https://review.openstack.org/#/c/472275/

Change-Id: I305dc660e9f379f73b02e8d80c1999623ef92bab
2017-06-28 10:17:47 +07:00
Hongbin Lu
eb91f4c596 Run tempest tests in parallel
Change-Id: Ib7b2c6756ba4c3933b0911c1b7d81c03a1b3d1b3
2017-06-17 14:53:29 +00:00
Hongbin Lu
73ead98af1 Switch to devstack-plugin-container
Change-Id: Ib59e665dfb9a1fb69216e49ff9020e18c3ab92c3
2017-05-24 19:23:21 +00:00
Feng Shengqin
677ba36549 Change to git.openstack.org
Change-Id: Ia8a68c5ba22cdb80ae0b5bd868ff499ac25f3207
Closes-Bug: #1692586
2017-05-24 01:55:50 +00:00
Yongfeng Du
8a1c854be2 Add multi host part for devstack guide
Add guide for set up the standalone zun-compute nodes.

Change-Id: I87d80fa9790b68f407cfa25ab3fbfa97bbb10b34
Closes-Bug: #1675245
2017-05-19 12:14:42 +08:00
Hongbin Lu
c5e836f558 Remove nova docker instruction from quickstart
NovaDocker driver has known issue (i.e. network resources created
in a single tenant). Let's remove it from quickstart guide for now.
Devs are suggested to use native Docker driver as a quickstart.

Change-Id: I8915c5b175deeb1efd7a126f171483be3fcd38e9
2017-05-16 20:53:43 -04:00
Hongbin Lu
794020237d Add api_microversion_history to index
Change-Id: I588493741e147c9c0feffbd5337415d6220ff055
2017-05-13 22:25:17 +00:00
Feng Shengqin
416e11205d Optimize the link address
Use https instead of http to ensure the safety

Change-Id: Ib99c018d77cced1c6d3770d2a1b9d28d6491e03c
2017-05-09 10:50:20 +00:00
Feng Shengqin
2ab2ced6c4 Add the docs for API Microversion
Change-Id: I1a08f3ca46c79a96a21bb62f3723bf7c390f9f35
2017-05-02 09:25:22 +08:00
chenlx
364ce169e9 Optimize the link address
Use https instead of http to ensure the safety.

Change-Id: I1a36b3d085e8b7aaa2e0b4f0d6fc7d9dc17acfbc
2017-04-26 16:12:53 +08:00
Madhuri Kumari
f7875709e1 Update the create and start with run command in doc
Change-Id: I9bf292c9f7d44bed1721dee95e761be47a876c36
2017-04-19 11:10:33 +00:00
Feng Shengqin
f687b6ebac Developer Quick-Start - Need modification
Change-Id: I51e47fe6e0a91a856498d64e80bb09f668fd36b4
Closes-Bug: #1682025
2017-04-13 05:23:43 +00:00
Madhuri Kumari
337ac3281a Change Cluster to Container in object.rst
Change-Id: I66624d4aabe58b28c9b1796d20705b59db765240
2017-04-07 17:25:09 +05:30
Hongbin Lu
d17fe49109 Document how to run tempest tests locally
* Add a dev document for how to run tempest tests locally.
* Pull the instruction of running unit tests out of quickstart
  guide and make it a standalone document.
* Fix the unit tests guide to make it work at Ubuntu 16.04.
* Add a sample local.conf as minimal to run devstack
* Add osprofiler guide to the index page.

Change-Id: I31794733c9225478f5df029279c8415a23b1caa0
2017-04-04 04:05:41 +00:00
Jenkins
a6dd5a1220 Merge "Add a doc for Zun integration with OSProfiler" 2017-03-23 05:17:21 +00:00
Kevin Zhao
c8cc7c1d88 Add a doc for Zun integration with OSProfiler
Change-Id: I0bbc6d4fb9f14178702b44142b98e072f5983019
Implements: blueprint integrate-with-osprofiler
Signed-off-by: Kevin Zhao <kevin.zhao@linaro.org>
2017-03-22 12:22:28 +08:00
Hongbin Lu
6ccff033ad Fix the heredoc in quickstart guide
The delimiting identifier "END" must be placed at the beginning of
the line (no space in before).

Change-Id: Id9a1db74056ce9f5ade661e7016bfe696a7474e6
2017-03-17 13:30:57 -05:00
Ranler Cao
6e274ed439 Add libffi-dev and libssl-dev dependency in OS-specific
prerequisites.

Change-Id: I3a70b7d903ffda3913f67e9cedf5c7f12d57bf84
Closes-Bug: #1672258
Signed-off-by: Ranler Cao <caoran@fiberhome.com>
2017-03-13 13:46:48 +08:00
bhavani
3acfb1e3d8 Format the quickstart doc
It is more visually reable to show commands and its output
by adding a prompt before command.

Change-Id: I70c3de41728b686de3e67fc359c45a931ed27f59
2017-03-08 09:23:31 +00:00
Hongbin Lu
8f3959d752 Enable Kuryr-libnetwork in devstack
Implements: blueprint kuryr-integration
Change-Id: I2f115b9e6dd0c69088a4555f62db6d867a26de95
2017-03-05 11:33:39 -06:00
Jenkins
9ede0ab976 Merge "Add wsgi script file and sample config" 2017-03-01 03:24:44 +00:00
xxj
3a84375531 Add test to enforce object version
Add both the testcases and the document

Change-Id: If18d3adf39bafd03f22d701edb283c153f9a0aa4
Closes-Bug: #1654424
2017-02-28 09:36:52 +08:00
Hongbin Lu
a270964a50 Add wsgi script file and sample config
In addition, the port of zun-api is inconsistent. The devstack
script used 9517 and others used 9512. This commit changed to
port 9517 in everywhere.

Implements: blueprint deploy-zun-api-in-wsgi
Change-Id: I08818e417945338d5de5de473f8adc9bf9d63bdc
2017-02-27 16:12:08 -06:00
Hongbin Lu
95403d183a Fixup the manual devstack guide
The guide has been outdated and a contributor reported that it
didn't work. This commit is for fixing it.

Change-Id: I58bb55319aa005837eba5e0b047dc6f196be01b4
2017-02-16 18:28:10 -06:00