- Jun 05, 2017
-
-
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: - /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 deprecate them. Change-Id: Ia632c207e4b0237ea813fcf53b44504b97a204e7
-
- 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
-
- May 17, 2017
-
-
leiyashuai authored
Change-Id: I9665338318f8ad4690e4908748065623d0537741
-
- May 12, 2017
-
-
jimmygc authored
Make command line more friendly. :) Change-Id: I8113c72aa00b1c07cb2b77c73e7dd8c7ee833bcc
-
- Apr 13, 2017
-
-
Michal (inc0) Jastrzebski authored
We missed it in change, but this is important to note Change-Id: I6abb4a963d0d9340f9e6e24c9abd9f99ec72867f
-
Duong Ha-Quang authored
Currently, when stoping/restarting container, Kolla uses default timeout value between SIGTERM and SIGKILL provided by docker which is 10 sec. But some services require more than it to finish graceful shutdown progress. This patchset adds graceful_timeout to kolla_docker to override the default one. Partial Implements: bp signaling-to-container Change-Id: Ica0b48a53c650cc23dfa1955027d2cf936a5932f
-
- Apr 11, 2017
-
-
Paul Bourke authored
This seems to have got lost during repo split. Adding it back in now. Change-Id: Ic0b0f5efb12eab58e7872b30611a39640dc44cc2 Closes-Bug: #1629224 (cherry picked from commit e1a2f99014a1aeb3697e8ec3c999cdc12380376b)
-
- Apr 10, 2017
-
-
Bertrand Lallau authored
Last Openstack version supported on Ubuntu 14.04 is Mitaka. Hence Ubuntu 14.04 related documentation can be remove since Kolla Newton release. Change-Id: Ibedd9dea659fc787660e44909573a59339b870c3
-
- Apr 05, 2017
-
-
Eduardo Gonzalez authored
Include an upgrade release note to make users know that endpoint are going to be updated while upgrading to Pike. Change-Id: Iaa2bfce27e9d9cdbb574121147fc761810d7dd71
-
- Mar 30, 2017
-
-
root authored
Change-Id: I13cf03d6a97fb94dd7cb309e99a417ad101dc21a Co-Authored-By:
Mauricio Lima <mauriciolimab@gmail.com> Partially-implements: bp add-zun-ansible-role
-
- Mar 22, 2017
-
-
Paul Bourke authored
Given keepalived runs on the network node, we should have a minimum of two by default for high availability. Change-Id: Ifbd68e456dc93319df8e85017fd9f4db09f05929
-
- Mar 16, 2017
-
-
Thomas O'Neill authored
Depends-On: If7f5c80eb10a1c418785d9c659ae18bfecfcfe33 Change-Id: I9c54f01193b4e12338e71cd1f0a4635dcbfa43fe Implements: blueprint neutron-bgp-dragent
-
- 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
-
- Mar 09, 2017
-
-
Paul Bourke authored
Add a new subcommand 'check' to kolla-ansible, used to run the smoke/sanity checks. Add stub files to all services that don't currently have checks. Change-Id: I9f661c5fc51fd5b9b266f23f6c524884613dee48 Partially-implements: blueprint sanity-check-container
-
- Mar 08, 2017
-
-
Jeffrey Zhang authored
Run playbooks in serial are unnecessary and may cause some issue. This patch disables serial. This patch also removes the serial for MariaDB playbook. MariaDB handle this internally. Partial-Bug: #1668185 Change-Id: I3b4216dd82607475e9bd9b44590b631be4abdbdd
-
Jeffrey Zhang authored
Booting from volume require cinder's ceph client secret now. Move cinder before nova in site.yml, because nova depends on cinder ceph client key now. Change-Id: I01c9ed80843d98305b8963894c4917c21a35d3ac Closes-Bug: #1670676
-
- Mar 06, 2017
-
-
Michal (inc0) Jastrzebski authored
That's a good feature to brag about! Closes-bug: #1670467 Change-Id: If0235ffd1f3ac7fa8cdf7418957d50aa652fa386
-
- Feb 15, 2017
-
-
OpenStack Release Bot authored
Change-Id: I99f2932fb74b399a93b3c6547b8d62a595ce6ce6
-
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
-
- Feb 09, 2017
-
-
Duong Ha-Quang authored
Change-Id: I758eedb8569ce5ddbfb44f7dc79d622891997e84 Closes-Bug: #1625340
-
- Feb 04, 2017
-
-
Michal (inc0) Jastrzebski authored
There are steps that operator need to do if they have existing config files. Change-Id: Ie523db44a903bb50652d3cbaac111475cce7cc8b
-
- Jan 27, 2017
-
-
caowei authored
Co-Authored-By:
caoyuan <cao.yuan@99cloud.net> Co-Authored-By:
zhubingbing <zhubingbing10@gmail.com> Change-Id: I419f7ceb219ea9643cfd225c130018f967ddd860 Partially-implements: bp freezer-ansible-role
-
- Jan 24, 2017
-
-
zhubingbing authored
* add fluentd role * remove heka configure Co-Authored-By:
yangzb09 <yangzb09@qq.com> Partially-Implements: blueprint add-fluentd-role Change-Id: Ica804a99f5bb8b157f406299c5982b7b6283b3e3
-
- Jan 18, 2017
-
-
Mauricio Lima authored
Change-Id: I5910da875eba9f9b9a18d27fcb69bb38ad67bad0
-
- Jan 05, 2017
-
-
Ross Krumbeck authored
Implement ansible role to deploy designate and dependencies. The backend used is bind9. Co-Authored-By:
zhubingbing <zhubingbing10@gmail.com> Co-Authored-By:
Eduardo Gonzalez <dabarren@gmail.com> Depends-On: 6d0dc3e0f931c7c50b64a4659900cc50b0d860a2 Implements: blueprint ansible-designate Change-Id: I34d8126e0cd8d71d5ced9b62f3776cc354fbb549
-
- Dec 20, 2016
-
-
caowei authored
Co-Authored-By:
zhubingbing <zhubingbing10@gmail.com> Co-Authored-By:
zhangshuai <446077695@qq.com> Co-Authored-By:
Mauricio Lima <mauriciolimab@gmail.com> Change-Id: I7aebe544e3495767d6389dbf220d633a98c137da Partially-implements: bp karbor-ansible-role
-
Paul Bourke authored
This change adds a variable to the Ceph role "kolla_ceph_use_udev", which is True by default meaning no change to the current behaviour. If set to False, it will fallback to tools such as sgdisk/blkid to parse the disk info it needs, instead of using udev. Change-Id: I88d7b73efe27f04bb1ba16d61e101fa14a9f0d81 Depends-On: I6ad7825cdb164498f3d02f2ae064c7c1c38e10d5 Closes-Bug: #1631949
-
- Dec 15, 2016
-
-
zhubingbing authored
Change-Id: I515fdcdf6093e9e59dbbdc97221d23ed7f4e0a3d Partially-Implements: blueprint add-panko-ansible-role
-
- Dec 12, 2016
-
-
Jeffrey Zhang authored
Change-Id: Ic72b49275627aff239b23e9862966923555a464f Implements: blueprint octavia-ansible-role
-
- Dec 11, 2016
- Dec 01, 2016
-
-
caoyuan authored
The nova-network was deprecated, this patch to remove it from the ansible role TrivialFix Change-Id: I6ea9b007a55317e36c6f5117781f9c3ed36b0012
-
- Nov 29, 2016
-
-
Eduardo Gonzalez authored
Add Ansible configuration for Tacker NFV service Change-Id: I472d96e13a5270d1ee219c2f72f57d9c361f87a6 Partially-Implements: blueprint tacker-support
-
- Nov 24, 2016
-
-
zhubingbing authored
Add trove enable options and port configuration Add trove groups to ansible inventory Add defaults/main.yml Add bootstrap Ansible task Add config Ansible task Add deploy Ansible task Add pull Ansible task Add register Ansible task Add start Ansible task Add upgrade Ansible task Add reconfigure Ansible task Add templatized json and .conf files for trove Integrate trove with haproxy Reference installation configuration link:http://docs.openstack.org/mitaka/install-guide-rdo/trove-install.html Change-Id: I0bc6edbf2e495ce377f994f793bde979d5c55dbf Implements: blueprint ansible-trove
-
- Nov 18, 2016
-
-
Paul Bourke authored
This patch adds optional support for neutron-fwaas. To enable, set: enable_neutron_fwaas: yes Change-Id: I2d434586807d7a008d2ee1d3ef8d7dc7fab47ca7 Implements: kolla-neutron-fwaas Depends-On: I9ca36012cff2e17ea877a775e8e1ca5837a2bcb1
-
- Nov 17, 2016
-
-
Jeffrey Zhang authored
There is no liberty, mitaka and newton branch in kolla-ansible project. Change-Id: I6d1ecaaea4382050bab3a8130667759bbcde3e91
-
- Nov 09, 2016
-
-
zhubingbing authored
Change-Id: Ibf74db39348dfb6f56f4fca0aff142a75ef53d38 Partially-Implements: blueprint add-panko
-
- Nov 07, 2016
-
-
Mauricio Lima authored
After a research regarding manila-share node, is required that for the generic driver the manila-share service should be run on the network node. As the generic driver is our default driver, so this change is needed. Closes-Bug: #1639028 Change-Id: I4b73fec4f96e3e2f9c442c8716941bede5dfbc8e
-
- Nov 06, 2016
-
-
caowei authored
Change-Id: I9f95bac3f74827f0918f174fc0113736b92cbc0c Partially-implements: bp freezer-container
-
- Nov 04, 2016
-
-
Bertrand Lallau authored
TrivialFix Change-Id: I223201e545abbedff52b1d4404f79757d173d2f2
-