90 Commits

Author SHA1 Message Date
Mark Goddard
0a769dc30b Bump minimum Ansible version to 2.5
This is necessary for some Ansible tests which were renamed in 2.5 -
including 'version' and 'successful'.

Change-Id: Iacf88ef5589c7571fcf56ba8b99d3dbe76975195
2019-07-01 09:38:01 +01:00
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
Zuul
1151e5802b Merge "Fix the deploy guide build failed" 2019-06-07 13:16:10 +00:00
Zuul
069bdd0415 Merge "Fix docs - simply run the script instead of sourcing it" 2019-06-07 08:53:44 +00:00
Radosław Piliszek
a4d7378009 Fix docs - do not mention the old, deprecated CLI clients
Change-Id: If4c78c5ccefc6ff987b70509379dd91588eeea70
Signed-off-by: Radosław Piliszek <radoslaw.piliszek@gmail.com>
2019-06-06 11:54:08 +02:00
Radosław Piliszek
824378b8e2 Fix docs - simply run the script instead of sourcing it
Script looks like it is meant to be run and docs mention
running it rather than sourcing, yet the examples sourced it.

Change-Id: Ib4492ae01bee11b562022099cee8b06b4e3ee3c1
Signed-off-by: Radosław Piliszek <radoslaw.piliszek@gmail.com>
2019-06-06 11:38:17 +02:00
chenxing
a02de6732e Fix the deploy guide build failed
Depends-On: https://review.opendev.org/662209
Co-authored-by: Stephen Finucane <stephenfin@redhat.com>
Closes-Bug: #1830586
Change-Id: I48d3f4c5f7c04b1ab41b3bad2a6c19e1e9a218fd
2019-06-04 17:06:31 +08:00
Mark Goddard
0b27baf3ce Fix quickstart for virtual environments
The etc_examples and inventory should be copied from the virtual
environment rather than the system.

Change-Id: I3ac1e057971b7481a0bce2a15351031e51bf97d6
Closes-Bug: #1829435
2019-05-21 10:29:24 +01:00
chenxing
fffb6678f1 Tiny fix of quickstart guide
Remove some unexpected indents.

Change-Id: I50b8239ab7270814ffc8be9affb3bd28ce1f855b
2019-05-14 17:23:41 +08:00
Mark Goddard
b81a43418b Update quickstart instructions
* Recommend using a virtual environment
* Fix reference to multinode inventory
* Add explicit use of sudo where necessary
* Change ownership of /etc/kolla to current user

These changes should make it possible to copy/paste from the quickstart
to get a working deployment.

Change-Id: Ib3990f9e16eaa1e19a4ad5bfea5bdb2e4bc1c333
2019-04-09 19:12:52 +01:00
Mark Goddard
fba5e1ce7d Update links in docs to latest
To avoid links to OpenStack docs getting out of date in our docs, use
the latest version.

Ideally after cutting each stable branch we should change these links to
use the current release.

Co-Authored-By: Isaiah Inuwa
Change-Id: Ia1e3c720f4e688861b8f76874a3943b0f4e50b17
2019-02-28 09:29:46 +00:00
binhong.hua
93e5e8e631 Link kolla_log volume dir to /var/log/kolla
The path /var/lib/docker/volumes/kolla_logs/_data/ is too long
shorter log path will help to debug from log.
The volume path is compatible with docker-engine and docker-ce.

Change-Id: I9195d5f24d938f5060fe748aac3ae58c79ec5abf
2019-01-24 11:02:48 +08:00
Mark Goddard
91e17b23d4 Add documentation for bootstrap-servers command
Change-Id: I3bd50cb1e7db85acbf8ab20fc7bdd945b5232aaa
2019-01-03 10:29:05 +00:00
jacky06
1f30414807 Update the openstack_release
Change-Id: Ia1b29ca85e8ddb4d9bc740888d92bb2378a44fbf
Closes-Bug: #1803874
2018-11-18 09:07:57 -05:00
chenxing
eaa9815ad2 Remove '.. end' comments
Following by https://review.openstack.org/#/c/605097/
These were used by now-dead tooling. We can remove them.

