diff options
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/helm/vsn/values.yaml')
-rw-r--r-- | heat/vFW_CNF_CDS/templates/helm/vsn/values.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/heat/vFW_CNF_CDS/templates/helm/vsn/values.yaml b/heat/vFW_CNF_CDS/templates/helm/vsn/values.yaml index 6d12c514..44f0ba98 100644 --- a/heat/vFW_CNF_CDS/templates/helm/vsn/values.yaml +++ b/heat/vFW_CNF_CDS/templates/helm/vsn/values.yaml @@ -24,3 +24,8 @@ vsn_onap_private_ip_0: 10.10.100.4 # Env Variables int_private2_gw_ip: 192.168.20.1 int_private1_net_cidr: 192.168.10.0/24 + +# Tests +Tests: + enabled: "yes" + ping_count: 4 |