blob: 4c07aa5895c2d09690bb33b6a992422e14deac14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# Static Defaults
replicaCount: 1
image:
repository: virtlet.cloud/ubuntu/16.04
tag: latest
pullPolicy: IfNotPresent
resources:
limits:
memory: 4Gi
service: #service for packetgen management
type: NodePort
ports:
port: 2831
nodePort: 30831
# Names
vnf_name: test-vnf
vpg_name_0: test-vnf-vpg
int_private1_net_id: unprotected-net
onap_private_net_id: onap-private-net
net_attachment_definition: vfw-net-attach
# Own Addresses
vpg_int_private1_ip_0: 192.168.10.2
vpg_onap_private_ip_0: 10.10.100.2
# Env variables
dcae_collector_ip: 10.0.4.1 #Placeholder
dcae_collector_port: 8080
demo_artifacts_version: 1.5.0
vfw_int_private1_ip_0: 192.168.10.3
vsn_int_private2_ip_0: 192.168.20.3
int_private2_net_cidr: 192.168.20.0/24
# Tests
Tests:
enabled: "yes"
ping_count: 4
|