Browse Source

Merge pull request #5387 from gnufied/disable-reconciler-sync-adc

disable adc reconciler sync for aws
Scott Dodson 7 years ago
parent
commit
615d71a6c9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      roles/openshift_facts/library/openshift_facts.py

+ 1 - 0
roles/openshift_facts/library/openshift_facts.py

@@ -643,6 +643,7 @@ def build_controller_args(facts):
                 if facts['cloudprovider']['kind'] == 'aws':
                     controller_args['cloud-provider'] = ['aws']
                     controller_args['cloud-config'] = [cloud_cfg_path + '/aws.conf']
+                    controller_args['disable-attach-detach-reconcile-sync'] = 'true'
                 if facts['cloudprovider']['kind'] == 'openstack':
                     controller_args['cloud-provider'] = ['openstack']
                     controller_args['cloud-config'] = [cloud_cfg_path + '/openstack.conf']