From 5d0bb121521ca5c4cfc1a9769e2ad067e6d4f12a Mon Sep 17 00:00:00 2001 From: Adam Thieme Date: Fri, 8 May 2026 10:16:35 +0000 Subject: [PATCH] Add Hong Kong site with adjacency to Osaka and Singapore --- host_vars/HK | 29 +++++++++++++++++++++++++++++ host_vars/OSAKA | 2 ++ host_vars/SINGAPORE | 2 ++ 3 files changed, 33 insertions(+) create mode 100644 host_vars/HK diff --git a/host_vars/HK b/host_vars/HK new file mode 100644 index 0000000..fc9e6ea --- /dev/null +++ b/host_vars/HK @@ -0,0 +1,29 @@ +site: /hk +site_name: Hong Kong +operator_name: Jian Yang +operator_email: yangj@stu.hit.edu.cn +ansible_host: hk.testbed.named-data.net +host_ip: 47.238.59.170 +local_ip: 47.238.59.170 +site_email_domain: [] +default_prefix: /ndn/hk +advertised_prefixes: +- /ndn/hk +routable_prefixes: +- /ndn/hk +network_regions: +- /ndn/hk +router_name: vm +http_access: https +memsize: 8 +neighbors: + SINGAPORE: + link_cost: 35 + OSAKA: + link_cost: 62 +position: +- 22.3193 +- 114.1694 +hr_angle: 0 +hr_radius: 0 +ethernet_device: eth0 diff --git a/host_vars/OSAKA b/host_vars/OSAKA index 9448953..665cd77 100644 --- a/host_vars/OSAKA +++ b/host_vars/OSAKA @@ -28,6 +28,8 @@ neighbors: link_cost: 98 SRRU: link_cost: 123 + HK: + link_cost: 62 position: - 34.72 - 135.5193 diff --git a/host_vars/SINGAPORE b/host_vars/SINGAPORE index f1881d2..53d4598 100644 --- a/host_vars/SINGAPORE +++ b/host_vars/SINGAPORE @@ -27,6 +27,8 @@ neighbors: link_cost: 214 SRRU: link_cost: 39 + HK: + link_cost: 35 position: - 1.2868 - 103.8503