Change-Id: I0953751044f038a3fdd1acd49b3d2b053ac4bec8
2018-09-28 10:15:37 +08:00
Zuul
d368cc2de8 Merge "Remove the outdated note information" 2018-08-03 10:46:59 +00:00
caoyuan
0e66e81225 Remove the outdated note information
Now, kolla-ansible support non-root to deploy[0], the note is
outdated and inaccuracy, remove it is necessary

[0]: https://github.com/openstack/kolla-ansible/blob/master/ansible/group_vars/all.yml#L18

Change-Id: I4fc005949afd64389bc2be68161426c6a2590ca4
2018-08-03 11:10:26 +08:00
jacky06
96d2c8becf Bump ansible_version_min to 2.4
Change-Id: I6875cde5c3cc7775c39011816c513e73df3396db
2018-08-01 10:51:13 -04:00
Zuul
60af6b6501 Merge "Update the min version for ansible" 2018-07-10 07:52:43 +00:00
wu.chunyang
6dd45f62b0 update ansible command usage at user document
ansible command need assign hosts to run.

Change-Id: Ifadc48ba06ef1726aa73b21ff37366360cfffbbe
2018-07-08 04:28:19 +00:00
jacky06
e01f511b08 Update the min version for ansible
Change-Id: Ib9b9440ce56ab2632d2a17c04be7c786b0b3688f
2018-07-05 09:50:03 -04:00
Zuul
b44bade5f3 Merge "Update using openstack section of quickstart" 2018-07-05 02:59:58 +00:00
Christian Zunker
8233bc7a84 Update docker config docs for insecure registry
Change-Id: I751c3901b831aaed03b88d36184cd9cc5df1789b
Closes-Bug: #1779110
2018-07-03 13:26:10 +02:00
chenxing
47e2b6221b Update using openstack section of quickstart
Change-Id: I0e3c098db9d1f0a8fda383910c05ed5efc929994
2018-06-27 07:24:43 -04:00
Zuul
4229da7012 Merge "Use full path for globals.yml" 2018-06-26 05:17:48 +00:00
Zuul
2dd69e9140 Merge "Correct path to use for development" 2018-06-26 04:57:32 +00:00
ZhijunWei
2363a8d297 Use full path for globals.yml
1. the default backend better use file, rather than File
2. use full path for globals.yml

Change-Id: Ife9b3a3d9cf602ab524fffc8cb52d4ba2224b906
2018-06-23 00:50:09 -04:00
Zuul
4d24264ca8 Merge "Added dependency package for kolla-ansible deploy" 2018-06-20 07:06:26 +00:00
fan_guiju
dd11db0bde Added dependency package for kolla-ansible deploy
setuptools should be used as a base dependency package that deployment kolla-ansible.

Change-Id: I4737fcd157342b37a8304cadfb20e24fe585a8b4
Closes-Bug: #1776426
2018-06-12 08:59:15 +00:00
confi-surya
f832efa588 Correct path to use for development
Currently, to run kolla-ansible inventory files, wrong
path was followed. So this patch correct use of invetory file path.

Change-Id: Id1526c3d9df54e7f456f5af1089a393f296d3be9
2018-06-11 16:57:38 +09:00
zhulingjie
e7c104e660 Fix the /etc/kolla copy path
the path of globals.yml should be `/etc/kolla/globals`, not be
`/etc/kolla/kolla/globals`

Change-Id: I49d91c4dab13b197402844ac74f87b5dd2adbfca
2018-06-11 03:37:04 -04:00
Zuul
cfbf907a35 Merge "Remove unnecessary period for operating-kolla.rst" 2018-06-13 09:48:41 +00:00
Eduardo Gonzalez
28c8e29d2d Document kolla-ansible stop command
Stop command is not documented in operating-kolla.rst

