blob: f0408b92ea99c8a2c6a6e0271b585f9446f03c83 [file] [log] [blame]
Yi Tseng32561422021-10-07 15:03:21 -07001# Copyright 2021-present Open Networking Foundation
2# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
3
4image:
5 repository: registry.aetherproject.org/tost/dbuf
6 pullPolicy: Always
7 tag: "latest"
8
9extraParams:
10 - '"-max_queues=1024"'
11
12replicaCount: 1
13sriovNICSize: 1
14sriovResourceName: intel_sriov_netdevice
15
16# Change both in the same time
17multusNetworkName: dbuf-sriov
18podAnnotations:
19 k8s.v1.cni.cncf.io/networks: dbuf-sriov@net0
20
21podSecurityContext: {}
22resources:
23 requests:
24 intel.com/intel_sriov_netdevice: "1"
25 limits:
26 intel.com/intel_sriov_netdevice: "1"
27
28nodeSelector: {}
29
30tolerations: []
31
32affinity: {}
33
34# onos inforamtion
35onos:
36 server: sdfabric-onos-classic-hs.sdfabric
37 port: 8181
38 username: onos
39 password: rocks
40
41dataplane:
42 port: 2152
43 interface: "net0"
44
45prometheus_enable: true
46service:
47 stats:
48 port: 8080
49 protocol: TCP
50 grpc:
51 port: 10000
52 protocol: TCP
53
54# two options for ipam, dhcp or host-local
55# static is for host-local ipam
56network:
57 # ipam: dhcp
58 ipam: host-local
59 static:
60 subnets: "10.56.217.0/24"
61 gateway: "10.56.217.1"
62 # route the following subnets via sr-iov interface
63 # route: 10.56.215.0/24,10.56.214.0/24
64 route: ""
65 #vlan: