blob: 2b3e261810ac6cccd3b48c55511e2fc99da29430 [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 Chiu9de579b2021-02-03 12:39:22 -080051service:
52 stats:
53 port: 8080
54 protocol: TCP
55 grpc:
56 port: 10000
57 protocol: TCP
58
59# two options for ipam, dhcp or host-local
60# static is for host-local ipam
61network:
62 # ipam: dhcp
63 ipam: host-local
64 static:
65 subnets: "10.56.217.0/24"
66 gateway: "10.56.217.1"
Hung-Wei Chiu8bc07562021-02-24 18:19:36 -080067 # route the following subnets via sr-iov interface
68 # route: 10.56.215.0/24,10.56.214.0/24
69 route: ""