From c6103c8482d1acbc0d1c3bc71ad0de8903b73a3c Mon Sep 17 00:00:00 2001 From: pmikus Date: Fri, 9 Apr 2021 07:04:27 +0000 Subject: Infra: Vagrant upgrade to focal + Upgradfe to focal + Move to better place + Integrate with ansible library Signed-off-by: pmikus Change-Id: Ibddea33efa2c3587251f9f03921282fb47ffee31 --- resources/tools/vagrant/ansible/group_vars/vppdevice.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 resources/tools/vagrant/ansible/group_vars/vppdevice.yml (limited to 'resources/tools/vagrant/ansible/group_vars') diff --git a/resources/tools/vagrant/ansible/group_vars/vppdevice.yml b/resources/tools/vagrant/ansible/group_vars/vppdevice.yml deleted file mode 100644 index b920c3be18..0000000000 --- a/resources/tools/vagrant/ansible/group_vars/vppdevice.yml +++ /dev/null @@ -1,14 +0,0 @@ ---- -# Ansible interpreter (for PIP) -ansible_python_interpreter: 'python3' -# Settings for VPP Device host group -csit: - home: '/home/vagrant/csit' - test_user: - name: 'testuser' - password: '$6$/mAr/JDJc0u6/i$sLBptji85Xo/vdAv43bP4NpTaAfSBY8p3G7Uj9p4fKysrvs7XF8.FmlC56j4AzOun6nnf7PA.elytvfWoEHCL1' - home: '/home/testuser' - shell: '/bin/bash' - repository: - url: 'https://gerrit.fd.io/r/csit' - version: 'HEAD' -- cgit 1.2.3-korg