Merge "Make sure we noop the Mysql_ providers"
This commit is contained in:
commit
785c9ca36b
@ -327,7 +327,7 @@ outputs:
|
||||
tripleo_ha_wrapper_bundle_name: galera-bundle
|
||||
tripleo_ha_wrapper_resource_state: Master
|
||||
tripleo_ha_wrapper_puppet_config_volume: mysql
|
||||
tripleo_ha_wrapper_puppet_execute: 'include ::tripleo::profile::base::pacemaker; include ::tripleo::profile::pacemaker::database::mysql_bundle'
|
||||
tripleo_ha_wrapper_puppet_execute: '["Mysql_datadir", "Mysql_user", "Mysql_database", "Mysql_grant", "Mysql_plugin"].each |String $val| { noop_resource($val) }; include ::tripleo::profile::base::pacemaker; include ::tripleo::profile::pacemaker::database::mysql_bundle'
|
||||
tripleo_ha_wrapper_puppet_tags: 'pacemaker::resource::bundle,pacemaker::property,pacemaker::resource::ocf,pacemaker::constraint::order,pacemaker::constraint::colocation'
|
||||
tripleo_ha_wrapper_puppet_debug: {get_param: ConfigDebug}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user