diff options
author | Ed Kern <ejk@cisco.com> | 2017-06-13 18:46:15 -0600 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-06-14 06:35:55 +0000 |
commit | 88349038a5923f7323df6f38926f090166a7c60a (patch) | |
tree | 35cb018d414793b5eee4a0cd65091be8725f183d /resources/tools/testbed-setup/playbooks/03-virl-post-install.yaml | |
parent | 53d69321e41aa6fd94abc16c7050314dc2e53f08 (diff) |
CSIT-597: spot fixes for crudini, interface differences
Change-Id: I7c11a365aa7b0ed673e0ec9a7e6078129d3c63fa
Signed-off-by: Ed Kern <ejk@cisco.com>
Diffstat (limited to 'resources/tools/testbed-setup/playbooks/03-virl-post-install.yaml')
-rw-r--r-- | resources/tools/testbed-setup/playbooks/03-virl-post-install.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/testbed-setup/playbooks/03-virl-post-install.yaml b/resources/tools/testbed-setup/playbooks/03-virl-post-install.yaml index 7558c705ee..c31e1a3f1d 100644 --- a/resources/tools/testbed-setup/playbooks/03-virl-post-install.yaml +++ b/resources/tools/testbed-setup/playbooks/03-virl-post-install.yaml @@ -70,7 +70,7 @@ remote_user: virl tasks: - name: Create VIRL project - shell: virl_uwm_client project-create --name tb4-virl --enabled True --user-password Cisco1234 -i 400 -r 1024000 -c 500 + shell: virl_uwm_client project-edit --name tb4-virl --enabled True -i 400 -r 1024000 -c 500 ignore_errors: true # - name: Delete VIRL project user # shell: virl_uwm_client user-delete --name tb4-virl |