CDS Blueprint for vFW K8s Use Case
[demo.git] / heat / vFW_CNF_CDS / templates / helm / base_template / values.yaml
1 # Kubernetes PARAMETERS
2 #unprotected
3 int_private1_net_cidr: 192.168.10.0/24
4 int_private1_gw_ip: 192.168.10.1/24 #No typo here
5 int_private1_net_id: unprotected-net
6 int_private1_subnet_id: unprotected-subnet-1
7 #protected
8 int_private2_net_cidr: 192.168.20.0/24
9 int_private2_gw_ip: 192.168.20.1/24 #No typo here
10 int_private2_net_id: protected-net
11 int_private2_subnet_id: protected-subnet-1
12 #onap mgmt net
13 onap_private_net_cidr: 10.10.0.0/16
14 onap_private_gw_ip: 10.10.0.1/16 #No typo here
15 onap_private_net_id: onap-private-net
16 onap_private_subnet_id: onap-subnet-1
17 #vnf name
18 vnf_name: test-vnf