aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud-source.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'overcloud-source.yaml')
-rw-r--r--overcloud-source.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml
index 742429f1..64deb95b 100644
--- a/overcloud-source.yaml
+++ b/overcloud-source.yaml
@@ -58,6 +58,8 @@ parameters:
controllerImage:
type: string
default: overcloud-control
+ constraints:
+ - custom_constraint: glance.image
ControlVirtualInterface:
default: 'br-ex'
description: Interface where virtual ip will be assigned.
@@ -160,6 +162,8 @@ parameters:
default: default
description: Name of an existing EC2 KeyPair to enable SSH access to the instances
type: string
+ constraints:
+ - custom_constraint: nova.keypair
KeystoneCACertificate:
default: ''
description: Keystone self-signed certificate authority certificate.
@@ -297,6 +301,8 @@ parameters:
NovaImage:
type: string
default: overcloud-compute
+ constraints:
+ - custom_constraint: glance.image
NovaPassword:
default: unset
description: The password for the nova service account, used by nova-api.
@@ -309,10 +315,14 @@ parameters:
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:
+ - custom_constraint: nova.flavor
PublicVirtualFixedIPs:
default: []
description: >