5954 Commits

Author SHA1 Message Date
Jeffrey Zhang
6e7d73be16 Load all sections defined in code and conf file
oslo.config has two method, _groups and list_all_sections. the former
return all sections defined in config file and the latter one return all
sections defined in code.

Change-Id: Ib05a6dffc2463fd30f183ae5bfb3fc20f475a0bc
Closes-Bug: #1639323
2016-11-05 20:28:30 +08:00
caowei
06ce7be1c3 Add header blocks to Dockerfiles
TrivialFix

Change-Id: I73da488b3d147c03e113772a32af8401daf1583a
2016-11-05 07:24:13 +08:00
Jeffrey Zhang
2392d7e38c Add file validator for *.json.j2 file
All json file in Kolla are json.j2 file, it shold be render as jinja
template, then validate by using json.

Change-Id: Ibabbe435116fd255d68347e00407156db76fedfe
Closes-Bug: #1634447
2016-11-05 01:16:12 +08:00
Bertrand Lallau
c1d2c54533 Fix spelling mistake in remove-fedora release note
TrivialFix

Change-Id: I223201e545abbedff52b1d4404f79757d173d2f2
2016-11-04 17:52:25 +01:00
Jenkins
f25f1b7b6d Merge "Fix cinder volume permission issue" 2016-11-04 15:47:00 +00:00
Jenkins
3f28c5c182 Merge "Add kolla_ prefix for all sudoers files" 2016-11-04 15:46:11 +00:00
Jenkins
6dd2a7d029 Merge "change the mode for sudoers file" 2016-11-04 15:46:04 +00:00
Jenkins
8e51c4d993 Merge "Move to manage.py migrate in horizon" 2016-11-04 15:45:57 +00:00
Michal (inc0) Jastrzebski
34c7d15f2e Remove hostname from 127.0.0.1
We need this hostname to resolve to api_interface.

Change-Id: Ie66c1abc2d5a16c56cb5b83e48787efd5bf54fc3
Closes-Bug: #1634910
2016-11-04 15:28:32 +00:00
Jenkins
23a7588a0a Merge "baremetal group defined in all-in-one" 2016-11-04 15:03:08 +00:00
Jenkins
57bfda934b Merge "Add solum container" 2016-11-04 14:58:33 +00:00
Jenkins
cc098c19b9 Merge "Improve playbook to setup gate nodes" 2016-11-04 14:52:27 +00:00
Jeffrey Zhang
b09825d39d Move to manage.py migrate in horizon
manage.py syncdb is deprecated since django 1.7

Change-Id: I2b419b183e839485b7c5080112a73bab3f869ce6
Closes-Bug: #1639259
2016-11-04 22:43:29 +08:00
Jenkins
520ac1823c Merge "Make number of ceilometer-api processes configurable" 2016-11-04 14:39:00 +00:00
Jenkins
705226de74 Merge "add grafana log in heka" 2016-11-04 14:28:24 +00:00
Jenkins
fbedc6145d Merge "Set memcache connection limit to 5000" 2016-11-04 14:24:11 +00:00
Jenkins
4f6b6fc808 Merge "Correct the path of /etc/hosts" 2016-11-04 14:19:05 +00:00
caowei
f270f0c589 Add solum container
Change-Id: If2a959a037c1c67f48a6f9e56e49c435050b0aab
Partially-implements: bp solum-support
2016-11-04 21:59:50 +08:00
Jenkins
32e2121b4f Merge "Allow operators to customise pip in kolla-toolbox" 2016-11-04 13:49:50 +00:00
Jenkins
dbc881456b Merge "Custom policy files" 2016-11-04 13:42:55 +00:00
Jenkins
d69ab19701 Merge "Remove Fedora support" 2016-11-04 13:39:07 +00:00
Jeffrey Zhang
69f980b86d change the mode for sudoers file
vmtp and grafana are configured in wrong.

TrivialFix

Change-Id: Ib7eab9ae6d433328772da450bb7a9b2a5e2554ee
2016-11-04 21:35:56 +08:00
Jeffrey Zhang
d9155867a9 Add kolla_ prefix for all sudoers files
Add kolla_ prefix for all sudoers files in case of overwrite.

TrivialFix

Change-Id: I33cd58caf65a116c8442cb931699867b81dba616
2016-11-04 13:33:45 +00:00
Jeffrey Zhang
cf1dc75f34 Fix cinder volume permission issue
cinder volume container overwrite the default cinder_sudoers file in
Ubuntu binary install type. Rename it to kolla_cinder_volume_sudoers

Change-Id: I20a362ccb3b4d8e6422f63a1815b62ba47c9d7c1
Closes-Bug: #1638585
2016-11-04 13:30:33 +00:00
Jenkins
d25ddf87f3 Merge "Add chrony docker image" 2016-11-04 12:38:35 +00:00
James McCarthy
01307a0005 Include oslo.vmware along with other oslo packages in openstack-base.
TrivialFix

