- Feb 14, 2019
-
-
Doug Szumski authored
Until the Monasca Kafka client fork is removed it is currently required to run Kafka in compatibility mode. It is also necessary to disable an optimisation in the Kafka brokers to clean up idle connections. This is because the optimisation was added after the Monasca Kafka client was forked, and the client hasn't been updated since. These settings are now applied automatically when Monasca is enabled. Change-Id: I6935f1fb29f4f731cf3c9a70a0adf4d5812ca55e
-
Zuul authored
-
wu.chunyang authored
when ceph_mon and ceph_osd start failed, add debug option will print more info. now when ceph_mon and ceph_osd containers start failed, docker logs ceph_mon print none log Closes-Bug: #1815707 Change-Id: I3c5086019808a9738714f5279ec74cbb9b7a8587
-
wu.chunyang authored
when customize policy.json,disable cinder-backup caused deploy failed Change-Id: I50bf72e52bff27dc4abc7b13436b2115f6a9e955 Closes-Bug: #1802221
-
Michal Nasiadka authored
- py35/py36 jobs are failing python 3.6 pycache also includes links - so those also need to be removed by tox testenv - kolla-ansible-ubuntu-source job is failing Without basedir set in galera.cnf - mysql_install_db looks for resolveip in /usr/sbin, instead of /usr/bin, thus complains about cannot resolving neither $HOSTNAME, nor localhost. Change-Id: I40514c0a7c43ae01c7680aac81123942be1cdef9
-
- Feb 12, 2019
-
-
Zuul authored
-
- Feb 08, 2019
-
-
Zuul authored
-
- Feb 07, 2019
-
-
Maciej Kucia authored
This change allows usage of IPv6 as public address Change-Id: Ie82ec5fb0ac9106b39948c67d34d5ef611a8fa21 Signed-off-by:
Maciej Kucia <m.kucia@partner.samsung.com>
-
caowei authored
Use option "enabled_filters" from group "filter_scheduler". Change-Id: I042f0b011c060f9dbc645dbdbb60068cb41c0cc8
-
- Feb 05, 2019
-
-
confi-surya authored
We can see some contribution directory is missing which exist parallel to other directories. Adding this information to README is helpful for new contributors to understand high level directory structure. Change-Id: I4ed50b49aac1e9ab21957f4ec3da1b33883ad9b1
-
Zuul authored
-
- Feb 04, 2019
-
-
Zuul authored
-
confi-surya authored
Older hacking version depends on pep8, but pep8 module is replaced by pycodestyle. This is already resolved by updating hacking version in https://review.openstack.org/#/c/627149/ pep8 is dropped, so no longer require in lower-constraints.txt. Change-Id: I585e94098de20e0f541d4182367e904fc13d2ae6
-
Mark Goddard authored
The ironic TFTP server should be accessed via the internal API network. For ironic inspector, dnsmasq.conf advertises this correctly: dhcp-option=option:tftp-server,'api_interface_address' dhcp-option=option:server-ip-address,'api_interface_address' However, ironic conductor does not set the [pxe] tftp_server variable. This means the TFTP server advertised gets the default value of $my_ip, which is set by https://docs.openstack.org/oslo.utils/latest/reference/netutils.html#oslo_utils.netutils.get_my_ipv4, typically the source IP for the default route. This change sets [pxe] tftp_server to 'api_interface_address'. Change-Id: Ic3e688b3f2b92ad9515322f49cd5f4f29d763e49 Closes-Bug: #1808347
-
confi-surya authored
README is always a first point of interaction for users/operators. So adding zookeeper info to it will help to understand its support in Kolla. Change-Id: I4829847b95575b6e83b3001e0d377ad1dd71ecfb
-
- Feb 01, 2019
-
-
Scott Solkhon authored
Change-Id: I12af64725c0beec2ece0367c3773230c57908254
-
- Jan 28, 2019
- Jan 27, 2019
-
-
Zuul authored
-
- Jan 24, 2019
-
-
Zuul authored
-
Zuul authored
-
binhong.hua authored
The path /var/lib/docker/volumes/kolla_logs/_data/ is too long shorter log path will help to debug from log. The volume path is compatible with docker-engine and docker-ce. Change-Id: I9195d5f24d938f5060fe748aac3ae58c79ec5abf
-
binhong.hua authored
By default, docker containers inherit ulimit from limits of docker deamon. On CentOS 7, docker daemon default NOFILE is 1048576. It can found in /usr/lib/systemd/system/docker.service. The big limit will cause many problem. we should control it in production environment. Change-Id: Iab962446a94ef092977728259d9818b86cfa7f68
-
- Jan 23, 2019
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Bartosz Zurkowski authored
Vitrage Collector service has been removed from Vitrage in change: Ie713456b2df96e24d0b15d2362a666162bfb4300. Change-Id: I45023940c1d2573bfed49d4ce3fac16ed2d559e4 Signed-off-by:
Bartosz Zurkowski <b.zurkowski@samsung.com> Co-Authored-By:
Kien Nguyen <kiennt65@viettel.com.vn>
-
- Jan 22, 2019
-
-
Scott Solkhon authored
This change adds support for Infoblox as a backend for Designate. Change-Id: I7ae038befa88f5a1b3a1187a0e9037ed30f94b17
-
Dai, Dang Van authored
Change-Id: I81d56dd850c18298987376740ccfea05fe59267f Refer: https://storyboard.openstack.org/#!/story/2001842
-
caoxufeng authored
Change-Id: I43cc9be3df6ae99942f1862171512a300fcf926f
-
- Jan 21, 2019
-
-
Jorge Niedbalski authored
This patch implements the initial support for the openstack-exporter[0] in the kolla-ansible prometheus monitoring system. The configuration and prechecks are reused from the other exporters and a new template is provided for generating a os-client-config file required by the exporter. The default scrape interval is 60 seconds, but it can be extended via a configuration option. [0] https://github.com/Linaro/openstack-exporter Change-Id: I4a34c4bb56e74b5cd544972cbd6540d9acb6e4a1
-
- Jan 20, 2019
-
-
Zuul authored
-
- Jan 18, 2019
-
-
Mark Goddard authored
In some cases the volume attachment is not finished by the time we attempt to detach it, causing the following error: Volume status must be 'in-use' and attach_status must be 'attached' to detach. This change waits for the volume to be attached before detaching. Change-Id: Id23d114cf8a2b40f8f0784cbfb84e9fa0829adc0
-
Zuul authored
-
binhong.hua authored
bump up the max_files to 32768 and max_processes to 131072. when nova used ceph as backend, the default limit 1024 is not enough. each connection from rbd image to osd needs 1 fd and 2 threads. if we have 200 osds, we need 200 fds and 400 threads for 1 image. Change-Id: I94c3ec111473ea2ccacdea5dbbf3fdc9c569859f
-
- Jan 17, 2019
-
-
wu.chunyang authored
when enable ceph_nfs,it deploy failed, because no ganesha config file, and the 'ganesha.nfs' command need root privilege to run. i will modify ceph_nfs dockerfile,please review. thanks https://review.openstack.org/#/c/630510/ Change-Id: I347107bc33733061ad043bffe38ecc1d16770afc Closes-Bug: #1811581
-
Mark Goddard authored
The neutron containers were not being restarted if only the ml2_conf.ini file is changed. This is due to the XenAPI ml2_conf.ini config task registering a variable of the same name as the task that generates ml2_conf.ini for other services. Since the XenAPI service is typically not running, the tasks show as not changed, and the handler skips restarting the container. This change adds a second variable for XenAPI to avoid this shadowing. Change-Id: I77819ed8defb8a7653e1e5aec92013b1d40fbf02 Closes-Bug: #1783268
-
Zuul authored
-
- Jan 16, 2019
-
-
YI-JIE,SYU authored
Change to openstack CLI Change-Id: I75db9548b94800b6a451a658931d11a333a8e054
-
- Jan 15, 2019
-
-
Zuul authored
-