blob: 4971ad7614c6e85818f919eba568a9a539b3e5de (
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
|
#Environment file used to list common parameters required for all deployment
#types
parameters:
controllerImage: overcloud-full
OvercloudControlFlavor: control
OvercloudComputeFlavor: compute
ControllerEnableSwiftStorage: false
# CloudDomain:
EnableSahara: false
EnableTacker: true
ExtraConfig:
tripleo::ringbuilder::build_ring: False
nova::nova_public_key:
type: 'ssh-rsa'
replace_public_key:
nova::nova_private_key:
type: 'ssh-rsa'
replace_private_key:
nova::policy::policies:
nova-os_compute_api:servers:show:host_status:
key: 'os_compute_api:servers:show:host_status'
value: 'rule:admin_or_owner'
parameter_defaults:
CeilometerStoreEvents: true
|