liyingjun
bf62341ced
Add missing uwsgi for barbican-api Dockerfile
...
uwsgi is not installed for barbican-api in ubuntu.
Change-Id: Ibaaf7eb9dfae2f88a5a2d9c3b4983d403e52c932
Closes-bug: #1632170
2016-10-11 16:38:06 +08:00
Jenkins
5779833f84
Merge "remove extra blank lines"
2016-10-11 01:37:17 +00:00
Borne Mace
9685eca025
Added missing cleanup-images in setup.cfg
...
The destroy playbook calls the cleanup-images script. All other
scripts related to destroy were in setup.cfg while cleanup-images
was missing.
TrivialFix
Change-Id: I3d5dc435d03aded9e8b415dda8435b5e1c5ec937
2016-10-10 14:11:17 -07:00
Jenkins
b81fec89cf
Merge "Add upgrade tasks for Kibana"
2016-10-10 19:42:14 +00:00
Jenkins
90b69d7a4f
Merge "Install python-mysqldb for Ubuntu in openstack-base container"
2016-10-10 19:31:16 +00:00
Jenkins
6d40d52dcd
Merge "Make sahara api worker configurable"
2016-10-10 19:31:09 +00:00
Jenkins
1d7e52d9a0
Merge "Fix the wrong setting for Grafana session"
2016-10-10 19:22:38 +00:00
Mauricio Lima
44f5f5bec8
Add HNAS as Manila backend
...
Co-Authored-By: Denis Cavalcante <dencaval@gmail.com>
Co-Authored-By: Francisco Edigleison Barbosa <barbosaedigleison@gmail.com>
Change-Id: I986623a2753140acad0e2b7f1838356f00ae36b0
Implements: bp add-hnas-as-manila-backend
2016-10-10 13:23:13 -03:00
zhubingbing
852329f3d2
remove extra blank lines
...
TrivialFix
Change-Id: If98f7aff71b5d003effc466cc8b6dbec219792cf
2016-10-10 15:56:29 +00:00
Jenkins
fa5a89cc99
Merge "Heka deprecation"
2016-10-10 13:28:20 +00:00
Jenkins
f7c7fa9fe6
Merge "Mark performance monitoring stack experimental"
2016-10-10 13:04:34 +00:00
Jeffrey Zhang
0c15da00c8
Fix the wrong setting for Grafana session
...
The provider_config is configured wrong. And Grafana only supports one
Memcached instance for session, which is bad for high available.
Use mysql to provider the session storage.
TrivialFix
Change-Id: I889a961d7f36f44701654fbac04b4bff05043506
2016-10-10 19:47:32 +08:00
Christian Berendt
a286be1966
Add netaddr to requirements file
...
netaddr is required by the ipaddr filter used in
ansible/roles/prechecks/tasks/port_checks.yml.
Change-Id: I766d87949553fb46ef2c0480e7706ee1ef2d26d0
Closes-bug: #1631921
2016-10-10 13:25:45 +02:00
Christian Berendt
2bc6f65340
Add upgrade tasks for Kibana
...
Change-Id: I860fdc3268d0fdcb775ea345bb0eb621c8dafe07
Closes-bug: #1631902
2016-10-10 12:17:02 +02:00
Jenkins
5a427a941f
Merge "integrate gnocchi with cloudkitty"
2016-10-10 06:47:41 +00:00
liyingjun
9de0894fbd
Make sahara api worker configurable
...
Sahara api workers is hard-coded to 2 [1], it should be configurable as
other services do.
[1]:
https://github.com/openstack/kolla/blob/master/ansible/roles/sahara/templates/sahara.conf.j2#L9
Change-Id: Iefb487275c4e0d02f58a198e3995ca096f5e9218
Closes-bug: 1631835
2016-10-10 12:06:22 +08:00
Jenkins
ff3813e780
Merge "Clean up TODOs from live documentation"
2016-10-10 03:55:05 +00:00
zhubingbing
e7df182461
integrate gnocchi with cloudkitty
...
Closes-Bug: #1630947
Change-Id: Ie28ec6399add384962cfdcf83c93c3bef132d57e
2016-10-10 03:40:48 +00:00
liyingjun
d1b95be49a
Use rootwrap in sahara config
...
In cases where a proxy command is being used to access cluster
instances, rootwrap is needed for sahara user in docker container.
http://docs.openstack.org/developer/sahara/userdoc/advanced.configuration.guide.html#non-root-users
TrivialFix
Change-Id: Ic2b7deb6bd0e5f740944c32d89390fb56b88f4fa
2016-10-10 10:53:26 +08:00
Steven Dake
0a9e1f21e4
Mark performance monitoring stack experimental
...
Change-Id: I61d0d5a904177c9719357792dfd9f051f5b19d60
2016-10-09 14:41:35 -04:00
Jenkins
b13b0aad05
Merge "Choose node with largest seqno number for mariadb recovery"
2016-10-09 16:48:49 +00:00
Jeffrey Zhang
1bcb139392
Choose node with largest seqno number for mariadb recovery
...
When all mariadb nodes are stopped gracefully, mariadb galera will
write it's last executed position into the grastate.dat file. Need find
the node with largest seqno number in that file and recovery from that
node.
Closes-Bug: #1627717
Change-Id: I6e97c190eec99c966bffde0698f783e519ba14bd
2016-10-09 12:08:58 +00:00
Jenkins
afaf0031ed
Merge "Deprecate Fedora based Docker images"
2016-10-09 08:50:52 +00:00
Jenkins
c468f5fd09
Merge "change perm and user wsgi file permission"
2016-10-09 08:49:17 +00:00
jackning
cebed25608
Change keystone.log's permit to keystone:keystone
...
At present, keystone.log's user:group permit is root:kolla,
when got token from keystone, it failed. The reason is that:
Permission denied. So it shoud be changed keystone:keystone.
Change-Id: Ibbbf1d88ba16e5040f9068ea9948373d10593514
Closes-Bug: #1631685
2016-10-09 03:26:36 -04:00
Jeffrey Zhang
18fa72c901
integrate gnocchi with ceilometer
...
Closes-Bug: #1626364
Change-Id: I9d586b950b7099a9b160f7b32c9ff00b189a0287
2016-10-09 03:04:07 +00:00
zhubingbing
96bfb5967c
fix mistral requires auth_uri to point to v3 explicitly
...
mistral create keystone client by using auth_uri to v3 explicitly[0]
[0] 7685cdb1b6/mistral/utils/openstack/keystone.py (L174)
,#L184
Change-Id: Iff38204414289a9aa36232b2c461bc5bdde46e56
Closes-Bug: #1620630
2016-10-09 02:50:03 +00:00
Ryan Hallisey
7fa1a08fd2
Remove unneeded Heka bootstrapping code
...
The Heka bookstrap doesn't do anything different then
the start code. Remove the boostrap step since it isn't
needed.
Change-Id: Id9906c6e2cef83fd6d1fcbcbef7a32d9948d07a3
Closes-bug: #1631651
2016-10-08 18:39:29 -04:00
Jenkins
078b08acfa
Merge "Build source from Newton rather then Master"
2016-10-08 16:09:35 +00:00
Jenkins
16294f0d00
Merge "fix can't collect horizon log in heka"
2016-10-08 15:16:30 +00:00
Jenkins
9a35c0e679
Merge "add sahara log in heka"
2016-10-08 07:42:53 +00:00
Steven Dake
e1ca39db92
Build source from Newton rather then Master
...
TrivialFix
Change-Id: Icce60b4fda4dc86858893be4a8fa3b159c3680aa
2016-10-08 03:25:09 -04:00
Jenkins
17d5c32f0b
Merge "Move RDO to Newton branches"
2016-10-07 21:05:18 +00:00
Jenkins
78b3446f48
Merge "Fix genconfig and reconfigure for magnum"
2016-10-07 13:51:04 +00:00
zhubingbing
b46d625b52
add sahara log in heka
...
Closes-Bug: #1631286
Change-Id: I874913a08e932766d9517bf4740de94146d7b5fb
2016-10-07 13:18:03 +00:00
Jenkins
77a31346d0
Merge "Integrate gnocchi with ceph"
2016-10-07 09:06:44 +00:00
Steven Dake
aeb86de6fc
Move RDO to Newton branches
...
RDO Newton is available. Lets use it and test with it this final week.
TrivialFix
Change-Id: I2a761366da7c2cf209adaceb73ac7fa9c9aa3cba
2016-10-07 03:40:10 -04:00
zhubingbing
e4e842be40
fix can't collect horizon log in heka
...
Change-Id: Idecb70e90ae560d1c41756e3617225556087dd19
Closes-Bug: #1631048
2016-10-07 02:57:15 +00:00
Martin Matyáš
4fa2508e4f
Fix genconfig and reconfigure for magnum
...
Genconfig and reconfigure failing for magnum.
Chainging magnum trust configuretion parameters
to user/domain names instead of ids so they don't
depend on register.yml task anymore.
Change-Id: I55fddf48eafc44892fd0ab96835bfb0b51849d37
Closes-bug: #1630248
2016-10-06 19:39:48 -07:00
Mauricio Lima
18785f416c
Remove unneeded blank lines
...
TrivialFix
Change-Id: I778d0a55adf1302c7a6f0702fec3a381d851f3df
2016-10-06 12:42:27 -03:00
Mauricio Lima
579dd2eb7e
Remove default values from conf file
...
baf5edfbf9/barbican/common/config.py (L108-L131)
TrivialFix
Change-Id: I64baf401718ee694be4651fea6c1aae7cece358c
2016-10-06 10:15:02 -03:00
Christian Berendt
6f1c15da9d
Install python-mysqldb for Ubuntu in openstack-base container
...
python-mysqldb is required by the Horizon database session cache.
Change-Id: If52a9a6c9addbebc955e4755ea3c7c1a81df1bca
Closes-bug: #1630559
2016-10-06 13:11:12 +02:00
Jenkins
b58147bcc0
Merge "Heka template missing optional params"
2016-10-05 16:18:39 +00:00
Jenkins
9413e4d27c
Merge "Handle the KeyboardInterrunpt properly for build.py script"
2016-10-05 14:39:28 +00:00
Paul Bourke
dcd8dda99f
Heka template missing optional params
...
If enable_rabbitmq or enable_keystone are false, the configs will not be
copied to target nodes for these. This resulted in Heka failing to
start.
Change-Id: I93d15534802b671f1f42e8b2dfb523a17526ffb7
Closes-Bug: #1630613
2016-10-05 15:30:38 +01:00
OpenStack Proposal Bot
1932552a05
Updated from global requirements
...
Change-Id: I66138f3d033461363d8cbf30104afa7a4643cff8
2016-10-05 13:30:35 +00:00
Jenkins
5b7ee00c16
Merge "fixed kestone fernet prechecks for multinode deployments"
2016-10-05 12:09:50 +00:00
Jenkins
c191a7de83
Merge "Fix horizon to use cache"
2016-10-05 12:05:40 +00:00
Paul Bourke
792f16cc9f
Fix horizon to use cache
...
Horizon was missing SESSION_ENGINE from it's conf which means it was not
making use of memcached.
Change-Id: I450aee05f59e344902f1e92d913f4c1ce9e8dcc6
Closes-Bug: 1630509
2016-10-05 12:12:35 +01:00
Jenkins
4b143f09e1
Merge "Create /var/log/kolla/rally before running rally-manage db create/upgrade"
2016-10-05 07:03:02 +00:00