-
Notifications
You must be signed in to change notification settings - Fork 130
Expand file tree
/
Copy pathservice-values.yaml
More file actions
65 lines (64 loc) · 1.92 KB
/
Copy pathservice-values.yaml
File metadata and controls
65 lines (64 loc) · 1.92 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
# 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,sriovnicswitch
[ml2_type_vlan]
network_vlan_ranges = sriov-phy4
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
nova:
apiServiceTemplate:
customServiceConfig: |
[pci]
alias = { "vendor_id":"8086", "product_id":"154d", "device_type":"type-PCI", "name":"a1" }
[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]
enabled_filters = AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,PciPassthroughFilter,NUMATopologyFilter,AggregateInstanceExtraSpecsFilter