- Jul 14, 2017
-
-
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
- 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
-
jimmygc authored
User can use custom directory to store images. For example using a shared file system as backend. Change-Id: Iab7a9a51e619bdbf8f7bd4626ebe4d703e6d4819
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Eduardo Gonzalez authored
When using depends-on, gates will not build cinder and ceph images, causing ceph deploy gates to fail. Change-Id: I441c742251754db27374331f774041c214678eba
-
Yotaro Konishi authored
According to [1], Ansible variable names should not include hyphens. Kolla-Ansible fails with a wrong variable name 'barbican-api' when deploying Barbican. This patch fixes the issue that was recently introduced in [2]. [1] http://docs.ansible.com/ansible/playbooks_variables.html#id15 [2] 08ab3d8e Change-Id: Ib962e31ad93316e56130c9fc38dabfc918de17ce Closes-Bug: #1703287
-
jimmygc authored
Ceph rgw can be used as object store instead of Swift. This patch enable trove to use ceph rgw as object store. Change-Id: I50b878078b7c62c1034a102d064dfa90a1357ee8
-
- Jul 08, 2017
-
-
Jeffrey Zhang authored
If use /run/netns, it may cause namepace stale and unable to remove. The root cause may be that docker engine still unrelease the namespace folder. Change-Id: If120d54c266878990c952b60043b596b0a0788ab Closes-Bug: #1703077
-