6606 Commits

Author SHA1 Message Date
Jenkins
5b78ceaed2 Merge "Using https instead of http" 2017-02-08 06:38:28 +00:00
zhuzeyu
6e6a36944e Using yaml.safe_load instead of yaml.load
It is not safe to call yaml.load with any data received from
an untrusted source, we'd better use yaml.safe_load

Reference:
https://security.openstack.org/guidelines/dg_avoid-dangerous-input-parsing-libraries.html

Change-Id: Ic8bf73bf0f2e2c29eb48094367cf558483be1267
2017-02-08 12:02:52 +08:00
Cao Xuan Hoang
9738f00ebf Remove support for py34
The gating on python 3.4 is restricted to <= Mitaka. This is due to
the change from Ubuntu Trusty to Xenial, where only python3.5 is
available. There is no need to continue to keep these settings.

Change-Id: I7762918aa4d78028d1ceb2cc727c3c7dedd05a00
2017-02-08 10:06:08 +07:00
Jeffrey Zhang
950feb1e1c Do not check security opt in some case in kolla_docker module
Security opt is disable when using host ipc or host pid or
privileged[0].

[0]
https://github.com/docker/docker/blob/master/daemon/create.go#L161,L164

Change-Id: I83d7c74aaeb5c59981c76464e69d5b5baa00fefb
2017-02-08 10:36:37 +08:00
Jenkins
0a8e2a6206 Merge "Bump docker to 1.12 in bootstrap-servers" 2017-02-07 17:32:18 +00:00
Jenkins
091b17a356 Merge "Allow configuration of HAProxy default timeouts" 2017-02-07 17:31:32 +00:00
Jenkins
db7ee0f16d Merge "Fluentd should not chown all files in /var/log/kolla" 2017-02-07 16:34:21 +00:00
Jenkins
8c95a0f568 Merge "Fix pip install command in quickstart" 2017-02-07 16:34:15 +00:00
Jenkins
7a8007e7a9 Merge "Load freezer dashboard" 2017-02-07 16:33:49 +00:00
Vladislav Belogrudov
f556a42a87 Allow configuration of HAProxy default timeouts
With this fix operator can tune client/server timeouts of HAProxy
to avoid receiving '504' for lengthy requests by API clients.

Change-Id: I12611b34f99759e6b6527fea3768a971c9fbdd71
Closes-Bug: #1662506
2017-02-07 18:21:57 +03:00
Jenkins
000e850933 Merge "Add the missing pull image for ironic-dnsmasq" 2017-02-07 14:43:45 +00:00
Jenkins
c9034d0423 Merge "Mount mnt folder when enabled cinder nfs backend" 2017-02-07 14:19:03 +00:00
Jenkins
75aec933ee Merge "Fix the WARNING in copy keystone domain task" 2017-02-07 14:18:57 +00:00
Jenkins
a662775464 Merge "Fix gnocchi auth issue" 2017-02-07 14:10:02 +00:00
Saverio Proto
882c31231d Fix BASEDIR to package Kolla with snapcraft.io
Change-Id: Ifc2af94e30183c86166ec2946d107becd53fd82f
2017-02-07 15:09:33 +01:00
caowei
48de6912d3 Add Freezer doc link in README.rst
Change-Id: Ief97bce665987e2e8aca03832e5f89c353c95b12
2017-02-07 18:23:12 +08:00
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
0d16ad7343 Merge "This feature is supporting for collecting log from IPA." 2017-02-07 08:51:42 +00:00
Jenkins
17cce2039b Merge "Fix commands failing when installed from sdist" 2017-02-07 08:09:58 +00:00
Paul Bourke
c992c4b1eb Fix pip install command in quickstart
Change-Id: I3832d41260849adc4bb24de287c1dbb624cbe7eb
2017-02-06 16:25:34 +00:00
Paul Bourke
b7dbb0a921 Fix commands failing when installed from sdist
pbr was failing to find a correct version when kolla-ansible was
installed via 'pip install ...'

Thanks to dhellmann for the fix.

