forked from named-data/NDN_Ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestbedInventory
96 lines (89 loc) · 1.12 KB
/
testbedInventory
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
[nightlybuilds]
IIITH
DELFT
MML1
MML2
QUB
SAVI
AVEIRO
AFA
ANYANG
ARIZONA
BERN
MEMPHIS
MINHO
NEU
OSAKA
SRRU
TNO
UCLA
UFBA
URJC
WASEDA
WU
[ppabuilds]
IIITH
DELFT
MML1
MML2
QUB
SAVI
AVEIRO
AFA
ANYANG
ARIZONA
BERN
MEMPHIS
MINHO
NEU
OSAKA
SRRU
TNO
UCLA
UFBA
URJC
WASEDA
WU
[ndndemo]
NDNDEMO
[ndngateways]
# We need to get link costs for neighbors from somewhere but we want to make
# sure that the cost is same for both endpoints. i.e. the WU/MEMPHIS link should
# have the same cost on the WU end as on the MEMPHIS end.
# Hyperbolic Routing params (hr_radius, hr_angle) need updating
# WU needs extra strategy for ndndemo added in nfd-init.sh
# Everything defined in host_vars/{name}, e.g. host_vars/WU contains all variables for node WU
IIITH
DELFT
MML1
MML2
QUB
SAVI
AVEIRO
AFA
ANYANG
ARIZONA
BERN
MEMPHIS
MINHO
NEU
OSAKA
SRRU
TNO
UCLA
UFBA
URJC
WASEDA
WU
#[ndngateways_rhel]
#WURHEL
[all:vars]
ansible_python_interpreter=/usr/bin/python3
ansible_user=ndnops
ansible_ssh_private_key_file=/home/tianyuan/mbp-keys-backup/id_rsa
ndnNetwork=/ndn
hyperbolic_state=off
tcp_port=6363
udp_port=6363
multicast_port=56363
supports_guest_certs=False