- Feb 19, 2016
-
-
Éric Lemoine authored
Partially implements: blueprint heka Change-Id: I9dcb71a9cf063fb520fcf3485e0376f1e90d87ad
-
Éric Lemoine authored
Partially implements: blueprint heka Change-Id: I70e94f4ef7380c6f376a3066d7ddda042c703637
-
Éric Lemoine authored
Partially implements: blueprint heka Change-Id: I940143876981a04464af67aff65c09a06926701d
-
Éric Lemoine authored
Partially implements: blueprint heka Change-Id: I562dddcfa75f3a814874f7735d735416d9aa7803
-
Éric Lemoine authored
The Ansible logs are currently not collected by Heka. This can be done later, with an Ansible-specific decoder for Heka. Partially implements: blueprint heka Change-Id: I8d3ba4edb527f61c0a8234024b4be953c6e6c565
-
Éric Lemoine authored
Partially implements: blueprint heka Change-Id: I9e5ba649bc45356822138ad223430f4b93722448
-
Éric Lemoine authored
Partially implements: blueprint heka Change-Id: Ib5e740683cee296bcac69228f525594850d62a27
-
Éric Lemoine authored
In the future the Heka Lua sandboxes will be moved out of Kolla, and installed in the Heka container using a deb or rpm package. Partially implements: blueprint heka Change-Id: Iad1e5177d239410a88546fc4ed8c23b9e46beef3
-
Éric Lemoine authored
Partially implements: blueprint heka Change-Id: I67dfc5d762d74454e4a852dd61c57fe9cd4b78c8
-
Éric Lemoine authored
In the future the Heka Lua sandboxes will be moved out of Kolla, and installed in the Heka container using a deb or rpm package. Partially implements: blueprint heka Change-Id: I70fd4af920aa2dfb1c8ef9ce8bf6e0c28507ec3e
-
Éric Lemoine authored
Partially implements: blueprint heka Change-Id: I8fd3324daf15e52712591c2b3cbec613d82b73b3
-
Éric Lemoine authored
In the future the Heka Lua sandboxes will be moved out of Kolla, and installed in the Heka container using a deb or rpm package. Partially implements: blueprint heka Change-Id: I1aa27048d22f1a5ed385180696d320af9a961389
-
Éric Lemoine authored
Partially implements: blueprint heka Change-Id: I7e2bf4e520fa14fd40e3b329f3b2998ae6ea47f4
-
Éric Lemoine authored
Partially implements: blueprint heka Change-Id: I9ddad09b3f16b323c7ed535243458b0de6620cdb
-
Éric Lemoine authored
In the future the Heka Lua sandboxes will be moved out of Kolla, and installed in the Heka container using a deb or rpm package. Partially implements: blueprint heka Change-Id: I34cc80f62ddbca8ee330c971f58fee8686e245e6
-
Éric Lemoine authored
Partially implements: blueprint heka Change-Id: Iafe0dba1333f1f84bc5956890c3b7a0c2a45cef3
-
- Feb 17, 2016
-
-
xionglingfeng authored
Change-Id: I60ecdcdfbb1259fa261e982116123b4c2f81eedc Closes-Bug: 1546754
-
SamYaple authored
Partial-Bug: #1544545 Change-Id: I292bcaeacb080ff4c5ab6b42b7d899039d6b19c4
-
MD NADEEM authored
Change-Id: I6c49a4c4da3cf6c67778ea9ef310432e93b25a8a Partially-Implements: blueprint binary-ubuntu
-
Allen Gao authored
Change-Id: I3d963cd58ef791d30a90f3a74cac2477dac3edfd Closes-Bug: #1546449
-
- Feb 16, 2016
-
-
SamYaple authored
TrivialFix Change-Id: Iacc6b620cdcf2dac10ef339f7d2decb46c62f339
-
SamYaple authored
The extend_start.sh script for rsyslog is removed as it is no longer needed. Docker no longer binds to /dev/log or /run/kolla/log Closes-Bug: #1544545 Change-Id: Ic0a323a26ee4e9e15baf4598285844a8a4955f23
-
Jeffrey Zhang authored
https://review.openstack.org/#/c/276676/ remove this line and break the gate TrivialFix Change-Id: I0332caeffc6571801fba339108745f302487b33e
-
Allen Gao authored
Change-Id: I4f41d05be1dc01b00e794b872e7f79d5bee48a21 Closes-Bug: #1546024
-
MD NADEEM authored
Change-Id: I636e6954855a8f94d5ea15216d892c1bff53b7a8 Partially-Implements: blueprint binary-ubuntu
-
- Feb 15, 2016
-
-
Michal Rostecki authored
TrivialFix Change-Id: I8e4ede8d9867393f066cb1748247245855a4fdae
-
Mauricio Lima authored
Change-Id: I1ad667487ce1e0fbae340bed2233aacd4f895bce Parially-Implements: blueprint enable-manila-containers
-
- Feb 14, 2016
-
-
SamYaple authored
A recent change in keystone [1] has deprecated the token auth mechanism that we used. We reintroduce it temporarily while a more permanant solution is worked on. [1] https://github.com/openstack/keystone/commit/5286b4a297b5a94895a311a9e564aa87cb54dbfd Change-Id: I4d585733a9abd201c1b0680e6196dd2a36db3c7e Closes-Bug: #1545292
-
Steven Dake authored
The CentOS packages install a default version of the paste file but don't install them in the /etc directory. Kolla doesn't configure the paste files, so this file never gets setup properly. With the recent change in Keystone around the default admin_token being changed, this triggered Keystone to return a 401 Auth error. A follow-on patch from Sam edits this file, and that patch breaks the build without this dependent patch. TrivialFix Change-Id: Ib1568e186bdd7d19b7e5af151388197755902488
-
- Feb 13, 2016
-
-
xionglingfeng authored
original extend_start.sh try to write temp files to a non-existent folder (/home/horizon) and cause horizon failed to start. It is fixed by moving the file to /tmp. Partial-Bug: 1543429 Change-Id: I8d8778be755a4db9e57d6ff7aaee623547c4243e
-
akwasniewska authored
Part of ELK stack. Includes Dockerfiles for both Centos and Ubuntu. Change-Id: I9f76adf084cd4f68e29326112b76ffd02b5adada Partially-implements: blueprint central-logging-service
-
- Feb 10, 2016
-
-
Jeffrey Zhang authored
we have moved to named volume, the old data container should be removed TrivialFix Change-Id: Ib73205de6566509492568381179814baa7af2d22
-
MD NADEEM authored
Change-Id: I653b6b994de2f4d374d90a831d7a56eaff667404 Partially-Implements: blueprint binary-ubuntu
-
- Feb 09, 2016
-
-
Martin André authored
This prevents failure when the directory already exists. This commit fixes a failure in centos-binary because of a change in the RDO packaging, where the required directory is now created for us. Change-Id: Idd3e15802c3e3fd363e1295111ec12948d566781 Closes-Bug: #1543417
-
Hui Kang authored
Ubuntu binary package includes the fix TrivialFix Change-Id: Iaeff250e75565b1f447d97acfffc1b1a3a76c250
-
Martin André authored
The python-cinder package now pulls the required dependency on python-oslo-policy: https://github.com/openstack-packages/cinder/blob/a22f32c619c94bf0ac188d4cdcf728c0e71152ea/openstack-cinder.spec#L143 TrivialFix Change-Id: I504546e75b5a237fc4aac89bd9a5c34f09570817
-
Martin André authored
The python-nova package now pulls the required dependency on python-oslo-policy: https://github.com/openstack-packages/nova/blob/036149e93fc41649d1e827e163180e7d9e6cbec5/openstack-nova.spec#L389 TrivialFix Change-Id: I472f600710cb743ef6ede01e722a79b1451cf295
-
Martin André authored
The python-neutron package now pulls the required dependency on python-oslo-reports: https://github.com/openstack-packages/neutron/blob/774036f7f99cd54bdd1c94f70d28bfe15f47af83/openstack-neutron.spec#L125 TrivialFix Change-Id: I6cb4d0d9601c910cf631dddcf715a7f4fc9754e3
-
- Feb 08, 2016
-
-
MD NADEEM authored
Change-Id: I546d25249527d7f1f7dfa2059ae38e7cc0e0a765 Partially-Implements: blueprint binary-ubuntu
-
- Feb 06, 2016
-
-
SamYaple authored
*** Requires Docker 1.10 which is released *** Documentation will be in the next patch. You must set the following in your docker.service daemon control file for propogation to work: [Service] MountFlags=shared ====================================================================== Thanks to mount propagation in Docker 1.10 we can use thin containers finally! This is extremely useful to operators since now they can access the network namespaces from the hosts (outside the neutron container). But additionally it allows us to implement the VPN agent and other services easier. Neutron containers and the neutron role are brought into the standards of the new Kolla. Completely with drop-root and ansible formating updates. The ip_wrapper.py script was (thankfully) not needed so it has been removed from the repo. Partially-Implements: blueprint upgrade-neutron Change-Id: Iaf5555283240457e1912459f397a6393d886fba1
-