- Aug 09, 2018
-
-
Eduardo Gonzalez authored
Tacker is failing registering VIM monitoring into mistral because the v3 in the auth url. The auth url is being used auth_url + '/v3' in the code, ending in a http://url:35357/v3/v3 https://github.com/openstack/tacker/blob/210d8f93bb5e7e179bff176d98d3079ab7f33ca0/tacker/nfvo/nfvo_plugin.py#L93 Change-Id: If5abbee1377ecdb2913a42bdfa77e7fbbfbe9367
-
- Aug 08, 2018
- Aug 07, 2018
-
-
Eduardo Gonzalez authored
With the current increase of zuul jobs and service testing, is easier to maintain and control what changes are done in different files. Ideally jobs.yaml would be split into multiple files, in example per distro, install type, aio or multinode, etc Change-Id: I78d3f1f00f96ef3042e94bba6b19e61d7fff4203
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
ZhongShengping authored
Option auth_uri from group keystone_authtoken is deprecated[1]. Use option www_authenticate_uri from group keystone_authtoken. [1]https://review.openstack.org/#/c/508522/ Co-Authored-By:
confi-surya <singh.surya64mnnit@gmail.com> Change-Id: Ifd8527d404f1df807ae8196eac2b3849911ddc26 Closes-Bug: #1761907
-
- Aug 06, 2018
-
-
Zuul authored
-
Zuul authored
-
Mark Goddard authored
The variable 'ironic_dnsmasq_interface' is used to configure the interface used by the ironic inspector dnsmasq service for DHCP on the inspection network. It is being used correctly in inspector.conf, but not in the dnsmasq configuration file, which uses api_interface. This change modifies the dnsmasq configuration file to also use ironic_dnsmasq_interface. Change-Id: I7670544f4bc41c93ac1d081486502f9ffb8f2286 Closes-Bug: #1785574
-
Zuul authored
-
- Aug 04, 2018
- Aug 03, 2018
-
-
Mark Goddard authored
If the index already exists, kibana will respond with a 400 error. This is required to support reconfigure and upgrade of kibana. Change-Id: Ieee6d636fe81692dffb886f917b8398df10a525f
-
Kevin Tibi authored
Change the path for kibana binary and add upgrade tasks for elasticsearch [1]. [1] https://www.elastic.co/guide/en/elasticsearch/reference/5.0/restart-upgrade.html Depends-On: I8ed60eab2c15ae966960bcbeadb7aa25fece83a5 Change-Id: I9f566c0cb808c905736cc4090539672863260ad5 Implements: bp-elasticsearch-upgrade
-
Zuul authored
-
Zuul authored
-
Will Miller authored
Ironic requires the Keystone credentials to communicate with Cinder if booting from volume. Change-Id: Id9a90d986e391e84c8ad918af371a5aef33a3524 Closes-Bug: #1785201
-
Will Szumski authored
This allows you to append additional kernel parameters to the kernel used for inspection. Change-Id: Ibc851145a3ffdaaad526ef999c8f024bd222dd5b
-
caoyuan authored
and ps to make the port configurable Change-Id: I919767469087b9579e3d2f0965df835e7b71c327
-
Zuul authored
-
Zuul authored
-
caoyuan authored
Now, kolla-ansible support non-root to deploy[0], the note is outdated and inaccuracy, remove it is necessary [0]: https://github.com/openstack/kolla-ansible/blob/master/ansible/group_vars/all.yml#L18 Change-Id: I4fc005949afd64389bc2be68161426c6a2590ca4
-
- Aug 02, 2018
-
-
Zuul authored
-
Zuul authored
-
Mark Goddard authored
The reconfigure output was previously overwriting the post-deploy output. Change-Id: Idada4b0b1d34b6a37a99f022407c74aff043497a
-
Will Miller authored
The variable `cinder_iscsi_helper` is used not only in the `cinder` role, but also in the `iscsi` role. It needs to have a default accessible for both roles. Change-Id: I33d7f2c7b5597a541a0d104c76520ac4a1cd5026 Closes-Bug: #1785066
-
Mark Goddard authored
The Bifrost CI job seems quite unstable, often failing while attempting to reach the public epel package repositories. We shouldn't need to install any packages when deploying the container - they should all have been installed in the image already. This change avoids running the scripts/env-setup.sh script, which is run when the container image is built. It also removes sourcing of /opt/stack/ansible/hacking/env-setup, which is now just a stub. Change-Id: I1786e5337a397cb7b427d6b87c21eaee600af170
-
Zuul authored
-
Zuul authored
-
Michal Nasiadka authored
Change-Id: I12f7244aa91ccd7e287320e7edb09e0d04c01017
-
Xinliang Liu authored
Currently test_list_containers tempest tests[1] would be failed. It is becuase accept-ranges header does not exist. See ceph bug[2]. Rgw_swift_enforce_content_length assures Content-Length and Accept-Ranges in dynamically generated account & container listings. [1] tempest.api.object_storage.test_account_services.AccountTest.test_list_containers [2] http://tracker.ceph.com/issues/21554 Related-Bug: #1783456 Change-Id: I9b5fcc361f0bc0e521302d2df1974aabf6f4a7e7
-
wu.chunyang authored
the memcache_servers has Deprecated ,and auth_uri is marked deprecated . and these will cause aodh containers warning refer to [0] [0]https://docs.openstack.org/aodh/latest/configuration/aodh-config-file.html Change-Id: I0c1eed6707fd85ace6b2bdddec600e5adee3a4de
-
- Aug 01, 2018
-
-
jacky06 authored
Change-Id: I6875cde5c3cc7775c39011816c513e73df3396db
-
Zuul authored
-
Zuul authored
-
Eduardo Gonzalez authored
Cinder removed some parameters from the API. Openstack client is not updated yet and failing. Revert this change once is fixed. Change-Id: Ie8feb03e9a07a6486a8b375d3304c9e6f1f8b890
-
Zuul authored
-
Hongbin Lu authored
Kolla is using Docker API version 1.24 but the default is 1.26 in Zun. We need to configure it to 1.24 so that Zun and Kolla can work together. Partial-Bug: #1782055 Change-Id: I072dccc06fe35dccf25068ef0ca8f39cad9fdc60
-