diff options
author | Ed Kern <ejk@cisco.com> | 2017-05-24 17:34:31 -0600 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-05-25 05:37:22 +0000 |
commit | 218329134a668fb59cd62143a0ea49eabb4cb8a7 (patch) | |
tree | d7d73fcc9ee5d125e6aad4feeb9bac06e9b57410 /resources/tools/testbed-setup/playbooks/03-virl-post-install.yaml | |
parent | a2b2ccce0361b6772306db32b922a05c9b738048 (diff) |
CSIT-597: quotas to default user, use command crudini over ini for : vs = sep and alternate salt master
altered virl.ini for eth0 being on flat port
Change-Id: I12dacc32ca3f542f18d4569947123e49d07d74ef
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 d8e25894a4..1902121b17 100644 --- a/resources/tools/testbed-setup/playbooks/03-virl-post-install.yaml +++ b/resources/tools/testbed-setup/playbooks/03-virl-post-install.yaml @@ -74,7 +74,7 @@ remote_user: virl tasks: - name: Create VIRL project - shell: virl_uwm_client project-create --name tb4-virl --enabled True --user-password Cisco1234 + shell: virl_uwm_client project-create --name tb4-virl --enabled True --user-password Cisco1234 -i 400 -r 1024000 -c 500 ignore_errors: true # - name: Delete VIRL project user # shell: virl_uwm_client user-delete --name tb4-virl |