- Jul 18, 2017
-
-
shaofeng_cheng authored
Neutron-lbaas-agent container is not restart when neutron_lbaas.conf changed. Closes-Bug: #1704900 Change-Id: Ie9babdf5ad0875b604cb1728a116b450e0f89858
-
- Jul 17, 2017
-
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jeffrey Zhang authored
* use gnocchi-api script for wsgi based on this commit[0]. * logfile is deprecated. Use log-file instead[1]. [0] https://github.com/gnocchixyz/gnocchi/commit/c8717e8b71f044953aec744f44f97abad1a0c08e [1] https://github.com/gnocchixyz/gnocchi/blob/master/gnocchi/opts.py#L77,L82 Change-Id: I8fbe8425e43d82e0f9601ba6303dd7f24142a2e6
-
- Jul 14, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: I4fdefac7bd2cd9959bb5ffb69351bc68441f9746
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
OpenStack Proposal Bot authored
Change-Id: Iaa85ff659906b438ef80efc70b51ee8b82755ddd
-
Jeffrey Zhang authored
cinder_backup_ceph is true in default when enable_ceph is true. Change-Id: Ic3cbd041a784610323cda4419acb6702f2aa35c1 Closes-Bug: #1699658
-
- Jul 13, 2017
-
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
shaofeng_cheng authored
Add VMware VMDK driver supports to cinder service. The VMware driver for OpenStack Block Storage is recommended and should be used for managing volumes based on vSphere data stores. see https://docs.openstack.org/ocata/config-reference/compute/hypervisor-vmware.html https://docs.openstack.org/ocata/config-reference/block-storage/drivers/vmware-vmdk-driver.html#block-storage-vmdk-driver Partially-implements: blueprint kolla-ansible-support-vsphere Change-Id: Ic3eb7ae34c1e8584945b3d97f8b427ee67ea8fba
-
- Jul 12, 2017
-
-
Michal (inc0) Jastrzebski authored
Required for dockerhub publisher Change-Id: I0231bd07415ef05b3f4f937e32a9df4cd0643672
-
Michal (inc0) Jastrzebski authored
Lately, after we increased number of jobs, infra started to experience network traffic issues due to us downloading registries. This per-nodepool cache should help and also speed up actual gate. Change-Id: I621a9c91e4508ef208a28137a736fd8468388219 Depends-On: I527d32f9b43dabb7640bfb056e2bf828b7c1dfa9
-
Jenkins authored
-
Jenkins authored
-
zhubingbing authored
Either api_v1 or api_v2 must be True in [image-feature-enabled] Change-Id: I8d25d4b43b030c58e9c365937d81c82418a47436 Closes-bug: #1703722
-
Jenkins authored
-
Jenkins authored
-
Jeffrey Zhang authored
This reverts commit 4e8bd619. The original doc is correct. The 5GB journal is create in ceph-osd bootstrap script in kolla code base[0]. And there is no script to handle KOLLA_CEPH_OSD_BOOTSTRAP_D label too. [0] https://github.com/openstack/kolla/blob/master/docker/ceph/ceph-osd/extend_start.sh#L20,L24 Change-Id: Ia1b05af64915c204e185dccde30963d2ad1788ed
-
- Jul 11, 2017
-
-
Jenkins authored
-
Jenkins authored
-
zhubingbing authored
Change-Id: Ia92ea9114ffec1dc3108969cb48a3264a23e0eea Closes-bug: #1703515
-
- Jul 10, 2017
-
-
Bertrand Lallau authored
designate-api service is launched using dns_interface instead of api_interface. Haproxy is using the good interface (api_interface), hence designate_api can't be accessed. Change-Id: I24e356c167c931a6b69a283efba12117fcff936a Closes-Bug: #1703425
-
Bertrand Lallau authored
Ironic resources can be indexed by Searchlight. This patch enable it. Change-Id: I003a10055629189791adbb522344e6c9cec597f3
-
Bertrand Lallau authored
* nova_server resources resources are not actually indexed. * nova flavor are not indexed too, cause the notifications topic for flavors is versioned_notifications. We need to config notifications_topics_exchanges with value 'versioned_notifications,nova' in order to get the related versioned. Change-Id: Ibf4ee7d7efceee5aefac5f83e22b994ae33ce047 Closes-Bug: #1703435
-
Bertrand Lallau authored
* "bool" filter is removed when not required * 'not' is used instead of '== False' check Change-Id: I85a5bb9a5ea874ac1c397cbf8de416147d2424c3
-
Eduardo Gonzalez authored
- Bandit tests are executed in kolla directory, in kolla ansible this directory is kolla_ansible. - Error is silently ignored: Files skipped (1): kolla (No such file or directory) - Also, in ansible/ there is python code in more places than only ansible/library, remove library to pass test over the whole ansible directory - Debug tests fails due cannot import tests. ImportError: Start directory is not importable: './kolla-ansible/tests' Change-Id: I0716034c382209b385105bb3a6e0bb7334076e45
-
Bertrand Lallau authored
When cleanup-images is launch without parameters the following error is triggered: ./cleanup-images: line 72: break: only meaningful in a `for', `while', or `until' loop This patch fix it. Change-Id: Ie8c63420a4e9b0d49a4e6be4172c8f0be912b556 Closes-Bug: #1702496
-
Noboru Iwamatsu authored
In ansible 2.3.1, conditional statement should not include jinja2 templating delimiters (e.g. {{ ). So, this change removes the delimiters from when statemant, and also removes unnesessary parentheses from until statement. Closes-Bug: 1702607 Change-Id: I071ffd5ba6175ee1bc61719a84b805c022753459
-