- 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 28, 2017
-
-
Alexandra Settle authored
Currently the project-deploy-guide links to the entire dev doc repo for Kolla-Ansible. This is incorrect. It should link only to installation information that can be found in the quick start guide. This patch remedies that change, and ensures that there is a link to the kolla deploy guide published at docs.o.o. Change-Id: I43738e341e996cb5a589a09c4c59c0dc8b058458
-
gaozx authored
Change-Id: Id4fb97107c8a01f1b5e95a6fcdee3bed1f385b76
-
- Mar 24, 2017
-
-
zhouyunfeng authored
correspondence with 'logstash_prefix flog' in 'kolla-ansible/ansible/ /roles/common/templates/conf/output/01-es.conf.j2' and 'kolla-ansible/ansible/roles/common/templates/conf/output/ /00-local.conf.j2'. Change-Id: I90a7b1b6a5267d79f192345e531b503d3a99ca79
-
- 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
-
Mark Goddard authored
This change fills out the Bifrost developer documentation and makes a few corrections. Change-Id: I14a6eca58c440677d5de638cbc677e9ec05738af Closes-Bug: #1661013 Co-Authored-By:
Sayantani Goswami <sayantani.goswami@intel.com>
-
caoyuan authored
more info see https://docs.openstack.org/ocata/install-guide-rdo/nova-compute-install.html#finalize-installation Change-Id: I66c2f34a76c98b35fc2567ff6d882871a750b92e
-
- Mar 21, 2017
-
-
Rui Yuan Dou authored
Correct syntax error for Deployment Philosophy doc. Update node types descriptions for more unified in doc Production architecture. Change-Id: I9266a72eb88d9c4c52673bbdecc952b684a56d12
-
- Mar 16, 2017
-
-
Bertrand Lallau authored
Since Fluentd introduction in place of Heka the "Log delivery" section must be adapted. Change-Id: I734fd44ffc2fc0b43217542d3078dba0dff15539
-
- Mar 15, 2017
-
-
Mark Goddard authored
It is not currently possible to deploy Bifrost on a host other than the Ansible control host. A deployer may want to manage an Ansible control environment remotely from the Bifrost deployment host but is currently unable to. This change adds a new top level 'deployment' Ansible group and a 'bifrost' Ansible group containing the 'deployment' group. The Ansible play in ansible/bifrost.yml is now targeted at the hosts in the 'bifrost' group. For backwards compatibility, the all-in-one and multinode inventories add localhost to the deployment group. This allows a deployer to deploy Bifrost on a remote host by modifying the hosts in the deployment or bifrost groups. Change-Id: I76808feab5dd67dff63379ed9c7d08a105636acf Closes-bug: #1665373
-
Bertrand Lallau authored
Heka has been removed and replaced by fluentd. Refer to https://review.openstack.org/#/c/437874/ Change-Id: Id9f95cbefcd4b1089e2a00a92dc66f387c27f09b
-
- Mar 13, 2017
-
-
Eduardo Gonzalez authored
With libvirt 2.0, when using qemu cpu mode is not properly evaluated and need to be set to cpu_mode = none. Add this option when kvm is not supported, otherwise user will still facing errors when launching instances over qemu. Change-Id: Ic970e3de74817ce4e17bb4e15d130e1e82d595cc
-
- Mar 10, 2017
-
-
caoyuan authored
- cinder-guide.rst:34: D001 Line too long - swift-guide.rst:16: D001 Line too long Change-Id: I32e7aeeaee98b8859f257bf173d24295fbe4dd6b
-
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
-
- Mar 08, 2017
-
-
zhuzeyu authored
Change-Id: I289c80c7d1c3a08d1ced9e596e06659aac280640 partially-implements: blueprint documentation-rework
-
- Mar 07, 2017
-
-
Sayantani Goswami authored
Improvement to the existing Multinode Deployment Guide Change-Id: I55d1bb174459bb705fa1106e231a28836ba0af6e
-
- Mar 03, 2017
-
-
Sayantani Goswami authored
Adding -e REGISTRY_PROXY_REMOTEURL=https://registry-1.docker.io to the docker run command in the start-registry script configures the local registry as a pull through cache. However, pushing of images to the local registry fails. Pushing to a registry configured as a pull-through cache is unsupported. For more information, reference the proxy section in Docker Documentation (https://docs.docker.com/registry/configuration/) The start_registry script has been updated in the patch set https://review.openstack.org/#/c/426338/ Change-Id: If62b40d8316af7c3593523493cad8a904d35dceb
-
- Mar 02, 2017
-
-
Sayantani Goswami authored
This builds the deployment guide that will be published to https://docs.openstack.org/project-deploy-guide/newton/. In this approach, all existing documents in kolla-ansible/doc directory will remain. The kolla-ansible/deploy-guide directory will simply include all documents that exist in the kolla-ansible/doc directory. All new changes will be made to the documents in the docs directory which will be imported to the deployment-guide. However, I believe we will also have to build the deployment-guide every time a change is merged to the docs in the doc directory. Change-Id: I98db4ec45403cf48086381b45bf5a12bbf998911
-
David Rabel authored
Two lines that where too long and on trailing whitespace. Closes-Bug: #1669305 Change-Id: I4dda1a27feab4d66af6d35690ede025e8d7607c8
-
Steven Dake authored
Fix the example by suggesting the creation of the directory and customizing nova properly. Change-Id: Ie5cd9b7f309416745dce60211b5a800e8c5273f7 Co-Authored-By:
<ampopp04@gmail.com>
-
- Mar 01, 2017
-
-
caowei authored
Change-Id: I7b3705e8bba67649bfbf0950d1724d711c57e042
-
- Feb 28, 2017
-
-
Paul Bourke authored
* Remove references to all-in-one, kolla Swift now works correctly in both all-in-one and multinode contexts * Fixup commands used for generating rings * General readability improvements Change-Id: I3ec87068a98ba5397bb6f2feb707bc685181e747
-
- Feb 25, 2017
-
-
Paul Bourke authored
* Instruct the user that the VG needs to be on the storage nodes * enable_cinder_backend_lvm needs to be enabled when following this guide. Change-Id: I252ec98c98493705417aaf197f703957cce8528f
-
- Feb 22, 2017
- Feb 16, 2017
-
-
zhuzeyu authored
Change-Id: Ic5a9ec189949c0f6f986f3ff4f48266b7548d8e5 partially-implements: blueprint documentation-rework
-
- Feb 15, 2017
-
-
Jeffrey Zhang authored
* Rename kolla namespace to kolla_ansible * remove oslo.config.opts entry points which is uesless * delete useless tools/version-check.py script Change-Id: I005dd7223ff23afbb2ce8cbfd0ebec0969102798
-
Jeffrey Zhang authored
Get follwing error when running tox -edocs doc/bifrost.rst:91: D001 Line too long doc/manila-hnas-guide.rst:28: D000 Title underline too short. doc/manila-hnas-guide.rst:28: D000 Title underline too short. doc/networking-guide.rst:93: D000 Title underline too short. doc/networking-guide.rst:93: D000 Title underline too short. doc/multinode.rst:14: D001 Line too long doc/quickstart.rst:474: D001 Line too long doc/vagrant-dev-env.rst:129: D001 Line too long Change-Id: I88090487a4710547224361d29aaf8371f8340c28
-
- Feb 13, 2017
-
-
Mauricio Lima authored
Change-Id: Ic616cf20a4e889b825224c1c32449fb52763eb6a
-
- Feb 06, 2017
-
-
Paul Bourke authored
Change-Id: I3832d41260849adc4bb24de287c1dbb624cbe7eb
-
- Feb 04, 2017
-
-
Steven Dake authored
Docker version 1.13.0 is broken with the kolla-ansible deliverlable. Mark it as such in the documentation. Change-Id: I91da906cfa2a4552739749b27b41006fbc06215d
-
zhuzeyu authored
In this file, Some links still use kolla repo, we should modify it. Change-Id: I8337bab80c5cf8014014463aac84ca9d6d5b6ba9
-
- 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
-
- Feb 02, 2017
-
-
Sayantani Goswami authored
Update documents reference image-building documents correctly after image-building.rst was deleted from kolla-ansible directory. Change-Id: Ib66475e1f0f3055f2e38fc33ae649cae300c9c36
-
- 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
-
- Jan 17, 2017
-
-
Paul Bourke authored
Change-Id: I2b456b1626875d863f896ad7fc6c0024f5ed110f
-
zhuzeyu authored
TrivialFix Change-Id: I47ac48bd5fc07b3bc9fd43c249de0fba8b030076
-
- Jan 12, 2017
-
-
Surya Prakash Singh authored
Update related to RabbitMQ hostname resolution was required in doc. Closes-Bug: #1559809 Change-Id: I7745d802aa0b488272ab69ada7e79d125dacd017
-
- Jan 04, 2017
-
-
Cao Xuan Hoang authored
This patch is removing a trailing backtick (`) from the doc/running-tests.rst document. Change-Id: I66d555ad73738a1a7fb674a27472143e0f0d6609
-