- Aug 11, 2016
-
-
MD NADEEM authored
Change-Id: Ie98072ded6fee96b4e8c43cfe5124ead8e73e885 Implements: blueprint ansible-unit-tests
-
- Aug 02, 2016
-
-
MD NADEEM authored
Change-Id: Ib9f3773d86fd00941f8dfb6f9b1019b01044cad3 Partially-Implements: blueprint ansible-unit-tests
-
- Jul 28, 2016
-
-
Jenkins authored
-
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
-
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
-
- Jul 23, 2016
-
-
Jenkins authored
-
- Jul 22, 2016
-
-
Christian Berendt authored
TrivialFix Change-Id: I47f3ca22a814b6dbe3761cff6c63c60df8bc55d0
-
Jenkins authored
-
Jenkins authored
-
Stephen Hindle authored
apt-transport-https needs to be installed in the base container BEFORE we add the new sources.list TrivialFix Change-Id: If4a6042f02c9b6e6475c211dc02a302cb6352d7c
-
Dave Walker (Daviey) authored
Previous work on Watcher added the Docker images, this change adds the ansible configuration. There is support for HA, via haproxy to balance across the Watcher API hosts. There is also a hook into nova.conf to conditionally add Nova compute Host metrics via Ceilometer if Watcher is enabled. This defaults to enabled false. Change-Id: I8763528bb6ff12943b810212c71396d2d7cf6836 Partial-bug: #1598929 Partially-implements: bp watcher Signed-off-by:
Dave Walker (Daviey) <email@daviey.com>
-
Jenkins authored
-