Change-Id: I0f657c05c0752dcb2e6373f56af3a797967db037
2018-06-13 08:41:30 +02:00
zhulingjie
c4b9e60ec6 Remove unnecessary period for operating-kolla.rst
Change-Id: I86b41a3bc5d989b161b5e104aadd27fca3db45a7
2018-06-09 01:38:09 -04:00
Zuul
25dfc8895f Merge "Document the China registry mirror" 2018-06-06 14:13:34 +00:00
chenxing
6017d11e48 Document the China registry mirror
Kolla always fails to pull kolla images. This patch is to document
how to use the China registry mirror to avoid the failure of pulling
kolla images.

Change-Id: Ib31b3ee6183c12467df4f28f8dff438ed6e9d41c
2018-06-06 16:17:18 +08:00
Zuul
353e20b926 Merge "Following the new PTI for document build" 2018-06-04 11:17:49 +00:00
wu.chunyang
16c4ccc762 fix a typo
"clausule" is dutch,should be "Clause"

Change-Id: I0c92b26db0876ce3622b67317b7f0bd85564e881
2018-05-24 12:55:03 +00:00
confi-surya
dbf754655f Following the new PTI for document build
For compliance with the Project Testing Interface [1]
as described in [2]

[1]
https://governance.openstack.org/tc/reference/project-testing-interface.html
[2]
http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html

doc8 command is dropped from docs tox envs.
So this affect nothing and run in PEP8.

Related-Bug: #1765348

Depends-On: Icc7fe3a8f9716281de88825e9d5b2fd84de3d00a
Change-Id: Idf9a16111479ccc64004eac9508da575822a3df5
2018-05-21 10:51:59 +01:00
Zuul
d6861961fb Merge "Update upgrade information in operating-kolla.rst" 2018-04-19 15:14:10 +00:00
Eduardo Gonzalez
a2125fd326 Fix version name in quickstart guide
Doc says use pike for latest stable branch.
Currently we are in queens

Change-Id: I3983682475b4abf141784c25e117b24cfd38cf29
2018-04-19 08:28:47 +02:00
James McCarthy
e6849f467f Update upgrade information in operating-kolla.rst
Added more information here to help when doing upgrades.

Change-Id: I9ed4cb172726277f477750a1b34dd0b9f11cf64f
2018-04-18 14:28:49 +01:00
Zuul
524a522449 Merge "Correct the path of configure file" 2018-04-11 14:49:19 +00:00
caoyuan
5c133c6005 Correct the path of configure file
the path should be "/etc/kolla/globals.yml" rather than
"/etc/kolla/kolla/globals.yml"

Change-Id: I119095bb63fc2af7eb34f16de43ce82f864dd8a4
2018-04-10 23:05:56 +08:00
caoyuan
b9bc5a4132 Add the inventory when use ansible command
when run ansible command, the inventory should be added, or
ansible will use /etc/ansible/hosts by default, but it does't
we wanted.

Change-Id: I7f2a05c27ddfa95d0747abb9ba931ee1c5714dc0
2018-04-10 23:02:17 +08:00
Zuul
3ca4de03b6 Merge "Update doc with new option" 2018-04-10 14:15:40 +00:00
chenxing
e57b4e8c1e Quickstart rewrite
- Add the requirements installation step for development
- Add step number for some section, to make step more clear
- Some format issues fix

Change-Id: I78deee5f4ae424eec06876168cbdfdf8d25d6bcc
2018-04-10 15:48:20 +08:00
confi-surya
79374fbfba Update doc with new option
`auth_uri` option is deprecated and changed to new option
`www_authenticate_uri` from group keystone_authtoken

please follow below link for reference
https://review.openstack.org/#/c/508522/

Change-Id: I8daa645ff1afab9ca643de2c3beb4d757007b514
2018-04-09 11:46:24 +00:00
Zuul
d753da058d Merge "fix word in the documentation" 2018-03-25 11:16:16 +00:00
Zuul
2381fa89f6 Merge "Support virtualenv installation in baremetal role" 2018-03-24 15:00:01 +00:00