From 218329134a668fb59cd62143a0ea49eabb4cb8a7 Mon Sep 17 00:00:00 2001 From: Ed Kern Date: Wed, 24 May 2017 17:34:31 -0600 Subject: 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 --- resources/tools/testbed-setup/playbooks/03-virl-post-install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/tools/testbed-setup/playbooks/03-virl-post-install.yaml') 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 -- cgit 1.2.3-korg