- Jun 05, 2019
-
-
Gaetan Trellu authored
- Remove trusted_cidrs that has just been removed from Qinling code. - Remove use_api_certificate because it's true by default - Improve list syntax - Add etcd section Change-Id: I0426a9d61fbeaa23a1affbc7e981a78283e88263
-
- Jun 04, 2019
-
-
Zuul authored
-
- Jun 03, 2019
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Mark Goddard authored
Add CI jobs for testing an upgrade of a multinode system with Ceph enabled. As for the existing upgrade job, we upgrade from the previous release to the current release. Change-Id: I931772ca4c63757769467a57c80dc0726a11167a Depends-On: https://review.opendev.org/658163
-
- May 31, 2019
-
-
Gaetan Trellu authored
Qinling is an OpenStack project to provide "Function as a Service". This project aims to provide a platform to support serverless functions. Change-Id: I239a0130f8c8b061b531dab530d65172b0914d7c Implements: blueprint ansible-qinling-support Story: 2005760 Task: 33468
-
Zuul authored
-
Zuul authored
-
- May 24, 2019
-
-
David Moreau Simard authored
ARA 1.0 will be released in the near future and isn't backwards compatible. Pin it so it doesn't break things unexpectedly. ARA ships simple setup modules to help figure out the paths to where things are located. These are backwards compatible from ARA 1.0 to 0.x. Change-Id: I3fe3f4082279c2fd9a629605619a97aa5f5b0b73
-
- May 23, 2019
-
-
ZijianGuo authored
This file can be modified to adjust polling intervals or other configurations. We can add a custom 'pipeline.yaml' file to override it. Change-Id: I325523edc4f7e37db55a2e21fe52e76138e6d114 Signed-off-by:
ZijianGuo <guozijn@gmail.com>
-
- May 22, 2019
-
-
Pierre Riteau authored
Stop showing the task has having made changes and silence warning about not using the yum module (which we could use for the check, but not as easily). Change-Id: I9e3608b5db521930409a29981767f468ea234679
-
ZijianGuo authored
* event_definitions.yaml: This file provides a standard set of events and corresponding traits that may be of interest. * event_pipeline.yaml: This file can be modified to adjust which notifications to capture and where to publish the events. Change-Id: I9c1698e07b65102af9b3ee448ad07f8fa6428b74 Signed-off-by:
ZijianGuo <guozijn@gmail.com>
-
- May 21, 2019
-
-
Mark Goddard authored
The etc_examples and inventory should be copied from the virtual environment rather than the system. Change-Id: I3ac1e057971b7481a0bce2a15351031e51bf97d6 Closes-Bug: #1829435
-
- May 20, 2019
-
-
Marcin Juszkiewicz authored
Change-Id: I49588f9ceef60472428d835b95d26a36eaf2b47e
-
Marcin Juszkiewicz authored
Change-Id: I7a99567b3d16830e1db641e82a7c9e4eca1ae4e6
-
Mark Goddard authored
backport: stein, rocky During startup of nova-compute, we see the following error message: Error gathering result from cell 00000000-0000-0000-0000-000000000000: DBNotAllowed: nova-compute This issue was observed in devstack [1], and fixed [2] by removing database configuration from the compute service. This change takes the same approach, removing DB config from nova.conf in the nova-compute* containers. [1] https://bugs.launchpad.net/devstack/+bug/1812398 [2] https://opendev.org/openstack/devstack/commit/82537871376afe98a286e1ba424cf192ae60869a Change-Id: I18c99ff4213ce456868e64eab63a4257910b9b8e Closes-Bug: #1829705
-
- May 17, 2019
-
-
binhong.hua authored
When integrating 3rd party component into openstack with kolla-ansible, maybe have to mount some extra volumes to container. Change-Id: I69108209320edad4c4ffa37dabadff62d7340939 Implements: blueprint support-extra-volumes
-
- May 16, 2019
- May 15, 2019
- May 14, 2019
-
-
Erol Guzoglu authored
Change-Id: I3395810f353c1a26eafcf0b97eb416d7083efde1
-
Rafael Weingärtner authored
Cloudkitty has a default (built-in the container) metrics.yml file in the /etc/cloudkitty/metrics.yml files. We would like to be able to overwrite/customize these metrics configurations via kolla-ansible. Cloudkitty is able to use a custom metric file via "metrics_conf". Therefore, we are enabling this configuration via Kolla-ansible. Change-Id: Id9019298482c040be05f540e71dacfdf0bd77469 Signed-off-by:
Rafael Weingärtner <rafael@apache.org>
-
chenxing authored
Remove some unexpected indents. Change-Id: I50b8239ab7270814ffc8be9affb3bd28ce1f855b
-
Zuul authored
-
- May 09, 2019
-
-
ZijianGuo authored
Change-Id: I89313d7c279f95e80c593cf02309c8a9f8e6e318 Signed-off-by:
ZijianGuo <guozijn@gmail.com>
-
Raimund Hook authored
The flush_handlers clause doesn't honour conditional clauses. Instead, it prints a warning and runs anyway: [WARNING]: flush_handlers task does not support when conditional See: https://github.com/ansible/ansible/pull/41126 TrivialFix Change-Id: Iaf70c2e932ae6dfb723bdb2ba658acdbfe74ebe2
-
confi-surya authored
Following the process set down in the TC resolution on updating Python versions: https://governance.openstack.org/tc/resolutions/20181024-python-update-process.html Change-Id: If36099eb2ab0c34c18544a0996d2bbaea255b539
-
- May 07, 2019
-
-
Zuul authored
-
Zuul authored
-
Jeffrey Zhang authored
deflate is disable because of breach attach[0] issue. But it has be fixed on horizon size through[1], so we cloud enable deflate all the time. compress application/json too in default. [0] https://wiki.openstack.org/wiki/OSSN/OSSN-0037 [1] https://review.openstack.org/#/c/596549/ Change-Id: I364c8a71633fac846dbaac8eaa0b78191e6d7d0e Closes-Bug: #1827976
-
- May 04, 2019
-
-
Raimund Hook authored
This fixes a deprecation warning that gets displayed when running the kibana/post_config 'Get kibana default indexes' task. HEADERS_ has been deprecated since ansible 2.1 and will be removed in 2.9. https://docs.ansible.com/ansible/latest/modules/uri_module.html TrivialFix Change-Id: I177113c606119505c6cb69c66a326f7cbdaf2196
-
- May 02, 2019
-
-
Raimund Hook authored
Since Ansible 2.5, the use of jinja tests as filters has been deprecated. I've run the script provided by the ansible team to 'fix' the jinja filters to conform to the newer syntax. This fixes the deprecation warnings. Change-Id: I844ecb7bec94e561afb09580f58b1bf83a6d00bd Closes-bug: #1827370
-
- Apr 26, 2019
-
-
Raimund Hook authored
'Bootstrapping' was spelt with one p - added the second p so the word becomes a verb nicely. TrivialFix Change-Id: I126a5c253408af70d6d0a3be6e59270f385a00e3
-
Zuul authored
-