Merge "Ensure we get at least one ctlplane subnet"

This commit is contained in:
Zuul 2019-08-15 01:59:49 +00:00 committed by Gerrit Code Review
commit ab5d90e1ef
1 changed files with 19 additions and 0 deletions

View File

@ -39,6 +39,12 @@ parameters:
description: Whether IPtables rules should be purged before setting up the new ones.
type: boolean
conditions:
no_ctlplane:
equals:
- get_params: [ServiceData, net_cidr_map, ctlplane]
- Null
outputs:
role_data:
description: Role data for the TripleO firewall settings
@ -60,6 +66,19 @@ outputs:
step_config: |
include ::tripleo::firewall
host_prep_tasks:
if:
- no_ctlplane
-
name: Ensure ctlplane subnet is set
fail:
msg: |
No CIDRs found in the ctlplane network tags.
Please refer to the documentation in order to
set the correct network tags in DeployedServerPortMap.
- null
deploy_steps_tasks:
- when: step|int == 0
block: