Merge "Remove default flavor from every template"
This commit is contained in:
commit
f0ba1a6324
@ -5,9 +5,10 @@ parameters:
|
||||
type: string
|
||||
default: overcloud-cinder-volume
|
||||
OvercloudBlockStorageFlavor:
|
||||
default: baremetal
|
||||
description: Flavor for block storage nodes to request when deploying.
|
||||
type: string
|
||||
constraints:
|
||||
- custom_constraint: nova.flavor
|
||||
resources:
|
||||
BlockStorageAccessPolicy:
|
||||
type: OS::Heat::AccessPolicy
|
||||
|
@ -5,9 +5,10 @@ parameters:
|
||||
type: string
|
||||
default: overcloud-cinder-volume
|
||||
OvercloudBlockStorageFlavor:
|
||||
default: baremetal
|
||||
description: Flavor for block storage nodes to request when deploying.
|
||||
type: string
|
||||
constraints:
|
||||
- custom_constraint: nova.flavor
|
||||
BlockStorageExtraConfig:
|
||||
default: {}
|
||||
description: |
|
||||
|
@ -62,9 +62,10 @@ parameters:
|
||||
}
|
||||
type: json
|
||||
Flavor:
|
||||
default: baremetal
|
||||
description: Flavor for block storage nodes to request when deploying.
|
||||
type: string
|
||||
constraints:
|
||||
- custom_constraint: nova.flavor
|
||||
GlancePort:
|
||||
default: "9292"
|
||||
description: Glance port.
|
||||
|
@ -72,7 +72,6 @@ parameters:
|
||||
Flavor:
|
||||
description: Flavor for the nova compute node
|
||||
type: string
|
||||
default: baremetal
|
||||
constraints:
|
||||
- custom_constraint: nova.flavor
|
||||
GlanceHost:
|
||||
|
@ -94,7 +94,6 @@ parameters:
|
||||
}
|
||||
type: json
|
||||
Flavor:
|
||||
default: baremetal
|
||||
description: Flavor for control nodes to request when deploying.
|
||||
type: string
|
||||
constraints:
|
||||
|
@ -171,7 +171,8 @@ parameters:
|
||||
OvercloudComputeFlavor:
|
||||
description: Use this flavor
|
||||
type: string
|
||||
default: baremetal
|
||||
constraints:
|
||||
- custom_constraint: nova.flavor
|
||||
RabbitHost:
|
||||
type: string
|
||||
RabbitUserName:
|
||||
|
@ -317,13 +317,11 @@ parameters:
|
||||
type: string
|
||||
default: ''
|
||||
OvercloudComputeFlavor:
|
||||
default: baremetal
|
||||
description: Flavor for compute nodes to request when deploying.
|
||||
type: string
|
||||
constraints:
|
||||
- custom_constraint: nova.flavor
|
||||
OvercloudControlFlavor:
|
||||
default: baremetal
|
||||
description: Flavor for control nodes to request when deploying.
|
||||
type: string
|
||||
constraints:
|
||||
|
@ -226,7 +226,6 @@ parameters:
|
||||
constraints:
|
||||
- custom_constraint: glance.image
|
||||
OvercloudControlFlavor:
|
||||
default: baremetal
|
||||
description: Flavor for control nodes to request when deploying.
|
||||
type: string
|
||||
constraints:
|
||||
@ -428,7 +427,6 @@ parameters:
|
||||
OvercloudComputeFlavor:
|
||||
description: Use this flavor
|
||||
type: string
|
||||
default: baremetal
|
||||
constraints:
|
||||
- custom_constraint: nova.flavor
|
||||
|
||||
@ -440,18 +438,20 @@ parameters:
|
||||
default: overcloud-cinder-volume
|
||||
type: string
|
||||
OvercloudBlockStorageFlavor:
|
||||
default: baremetal
|
||||
description: Flavor for block storage nodes to request when deploying.
|
||||
type: string
|
||||
constraints:
|
||||
- custom_constraint: nova.flavor
|
||||
|
||||
# Object storage specific parameters
|
||||
ObjectStorageCount:
|
||||
type: number
|
||||
default: 0
|
||||
OvercloudSwiftStorageFlavor:
|
||||
default: baremetal
|
||||
description: Flavor for Swift storage nodes to request when deploying.
|
||||
type: string
|
||||
constraints:
|
||||
- custom_constraint: nova.flavor
|
||||
SwiftStorageImage:
|
||||
default: overcloud-swift-storage
|
||||
type: string
|
||||
|
@ -2,9 +2,10 @@ heat_template_version: 2013-05-23
|
||||
description: 'Common Swift Storage Configuration'
|
||||
parameters:
|
||||
OvercloudSwiftStorageFlavor:
|
||||
default: baremetal
|
||||
description: Flavor for Swift storage nodes to request when deploying.
|
||||
type: string
|
||||
constraints:
|
||||
- custom_constraint: nova.flavor
|
||||
SwiftReplicas:
|
||||
type: number
|
||||
default: 1
|
||||
|
@ -43,9 +43,10 @@ parameters:
|
||||
}
|
||||
type: json
|
||||
Flavor:
|
||||
default: baremetal
|
||||
description: Flavor for Swift storage nodes to request when deploying.
|
||||
type: string
|
||||
constraints:
|
||||
- custom_constraint: nova.flavor
|
||||
HashSuffix:
|
||||
default: unset
|
||||
description: A random string to be used as a salt when hashing to determine mappings
|
||||
|
@ -74,9 +74,10 @@ parameters:
|
||||
}
|
||||
type: json
|
||||
Flavor:
|
||||
default: baremetal
|
||||
description: Flavor to request when deploying.
|
||||
type: string
|
||||
constraints:
|
||||
- custom_constraint: nova.flavor
|
||||
GlanceLogFile:
|
||||
description: The filepath of the file to use for logging messages from Glance.
|
||||
type: string
|
||||
|
Loading…
Reference in New Issue
Block a user