6395 Commits

Author SHA1 Message Date
Jenkins
6aa03e5611 Merge "Fix grafana database creation" 2017-02-05 12:51:25 +00:00
Jenkins
fee7ec052e Merge "Ignore qemu-img process in cleanup-containers" 2017-02-05 11:01:29 +00:00
Jenkins
6856a6f804 Merge "Integrate designate with neutron" 2017-02-05 02:36:21 +00:00
Jenkins
d7bc9a01ad Merge "Apply new register method" 2017-02-04 06:16:19 +00:00
Jenkins
6c33871071 Merge "Create a new container when restart a container when necessary" 2017-02-04 06:09:11 +00:00
Eduardo Gonzalez
7e53d2e74e Fix grafana database creation
Kolla use kolla_toolbox container to interact
with the database.
Grafana fails to deploy if mysql-python is not installed
in the host.

Change-Id: I033f1828ff027532de9be94aaf7dee6dbeab8fb6
Closes-Bug: #1661646
2017-02-03 23:32:04 +00:00
Jenkins
83d99ecf0c Merge "Update links in documents" 2017-02-03 20:24:26 +00:00
Eduardo Gonzalez
1e1c43549e Apply new register method
Change-Id: I4653250149dcc3ce46a2ea9622b9228a120764d2
Closes-Bug: #1661595
2017-02-03 15:27:45 +00:00
Eduardo Gonzalez
4e0fa6a334 Remove hardcoded usernames in register.yml
Usernames can be configured with variables in
configuration files, but user creation is hardcoded.

Change-Id: I057cfb921d776217db66f59226dcfa79f3eb7368
Closes-Bug: #1661587
2017-02-03 12:17:54 +00:00
Eduardo Gonzalez
e516ea5099 Integrate designate with neutron
Integrate designate service with neutron to allow instances
and floatingip resolve designate dns.
MDNS service need to be reachable from nova instances
in order to resolve DNS queries.
Added new dns_interface to make this configurable.
Add designate guide.

Closes-Bug: #1661330

Change-Id: I5a2ac5cf2a9aa0977ae42d53dd64699623ddf3ed
2017-02-03 11:06:59 +00:00
Jenkins
57d9224702 Merge "Remove hardcode /etc/kolla path" 2017-02-03 09:26:30 +00:00
Jeffrey Zhang
a3acd2c439 Fix the pid_mode and ipc_mode value check for kolla_docker module
bypass_checks is disabled by Ib2e19794bbe804470a880253d5870254041358c8 .
But we use pid_mode: "{{ service.pid_mode | default('') }}" pattern in
the yaml file. whereas pid_mode only support "host" value, this patch
add '' as a choice of these two parameters.

Change-Id: Ib83ed5e437ca868f0e42ce740ad1125d2fa48ff4
2017-02-03 15:56:10 +08:00
Jenkins
2c5c9daeb1 Merge "Revert "corrects invalid logrotate option maxsize"" 2017-02-03 05:54:34 +00:00
Jenkins
be311f62bd Merge "External_fqdn for host_href in barbican.conf" 2017-02-03 04:31:23 +00:00
Jenkins
62c0057bf5 Merge "Use required_if in kolla_docker.py" 2017-02-03 04:18:36 +00:00
Jenkins
bb4d51feb8 Merge "Fix typo in cloudkitty register.yml file" 2017-02-03 03:21:42 +00:00
Jenkins
f31930ec92 Merge "Implement nova placement service" 2017-02-03 03:20:42 +00:00
Sayantani Goswami
e121ecb380 Update links in documents
Update documents reference image-building documents correctly after
image-building.rst was deleted from kolla-ansible directory.

Change-Id: Ib66475e1f0f3055f2e38fc33ae649cae300c9c36
2017-02-02 19:35:15 +00:00
Jenkins
31a96e4f59 Merge "Fix genconfig for kolla-kubernetes" 2017-02-02 16:25:25 +00:00
Jenkins
04440b19c9 Merge "Build deploy guide files and tox environment" 2017-02-02 16:00:29 +00:00
Jenkins
0a0f202465 Merge "Run nova-manage simple_cell_setup during deploying and upgrading" 2017-02-02 13:22:41 +00:00
Jeffrey Zhang
5ad1c7da97 Fix typo in cloudkitty register.yml file
Change-Id: Ia93337a2abb68a8c7fe2eaf0476da15cd506cb80
2017-02-02 20:54:13 +08:00
Jenkins
b171b6151e Merge "This feature is supporting for workers config in ironic-api." 2017-02-02 10:08:19 +00:00
Eduardo Gonzalez
1a54266029 Ignore qemu-img process in cleanup-containers
Change-Id: I059b0aafbf93cf8c131beba47ca6f6718ec5fb36
Closes-Bug: #1586548
2017-02-02 09:49:12 +00:00
Jeffrey Zhang
869abbbed4 Create a new container when restart a container when necessary
Recreate and start a new container when container parameter is changed
in COPY_ALWAYS strategy.

Change-Id: I1e45c0dc34a93a18b664109823d6fd5b88c331a2
Closes-Bug: #1659799
2017-02-02 17:08:38 +08:00
jangpro2
d4c8e2d01f This feature is supporting for workers config in ironic-api.
Currently it's not working in ironic-api, in spite of
setting openstack_service_workers config in globals.yml.

Because it's not implement about workers in ironic.

Closes-Bug: #1661173

Change-Id: I89de95fe03813ae44bcdbf9aac22b7337ffe4968
Signed-off-by: jangpro2 <jangseon.ryu@gmail.com>
2017-02-02 08:06:28 +00:00
Jeffrey Zhang
facfabf3bb Implement nova placement service
Closes-Bug: #1660987
Depends-On: I30efc20e6d918e08860584c017455e6d5fa91a35
Change-Id: If0a79b6013f28871dc9f13c510c919078f3304d5
2017-02-02 05:18:13 +00:00
Jeffrey Zhang
68d3d8ba29 Run nova-manage simple_cell_setup during deploying and upgrading
Change-Id: I64dd52d909a884b2b9aea6f016d789d99caa3f17
Closes-Bug: #1652580
2017-02-02 12:21:53 +08:00
Eduardo Gonzalez
485ded5ba3 Fix pull syntax error in cinder
Change-Id: I548cb6cbc718864cffb95b73376a3e138eef0a6d
Closes-Bug: #1660961
2017-02-01 14:31:52 +00:00
Jeffrey Zhang
064a6747db Revert "corrects invalid logrotate option maxsize"
maxsize do exist and is better than size. need another approach to
solve the issue.

This reverts commit c4107ed723354336427afb30bc3e25cd5303baf5.

Change-Id: I76eb00a9771907b071d974db33c15accd404e9ec
(cherry picked from commit becbee122c194b2c7d4acd084c60ee07c897c2b8)
2017-02-01 11:15:42 +00:00
Kevin Fox
cac3ed855c Fix genconfig for kolla-kubernetes
This PS fixes some bugs that causes trunk not to work for
kolla-kubernetes.

Change-Id: I4eaba87c9c75a85ac16823a77ab197e62254e66e
2017-01-31 12:17:46 -08:00
Jenkins
463e5a2f1c Merge "Run detect openstack_release variable play always" 2017-01-31 14:12:42 +00:00
Jenkins
5943d3cebb Merge "Fix placeholder for 'service_auth' section in neutron_lbaas.conf" 2017-01-30 16:24:44 +00:00
Jenkins
5ad227ad67 Merge "Update Kolla-Ansible documents" 2017-01-30 16:18:56 +00:00
Eduardo Gonzalez
e50d5cbf4f Remove hardcode /etc/kolla path
Leaved vagrant and documentation harcoded
/etc/kolla paths due the nature of the files.

Change-Id: Id316980d3d4e8f3de98672d7ed258e0652ed7213
Closes-Bug: #1659771
2017-01-30 16:13:12 +00:00
Jenkins
37f29452b7 Merge "Add how configure backend to cinder HNAS iSCSI driver guide" 2017-01-30 15:55:05 +00:00
Jenkins
b233d1b2db Merge "Support non standard Python path" 2017-01-30 14:43:49 +00:00
Jenkins
b05e4e1ee2 Merge "Fix security group creation" 2017-01-30 14:43:21 +00:00
Francisco Edigleison Barbosa
46b9952441 Add how configure backend to cinder HNAS iSCSI driver guide
Change-Id: I11f93fd1aa7926b568fba355da3cb5fec3badbd8
2017-01-30 11:04:57 -03:00
Jenkins
b388f7f9ba Merge "Unify haproxy prechecks condition order" 2017-01-30 12:25:12 +00:00
Nenad Radojevic
5229c83a7f External_fqdn for host_href in barbican.conf
The barbican service should use the external fqdn as value for the
host_href parameter. Typically this is the endpoint that clients
would use to connect to barbican from outside.

Change-Id: I075acb6335354a61f935d57a7b84f0f92978c9bd
Closes-Bug: #1660282
2017-01-30 11:20:54 +01:00
Sayantani Goswami
5b35e3898f Update Kolla-Ansible documents
Kolla-ansible related documents existed on both Kolla and Kolla-Ansible
repositories. A lot of Kolla-ansible related documents were updated in
the Kolla repository. Porting the changes made to these documents in
Kolla repo to Kolla-Ansible repo so that the Kolla-ansible documents can
be removed (Refer to patch https://review.openstack.org/#/c/425749/)

Change-Id: I7c53626ce551189acdb0dcbabe9369b81eed3347
2017-01-28 06:20:37 +00:00
venkatamahesh
b7fefc1c50 Fix a typo in config.yml
Change-Id: Id0efea7ab3fdfab5f9ff42c8761e5afc6a93b9aa
Closes-Bug: #1660005
2017-01-28 10:32:52 +05:30
RobiJoe
566ef56167 Build deploy guide files and tox environment
* This patch moves the tox environment and deployment
guide placeholder files introduced in https://review.openstack.org/#/c/422931
from the kolla/ repository to the kolla-ansible/repository
* Remove or add content as needed

Change-Id: I10cf4b5baaf7f7fed7df800194a0c326372a22fb
2017-01-28 09:33:19 +10:00
Jenkins
717c80aef5 Merge "Fix RabbitMQ server error in bifrost" 2017-01-27 17:30:49 +00:00
Jenkins
cb4cef062e Merge "Optimize reconfigure action for cinder" 2017-01-27 17:30:43 +00:00
Jenkins
db7ec081d5 Merge "Optimize reconfiguration for octavia" 2017-01-27 15:53:53 +00:00
Jenkins
700089f5b3 Merge "Optimize reconfigure action for telegraf" 4.0.0.0b3 2017-01-27 15:30:20 +00:00
Jenkins
ac6822e8ea Merge "Optimize reconfiguration for kuryr" 2017-01-27 15:21:17 +00:00
Jenkins
6aa21cafd0 Merge "Revert part of a murano patch which breaks horizon" 2017-01-27 13:56:51 +00:00