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