-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstandalone_parameters.yaml
66 lines (57 loc) · 1.75 KB
/
standalone_parameters.yaml
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
---
parameter_defaults:
CloudName: rhos-nfv-03.lab.eng.rdu2.redhat.com
ContainerCli: podman
Debug: true
CloudDomain: lab.eng.rdu2.redhat.com
ControlPlaneStaticRoutes:
- ip_netmask: 0.0.0.0/0
next_hop: 10.8.31.254
default: true
- ip_netmask: 10.8.0.0/19
next_hop: 10.8.31.254
default: true
ControlPlaneVipData:
fixed_ips:
- ip_address: 10.8.2.154
name: control_virtual_ip
network:
tags: []
subnets:
- ip_version: 4
VipPortMap: {}
DeploymentUser: stack
KernelIpNonLocalBind: 1
KernelIpv6ConfAllForwarding: 1
NtpServer:
- clock.redhat.com
NeutronPublicInterface: eno3
NeutronDnsDomain: lab.eng.rdu2.redhat.com
NeutronBridgeMappings: datacentre:br-link0
NeutronPhysicalBridge: br-link0
OVNCMSOptions: "enable-chassis-as-gw"
SELinuxMode: permissive
StandaloneEnableRoutedNetworks: false
StandaloneHomeDir: /home/stack
StandaloneLocalMtu: 1500
KernelArgsDeferReboot: true
# Configure Nova to use preallocated raw disks for consistent storage
# performance.
NovaComputeUseCowImages: false
NovaComputeLibvirtPreAllocateImages: space
NeutronNetworkType: 'vlan,geneve,flat'
NeutronNetworkVLANRanges:
- datacentre:105:110
- datacentre2:105:110
NeutronTunnelTypes: 'geneve'
NeutronPluginExtensions: "uplink_status_propagation,qos,port_security,port_hints"
DerivePciWhitelistEnabled: false
StandaloneNetworkConfigTemplate: /home/stack/osp17.0-aio-compute04/aio-nic-config.j2
StandaloneParameters:
NovaComputeCpuSharedSet: 0-3,24-27
NovaComputeCpuDedicatedSet: 8-23,32-47
NovaReservedHostMemory: 8192
OvsDpdkSocketMemory: '4096'
OvsPmdCoreList: "4-7,28-31"
OvsDpdkMemoryChannels: 4
NeutronPhysicalDevMappings: "datacentre:eno1,datacentre2:eno2"