5654 Commits

Author SHA1 Message Date
Steven Dake
d323d39b66 Set the license field in pip
TrivialFix

Change-Id: I2aa6ec14f6d9da40423eabc9cd170826a65ba194
2016-11-02 04:51:13 -07:00
Jenkins
0d5407d55e Merge "Add enable service logic in port check" 2016-11-01 17:09:31 +00:00
Jenkins
471e2c0d93 Merge "Configure log path for kibana" 2016-11-01 12:14:28 +00:00
Jenkins
668439d240 Merge "deprecate external_network_bridge option in neutron" 2016-11-01 12:13:10 +00:00
Jenkins
9f66ee7e20 Merge "change "openstack" to "OpenStack"" 2016-11-01 11:51:06 +00:00
Jenkins
fc329bcce2 Merge "Update the way of loading the admin-openrc.sh file" 2016-11-01 11:38:52 +00:00
Jenkins
23646eb07f Merge "added kibana reconfigure" 2016-11-01 11:29:08 +00:00
Jenkins
c4d34cf464 Merge "Update the format of bifrost deploy.yml" 2016-11-01 11:28:17 +00:00
prameswar
da650f868a added kibana reconfigure
Closes-bug: #1636806

Change-Id: I24e5d40ea590212114611da77cf0dfd145b76100
2016-11-01 02:15:06 +00:00
Jenkins
3920e44fb3 Merge "Update the task's name" 2016-10-31 21:16:05 +00:00
Eduardo Gonzalez
e958d6fdec Add enable service logic in port check
Missing enable_service logic in
searchlight, influxdb and etcd services in port checks

TrivialFix

Change-Id: I6589ecc4a6100d3e564796c9bbebc3ecdf30809f
2016-10-31 20:29:40 +00:00
Jenkins
a204b62f22 Merge "change do_reconfigure.yml to reconfigure.yml in CONTRIBUTING.rst" 2016-10-31 14:03:40 +00:00
Jenkins
bde2ae495d Merge "grafana added to haproxy to listen on VIP" 2016-10-31 13:05:53 +00:00
ZhongShengping
d7d2e0d09c deprecate external_network_bridge option in neutron
Option "external_network_bridge" from group "DEFAULT" is deprecated
for removal. Its value may be silently ignored in the future.

Change-Id: I2752fca275dd7b340c0ff97bfa3eecc0d3358e63
Closes-Bug: #1637808
2016-10-30 17:51:23 +08:00
caoyuan
ffa552b282 Update the way of loading the admin-openrc.sh file
TrivialFix

Change-Id: I3cfa94d9f6202664a06c24d691376eb8759b922a
2016-10-29 22:21:26 +08:00
caowei
dc79b451cc change do_reconfigure.yml to reconfigure.yml in CONTRIBUTING.rst
TrivialFix
Change-Id: I3b6a04753ad768afe96747c0185d73fb9913e0ec
2016-10-28 18:30:01 +08:00
hwc
ac8986a11a change "openstack" to "OpenStack"
According to the word choice convention in
http://docs.openstack.org/contributor-guide/writing-style/word-choice.html
We should use OpenStack instead of openstack.

Change-Id: I3023b606d30f112296025f67d7bbe25c49fa2f41
TrivialFix
2016-10-28 03:29:39 +00:00
caoyuan
df54e88132 Update the task's name
TrivialFix

Change-Id: I2cc1441a5fcf9c09db01d17c840bb784f4db1c0e
2016-10-27 16:17:42 +00:00
OpenStack Proposal Bot
198e8d2d6f Updated from global requirements
Change-Id: Iabb29ce10b346d7ef24747e957d701d80b64468d
2016-10-27 12:15:09 +00:00
Jenkins
f8163da8f3 Merge "Update "=" to "==" in "if" condition" 2016-10-27 11:59:36 +00:00
prameswar
c1d80d3410 grafana added to haproxy to listen on VIP
Closes-bug: #1636579

Change-Id: I5628196885bddebab84abb71c89753582123418c
2016-10-26 15:51:54 +00:00
caoyuan
dab70bb504 Update the format of bifrost deploy.yml
TrivialFix

Change-Id: If1c072c1afc56b329fccc034943ababc66020bb7
2016-10-26 13:47:27 +00:00
Jenkins
40a1176a36 Merge "Fix fernet related components added to fact var properly." 2016-10-25 15:13:37 +00:00
Jenkins
6f60958152 Merge "Print all docker images in gate" 2016-10-25 10:17:30 +00:00
Jeffrey Zhang
37f36af5f5 Print all docker images in gate
TrivialFix

