[KUBEV] Deploy a dedicated node for test usage (tsrv).
Related: KUBEV-521
Change-Id: Ide3fe1c4560440b23df38ceb2e76a77da0b8fd0d
diff --git a/hco/fragments/VMInstance.yaml b/hco/fragments/VMInstance.yaml
index 53e0660..40be33b 100644
--- a/hco/fragments/VMInstance.yaml
+++ b/hco/fragments/VMInstance.yaml
@@ -101,3 +101,6 @@
server_public_ip:
description: Floating IP address of server in public network
value: { get_attr: [ floating_ip_k8s_net, floating_ip_address ] }
+ server_k8s_ipv4:
+ description: List of assigned network addresses
+ value: { get_attr: [ k8s_network_port, fixed_ips, 0, ip_address ] }