Yi Tseng | 3256142 | 2021-10-07 15:03:21 -0700 | [diff] [blame] | 1 | # Copyright 2021-present Open Networking Foundation |
Charles Chan | d1b4bf9 | 2022-02-02 16:27:10 -0800 | [diff] [blame] | 2 | # SPDX-License-Identifier: Apache-2.0 |
Yi Tseng | 3256142 | 2021-10-07 15:03:21 -0700 | [diff] [blame] | 3 | |
| 4 | image: |
Charles Chan | 6e264fc | 2022-02-07 17:13:43 -0800 | [diff] [blame] | 5 | repository: opennetworking/dbuf |
Charles Chan | f65aca5 | 2022-02-03 00:22:48 -0800 | [diff] [blame] | 6 | tag: "1.0.0" |
Yi Tseng | 3256142 | 2021-10-07 15:03:21 -0700 | [diff] [blame] | 7 | |
| 8 | extraParams: |
| 9 | - '"-max_queues=1024"' |
| 10 | |
| 11 | replicaCount: 1 |
| 12 | sriovNICSize: 1 |
| 13 | sriovResourceName: intel_sriov_netdevice |
| 14 | |
| 15 | # Change both in the same time |
| 16 | multusNetworkName: dbuf-sriov |
| 17 | podAnnotations: |
| 18 | k8s.v1.cni.cncf.io/networks: dbuf-sriov@net0 |
| 19 | |
| 20 | podSecurityContext: {} |
| 21 | resources: |
| 22 | requests: |
| 23 | intel.com/intel_sriov_netdevice: "1" |
| 24 | limits: |
| 25 | intel.com/intel_sriov_netdevice: "1" |
| 26 | |
| 27 | nodeSelector: {} |
| 28 | |
| 29 | tolerations: [] |
| 30 | |
| 31 | affinity: {} |
| 32 | |
| 33 | # onos inforamtion |
| 34 | onos: |
Charles Chan | f65aca5 | 2022-02-03 00:22:48 -0800 | [diff] [blame] | 35 | server: sdfabric-onos-classic-hs |
Yi Tseng | 3256142 | 2021-10-07 15:03:21 -0700 | [diff] [blame] | 36 | port: 8181 |
| 37 | username: onos |
| 38 | password: rocks |
| 39 | |
| 40 | dataplane: |
| 41 | port: 2152 |
| 42 | interface: "net0" |
| 43 | |
| 44 | prometheus_enable: true |
| 45 | service: |
| 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 |
| 55 | network: |
| 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: |