diff options
author | 2019-02-20 12:19:07 +0000 | |
---|---|---|
committer | 2019-02-22 16:05:38 +0000 | |
commit | 53153e114017d193cdf9b88f21f4eac31bad72b7 (patch) | |
tree | 6cbe624d67ec51733928ea4a54a50d613b4b94c5 /resources/tools/testbed-setup/ansible/host_vars/10.30.51.29.yaml | |
parent | 138c1b1f56a2b59afeafb92379e955b9baf95e7a (diff) |
CSIT-1437 Create portable host-setup document
- Ansible simplified and optimalized
- Porting global variables into single file
- Rework the README.md
- Tested outside LF environemnt
Change-Id: I124cffa5c4510edf365e8b558da0c8c498f55d50
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/tools/testbed-setup/ansible/host_vars/10.30.51.29.yaml')
-rw-r--r-- | resources/tools/testbed-setup/ansible/host_vars/10.30.51.29.yaml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/resources/tools/testbed-setup/ansible/host_vars/10.30.51.29.yaml b/resources/tools/testbed-setup/ansible/host_vars/10.30.51.29.yaml deleted file mode 100644 index 4ab6fd1116..0000000000 --- a/resources/tools/testbed-setup/ansible/host_vars/10.30.51.29.yaml +++ /dev/null @@ -1,10 +0,0 @@ ---- -# file: host_vars/10.30.51.29.yaml - -hostname: "t4-virl2" -virl_l2_start: "10.30.53.2" -virl_l2_end: "10.30.53.253" -virl_l2_gateway: "10.30.53.1" -virl_l2_network: "10.30.53.0/24" -virl_l2_ip: "10.30.53.254" -virl_public_port: "eth4" |