blob: e1f425c848624c5678d3495918977ef3bd71ea46 [file] [log] [blame]
pudelkoM3f0efb12021-01-12 13:55:48 -08001# Copyright 2021-present Open Networking Foundation
Scott Baker4cad5ee2022-06-09 14:17:35 -07002# SPDX-License-Identifier: Apache-2.0
pudelkoM3f0efb12021-01-12 13:55:48 -08003
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 Chiue6541c72021-05-11 19:23:54 -07008 pullSecrets:
9 # - name: aether.registry
pudelkoM3f0efb12021-01-12 13:55:48 -080010
11extraParams:
12 - '"-max_queues=1024"'
13
pudelkoM3f0efb12021-01-12 13:55:48 -080014replicaCount: 1
15sriovNICSize: 1
16sriovResourceName: intel_sriov_netdevice
17
18# Change both in the same time
19multusNetworkName: dbuf-sriov
20podAnnotations:
Hung-Wei Chiu3713e562021-02-17 14:14:35 -080021 k8s.v1.cni.cncf.io/networks: dbuf-sriov@net0
pudelkoM3f0efb12021-01-12 13:55:48 -080022
pudelkoM3f0efb12021-01-12 13:55:48 -080023podSecurityContext: {}
24resources:
25 requests:
Hung-Wei Chiu9de579b2021-02-03 12:39:22 -080026 intel.com/intel_sriov_netdevice: "1"
pudelkoM3f0efb12021-01-12 13:55:48 -080027 limits:
Hung-Wei Chiu9de579b2021-02-03 12:39:22 -080028 intel.com/intel_sriov_netdevice: "1"
pudelkoM3f0efb12021-01-12 13:55:48 -080029
30nodeSelector: {}
31
32tolerations: []
33
34affinity: {}
Hung-Wei Chiu9de579b2021-02-03 12:39:22 -080035
Hung-Wei Chiu3713e562021-02-17 14:14:35 -080036# onos inforamtion
37onos:
38 server: onos-tost-onos-classic-hs.tost
39 port: 8181
40 username: onos
41 password: rocks
42
43dataplane:
44 port: 2152
45 interface: "net0"
46
Hung-Wei Chiu3d470152021-03-03 10:47:55 -080047prometheus_enable: true
Hung-Wei Chiu9de579b2021-02-03 12:39:22 -080048service:
49 stats:
50 port: 8080
51 protocol: TCP
52 grpc:
53 port: 10000
54 protocol: TCP
55
56# two options for ipam, dhcp or host-local
57# static is for host-local ipam
58network:
59 # ipam: dhcp
60 ipam: host-local
61 static:
62 subnets: "10.56.217.0/24"
63 gateway: "10.56.217.1"
Hung-Wei Chiu8bc07562021-02-24 18:19:36 -080064 # route the following subnets via sr-iov interface
65 # route: 10.56.215.0/24,10.56.214.0/24
66 route: ""
Hyunsun Moon4c29f1d2021-05-21 10:27:15 -070067 #vlan: