- Oct 18, 2017
-
-
caoyuan authored
Change-Id: I8c7580b36125caa15e74dd156b235b7d08071069
-
- Oct 16, 2017
-
-
Surya Prakash Singh authored
Change-Id: I2a6ee471b1029bcc2fe1ce76917faf925f1ad239 Closes-Bug: #1723886
-
- Oct 12, 2017
-
-
Farid Da Encarnacao authored
https://docs.openstack.org/kolla-ansible/latest/reference/external-ceph-guide.html does not mention gnocchi at all. Change-Id: Ie7e27025d7a8bb27f4c2b0451fdfe00478e40a16 Closes-Bug: #1723146
-
Surya Prakash Singh authored
for reference: https://docs.openstack.org/python-openstackclient/latest/index.html#getting-started Change-Id: Iacb29585ad89c08de24ea49dfefe7d0d0f5a1815
-
- Oct 10, 2017
-
-
Christian Berendt authored
Change-Id: Ie26c6b392c5ac86c3ec5effa5241ce5cad10fe40
-
- Oct 05, 2017
-
-
Surya Prakash Singh authored
Created the admin directory, remove some files from user dir and placed into admin and contributor. For more detail, see the doc migration spec. http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html Change-Id: I84c565d7d14a4d90270a53e14ab93a10f7ffb9b7 Partially-Implements: blueprint ka-queens-doc-restructure
-
- Oct 04, 2017
-
-
caoyuan authored
1. move nova-fake config into globals.yml 2. fix the docs Change-Id: I6fa4df97831bb08f50338e98dc3e0d4de7120edf
-
chao liu authored
In the quickstart guide, the min version of docker is 1.10.0, and the max version is none. But the `docker daemon` doesn't work since v1.13.0. Please refer to: https://docs.docker.com/engine/deprecated/#docker-daemon-subcommand "docker daemon subcommand Deprecated In Release: v1.13.0 Target For Removal In Release: v17.12 The daemon is moved to a separate binary (dockerd), and should be used instead." I think it's better to let the readers know it. Change-Id: I92882a3860704acdc31ff0c89e21ab2793e0b268
-
- Sep 29, 2017
-
-
chenxing authored
Change-Id: I138000951d75894cc5eb01a8b364ed8293940c40 Closes-Bug: #1720095
-
- Sep 28, 2017
-
-
caoyuan authored
since the pike is release, the multinode.html should update Change-Id: I5122477b9209cd483ae682032c1949fa5a5cc985
-
Tatsuma Matsuki authored
This change adds enable_fluentd option and enables some other log shippers to be integrated. When enable_fluentd is "no", syslog server is also disabled. Then, this change also adds syslog parameters to use a syslog server prepared by users. Change-Id: I7c83ef7fe30a6b9ab7385bcee953ad07e96b0a83 Implements: blueprint fluentd-enable-option
-
Surya Prakash Singh authored
On personal experience when i reach to line no 116 with fresh centos-7.1 it ask to install git package, same has been taken care in next section for ubuntu-16.04 Change-Id: I688a6ee70d8211740f7d1149ccdfb17183e3a995
-
- Sep 27, 2017
-
-
caoyuan authored
Change-Id: Id6264fa8af55b9da5f8e0cad705287b0c115c7e7
-
Surya Prakash Singh authored
Change-Id: I3ee35c6faf2b824d889c4ccadde4d6f8ba9c8cca
-
- Sep 26, 2017
-
-
Gene Kuo authored
The file to edit in external ceph guide should be globals.yml instead of global.yml Change-Id: Ic3c3406484bbe7c69056010de7c7d2875900ba5f
-
- Sep 25, 2017
-
-
Eduardo Gonzalez authored
Deploy guides includes quickstart guide. Includes respect relative paths, but when quickstart includes vagrant doc, deploy-guide tries to locate the doc in its doctree (deploy-guide/source). This causes error 404 and deploy-guide post-gates to fail Change-Id: I05e49bbcef564ad4f3d80f0649ccf191d9f8b59d
-
- Sep 13, 2017
-
-
Mark Goddard authored
In some scenarios it may be useful to configure custom fluentd outputs to forward logs to a logging service other than elasticsearch. This change supports configuration of fluentd outputs by placing output configuration files in /etc/kolla/config/fluentd/output/*.conf. Change-Id: I3c0b271d88dbb307ba3a23546e29c72e8baeca55 Implements: blueprint fluentd-custom-outputs
-
Bertrand Lallau authored
Actually Openstack services configuration can be overriden using many files: - /etc/kolla/config/<< service name >>/<< config file >> - /etc/kolla/config/<< service name >>/<<host>>/<< config file >> - /etc/kolla/config/global.conf - /etc/kolla/config/database.conf - /etc/kolla/config/messaging.conf Only per-service configuration is actually documented here: https://github.com/openstack/kolla-ansible/blob/master/doc/advanced-configuration.rst#L164 Allowing to globally modify service configuration can be perform too, but it can be done in 3 different manners, all not documented: - /etc/kolla/config/global.conf - /etc/kolla/config/database.conf - /etc/kolla/config/messaging.conf database.conf and messaging.conf seems redundant with global.conf. In order to simplify codebase it seems logical to remove them. Documentation has been added for overriding configuration globally and release note has been added too. Closes-Bug: #1682479 Change-Id: I5d922dfc0d938173bad34ac64e490b78db1b7e31
-
- Sep 12, 2017
-
-
Eduardo Gonzalez authored
Showing the CLI installed does not verify SFC is working at all. Refer to updated link with process to create a chain. networking-sfc is already installed in neutron,not needed to use custom builds anymore. Change-Id: Ib92482eba6e27ef1e856f0a54aeb4cdfc0495117
-
- Sep 08, 2017
-
-
Andreas Jaeger authored
Checking http://files.openstack.org/docs-404s/2017-09-08.txt the link /kolla-ansible/latest/quickstart.html gives a 404 and is most wanted. The link now is /kolla-ansible/latest/user/quickstart.html - let's update in tree docs for this. Fix other broken links as well - with using intra-links instead of external links - this will make it easier to notice breakage when files are moved. Change-Id: I62655afd9f270fa83c07d86aa91346af6337ca32
-
- Sep 06, 2017
-
-
chenxing authored
For more detail, see the doc migration spec. http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html Co-Authored-By:
Eduardo Gonzalez <dabarren@gmail.com> Change-Id: I3a7c0ed204ee1e9060b5325f20622afe9a5e3040
-
- Sep 05, 2017
-
-
shangxiaobj authored
1) Update doc links according to OpenStack document migration 2) Use https instead of http for docs links Change-Id: Iedf05f9264d825ce2d4b42321fe81b93cf8f7665
-
- Aug 30, 2017
-
-
Sean Mooney authored
- This change extends the networking-guide to describe how to enable the newly added support for deploying ovs-dpdk. Change-Id: I43405760ff315497f9396bfb0b36d6aa7fc5462a Partially-Implements: blueprint ovs-dpdk
-
Eduardo Gonzalez authored
Due this change [1] marked doc impact for start only one glance-api when file backed is used, this change adds a note in multinode guide to notify users about this behaviour. [1] https://review.openstack.org/#/c/448654/ Closes-Bug: #1706901 Change-Id: I7d5a3bea00d3f0ee990b0f23acea4d269a92b377
-
caowei authored
Change-Id: I974a3717c10d1174ff62a39372375cf4edc439a6
-
- Aug 28, 2017
-
-
Eduardo Gonzalez authored
Change-Id: Ie86849fbfbdef0e20a89f0fc3c6c617bc4ae23ff Closes-Bug: #1711757
-
Paul Bourke authored
Change-Id: I9b0ad600ab44cc6c056964554b7bab6c849ede22
-
chao liu authored
replace "each services' REST API" with "The REST API of each service" Change-Id: I2254519f7adf4eb6d2b9ac621228dc28ed783508
-
octopusZhang authored
The current example for including mtu is not suitable for all docker version and distros. Fox example, the latest docker-ce 17.06 does not support docker "docker daemon" command. And also docker doesn't support socket parameter "fd://" on rpm based systems. We need to add a note to remind user not copy that configuration straightly. Change-Id: I8f2e0697eefe89abbe7da29612a625c4094c954e
-
chao liu authored
refer to: https://docs.openstack.org/contributor-guide/writing-style/ \ code-conventions.html Change-Id: I0d4c741b40bb2e028dfb2167dd34ced188a4d71e
-
- Aug 24, 2017
-
-
Eduardo Gonzalez authored
Missing dns_interface and bifrost_network_interface in production architecture guide along with the other network interfaces. Missing monitoring group and typo in controller group. Controller group does not exist, is called control. Change-Id: I6e6a238d74f85a819326ed5b2f44b8973524c8d8
-
Eduardo Gonzalez authored
kuryr networks cannot have dhcp enabled. Change-Id: I4727995907380f4630a6847477b39f005dc1307d
-
octopusZhang authored
The docker-py python module is now called docker and has an incompatible api. Running latest kolla-ansible with docker-py will throw an error like this: AttributeError: 'module' object has no attribute 'APIClient' Change-Id: Idd10735c764717cf711f62b3243d39d8c8ed263f
-
- Aug 23, 2017
-
-
Eduardo Gonzalez authored
Tacker has become a complex service to deploy in pike release, adding a bunch of other services dependencies. This guide aims to ease users to deploy tacker. Change-Id: Ibe15bee9438fed0cd09b3cabcb270b551fb13b87
-
Paul Bourke authored
* Remove redundant info, e.g. 'kolla can deploy the cinder services' * List the available backends Kolla supports * The bug wrt to lvm with multiple control nodes is open rather than 'WontFix', update the note to reflect this. * Document how to configure the NFS backend Change-Id: I1621efa35a329676ecaf309d60f578d33d8aa0d4
-
Eduardo Gonzalez authored
Fix many warnings in vmware docs for D001 Line too long. Change-Id: I695f7fb958ec12161a13cf51f0297f50d9177d73
-
zhubingbing authored
Add ceilometer heat multi-regions content in multi-regions.rst Change-Id: I9bc3d2a3ff25cee2d5e6d5318cffe6d65e4220b6
-
- Aug 16, 2017
-
-
Sean Mooney authored
- This change fixes line length issues releating to the odl docs in the networking guide. - The odl sections effected by this patch were merged before the line lenght checks were enforced by the gate. - This change is required to unblock the ovs-dpdk docs. Change-Id: Icd8f4a802d1a87dcf9570e10dbbcc32f53b0d40e
-
shaofeng_cheng authored
Add pull reconfigure and upgrade commands in operating-kolla.rst. Change-Id: I9d1b38349ba6f2d2fc75dc2527aabae08d3c846b
-
- Aug 11, 2017
-
-
shaofeng_cheng authored
Kolla-ansible command miss inventory file paramter in deploying part for swift-guide.rst file. Change-Id: I33267549e2c7740c8ced8232de379bdc5502e9f7
-