blob: fcbac5b7e0c5a2c63451860dae9ba241075b9a0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
---
schema: armada/Chart/v1
metadata:
schema: metadata/Document/v1
replacement: true
name: neutron
layeringDefinition:
abstract: false
layer: site
parentSelector:
name: neutron-cruiserlite
component: neutron
actions:
- method: merge
path: .
storagePolicy: cleartext
data:
values:
## NOTE: "besteffort" helps prevent sriov init script from failing due to the network
## card on pod 15 servers (Intel 82599ES) does not support vf true promiscious mode
## setting. The "besteffort" flag was originally designed for dev environment and is
## not suitable for production environment as it silents all errors during sriov init.
conf:
sriov_init:
- besteffort
...
|