-
Notifications
You must be signed in to change notification settings - Fork 3
/
testbedInventory
135 lines (128 loc) · 1.32 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
[nightlybuilds]
ITB
IIITH
DELFT
MML1
MML2
QUB
LACL
SAVI
UNIVH2C
AVEIRO
CORUNA
AFA
ANYANG
ARIZONA
BASEL
BERN
COPELABS
MEMPHIS
MICHIGAN
MINHO
MSU
NEU
OSAKA
PADUA
SRRU
TNO
UASLP
#UCI
UCLA
UFBA
UIUC
URJC
UUM
WASEDA
WU
[ppabuilds]
ITB
IIITH
DELFT
MML1
MML2
QUB
LACL
SAVI
UNIVH2C
AVEIRO
CORUNA
AFA
ANYANG
ARIZONA
BASEL
BERN
COPELABS
MEMPHIS
MICHIGAN
MINHO
MSU
NEU
OSAKA
PADUA
SRRU
TNO
UASLP
#UCI
UCLA
UFBA
UIUC
URJC
UUM
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
ITB
IIITH
DELFT
MML1
MML2
QUB
LACL
SAVI
UNIVH2C
AVEIRO
CORUNA
AFA
ANYANG
ARIZONA
BASEL
BERN
COPELABS
MEMPHIS
MICHIGAN
MINHO
MSU
NEU
OSAKA
PADUA
SRRU
TNO
UASLP
#UCI
UCLA
UFBA
UIUC
URJC
UUM
WASEDA
WU
#[ndngateways_rhel]
#WURHEL
[all:vars]
ansible_python_interpreter=/usr/bin/python3
ansible_user=ndnops
ansible_ssh_private_key_file=~/.ssh/id_rsa
ndnNetwork=/ndn
hyperbolic_state=on
tcp_port=6363
udp_port=6363
multicast_port=56363
supports_guest_certs=False