commit | 2c954120e54d42e97a65c74a12c75a2ff399c92b | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <gwsapan@gmail.com> | Sun Feb 05 20:42:14 2017 -0800 |
committer | Sapan Bhatia <gwsapan@gmail.com> | Sun Feb 05 20:42:14 2017 -0800 |
tree | 24eb6d67abcb80231d650c08aac312091a9fa2e8 | |
parent | 69049868f1bc1ac06d5c4678b84d733d59515fa9 [diff] [blame] |
CORD-706: Bug fixes involving vSG synchronizer Change-Id: I81bd4ea828c9598bf94c32cad7876635ff97e74f
diff --git a/xos/synchronizer/steps/sync_vcpetenant_vtn.yaml b/xos/synchronizer/steps/sync_vcpetenant_vtn.yaml index 7e32bd0..b604741 100644 --- a/xos/synchronizer/steps/sync_vcpetenant_vtn.yaml +++ b/xos/synchronizer/steps/sync_vcpetenant_vtn.yaml
@@ -2,8 +2,8 @@ - hosts: {{ instance_name }} #gather_facts: False connection: ssh - user: ubuntu - sudo: yes + become_user: ubuntu + vars: container_name: {{ container_name }} cdn_enable: {{ cdn_enable }}