Change-Id: Ie1662f7e9873b7cd71e819a76b1eef0b5063da8e
2016-11-04 12:23:58 +00:00
Jenkins
ebc2e2f1c1 Merge "Change workers in murano service" 2016-11-04 12:08:14 +00:00
Jenkins
466866aaa4 Merge "Add OS_CACERT in openrc when it is configured" 2016-11-04 12:04:37 +00:00
Jenkins
8b095825dc Merge "Enable Gnocchi plugin in grafana" 2016-11-04 11:49:52 +00:00
Jenkins
343d129f3a Merge "Fix typo in ansible/roles/haproxy/templates/haproxy.cfg.j2" 2016-11-04 11:42:29 +00:00
Paul Bourke
5ddba7892d Fix plugin parsing for base images
If we try to add a plugin to a base image, e.g.

[neutron-base-plugin-neutron-fwaas]
type = git
location = https://github.com/openstack/neutron-fwaas
reference = master

The build will fail as it parses the above as both
"neutron-base-plugin-neutron-fwaas" and "base-plugin-neutron-fwaas".

Update the regex to ensure the image name is anchored to the beginning of the
conf section.

Change-Id: I4099ebd0d25cd28a9bb3bdc4fcfbf311ce22a3fd
Closes-Bug: #1638900
2016-11-04 10:27:39 +00:00
Cady_Chen
4364ebda6a Fix typo in ansible/roles/haproxy/templates/haproxy.cfg.j2
fix ‘recomended’ to ‘recommended’

TrivialFix

Change-Id: Ica30daec68e6c66c95607ce53a48672e6ef1541d
2016-11-04 09:20:24 +00:00
Jenkins
9d138fe835 Merge "Fix Manila-data binary distro" 2016-11-04 07:44:21 +00:00
Jeffrey Zhang
dd50d68676 Add OS_CACERT in openrc when it is configured
TrivialFix

Change-Id: I5750645d63c27d3778df27ca090ceccbc08d5eef
2016-11-04 07:23:16 +00:00
Jeffrey Zhang
86a5c8cb79 Add chrony docker image
Partially-implements: blueprint add-chrony-service
Change-Id: If8045c62656ffc0090d0c02ca0fbe58ab8c5f29f
2016-11-04 07:19:11 +00:00
Jeffrey Zhang
bbb6ad1b3f Enable Gnocchi plugin in grafana
With this plugin, we can show the gnocchi data in grafana.

TrivialFix
Change-Id: Ib93ae79f1048566626f319063f4fcaec6f151a52
2016-11-04 07:19:10 +00:00
Jeffrey Zhang
f88448e735 Change workers in murano service
* Add api_workers option in murano group.
* engine workers moved from workers to engine_workers option in engine
  group.

Change-Id: I746a4e3c69acfd809e167e14a30cc8ed6b0512fb
Closes-Bug: #1638793
2016-11-04 07:18:42 +00:00
Jenkins
16d772cd53 Merge "Fix keystone image building issue" 2016-11-04 07:04:17 +00:00
Jenkins
ac3ba89c8e Merge "Make Ubuntu gate work" 2016-11-04 07:01:50 +00:00
Jenkins
d0f38face0 Merge "Fix typo" 2016-11-04 06:16:05 +00:00
Jenkins
a68f0b3c91 Merge "Changed the start script name in cinder-volume" 2016-11-04 05:32:43 +00:00
Mauricio Lima
a6ccbe1803 Fix Manila-data binary distro
Closes-Bug: #1639011

Change-Id: Icc4e798590645910de1a86eaf46082343d999f6a
2016-11-04 04:51:16 +00:00
Mauricio Lima
1f8868014b Update manila-data service inventory
TrivialFix

Change-Id: Ic8bb1685fefb2fba34776cb68843b64fe5d30a98
2016-11-03 17:21:01 -03:00
Jenkins
da832be870 Merge "Barbican: Fix race condition when starting procs simultaneously" 2016-11-03 17:31:12 +00:00
junbo
7093203d4c Fix typo
Change-Id: I683a27857b9e835e7b708c818b152dfd1e07daec
2016-11-04 01:20:19 +08:00
Jeffrey Zhang
7de2e5202b Fix keystone image building issue
wsgi.py file is remove in O. should move to keystone-wsgi-admin and
keystone-wsgi-public script.

TrivialFix

Change-Id: If86c407fd208adc5be6df54ac05dc39ee1cf757e
2016-11-03 16:56:47 +00:00
Steven Dake
4d867f1fba Make Ubuntu gate work
Co-Authored-By: Jeffrey Zhang <jeffrey.zhang@99cloud.net>
Closes-Bug: #1638895
Change-Id: Ieeb6a795a3b0295e1b8c7137c08626550317ec01
2016-11-03 16:07:47 +00:00
prameswar
6411fe48f5 baremetal group defined in all-in-one
Closes-bug: #1638810

Change-Id: I72f8c694a417a098498c435163e7ee9be27e4fc1
2016-11-03 14:51:11 +00:00
Pete Birley
51e6c102d1 Barbican: Fix race condition when starting procs simultaneously
This fixes a race condition when starting barbican processes,
as by default they attempt to manage the db schema on startup.

TrivialFix

Change-Id: Ic168211880709a3279511ce519756e4cbdd57fe8
2016-11-03 14:24:02 +00:00
Jenkins
dc7001de4c Merge "Add guide for Hitachi NAS Platform Driver for Manila" 2016-11-03 14:19:14 +00:00