- Aug 01, 2016
- Jul 29, 2016
-
-
Mathias Ewald authored
Extended base container to include influxdb repositories Added telegraf container with package from influxdb repo Change-Id: I6ccf952d7b42eabe8ff7bdbd6471e395db86aa02 Partially-Implements: Blueprint performance-monitoring
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jeffrey Zhang authored
Docker engine is updated to 1.12. The docker.service in the rpm is change. Use the /etc/systemd/system/docker.service.d/kolla.conf file to overwrite the default parameters TrivialFix Change-Id: Ice56808f4a1ce1ee57bf5e48c779d033ea6c759c
-
- Jul 28, 2016
-
-
Jenkins authored
-
Michal (inc0) Jastrzebski authored
It's good if k8s reuses ansible templates, but we need to abstract all ansible specific variables to achieve that. - Implements ansible override variable api_interface_address. - Adds api_interface_address setting and comments to globals.yml - Makes changes to mariadb templates to accept this new setting. - Disabled Galera when api_interface_address==0.0.0.0 in the case of Kubernetes. Otherwise, mariadb fails to start. - Tested with and without setting to ensure kolla genconfig output does not change when setting is disabled or undefined. Change-Id: Ia0e4951c327be01b717aebb86ef4c3a4e7ed170e Partially-implements: blueprint api-interface-bind-address-override Co-authored-by:
David Wang <dcwangmit01@gmail.com> Co-authored-by:
Ryan Hallisey <rhallise@redhat.com> Co-authored-by:
Kevin Fox <kevin@efox.cc>
-
Jenkins authored
-
Serguei Bezverkhi authored
This PS address the issue encountered with the latest master, crond container's docker file did not have any logic for source type of installation as a result no binaries were install causing container's constant restart. Fixing logic in cron's docker file. Change-Id: I318aa9cb16517e21e0fe58393ee577701331b077 Closes-Bug: #1607336
-
Jenkins authored
-
OpenStack Proposal Bot authored
Change-Id: Ic62e67fe10e551a673d809fb02c3d99592645926
-
- Jul 27, 2016
-
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jeffrey Zhang authored
Use a lower number of workers rather than the default value, which is equal to the number of the cpu. Otherwise, in a multi cpu environment, the number of the processes will very high. In this PS, we use min(5, << number of cpu >>) as the default worker count. Closes-Bug: #1582254 Change-Id: I1c32cf0db794b43b8fb8be18f39190422ca5846f
-
Swapnil Kulkarni (coolsvap) authored
Change-Id: I465cc8a79b12c188569c9537e14763a6bef8dd43 Closes-Bug:#1606450
-
qinchunhua authored
The dict.values()[0] will raise a TypeError in PY3 as dict.values() doesn't return a list any more in PY3 but a view of list. TrivialFix. Change-Id: I01297bb68e45db4d15800d2d42e08560da7346bd
-
Jenkins authored
-
- Jul 26, 2016
-
-
riwinter authored
This patchset contains customization of Dockerfiles of openvswitch containers Change-Id: I9404fbee8552d5218ac57abf8a01bf259db729f5 Partially-implements: blueprint third-party-plugin-support
-
Jenkins authored
-
Jeffrey Zhang authored
Fixed the ceilometer and neutron lbaas agent. TrivialFix Change-Id: Ie06826eb358e1a6487f96a978d8f191d79a0e054
-
Jenkins authored
-
Patrick Powell authored
The sanity check creates an image that needs to be deleted after in order for the sanity check to pass so that we complete deployment with a clean enviroment. Closes-bug: #1606580 Change-Id: Ib347f69b69229e39925f0c1ff11069b15afcf192
-
qinchunhua authored
Replace dict.iteritems() with dict.items(). The Python 3 dict type has no iteritems() method, the old iteritems() method was renamed to items(). TrivialFix. Change-Id: I2137e72554fd16d2c70e50306e4f57d27e35bcd3
-
Jenkins authored
-
liyingjun authored
Remove the extra '\' after RUN command for ubuntu, otherwise the later COPY will not run correctly for ubuntu image. Change-Id: Ie7de201711c6e684f58665027888c34f4c245487 Closes-bug: #1605453
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
- Jul 25, 2016
-
-
Kenny Johnston authored
Improved readability and comprehension of deployment philosophy doc. Change-Id: I3e735d20c64f6a44b927e856116ff8d15cfb7292
-
Eduardo Gonzalez authored
This patchset contains customization of Dockerfile of rally containers Change-Id: I8b22525320939dc3235c9fd3af7e04356125c1ca Partially-implements: blueprint third-party-plugin-support Signed-off-by:
Eduardo Gonzalez <dabarren@gmail.com>
-
Jenkins authored
-
Abe Music authored
This patchset contains customization of Dockerfile of cron container Change-Id: I7066b281d2a546e52ab0fdc2722da2e0026fc3a7 Partially-implements: blueprint third-party-plugin-support
-
Jenkins authored
-
Yongfeng Du authored
TrivialFix Change-Id: I49b702d2b2494ca3a9fac81248faa9e21ca2e4f0
-
Jeffrey Zhang authored
TrivialFix Change-Id: Ib9812d5c4f26f87bba1f42d809caf6c9233aa8f2
-
- Jul 24, 2016
-
-
Mathias Ewald authored
Made glance follow the <service>_backend_ceph configuration pattern. Change-Id: I7bc2b3b35d96bd297d520750dccd7333fa68d941 Closes-Bug: #1605962
-