|
@@ -608,7 +608,11 @@ def build_controller_args(facts):
|
|
cloud_cfg_path = os.path.join(facts['common']['config_base'],
|
|
cloud_cfg_path = os.path.join(facts['common']['config_base'],
|
|
'cloudprovider')
|
|
'cloudprovider')
|
|
if 'master' in facts:
|
|
if 'master' in facts:
|
|
- controller_args = {}
|
|
|
|
|
|
+ controller_args = {
|
|
|
|
+ 'pv-recycler-pod-template-filepath-nfs': '/etc/origin/master/recycler_pod.yaml',
|
|
|
|
+ 'pv-recycler-pod-template-filepath-hostpath': '/etc/origin/master/recycler_pod.yaml'
|
|
|
|
+ }
|
|
|
|
+
|
|
if 'cloudprovider' in facts:
|
|
if 'cloudprovider' in facts:
|
|
if 'kind' in facts['cloudprovider']:
|
|
if 'kind' in facts['cloudprovider']:
|
|
if facts['cloudprovider']['kind'] == 'aws':
|
|
if facts['cloudprovider']['kind'] == 'aws':
|