- Apr 03, 2016
-
-
Jeffrey Zhang authored
Add a nova-ssh container to handle the `nova migrate` and `nova resize` case, in which the nova will use ssh to copy files between machines. Change-Id: Ie6675943f3aeabfbba8589d308d55b9c89d732db Closes-Bug: #1562141
-
- Apr 01, 2016
-
-
Carlos Cesario authored
To be kolla deploy multiple clouds, we need to be able to configure virtual_router_id other wise haproxy will fail setup the VIP for the second cloud. Partially-Implements: blueprint multiple-cloud Closes-Bug: #1564547 Change-Id: I9eb27dd6fba61205841eadafc96601e235d2fe6d
-
Steven Dake authored
Currently the delegate_to doesnt happen and the neutron role creation is attempted once on the first server and is skipped. The re-ordering of hosts in site.yml seems to make the first host to be one inside neutron-server group yielding the expected results. This patch needs to be re-visited as soon as a version of ansible is chosen that fixes the issues with delegate_to Co-Authored-By:
Steven Dake <stdake@cisco.com> Co-Authored-By:
Vikram Hosakote <vhosakot@cisco.com> Co-Authored-By:
Nate Potter <nathaniel.potter@intel.com> Co-Authored-By:
Ganesh Mahalingam <ganesh.mahalingam@intel.com> Change-Id: Ia712b323aa9d750d470a11ee899ab1b3054a903f Partial-Bug: #1546789
-
Dave McCowan authored
When a node uses two physical interfaces for its two VIPs, these physical interfaces should be tied together, so both VIPs will be taken out of scheduling if either one fails. Without this change, if a request comes into one interface that needs access to the second interface to process the request, the original request unnecessarily fails. Repeating this results in a black hole where a failing server keeps getting new requests. Change-Id: Ic51e6584c1fbda3eb7821cb47f759c77e562cc65 Closes-Bug: #1550455
-
Michal Rostecki authored
On AIO installation we cannot assume that the public IP address will be the first entry in "getent ahostsv4" result, because it may be also a localhost address. To make this check positive in AIO, we should look for the public IP in the whole output. Change-Id: I1da7b95d7f00c7f87ff68ead46bf55fdea812599 Closes-Bug: 1564564
-
- Mar 31, 2016
-
-
Steven Dake authored
Scale limit testing on a 64 node cluster with 13 TB RAM and 2600 cores showed that atleast 1800 database connections are required to appropriately start 2000 virtual machines simulateounsly. Other documentation on the internet recommends larger values such as 8000, so we set to a larger value that should be able to handle a maxed out 512GB ram per compute node cluster with all services enabled. Change-Id: I8767cf3fb04e066cc22e796c647e944b4e4a1742 Closes-Bug: #1564275
-
- Mar 30, 2016
-
-
Jeffrey Zhang authored
Checking the fix condition first in the when clause rather than the dynamic condition. Otherwise it will raise issue, especially in multinode env. For example use when: - nova_console == 'novnc' - inventory_hostname in groups['nova-novncproxy'] rather than when: - inventory_hostname in groups['nova-novncproxy'] - nova_console == 'novnc' Because the nova-novncproxy groups may do not exist. Change-Id: I1e76ee239908a17a4c2ffd9a18c570fbc485172e Closes-Bug: #1563643
-
Carlos Cesario authored
Kolla recommends LTS wily kernel version 4.2 on Ubuntu 14.04. http://docs.openstack.org/developer/kolla/quickstart.html#installing-dependencies The precheck check the running kernel version, because checking the linux-image-generic-lts-wily cannot be a valid check. The package (linux-image-generic-lts-wily) can be installed, but the running kernel can be other version. Closes-Bug: #1563500 Co-Authored-By:
Vikram Hosakote <vhosakot@cisco.com> Change-Id: I4e08bca95493b2dbd0ad5f8d1ea4e07b18c4959d
-
- Mar 29, 2016
-
-
Mauricio Lima authored
Change-Id: I7efa3f5df3a5743d264864070967cf995900b147 Closes-Bug: #1561111
-
Jeffrey Zhang authored
Closes-Bug: #1563251 Change-Id: I0072c92d6c8160f868b4ab0ec08b11541d3f3401
-
- Mar 28, 2016
-
-
Carlos Cesario authored
Proposed patch to change keystone and heka log dir from /var/log/kolla/apache2/ to /var/log/kolla/keystone/ Closes-Bug: #1560620 Change-Id: I70c65ceba5a301cc56880313ca86f01bd35676cb
-
Jeffrey Zhang authored
Add a glance_service_groups variable containers the container name, service name and group name. In this way, we can remove lots of duplicated lines. TrivialFix Change-Id: I9beb7509ad7221cd495e3211a2e67d986486aac6
-
Jeffrey Zhang authored
Only copy the necessary config files when it _really_ needed. This will make the config file safer Partial-Bug: #1559122 Change-Id: I5f5df54c688fb4f6b0ee68815116e2418d5742f7
-
Jeffrey Zhang authored
Change-Id: I375d637eff76dd3d00e61e521c0d68a19e5da9a3 Closes-Bug: #1562261
-
- Mar 26, 2016
-
-
Jeffrey Zhang authored
Change-Id: Ia5bcfa7253fc5a471a089339c52883af05623068 Closes-Bug: #1562345
-
Nguyen Hung Phuong authored
TrivialFix Change-Id: I21f51811ec4256d9b6b2e219de6201e4811dfc5a
-
- Mar 24, 2016
-
-
Sam Yaple authored
This reverts commit 7524b377. Liberty uses heat_user_domain and works and this should too. The bootstrap process itself must have changed or another part of the config. Either way that needs to be fixed so we can do proper upgrades. Basically, dont change the heat domain out from under the user). Change-Id: I32ae3ef90d340a83b09c09860af8f3635c1a07a5
-
akwasniewska authored
Change-Id: Ib501571dd34cb68924775ce738499d63df5718dd Closes-Bug: 1556487
-
Jeffrey Zhang authored
Change-Id: I24d17f98013d82f2e6f46548cac80c0303d6e171 Implements: blueprint upgrade-elasticsearch
-
Steven Dake authored
Fix the domain user to point at heat instead of some nonsensenical value. Now stack-create works properly. Change-Id: If2bc57c2516ffe724999515bb6aa3eeb31a0c980 Co-Authored-By:
Angus Salkeld <asalkeld@mirantis.com> Closes-Bug: #1553565
-
- Mar 23, 2016
-
-
Vikram Hosakote authored
This is consistent with the patch set in https://review.openstack.org/#/c/296012/ for stable/mitaka The new lua parser for libvirtd.log so that libvirtd.log can be parsed in the Kibana dashboard will be implemented in a separate patch set (in both master and backported to Mitaka). TrivialFix Related-Bug: 1560298 Related-Id: I1bc8bdb3180f30dc69af28a35fa057ac801bde0f Change-Id: I59938a4e99abc676c391e535405417701aae2767
-
Steven Dake authored
Heka depends on haproxy and keepaived being present to communicate with ElasticSearch. If we start ElasticSearch prior to haproxy and keepalived, the number of errors are reduced in heka. Change-Id: Id2c742ea572c6450a371421e21f34aa69355bb8b Partial-Bug: #1560779
-
SamYaple authored
Without this option set to blank neutron will attempt to dump raw frames which is not correct. Kevin Benton is working on fixing the deprecation message. Change-Id: Ib6d6f41e2f222d383583e79958a78f2a09d3ae93 Closes-Bug: #1561156
-
Steven Dake authored
Eric spotted this on IRC. Submitted a bug and patch on his behalf since he isn't available to work on Kolla in the next few hours. Co-Authored-By:
Eric Lemoine <elemoine@mirantis.com> Change-Id: I91efdd540170a391228d247c2e6e533e6c87b951 Closes-Bug: #1560819
-
Steven Dake authored
Swift and heka were broken by an optimization that resulted in a regression in commit: 0a1486a2 This patch fixes that problem. Change-Id: I02c6cf4de4f807c3ec66e2d4f59f182d0b864ea3 Closes-Bug: #1560788
-
- Mar 22, 2016
-
-
Serguei Bezverkhi authored
Changes location of Horizon log, they will be stored on common log volume kolla_logs. Change-Id: Ie9d56999a83efd05ab7c3dcb00b4dc42c9bce8f8 Closes-Bug: 1560250
-
SamYaple authored
The horizon default is to prevent multidomain login. While allowing multidomain login wont prevent default domain login. Overhead is we must type in domain to login even if its default domain. Change-Id: I965c3612eb584e88071c619037e1f42b3f4c7cd0 Closes-Bug: #1560683
-
Vikram Hosakote authored
Test results of this patch set are at: http://paste.openstack.org/show/491382/ Change-Id: I1bc8bdb3180f30dc69af28a35fa057ac801bde0f Closes-Bug: #1560298
-
- Mar 21, 2016
-
-
Angus Salkeld authored
Note: you will get the following logs: WARNING heat.engine.environment [] OS::Heat::HARestarter is DEPRECATED. WARNING heat.engine.environment [] Removing OS::Heat::HARestarter from OS::Heat::HARestarter Change-Id: I071e4689110ad03da14b02ba9f0a1fd8463b8b55 Closes-bug: 1559828
-
SamYaple authored
spice used to default to enabled, it does not anymore Closes-Bug: #1560205 Change-Id: I788f89587997f0d293ec57e0153592b0ed7b7aab
-
SamYaple authored
Reconfigure was hard broken with spiceproxy Change-Id: I80b5fcc16bcc0b090807843f7a59f0ae9ea27aec Closes-Bug: #1560175
-
Steven Dake authored
If an IPV6 address is assigned to the interface as well as IPv4, Kolla bombs out during deployment. Change-Id: Ic161c52825e0642e261d22418569d0f7667c6bd1 Closes-Bug: #1560137
-
SamYaple authored
The lightsout recover patch broke multinode mysql. Also the lightsout recovery didnt probably pass the --wsrep-new-cluster flag. This updates the mariadb bootstrap to work with multinode again. Closes-Bug: #1559480 Related-Id: I903c3bcd069af39814bcabcef37684b1f043391f Change-Id: I1ec91a8b2144930ea8f04cc1c201b53712352e4e
-
Jeffrey Zhang authored
TrivialFix Change-Id: Idfc5d03d3359003cdb82b85b71b87ccefd4a0a43
-
SamYaple authored
This got lost in the keystone v3 switchover. Change-Id: I014c28e71335672153df79be2110e7585d7a21c0 Related-Bug: 1553565
-
Vikram Hosakote authored
This bug was reported by eandersson in IRC today. TrivialFix Change-Id: I3100d2bc567f641894817bd9cf3b2213416085b2
-
- Mar 20, 2016
-
-
Jeffrey Zhang authored
the prechecks role should be idempotent and should changed nothing when running. TrivialFix Change-Id: Ib5063d879e0f5f414d607bd9b6493a7499fc5652
-
- Mar 19, 2016
-
-
SamYaple authored
The user variable was incorrectly in passwords.yml The naming was inconsistent, it should be prefixed with manila_* Removed old unused variable TrivialFix Change-Id: I182797fcc6d62d35174403d78d71c8ad7ddcbc43
-
SamYaple authored
These options have all be deprecated/removed. This switches all options to thier proper mitaka values. TrivialFix Change-Id: Ica8d5ea0d48da01ee11672a32890431acd6a306d
-
SamYaple authored
These values are optional only when the services are not enabled. If the file does not exist we should not warn, but rather inform. Ceph-mon is an exception here since its bootstrap process means the files may or may not exist initially. TrivialFix Change-Id: Ic02bece76d480e99deecf612036f37abb5604135
-