Skip to content

Commit 5d0bb12

Browse files
a-thiemeAdam Thieme
authored andcommitted
Add Hong Kong site with adjacency to Osaka and Singapore
1 parent 864a24a commit 5d0bb12

3 files changed

Lines changed: 33 additions & 0 deletions

File tree

host_vars/HK

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
site: /hk
2+
site_name: Hong Kong
3+
operator_name: Jian Yang
4+
operator_email: yangj@stu.hit.edu.cn
5+
ansible_host: hk.testbed.named-data.net
6+
host_ip: 47.238.59.170
7+
local_ip: 47.238.59.170
8+
site_email_domain: []
9+
default_prefix: /ndn/hk
10+
advertised_prefixes:
11+
- /ndn/hk
12+
routable_prefixes:
13+
- /ndn/hk
14+
network_regions:
15+
- /ndn/hk
16+
router_name: vm
17+
http_access: https
18+
memsize: 8
19+
neighbors:
20+
SINGAPORE:
21+
link_cost: 35
22+
OSAKA:
23+
link_cost: 62
24+
position:
25+
- 22.3193
26+
- 114.1694
27+
hr_angle: 0
28+
hr_radius: 0
29+
ethernet_device: eth0

host_vars/OSAKA

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ neighbors:
2828
link_cost: 98
2929
SRRU:
3030
link_cost: 123
31+
HK:
32+
link_cost: 62
3133
position:
3234
- 34.72
3335
- 135.5193

host_vars/SINGAPORE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ neighbors:
2727
link_cost: 214
2828
SRRU:
2929
link_cost: 39
30+
HK:
31+
link_cost: 35
3032
position:
3133
- 1.2868
3234
- 103.8503

0 commit comments

Comments
 (0)