Mount /usr/share/ceph-ansible into mistral-executor

The undercloud needs to be able to run the playbooks shipping with
ceph-ansible so we mount them from the hosting node in undercloud.yaml

Change-Id: I8d1db69d520da069099f919f286e6a553dd645a5
Closes-Bug: 1794027
This commit is contained in:
Giulio Fidente 2018-09-21 15:13:37 +02:00
parent 1badfc470a
commit 5ca0b91275
1 changed files with 2 additions and 0 deletions

View File

@ -139,3 +139,5 @@ parameter_defaults:
MySQLServerOptions:
mysqld:
connect_timeout: 60
MistralExecutorExtraVolumes:
- /usr/share/ceph-ansible:/usr/share/ceph-ansible:ro