blob: 0373f03d91c58ffd389aa74479b225ad13369323 [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: {}
27resources:
28 requests:
Hung-Wei Chiu9de579b2021-02-03 12:39:22 -080029 intel.com/intel_sriov_netdevice: "1"
pudelkoM3f0efb12021-01-12 13:55:48 -080030 limits:
Hung-Wei Chiu9de579b2021-02-03 12:39:22 -080031 intel.com/intel_sriov_netdevice: "1"
pudelkoM3f0efb12021-01-12 13:55:48 -080032
33nodeSelector: {}
34
35tolerations: []
36
37affinity: {}
Hung-Wei Chiu9de579b2021-02-03 12:39:22 -080038
Hung-Wei Chiu3713e562021-02-17 14:14:35 -080039# onos inforamtion
40onos:
41 server: onos-tost-onos-classic-hs.tost
42 port: 8181
43 username: onos
44 password: rocks
45
46dataplane:
47 port: 2152
48 interface: "net0"
49
Hung-Wei Chiu9de579b2021-02-03 12:39:22 -080050service:
51 stats:
52 port: 8080
53 protocol: TCP
54 grpc:
55 port: 10000
56 protocol: TCP
57
58# two options for ipam, dhcp or host-local
59# static is for host-local ipam
60network:
61 # ipam: dhcp
62 ipam: host-local
63 static:
64 subnets: "10.56.217.0/24"
65 gateway: "10.56.217.1"