Change-Id: I65ba1828fccee52194eb2b76c4055c922236d97b
2016-10-24 20:16:22 +08:00
Jeffrey Zhang
a5afa45f4e Configure log path for kibana
Closes-Bug: #1635989
Change-Id: I99402e54e7cc2f1ad972021bb1056966f5c08bff
2016-10-24 12:12:58 +00:00
Jenkins
f209dee147 Merge "Install the packages needed by different ironic drivers" 2016-10-24 11:21:33 +00:00
Jenkins
e3036c33dc Merge "Add a judgement condition in file pre-install.yml" 2016-10-24 11:17:04 +00:00
Jenkins
a1800d933c Merge "corrected line collapsing in ceilometer.conf" 2016-10-24 11:09:23 +00:00
Jenkins
61993554f9 Merge "Remove unnecessary blank line from file glance-api.json.j2" 2016-10-24 11:07:52 +00:00
Jenkins
cbaf6279bc Merge "Add serial for searchlight" 2016-10-24 10:53:35 +00:00
zeyu Zhu
409b635b45 Add a judgement condition in file pre-install.yml
keep consistent with above

TrivialFix

Change-Id: Ia4b531eae1eb31b047b3486861c30c93abb8132d
2016-10-24 17:29:51 +08:00
Jenkins
3abf37f769 Merge "Remove the unnecessary "if" condition" 2016-10-24 08:25:19 +00:00
Tomoya Goto
8c8e296ecf Fix fernet related components added to fact var properly.
Previous version of keystone reconfigure fails at adding fernet
components to fact variable "keystone_item".
Ansible can not create fact variable using newly created variable
in a same task.

This patch set split this task into two tasks, first create variable
containing fernet components, then merge it to "keystone_item".

Change-Id: I15571ab20d6104d30350e8b922401b462336fca0
Closes-Bug: #1636047
2016-10-24 15:48:37 +09:00
caoyuan
5bdf98f7b5 Update "=" to "==" in "if" condition
Keep consistent with other "if" condition
TrivialFix

Change-Id: I18fea71bd50729642543afd4d3bab0b7dfaecd3d
2016-10-22 17:04:13 +08:00
prameswar
8a63cf45b5 corrected line collapsing in ceilometer.conf
Closes-bug: #1635667

Change-Id: I256a39b6241d5b506f099fb98847af9417748702
2016-10-22 02:17:55 +00:00
Jenkins
430ddf9dd3 Merge "Enable release notes translation" 2016-10-21 20:50:56 +00:00
Mauricio Lima
56a9c9ad2d Add serial for searchlight
Change-Id: If83e802fbed98b41f3bc201f0083a4a4ab0852c0
Closes-Bug: #1635678
2016-10-21 14:28:22 -03:00
caoyuan
5c6cddbcf6 Remove the unnecessary "if" condition
TrivialFix

Change-Id: Ib7f07b88055594e594604ed2c4471058719cba56
2016-10-22 00:20:18 +08:00
Jenkins
e87f095085 Merge "Update the upgrade.yml for mariadb roles" 2016-10-21 16:19:33 +00:00
Jenkins
277f6c058b Merge "Fix spelling mistake in kolla-host release note" 2016-10-21 11:23:18 +00:00
Jenkins
8fde05f466 Merge "Fix vagrant's kolla folder sync" 2016-10-21 11:23:10 +00:00
Jenkins
9311e2caab Merge "Move bandit to pep8 as generic linting target" 2016-10-21 11:08:49 +00:00
Jenkins
807eab2b36 Merge "Add logrotate configuration for elasticsearch" 2016-10-21 11:08:31 +00:00
zeyu Zhu
5b65d41e20 Fix spelling mistake in kolla-host release note
TrivialFix

Change-Id: I4315d63d29dafd0483898e64f424576c0342b7c0
2016-10-21 08:48:52 +00:00
Jenkins
89b812971d Merge "corrected register variable name in ceilometer bootstrap.yml" 2016-10-21 07:31:38 +00:00
David Moreau-Simard
75cc748b09 Pin ARA to 0.9.1 temporarily
The next release of ARA (0.10.0) contains a change to the callback
plugin location that /should/ be backwards compatible but let's
control the update to the newer version to be safe and avoid
breaking the gate needlessly.

Change-Id: I32176166e8ebcbfdf0baa8bd7ec30e5ec6d795a5
2016-10-20 17:53:32 -04:00
Jenkins
9b7ded1a1c Merge "Use option auth_type in group trustee in heat configuration" 2016-10-20 16:10:13 +00:00
Jenkins
27b0c907b5 Merge "Ironic should be started before nova-ironic-compute" 2016-10-20 16:05:07 +00:00
Martin André
e259c2a60d Fix vagrant's kolla folder sync
Correct relative path of kolla root directory after vagrant environment was
moved from dev/vagrant to contrib/dev/vagrant.

Closes-Bug: #1635329

Change-Id: Ib13a6123f34d69884e27029f5144ff1ad165e73e
2016-10-20 17:43:12 +02:00