5379 Commits

Author SHA1 Message Date
Jenkins
8ad1ca0fb1 Merge "Fix rabbitmq upgrade permission issue" 2016-10-13 13:50:39 +00:00
Jenkins
b5773e6465 Merge "Change keystone.log's permit to keystone:keystone" 2016-10-13 11:08:56 +00:00
Jeffrey Zhang
4c207bc039 Fix rabbitmq upgrade permission issue
During the upgrade from Mitaka to Newton, the uid/gid may change for the
same image. Especially on Ubuntu, we moved to Ubuntu Xenial in Newton
and it added systemd related user which break all the uid/gid during an
upgrade. It will the permissions in all docker named volumes.

This fix extends set_config.py to set the proper permission during
container start. This is super light then add commands in
extend_start.sh file  or add ansible tasks.

This patch just fixes rabbitmq case. Other services will be fixed in
following patches.

Partial-Bug: #1631503
Change-Id: Ib17027b97abbc9bf4e3cd503601b8010325b5c5b
2016-10-13 01:19:05 +08:00
Jenkins
40e768ec2a Merge "Add register to upgrade.yml to create correct endpoint" 2016-10-12 14:48:18 +00:00
Jenkins
a6962e28ed Merge "Enable keystone authentication for Barbican" 2016-10-12 13:31:54 +00:00
Jenkins
528425dfcb Merge "Fix 'Address already in use' for barbican-api" 2016-10-12 13:31:23 +00:00
Mick Thompson
ae7d9e3e1e Add register to upgrade.yml to create correct endpoint
Change-Id: I9779d5df65c5d560854dec55cc0a70cb82f895c4
Closes-Bug: #1632697
2016-10-12 14:09:26 +01:00
Jenkins
22f197cdb3 Merge "Fix the failure to launch instance when enabled Ceph" 2016-10-12 10:22:46 +00:00
Jeffrey Zhang
255198e742 Fix the failure to launch instance when enabled Ceph
We need install qemu-kvm package which come from the Cloud SIG rather
then qemu-system-x86 which come from EPEL.

Change-Id: Ibd027069771552d3db0e4fe0c7406ddd1bfc0673
Closes-Bug: #1631984
2016-10-12 01:31:09 +08:00
Jenkins
da486b95a3 Merge "Added missing cleanup-images in setup.cfg" 2016-10-11 15:03:28 +00:00
Jenkins
e6ec2a5184 Merge "Make Kuryr upgrade not crater the upgrade" 2016-10-11 14:24:24 +00:00
Jenkins
1552903dc6 Merge "Add netaddr to requirements file" 2016-10-11 14:11:03 +00:00
Steven Dake
86fe4c99da Make Kuryr upgrade not crater the upgrade
TrivialFix

Co-Authored-By: zhubingbing <zhubingbing10@gmail.com>

Change-Id: Idcd4c0024f93266746a00a2320980c08eca8b7e2
2016-10-11 12:43:53 +00:00
Jenkins
bd1edb46f1 Merge "Add missing uwsgi for barbican-api Dockerfile" 2016-10-11 10:53:13 +00:00
liyingjun
626967c1a4 Enable keystone authentication for Barbican
By default Barbican has not enabled the Keystone authentication:

[pipeline:barbican_api]
pipeline = cors unauthenticated-context apiapp

According to the Barbican install guide[1] this pipeline should be:

pipeline = cors authtoken context apiapp

[1]: http://docs.openstack.org/developer/barbican/setup/keystone.html

Change-Id: I941515a98772a72762b20507e100e7872f3b4ab8
Closes-bug: #1625337
2016-10-11 17:44:17 +08:00
liyingjun
cd0336658f Fix 'Address already in use' for barbican-api
By default barbican uwsgi is configured to listen all address on host
[1], we need to change this to the ip address of the host.

[1]:
https://github.com/openstack/barbican/blob/master/etc/barbican/vassals/barbican-api.ini

Change-Id: I4a1f9fb44ad55caf21f82c1b6d272a9743d65fd8
Closes-bug: #1632177
2016-10-11 17:43:19 +08:00
Jenkins
24ec175f95 Merge "fix mistral requires auth_uri to point to v3 explicitly" 2016-10-11 08:52:00 +00:00
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
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