forked from openstack-k8s-operators/architecture
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservice-values.yaml
More file actions
87 lines (86 loc) · 2.31 KB
/
service-values.yaml
File metadata and controls
87 lines (86 loc) · 2.31 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# local-config: referenced, but not emitted by kustomize
---
apiVersion: v1
kind: ConfigMap
metadata:
name: service-values
annotations:
config.kubernetes.io/local-config: "true"
data:
# --- Fields required by lib/control-plane ---
preserveJobs: false
notificationsBus:
cluster: rabbitmq
tls:
caBundleSecretName: ""
# --- Below are VA/DT-specific data ---
neutron:
customServiceConfig: |
[ml2]
mechanism_drivers = ovn
ovn:
ovnController:
nicMappings:
datacentre: ospbr
glance:
customServiceConfig: |
[DEFAULT]
enabled_backends = default_backend:swift
[glance_store]
default_backend = default_backend
[default_backend]
swift_store_create_container_on_put = True
swift_store_auth_version = 3
swift_store_auth_address = {{ .KeystoneInternalURL }}
swift_store_endpoint_type = internalURL
swift_store_user = service:glance
swift_store_key = {{ .ServicePassword }}
default:
replicas: 1
swift:
enabled: true
telemetry:
enabled: true
template:
ceilometer:
enabled: true
logging:
enabled: false
# cloNamespace: ""
metricStorage:
dashboardsEnabled: true
enabled: true
dataplaneNetwork: ctlplane
networkAttachments: # required, based on the telemetry operator documentation
- ctlplane
monitoringStack:
alertingEnabled: true
scrapeInterval: 30s
storage:
persistent:
pvcStorageClass: local-storage
pvcStorageRequest: 20Gi
pvcStorageSelector: {}
retention: 24h
strategy: persistent
nova:
apiServiceTemplate:
customServiceConfig: |
[pci]
alias = { "vendor_id":"10de", "product_id":"20f1", "device_type":"type-PF", "name":"nvidia_a2" }
[filter_scheduler]
pci_in_placement = True
cell0:
conductorServiceTemplate:
customServiceConfig: |
[filter_scheduler]
pci_in_placement = True
cell1:
conductorServiceTemplate:
customServiceConfig: |
[filter_scheduler]
pci_in_placement = True
schedulerServiceTemplate:
customServiceConfig: |
[filter_scheduler]
pci_in_placement = True