- May 09, 2018
-
-
Zuul authored
-
ghanshyam authored
While fixing test-requirement.txt, I found that check pipeline can be more optimized in term of selecting the jobs to run based on file change. - https://review.openstack.org/#/c/567083/ kolla main jobs are not needed to be run on check pipeline for test-requirements.txt, releasenotes/* etc. This commit skip those jobs when only above files are changed in patch. This is will save time as well as infra resource also. Change-Id: I0c1328237d2109b1d1d5dcb40f331fff1ab10257
-
ghanshyam authored
hacking is not capped in g-r and it is in blacklist for requirement as hacking new version can break the gate jobs. Hacking can break gate jobs because of various reasons: - There might be new rule addition in hacking - Some rules becomes default from non-default - Updates in pycodestyle etc That was the main reason it was not added in g-r auto sync also. Most of the project maintained the compatible and cap the hacking version in test-requirements.txt and update to new version when project is ready. Bumping new version might need code fix also on project side depends on what new in that version. If project does not have cap the hacking version then, there is possibility of gate failure whenever new hacking version is released by QA team. Example of such failure in recent release of hacking 1.1.0 - http://lists.openstack.org/pipermail/openstack-dev/2018-May/130282.html Change-Id: I05790c5f946a4127fe6c8d9867cc618cb83d67fb
-
- May 08, 2018
- May 07, 2018
-
-
Jorge Niedbalski authored
This patch enforces the removal of the container network namespace when the environment is destroyed. Closes-Bug: #1769651 Change-Id: I9b0bbbb5a59e6067a745635c555051ef97b79f9a Signed-off-by:
Jorge Niedbalski <jorge.niedbalski@linaro.org>
-
Zuul authored
-
Jorge Niedbalski authored
Allow to set computes_need_external_bridge to true/false depending on the desired configuration, for allowing cases such as disable dvr and enable l3 ha. Closes-Bug: #1769686 Change-Id: I1565b08dfccb7bec2ddda8c048b7d951c9eb1824 Signed-off-by:
Jorge Niedbalski <jorge.niedbalski@linaro.org>
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
chenxing authored
Some variables should be modified too, just like this commit: https://review.openstack.org/552863 Change-Id: Id43eefb948a05de03d19c46048b6151bf6f5dc0a Related-Bug: #1769463
-
Zuul authored
-
- May 06, 2018
- May 04, 2018
-
-
Simon Piette authored
In ansible/roles/etcd/tasks/config.yml, the kolla_docker compare_container action doesn't check environment. Once a container is created, it won't get recreated if only the environment change. This commit add the environment attribute to the kolla_docker action in etcd role Change-Id: I8fb71cc945867e06acc67f6d1256bf62f4276206 Closes-Bug: #1765517
-
Bharat Kunwar authored
Magnum was unable to fire up k8s cluster because heat-container-agent inside kube-master was pointing to internal keystone endpoint instead of public endpoint. This fix tells kolla ansible to set clients_keystone auth_uri to public endpoint so that heat-container-agent communication with heat is successfully authenticated by keystone. Change-Id: Ida49528f88685710b5e6b8f3c4d4622506af5ae1 Closes-Bug: #1762754
-
Mark Goddard authored
Change-Id: Iedf87342eeee90d58734ba21216296f3d94f76c8 TrivialFix
-
wu.chunyang authored
it missing from [0] [0]: https://review.openstack.org/#/c/566210/ Change-Id: I990dea52d3aa45d3d7c352c2664541799d912cdc
-
Zuul authored
-
ZhijunWei authored
warning missing document start "---" Change-Id: Ie26f816504996e4f6a1cf7c146843f8883c072af
-
Zuul authored
-
Zuul authored
-
Duong Ha-Quang authored
Keystone removed uuid token provider in Rocky This patch change the default value and fix comments for the option. Change-Id: Idca0004852b688fcdd34ef47c38dec6b8bf05f86 Closes-Bug: #1757520
-
Zuul authored
-
- May 03, 2018
-
-
Mark Giles authored
Assuming both Prometheus and Grafana are enabled, this change configures Grafana such that it can use data collected by the Prometheus server. Partially-Implements: blueprint prometheus Change-Id: I0290806d0c622b1de33cf7047f099795b4c780b9
-
Zuul authored
-
Zuul authored
-
ZhijunWei authored
Change-Id: I4fa8e419a7cdd70a869961912e8b239d61658d1b
-
Stig Telfer authored
The documentation for integration with external Ceph refers to enable_manila_backend_ceph_native where it should be enable_manila_backend_cephfs_native. Change-Id: If727166e61a8e911445630dc6d6adaa2126fa7e8
-
- May 02, 2018
-
-
Zuul authored
-
Zuul authored
-
Mark Giles authored
Setting endpoint_type to internalURL in the murano config allows murano to work properly when using self-signed certificates. Change-Id: I5873f92994d790d597ec5e97163bbf8001c362b9
-
Zuul authored
-
wu.chunyang authored
For luminous, the ceph_mgr service provide the dashborad for ceph, and it need connect to cluster, but now it failed to connect ceph cluster due to ceph.client.admin.keyring missing, this ps to fix it. Co-Authored-By:
chenqiaomin <chen.qiaomin@99cloud.net> Closes-Bug: #1768462 Change-Id: Idb24661bc5674780db390220ca02e22975490663
-
Zuul authored
-
Zuul authored
-
chenxing authored
As neutron-vpnaas-agent has been loaded just inside of the existing l3 agent rather than requiring operators to run a completely different binary with a subclass of the existing L3 agent[1]. We need restructure this role to fit with this new feature. [1] https://review.openstack.org/488247 Depends-On: I47cd8ba5a14da3c76d5b1eb0b4c0cf0c729eb2ff Change-Id: Id690a652bc9facf1c3e39358f548ab7ddd967d80 Implements: blueprint restructure-neutron-vpnaas Closes-Bug: #1731498
-
Zuul authored
-