diff options
author | Naveen Joy <najoy@cisco.com> | 2023-09-25 15:17:42 -0700 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2023-10-30 13:36:11 +0000 |
commit | 4e0ee1b55e6db6d54ad468df42044e853c9272c4 (patch) | |
tree | 5a9997ab49be47a4f93ea0de0d90c453ac9a43ad /fdio.infra.ansible | |
parent | 4f981f97cfe4d61fc156c806a429d8dd9d261a4f (diff) |
code and doc updates for vagrant VM dev/test environ setup
Change-Id: I0e4e4758b3abbfc2fe2e18200b85477293de218b
Signed-off-by: Naveen Joy <najoy@cisco.com>
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'fdio.infra.ansible')
-rw-r--r-- | fdio.infra.ansible/roles/vagrant/tasks/main.yml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/fdio.infra.ansible/roles/vagrant/tasks/main.yml b/fdio.infra.ansible/roles/vagrant/tasks/main.yml index 14e919cb31..1716ebe0d5 100644 --- a/fdio.infra.ansible/roles/vagrant/tasks/main.yml +++ b/fdio.infra.ansible/roles/vagrant/tasks/main.yml @@ -26,13 +26,14 @@ - name: Reload groups for current session command: "/usr/bin/newgrp docker" -- name: Clone CSIT repository - become_user: vagrant - git: - repo: "{{ csit.repository.url }}" - dest: "{{ csit.home }}" - accept_hostkey: true - version: "{{ csit.repository.version }}" +# Disabling CSIT repo cloning in the VM as the repo is synced from the host +# - name: Clone CSIT repository +# become_user: vagrant +# git: +# repo: "{{ csit.repository.url }}" +# dest: "{{ csit.home }}" +# accept_hostkey: true +# version: "{{ csit.repository.version }}" - name: Load csit docker image from local path if exists (/vagrant/csit-sut.tar) shell: | |