416 Commits

Author SHA1 Message Date
Ice Yao
e1ff26612f remove option verbose define in defaults/main.yml
References: https://review.openstack.org/#/c/269042/

TrivialFix

Change-Id: Ief08781342a06f956fc4cf00ba4383759da8c897
2016-01-20 16:17:05 +08:00
Allen Gao
3d4cedcc52 keep consistent with style of others
TrivialFix
It should be more comfortable to keep consistent:
$ find . -name *.yml | xargs grep -h -A5 start_container | grep name: | sort
    name: "ceph_mon"
    name: "ceph_rgw"
    name: "cinder_api"
    name: "cinder_backup"
    name: "cinder_scheduler"
    name: "cinder_volume"
    name: "glance_api"
    name: "glance_registry"
    name: "haproxy"
    name: "heat_api"
    name: "heat_api_cfn"
    name: "heat_engine"
    name: "horizon"
    name: "ironic-api"
    name: "ironic-conductor"
    name: "ironic-discoverd"
    name: "ironic-pxe"
    name: "keepalived"
    name: "keystone"
    name: "magnum_api"
    name: "magnum_conductor"
    name: "mariadb"
    name: "memcached"
    name: mistral_api
    name: mistral_engine
    name: mistral_executor
    name: "murano_api"
    name: "murano_engine"
    name: "neutron_agents"
    name: "neutron_openvswitch_agent"

Change-Id: Ie946286968c830dcc3c0c45cc9ba87418dd44e8c
2016-01-20 12:10:17 +08:00
Jenkins
0416913fb5 Merge "Fix ceph-mon existing cluster detection logic" 2016-01-19 17:48:36 +00:00
Jenkins
14c56d542f Merge "Consistency changes in configs" 2016-01-19 15:45:57 +00:00
Maciej Szankin
57fdb0ceed Consistency changes in configs
TrivialFix

Change-Id: Iafd92e4e962dec5a225582ff058ab3603e5a50bb
2016-01-19 14:58:11 +01:00
Wanlong Gao
66f5802daa Use driver instead of deprecated notification_driver in config
TrivialFix
https://review.openstack.org/#/c/249508/

Change-Id: Ie2732ee116b6b4b3e0210eb1f62fc72878d8c277
2016-01-19 17:09:19 +08:00
Jenkins
9a9dbf481b Merge "Replace the deprecated rsyslog config style" 2016-01-18 21:23:59 +00:00
Jenkins
37bcd509bc Merge "remove option verbose from config files" 2016-01-18 21:16:14 +00:00
Allen Gao
3729755da0 remove option verbose from config files
Option "verbose" from group "DEFAULT" is deprecated for removal.
Its value may be silently ignored in the future.

If this option is not set explicitly, there is no such warning.
Furthermore, the default value of verbose is true, so there is
no need to set this value in config files.

TrivialFix

Change-Id: I3ec2a8900c984a64bc0645672ef89a63975f7f4e
2016-01-18 21:29:36 +08:00
Qiu Yu
8c125f01fd Fix pid leftover after converting ceph to kolla_docker
Related-Id: Icb1e81dc8acabe51740edc5658957022ddd13cd7
TrivialFix

Change-Id: Icf7cca554a972370bb109530cce3a0d451c95ae1
2016-01-18 02:32:47 +08:00
Jenkins
b4edee1c2f Merge "Use auth_type instead of deprecated auth_plugin" 2016-01-17 16:02:56 +00:00
Wanlong Gao
93df2483c6 Replace the deprecated rsyslog config style
The old style has been deprecated for time:
http://www.rsyslog.com/doc/v8-stable/compatibility/v7compatibility.html#omruleset-and-discard-action-are-deprecated
TrivialFix

Change-Id: I70fa065f5fbd686ddb8f4134bb93c08c7af00365
2016-01-16 20:40:55 +08:00
Wanlong Gao
3898205f0a ironic-discoverd: fix ironic config file path
TrivialFix

Change-Id: Idb15f134137a377690d69d9848791a95df572948
2016-01-16 17:18:09 +08:00
Wanlong Gao
181b4947dd Use auth_type instead of deprecated auth_plugin
TrivialFix

Change-Id: I33924d6de43126ff8523883eebce703c976f9a1a
2016-01-16 07:44:14 +08:00
Qiu Yu
20c0f4c3f1 Fix ceph-mon existing cluster detection logic
After moving from data container to named volumes, ceph monmap detection
is broken. This change fix the logic by leverage kolla_docker's
idempotency creating a named volume.

Change-Id: Iabc2e2fe5f526e1a6fc2e1b1158d1702aaf4bdf9
Related-Bug: #1533368
2016-01-16 06:17:44 +08:00
Hui Kang
a755aa88e4 Fix wrong integration bridge configuration name in ml2 conf
Change-Id: Idd8d0c41fb527634fcbb74da415c99a3e3995e3c
closes-Bug: #1534666
2016-01-15 12:08:18 -05:00
Michal Jastrzebski
26524c7475 Playbook for keystone upgrade
New playbook for keystone release upgrade.

Co-Authored-By: SamYaple <sam@yaple.net>
Change-Id: I387abb30e5ead0033430848164d250fce739d2fd
Implements: blueprint upgrade-keystone
Partially-Implements: blueprint upgrade-kolla
2016-01-13 18:48:55 +00:00
Jenkins
c12bfae549 Merge "Fix some mistal mistakes" 2016-01-12 17:35:55 +00:00
Jenkins
e8e8a9a2ab Merge "Make galeradb bootstraping robust" 2016-01-11 20:23:58 +00:00
Jenkins
853f037329 Merge "Allow mistral role to pull images" 2016-01-11 10:33:19 +00:00
Jeffrey Zhang
d33931ca10 Do not start and pull rsyncd on swift-proxy-server
TrivalFix

Change-Id: Ide5bd0103048e9ed096e8c77d2214855c2d65153
2016-01-09 19:28:22 +08:00
SamYaple
293a8ffe11 Fix some mistal mistakes
Change task capitalization to match rest of project and start
executor container properly.

TrivalFix

Change-Id: I657b70779b5c3e7695943183c3db7b1e5442dd0a
2016-01-07 16:02:24 +00:00
SamYaple
0995a40100 Allow mistral role to pull images
Change-Id: Id5e56f62dff4fc7bc52641a56abab3ee88a25740
Partially-Implements: blueprint pre-pull-images
2016-01-07 16:00:43 +00:00
Jenkins
711dd714b3 Merge "Ansible files for mistral containers." 2016-01-07 10:49:05 +00:00
Jenkins
5b6e1e9e53 Merge "Simulate normal ansible behaviour with shared role" 2016-01-07 10:42:41 +00:00
Jenkins
0a240c2726 Merge "Fix missing mountpoint in glance bootstrap" 2016-01-07 10:23:37 +00:00
SamYaple
e0fc4cb3bd Fix missing mountpoint in glance bootstrap
Change-Id: I637eef710c0c4964a440e21e3ac15f8fca4b1830
Closes-Bug: #1519965
2016-01-06 22:43:44 +00:00
SamYaple
71ec2de0cb Allow swift role to pull images
Change-Id: I9e1ec355148bf6d09d78de80ec2ebfad55287033
Partially-Implements: blueprint pre-pull-images
2016-01-06 14:44:14 +00:00
SamYaple
bfcc849a40 Allow rabbitmq role to pull images
Change-Id: I184aabfbbd9fcd0b87080d044b0d286f0deac14c
Partially-Implements: blueprint pre-pull-images
2016-01-06 14:44:13 +00:00
Jenkins
09bf7bc5a7 Merge "Allow nova role to pull images" 2016-01-06 08:25:43 +00:00
Jenkins
367c67dd25 Merge "Allow neutron role to pull images" 2016-01-06 08:24:32 +00:00
Jenkins
d9762fe61e Merge "Allow murano role to pull images" 2016-01-06 08:22:48 +00:00
Jenkins
0cf0ca01f4 Merge "Allow memcached role to pull images" 2016-01-06 08:22:04 +00:00
Jenkins
5127c935c4 Merge "Allow mariadb role to pull images" 2016-01-06 08:21:58 +00:00
Jenkins
38188c6b53 Merge "Allow magnum role to pull images" 2016-01-06 08:20:10 +00:00
Jenkins
2c7ae58dfb Merge "Allow keystone role to pull images" 2016-01-06 08:20:03 +00:00
Jenkins
5b7e37d199 Merge "Allow ironic role to pull images" 2016-01-06 08:19:01 +00:00
Jenkins
9dc5c30b39 Merge "Allow horizon role to pull images" 2016-01-06 08:18:38 +00:00
Jenkins
8c54c82b7d Merge "Allow heat role to pull images" 2016-01-06 08:17:20 +00:00
Jenkins
f16fa6d741 Merge "Allow haproxy role to pull images" 2016-01-06 08:15:31 +00:00
Jenkins
aa111015fd Merge "Allow glance role to pull images" 2016-01-06 08:15:11 +00:00
Jenkins
ab09cc0215 Merge "Allow cinder role to pull images" 2016-01-06 08:15:05 +00:00
SamYaple
575bc72f7b Allow nova role to pull images
Change-Id: Ic20c31efea461f30917a94546db6e261a8b5166f
Partially-Implements: blueprint pre-pull-images
2016-01-06 04:23:28 +00:00
SamYaple
79f4883cc8 Allow neutron role to pull images
Change-Id: I81b75f51937c0365cfc3b7066d5f418a8bacd7ea
Partially-Implements: blueprint pre-pull-images
2016-01-06 04:23:28 +00:00
SamYaple
e764e8522d Allow murano role to pull images
Change-Id: I0971ddcff7b688ae0dee7658ab4be7ca3fbbdc28
Partially-Implements: blueprint pre-pull-images
2016-01-06 04:23:28 +00:00
SamYaple
b6ac0b2eef Allow memcached role to pull images
Change-Id: I860af348b126979fa756f89c6fac769c750be85a
Partially-Implements: blueprint pre-pull-images
2016-01-06 04:23:28 +00:00
SamYaple
bdc0f531e7 Allow mariadb role to pull images
Change-Id: I9b453545126e9030406c9888a8210b254ebd3637
Partially-Implements: blueprint pre-pull-images
2016-01-06 04:23:28 +00:00
SamYaple
06356a8b0f Allow magnum role to pull images
Change-Id: Ia7a0bb934827f37af6091895b95ece95a9e3c874
Partially-Implements: blueprint pre-pull-images
2016-01-06 04:23:28 +00:00
SamYaple
9efc593c8f Allow keystone role to pull images
Change-Id: I64aff93368da7580b6cc1369a42be0904a670f98
Partially-Implements: blueprint pre-pull-images
2016-01-06 04:23:28 +00:00
SamYaple
b7aca3f90e Allow ironic role to pull images
Change-Id: Ib3c71d89f8e20d58d44034a215140a35c6874a2b
Partially-Implements: blueprint pre-pull-images
2016-01-06 04:23:28 +00:00