blob: 1beeaa57e79e9630dbe88b09938998dc03a9f019 [file] [log] [blame]
pudelkoM3f0efb12021-01-12 13:55:48 -08001# 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
Hung-Wei Chiu9de579b2021-02-03 12:39:22 -08006 pullPolicy: Always
pudelkoM3f0efb12021-01-12 13:55:48 -08007 tag: "latest"
Hung-Wei Chiu2e312c92021-02-09 15:51:17 -08008 credentials: {}
9 # If specified, use this credential to access the image
10 # registry:
11 # username:
12 # password:
pudelkoM3f0efb12021-01-12 13:55:48 -080013
14extraParams:
15 - '"-max_queues=1024"'
16
pudelkoM3f0efb12021-01-12 13:55:48 -080017replicaCount: 1
18sriovNICSize: 1
19sriovResourceName: intel_sriov_netdevice
20
21# Change both in the same time
22multusNetworkName: dbuf-sriov
23podAnnotations:
Hung-Wei Chiu3713e562021-02-17 14:14:35 -080024 k8s.v1.cni.cncf.io/networks: dbuf-sriov@net0
pudelkoM3f0efb12021-01-12 13:55:48 -080025
pudelkoM3f0efb12021-01-12 13:55:48 -080026podSecurityContext: {}
Hung-Wei Chiu8bc07562021-02-24 18:19:36 -080027
pudelkoM3f0efb12021-01-12 13:55:48 -080028resources:
29 requests:
Hung-Wei Chiu9de579b2021-02-03 12:39:22 -080030 intel.com/intel_sriov_netdevice: "1"
pudelkoM3f0efb12021-01-12 13:55:48 -080031 limits:
Hung-Wei Chiu9de579b2021-02-03 12:39:22 -080032 intel.com/intel_sriov_netdevice: "1"
pudelkoM3f0efb12021-01-12 13:55:48 -080033
34nodeSelector: {}
35
36tolerations: []
37
38affinity: {}
Hung-Wei Chiu9de579b2021-02-03 12:39:22 -080039
Hung-Wei Chiu3713e562021-02-17 14:14:35 -080040# onos inforamtion
41onos:
42 server: onos-tost-onos-classic-hs.tost
43 port: 8181
44 username: onos
45 password: rocks
46
47dataplane:
48 port: 2152
49 interface: "net0"
50
Hung-Wei Chiu3d470152021-03-03 10:47:55 -080051prometheus_enable: true
Hung-Wei Chiu9de579b2021-02-03 12:39:22 -080052service:
53 stats:
54 port: 8080
55 protocol: TCP
56 grpc:
57 port: 10000
58 protocol: TCP
59
60# two options for ipam, dhcp or host-local
61# static is for host-local ipam
62network:
63 # ipam: dhcp
64 ipam: host-local
65 static:
66 subnets: "10.56.217.0/24"
67 gateway: "10.56.217.1"
Hung-Wei Chiu8bc07562021-02-24 18:19:36 -080068 # route the following subnets via sr-iov interface
69 # route: 10.56.215.0/24,10.56.214.0/24
70 route: ""