- Jun 26, 2015
-
-
Jenkins authored
-
inc0 authored
docker-compose should be pinned for safety. Change-Id: I26c19f4a8fe446f77074d8bf49795808f48531cc Partial-Bug: #1468999
-
inc0 authored
Delorean repo has latests version of heat, which requires oslo_service, but there is no oslo_service rpm package upstream yet. This has to be pip installed until packaging problem is solved in repo. Change-Id: Id147dde9dc7cbe5b734fbf4671d48a0404a1548b Closes-Bug: #1469001
-
Ryan Hallisey authored
We need to mount /dev both Libvirt and Cinder containers and /dev/pts is not correctly mounted. The /dev/pts recieves no permissions from the host so it becomes inacessable. We need to change the permissions of /dev/pts in the container to 666. Change-Id: Id197a766adc3aecb24e6b10aa84f51c23124b488 Closes-bug: #1468951
-
- Jun 25, 2015
-
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Harm Weites authored
Doing this breaks non-clustered setups and LOG_BASE isn't even set. Change-Id: If4f5deb54c8bb6881af4e532e32d725a05f53f49 Closes-Bug: #1468882
-
Jeff Peeler authored
Affecting one ore more neutron containers Change-Id: I2788c1921eb82ad0d0524fc99a436c5fe9ff50d8 Closes-bug: #1468863
-
Jenkins authored
-
Fang Fenghua authored
Implements the neutron-openvswitch-agent plugin container. Co-Authored-By:
Sam Yaple <sam@yaple.net> Partially Implements blueprint: openvswitch-container Change-Id: Ie0fa318541e16d730b7007d3620c7873e898ed4a
-
Steven Dake authored
The supermin tool in the centos container needs to be updated to supoprt reading kernel modules with the .xz compressed format that Fedora 22 introduces as a new feature. Change-Id: I85c9a4698edbb350d5950bbe452cbf745f5e2b33 Closes-Bug: #1468056
-
Jenkins authored
-
Jenkins authored
-
Martin André authored
The image build test now retries 3 times before declaring an image as failing. This should help the gate in case of unreliable network connectivity to the mirrors. We expect the penalty of retrying to build failed images to be low thanks to docker cache. Only the failing layer should be retried. Change-Id: I15fd4926019590a150eb22dc885d0ef8cd31e7cc Closes-Bug: #1466677
-
Michal Jastrzebski (inc0) authored
Glance required this package but it's not in rpm dependencies Change-Id: I4a60e317ef1004649d2377f29b7f41b9c42c5212 Closes: bug 1468729
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
Merge "Correct dev-quickstart installation directions kUse was using yum to install docker 1.7.0. This wanted to install all of the fedora 23 dependencies. Instead, simply use RPM to install via http with the --nodeps option. This works because we don't really need selinux since we don't support an selinux operational model."
-
Martin André authored
It should be in docker/{centos,fedora,...}/binary/glance/glance-data and not directly at the root of docker directory. Change-Id: I9c4c260ef14f9b367dc86ccfb1a66d764d58ae01 Closes-Bug: #1468596
-
Martin André authored
Change-Id: Ia296239bbf2d242403885d3ad5005479159c8aff Closes-Bug: #1468591
-
Jenkins authored
-
Steven Dake authored
kUse was using yum to install docker 1.7.0. This wanted to install all of the fedora 23 dependencies. Instead, simply use RPM to install via http with the --nodeps option. This works because we don't really need selinux since we don't support an selinux operational model. Change-Id: I7e7fbe9cab9f38d51807442d0f6a41a344779ba2 Closes-Bug: #1468464
-
Martin André authored
Partial-Bug: #1466677 Change-Id: I2fc2ded47bb2ed34fb1e272d35b0758f098ce0ac
-
Harm Weites authored
The check is using the bash-native 'type' instead of which, because which is not always available on all environments. Current implementation only checks for the availability of openssl but this can be easily expanded. Change-Id: I97e8f52ea664ef80901deae9dea8acc93b6e1ca4 Closes-Bug: #1463101
-
Jenkins authored
-
Ryan Hallisey authored
The glance containers need to check for more required variables than they were originally. Closes-bug: #1432336 Co-Authored-By:
Paul Bourke <paul.bourke@oracle.com> Change-Id: I8fc730580f09ed3d4c54b8e94d011f0f924cae3e
-
Jenkins authored
-
- Jun 24, 2015
-
-
Jenkins authored
-
Jenkins authored
-
Steven Dake authored
An ordering problem with the Dockerfile resultled in this container and all thin containers failing to build. This patch Fixes that problem. Change-Id: I4a7ba1554bdcba3f2147eb4eaa628d1cc19f84fd Co-Authored-By:
Jeff Peeler <jpeeler@redhat.com> Closes-Bug: #1468486
-
Jenkins authored
-
Jenkins authored
-
Daneyon Hansen authored
When spawning Heat stacks, the DB reaches the max_connections limit. This causes MariaDB to block all traffic by source IP, essentially blocking all services. This patch introduces the MARIADB_MAX_CONNECTIONS parameter to make the max_connections configurable. The default of 151 max_connections is maintained. Closes-Bug: #1465422 Change-Id: I869aa9f117c6fa959b1c6948dfc379f30a6bc1d7
-
Harm Weites authored
Change-Id: Iefc2dfea4bf4ce2fa9a5d1f013594929d218b9fc Closes-Bug: #1463970
-
Jenkins authored
-
Jenkins authored
-
Ryan Hallisey authored
This script will generate the minimal-environment-variables doc based on the what each services has in the check_required_var field. Anytime that field is changed run this script and commit the changes. Since Neutron is a thick container, the script will get a few duplicates in the neutron-agents field. When Neutron is thinned out, this script will function normally. Closes-bug: #1459347 Co-Authored-By:
Lon Hohberger <lhh@redhat.com> Change-Id: I1ba6bd5148af12cacfd872591b3c7b84a8dccba2
-
Sam Yaple authored
Key difference here is the ip_wrapper.py file. This file and docker 1.7 allow for the network namespaces to be created in the host mount namespace and propogated into the containers. Co-Authored-By:
Paul Bourke <paul.bourke@oracle.com> Change-Id: I73bcd1c97bbaf742af883dbf281a8d76aff8aebf
-