X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fvagrant%2Fansible%2Fgroup_vars%2Fvppdevice.yml;fp=resources%2Ftools%2Fvagrant%2Fansible%2Fgroup_vars%2Fvppdevice.yml;h=ffa60e2295996b07cf82070c7fde98073ce72524;hp=0000000000000000000000000000000000000000;hb=374ea2f45d17f361aa612becba657ecaade0d0b5;hpb=42e6c422a5ce4f58813a8c3a44ba0e9ac9238c9a diff --git a/resources/tools/vagrant/ansible/group_vars/vppdevice.yml b/resources/tools/vagrant/ansible/group_vars/vppdevice.yml new file mode 100644 index 0000000000..ffa60e2295 --- /dev/null +++ b/resources/tools/vagrant/ansible/group_vars/vppdevice.yml @@ -0,0 +1,12 @@ +--- +# 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'