[KUBEV] Deploy a dedicated node for test usage (tsrv).

Related: KUBEV-521
Change-Id: Ide3fe1c4560440b23df38ceb2e76a77da0b8fd0d
diff --git a/hco/fragments/VMInstanceCeph.yaml b/hco/fragments/VMInstanceCeph.yaml
index 61cbd9e..48d1860 100644
--- a/hco/fragments/VMInstanceCeph.yaml
+++ b/hco/fragments/VMInstanceCeph.yaml
@@ -211,3 +211,6 @@
   wc_data:
     description: Metadata from instance
     value: { get_attr: [wait_condition, data]}
+  server_k8s_ipv4:
+    description: List of assigned network addresses
+    value: { get_attr: [ k8s_network_port, fixed_ips, 0, ip_address ] }