- Sep 30, 2019
-
-
Pierre Riteau authored
Change-Id: I95116bd2f33dfc2db9f8f913b6995113a8cb2dbf
-
- Jun 06, 2019
-
-
Mark Goddard authored
... or "what I wish existed when I first became PTL" Some general improvements to the contributor guide, plus new sections for PTL duties and release management. Change-Id: If2f3b7c18de2e6c8d9bac131a16c28c2eeb348f2
-
- 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
-
- 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
-
- 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
-
- Jul 31, 2017
-
-
guochao authored
Kolla Documentation for VMware NSX-v and NSX-DVS. Change-Id: I5feb0cf75d3c247775cfc53fd4143a68fa4351f7 Partially-implements: blueprint kolla-ansible-support-vsphere Co-Authored-By:
shaofeng cheng <chengsf@winhong.com>
-
- Jul 21, 2017
-
-
chenxing authored
Change-Id: I8c340cfe33789badb4f8df93f0c13f56fdea5dbf
-
- Jun 15, 2017
-
-
Dan Ardelean authored
Implement an ansible role that adds Hyper-V as a compute node for OpenStack using Kolla. This will install and configure the Nova Compute service, the Hyper-V Neutron agent and FreeRDP-WebConnect. https://docs.openstack.org/ocata/config-reference/compute/hypervisor-hyper-v.html Change-Id: I601835b0769c5ff173a980a05a752391ae8cc82f Implements: blueprint hyperv-ansible-role Co-Authored-By:
Alessandro Pilotti <apilotti@cloudbasesolutions.com>
-
- Jun 14, 2017
-
-
Bertrand Lallau authored
Just a simple startup guide for Skydive Change-Id: I79c175c592fba9d078cee9b1b948597ec60bc68c
-
- Jun 08, 2017
-
-
Paul Bourke authored
Add a new variable 'kolla_devmode', which when enabled, clones and bindmounts service source code into the containers. This commit adds the relevant changes for Heat, more services can be added and built upon. Usage: * Set 'kolla_devmode: yes' * Code is cloned to /opt/stack/{{ project_name }} on target node(s) * Users can develop in these repos, and simply restart the container to pick up / test changes. Debugging can be done from the host via 'remote_pdb'[0]. [0] https://pypi.python.org/pypi/remote-pdb Implements: blueprint mount-sources Change-Id: Ic0431b10d723bf84eeefc72039376fe0058dd902
-
- Jun 02, 2017
-
-
Eduardo Gonzalez authored
OSprofile allows user/devs trace OpenStack requests. Implements: blueprint enable-osprofiler Co-Authored-By:
Bertrand Lallau <bertrand.lallau@gmail.com> Change-Id: I82ea85d726011ef6cbf99380f395452d6d7f8053
-
- Apr 13, 2017
-
-
Eduardo Gonzalez authored
Zun need some changes in the docker daemon prior to deploy. Add some verification steps after deployment. This change add a global deploy and verification steps. Change-Id: Id02e5c32bc92c51bff04b2c5bc81f234f25bc5ca
-
- Apr 03, 2017
-
-
caoyuan authored
doc/running-tests.rst:64: D001 Line too long doc/bifrost.rst:164: D000 Unknown target name: "edit-inventory". doc/nova-fake-driver.rst:: WARNING: document isn't included in any toctree Change-Id: I83bb44ed10cb464f87e5235a423a475151ace208
-
- Mar 30, 2017
-
-
Paul Bourke authored
Add links to refer to the main Kolla documentation. Also fix minor formatting errors that were preventing the docs from building. Change-Id: I8759b9e995097d221900441bd001a1234ae007fd Depends-On: Ia7959c71a241b9d7139ec50b34e36b24fbcf76e6 Co-Authored-By:
Mauricio Lima <mauriciolimab@gmail.com>
-
- Mar 22, 2017
-
-
Alicja Kwasniewska authored
Added a note about Elasticsearch using volume space. Renamed Kibana guide to central-logging guide. Change-Id: I0a451b5316a53815a53c62faa2bf993ca34f27e0 Closes-Bug: #1614572
-
- Mar 10, 2017
-
-
rcherrueau authored
Add support for basic multiple regions, that is to say, many OpenStack with a shared Keystone (same users) and Horizon. The shared Keystone and Horizon are deployed into one region, for instance RegionOne. Services of other regions have an access to this Keystone. This support assumes that the operator knows the name of all OpenStack regions in advance, and considers as many Kolla runs as there are regions. The new variable, multiple_regions_names, contains the name of regions. It is needed by the region that includes Keystone and Horizon. In register.yml, it specifies to create as many Keystone endpoints as there are regiones, so that services of other regions can connect to Keystone. In local_settings.j2, it changes the render to support multiple regions in Horizon. The multi-regions.rst explains how to perform a multiple regions deployment. Implements: blueprint multi-kolla-config Change-Id: Icab2aebfc4de0e3bc609950956e0af397705f403
-
- Feb 03, 2017
-
-
Eduardo Gonzalez authored
Integrate designate service with neutron to allow instances and floatingip resolve designate dns. MDNS service need to be reachable from nova instances in order to resolve DNS queries. Added new dns_interface to make this configurable. Add designate guide. Closes-Bug: #1661330 Change-Id: I5a2ac5cf2a9aa0977ae42d53dd64699623ddf3ed
-
- Jan 30, 2017
-
-
Francisco Edigleison Barbosa authored
Change-Id: I11f93fd1aa7926b568fba355da3cb5fec3badbd8
-
- Jan 28, 2017
-
-
Sayantani Goswami authored
Kolla-ansible related documents existed on both Kolla and Kolla-Ansible repositories. A lot of Kolla-ansible related documents were updated in the Kolla repository. Porting the changes made to these documents in Kolla repo to Kolla-Ansible repo so that the Kolla-ansible documents can be removed (Refer to patch https://review.openstack.org/#/c/425749/) Change-Id: I7c53626ce551189acdb0dcbabe9369b81eed3347
-
- Oct 17, 2016
-
-
Mauricio Lima authored
Co-Authored-By:
Francisco Edigleison Barbosa <barbosaedigleison@gmail.com> Change-Id: Ib4fab8a3a83ec71152a526383ad58fc3e52d326e
-
- Sep 27, 2016
-
-
Jeffrey Zhang authored
Change-Id: Iff8185ebd39f633512a20a07889bd01b6ee4e037
-
- Sep 22, 2016
-
-
Christian Berendt authored
Change-Id: I909d92f8f67e5dbe0d697e05cc2f8f7424add25d
-
- Sep 21, 2016
-
-
Michal (inc0) Jastrzebski authored
It was removed in some of patches (probably bad rebase?) TrivialFix Change-Id: Ie9542012c1c6cb0252284196389eb6618862a148
-
- Sep 16, 2016
-
-
prithiv authored
With Kolla supporting Neutron extensions, it is essential to have networking guide to describe the installation and configuration of these extensions. Partial-Bug: #1603391 Change-Id: I78ff5b17e4024d96f8083c96ac5b5b608a7c0015
-
- Sep 15, 2016
-
-
Hui Kang authored
Change-Id: I7134bffab940ee780e5f5010d639af56f97b41d6 Co-authored-by:
Mohammad Banikazemi <mb@us.ibm.com> Co-Authored-By:
zhubingbing <zhubingbing10@gmail.com> Co-Authored-By:
Antoni Segura Puimedon <antonisp@celebdor.com> Partially-implements: bp kuryr-docker-plugin
-
- Sep 12, 2016
-
-
Steven Dake authored
Our philosophy document is one of our most important documents in he documentation repository. I appreciate in general the notion of reorganizing many of our docs, but this one should be left alone and possibly protected by a roll-call vote in the future. This reverts commit aa517c4b. Change-Id: Ic17861e823095a1891ac25ddaf429b66e352e30e
-
- Aug 31, 2016
-
-
Sean Mooney authored
- This change adds support for building and deploying a bifrost container for baremetal provisioning. - This change documents how to manually deploy and bootstrap the bifrost container. Implements: blueprint bifrost-support Change-Id: I7d895839b11cbf916be33225875465c3358b5aa4
-
- Aug 29, 2016
-
-
Michal (inc0) Jastrzebski authored
First few paragraphs with richer description on choices deployers can make while deploy of production kolla Co-Authored-By:
Paul Bourke <paul.bourke@oracle.com> Change-Id: I3a2d3cf2cbb3678db2dc100e9a63b4992817cc3b
-
- Aug 17, 2016
-
-
Ryan Hallisey authored
Use directories to further organize the path a user would take through the docs. Change-Id: I8e3885c7ac3a72eaadbf547efedf0de477aa0a9f Partially-implements: blueprint documentation-rework
-
- Aug 09, 2016
-
-
Christian Berendt authored
The heat dev environment is not functional, remove it to avoid confusions. Change-Id: I05ac25294516270328ca1fe88f15defeea570306 Partial-bug: #1562334
-
- Jul 19, 2016
-
-
Mathias Ewald authored
This patch adds support for external Ceph clusters for Cinder. For clean integration the backend configuration mechanism had to be slightly adjusted. We now have the option to enable multiple backends for Cinder independently. Currently, the flags cinder_backend_iscsi and cinder_backend_ceph are used to toggle backends. Documentation on how to use external ceph was added. Change-Id: I7e0267b90d62d6d881f24f063cdb894422ec8618 Partially-Implements: Blueprint: external-ceph
-
- Jun 13, 2016
-
-
MD NADEEM authored
This doc explain how to run kolla tests. Change-Id: I498e18187c2c69bbd37c490ce4e1a8548f933791 Partially-implements: blueprint documentation-rework
-
- Jun 09, 2016
-
-
Michal (inc0) Jastrzebski authored
Since it's no longer relevant as liberty 1.0.0 is not there any more TrivialFix Change-Id: Id2b2404d76c82444418c00162b1abab2e1a64eed
-
- May 31, 2016
-
-
Paul Bourke authored
Change-Id: Ie34bda2a93f92958ea929f305a0e16d1b8ee5566
-
- May 25, 2016
-
-
Christian Berendt authored
At the moment the title of the index page of the developer documentation is "Kolla’s Mission". Other projects use "Welcome to X’s developer documentation!". Change-Id: Iadddc7fbe3d1eeafe5ed1926a3e090b5de70e7ee
-
- May 18, 2016
-
-
Ryan Hallisey authored
Kolla should have a doc with an overview of security within the project. Partially implements: blueprint documentation-rework Change-Id: I0a8b902fe1b9adf6617779646bf0bbaee1a36c4f
-
- May 14, 2016
-
-
Ryan Hallisey authored
Our quickstart guide is way too complex. We need to simplify the quickstart guide by pulling out the overwhelming amount of information and splitting it into other docs. Change-Id: Iec175ee7f60bfd11ce06b22c861e51e180c188a9 Partially-implements: blueprint documentation-rework
-
- May 04, 2016
-
-
Mauricio Lima authored
Change-Id: I9910b4fba5ef11c26e687af3273e4fccaf5f235f Closes-Bug: #1570017
-
- Apr 15, 2016
-
-
akwasniewska authored
Includes basic information about how to search, visualize and analyse logs, create a Dashboard and export/import created items. Closes-Bug: #1570544 Change-Id: I70ce5d28a6bb719a94570d23e85d5ba4aa0b114e
-
- Mar 16, 2016
-
-
Thiago Gomes authored
Deploy Manila in kolla Co-Authored-By:
Mauricio Lima <mauriciolimab@gmail.com> Change-Id: I1397e0f10dcbcfd182497fbaf0ebe9d5de718cc5
-