Initial CDS blueprint for vFW CNF demo
[demo.git] / heat / vFW_CNF_CDS / templates / helm / packetgen / values.yaml
1 # Static Defaults
2 replicaCount: 1
3 image:
4   repository: virtlet.cloud/ubuntu/16.04
5   tag: latest
6   pullPolicy: IfNotPresent
7 resources:
8   limits:
9     memory: 4Gi
10 service:
11 #service port value for packetgen service
12   type: NodePort
13   ports:
14     port: 2831
15     nodePort: 30831
16
17 # OPENSTACK PARAMETERS
18 # Names
19 vpg_name_0: test-vnf-vpg
20 vnf_name: test-vnf 
21 key_name: ssh-pub-key
22 int_private1_net_id: unprotected-net
23 onap_private_net_id: onap-private-net
24 # Own Addresses
25 vpg_int_private1_ip_0: 192.168.10.2
26 vpg_onap_private_ip_0: 10.10.100.2
27 # Env variables
28 dcae_collector_ip: 10.0.4.1 #Placeholder
29 dcae_collector_port: 8081 #FIXME set to 30235?
30 demo_artifacts_version: 1.5.0
31 vfw_int_private1_ip_0: 192.168.10.3
32 vsn_int_private2_ip_0: 192.168.20.3
33 int_private2_net_cidr: 192.168.20.0/24