Change-Id: I5be5fc6709c729141a43d3c69384a5f7a9b2e8f8
Closes-Bug: #1662195
2017-02-06 16:22:08 +00:00
Mauricio Lima
b155ad5d96 Optimize reconfiguration for etcd
Co-Authored-By: caoyuan <cao.yuan@99cloud.net>
Change-Id: I1cd494afd3a76e832272e70e9e1e5a41a522a31e
Partially-implements: blueprint better-reconfigure
2017-02-06 23:01:09 +08:00
caoyuan
e58a2d85ca Add the missing pull image for ironic-dnsmasq
Change-Id: I7c5188c8b13b4dc728b201a29b6d304a7d396201
2017-02-06 22:35:37 +08:00
Jenkins
161491edc5 Merge "Update kolla-ansible docker-version" 2017-02-06 13:24:10 +00: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
Jeffrey Zhang
078dd5566e Mount mnt folder when enabled cinder nfs backend
Change-Id: Ib3d0067ce4bc90245664a2fff337d4e71e4214c1
2017-02-06 10:53:17 +08: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
caowei
d467161399 Load freezer dashboard
Change-Id: Ib7354920de24dbab9481553bad6521e2f5e93fae
Depends-On: I8a70c7e95cdd6517816060e148d3fdc4857182f4
Closes-Bug: #1661953
2017-02-05 21:24:34 +08: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
Jeffrey Zhang
2b402ace4d Fix the WARNING in copy keystone domain task
Change-Id: I2bf2e8a6ba17c813bb2b9cdf05d3062f29d9fdf6
Closes-Bug: #1653168
2017-02-05 20:49:20 +08:00
Jeffrey Zhang
430a9dedf3 Use new bootstrap and register method
Change-Id: I61aa70affc8ff98c7e57160de8da0df3d6be5929
2017-02-05 20:45:46 +08: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
caoyuan
13eed1ba57 Optimize reconfiguration for kibana
Change-Id: Ic4beb20361644b42dbed82fcffb7446c00f84e87
Partially-implements: blueprint better-reconfigure
2017-02-04 15:16:17 +00:00
Steven Dake
7e105e009b Update kolla-ansible docker-version
Docker version 1.13.0 is broken with the kolla-ansible deliverlable.

Mark it as such in the documentation.

Change-Id: I91da906cfa2a4552739749b27b41006fbc06215d
2017-02-04 07:27:27 -07: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
caoyuan
e527707056 Optimize reconfigure action for congress
Co-Authored-By: Mauricio Lima <mauriciolimab@gmail.com>
Change-Id: I568ebe2e5160982aaf5a82b6d73a753cbadc0c49
Partially-implements: blueprint better-reconfigure
2017-02-04 15:50:27 +08:00
Jeffrey Zhang
38ad05a872 Remove unnecessary until in register.yml file
Change-Id: I1577cc3afef4dadd3a188c8ba749c9cdfad313ae
2017-02-04 14:38:54 +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
caoyuan
1210720a95 Optimize reconfigure action for trove
Co-Authored-By: Mauricio Lima <mauriciolimab@gmail.com>
Change-Id: Icbf70b0cb242dbd705e8794369b7f8d32a43c25f
Partially-implements: blueprint better-reconfigure
2017-02-04 13:42:55 +08:00
Jeffrey Zhang
f4b0b359f9 Fluentd should not chown all files in /var/log/kolla
Change-Id: If77663306e68e7a35f3e6772490a5622b7a8d32f
2017-02-04 05:16:55 +00:00
Jeffrey Zhang
71f6d104d8 Add Loading nfs_shares file without .j2 extension in cinder config
We do not use *.j2 filename pattern in custom config folder. Add
nfs_shares without .j2 extension for consistency. And do not remove the
.j2 extension file for back compatibility.

Change-Id: Ic66c2f3188e818b9dff4d693102f0d433d2695ac
2017-02-04 13:16:26 +08:00
zhuzeyu
3efdff06c3 Update the CONTRIBUTING.rst file
In this file, Some links still use kolla repo,
we should modify it.

Change-Id: I8337bab80c5cf8014014463aac84ca9d6d5b6ba9
2017-02-04 12:33:50 +08: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