X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=all-nodes-validation.yaml;h=eea3e40a52391ad96f8ac1d698d3ace50cfc4516;hb=42c5ff96c6cc91ecf999556097e5909572efaf64;hp=a73833756a608b50b28d942d62717cf4fb427586;hpb=92fd515d2d544521b6c18e1ad63959c781c29672;p=apex-tripleo-heat-templates.git diff --git a/all-nodes-validation.yaml b/all-nodes-validation.yaml index a7383375..eea3e40a 100644 --- a/all-nodes-validation.yaml +++ b/all-nodes-validation.yaml @@ -1,4 +1,4 @@ -heat_template_version: 2015-04-30 +heat_template_version: ocata description: > Software Config to drive validations that occur on all nodes. @@ -10,6 +10,10 @@ parameters: default: '' description: A string containing a space separated list of IP addresses used to ping test each available network interface. type: string + ValidateFqdn: + default: false + description: Optional validation to ensure FQDN as set by Nova matches the name set in /etc/hosts. + type: boolean resources: AllNodesValidationsImpl: @@ -19,6 +23,8 @@ resources: inputs: - name: ping_test_ips default: {get_param: PingTestIps} + - name: validate_fqdn + default: {get_param: ValidateFqdn} config: {get_file: ./validation-scripts/all-nodes.sh} outputs: