6404 Commits

Author SHA1 Message Date
zhuzeyu
fa7ae41f9c Using https instead of http
The security of https is higher than http

Change-Id: I18bab6daea293cad7c063a4075535b9dc03cf633
2017-02-07 17:21:15 +08:00
Jenkins
36408dde59 Merge "Change freezer exact syntax problem" 2017-02-06 09:02:08 +00:00
zhubingbing
d6b4c25d20 Change freezer exact syntax problem
Closes-Bug: #1662068

Change-Id: I57d4df3ccb70471d8509fcffb351bd254fec567b
2017-02-06 05:35:44 +00:00
Jenkins
af5a81b551 Merge "Add release note regarding nova upgrade" 2017-02-05 15:18:06 +00:00
Jenkins
747b100e48 Merge "Fix parameter issue in cinder handlers" 2017-02-05 15:08:59 +00:00
Jenkins
4938e80b81 Merge "Enable tacker_horizon when enable_tacker is yes" 2017-02-05 12:57:50 +00:00
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
Mauricio Lima
4957752286 Fix parameter issue in cinder handlers
Co-Authored-By: Jeffrey Zhang <jeffrey.zhang@99cloud.net>
Change-Id: I92c0757af6567cbb4ff338493df9931ebef3366c
2017-02-04 15:55:29 +08: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
qiankun.zhang
138ff1656d Enable tacker_horizon when enable_tacker is yes
Depends-On: Ic63c88436b03c14ef767ee102625e697250c00e0
Change-Id: I0220cdb13686deda8b7a3a622530cd72fbe80dad
Closes-Bug: #1647894
2017-02-04 01:54:36 +00:00
Michal (inc0) Jastrzebski
b12fd3ac65 Add release note regarding nova upgrade
There are steps that operator need to do if they have existing config
files.

Change-Id: Ie523db44a903bb50652d3cbaac111475cce7cc8b
2017-02-04 01:12:03 +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