X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=all-nodes-validation.yaml;h=52cd6ac0e5d69d225b4c4235ad462cb090fa3a4d;hb=fe9b2232b1e2d8bf25073d779501e87bdb8f22cd;hp=eea3e40a52391ad96f8ac1d698d3ace50cfc4516;hpb=e0d9a896aff7673d135479d097de9b0890fee755;p=apex-tripleo-heat-templates.git diff --git a/all-nodes-validation.yaml b/all-nodes-validation.yaml index eea3e40a..52cd6ac0 100644 --- a/all-nodes-validation.yaml +++ b/all-nodes-validation.yaml @@ -1,4 +1,4 @@ -heat_template_version: ocata +heat_template_version: pike description: > Software Config to drive validations that occur on all nodes. @@ -14,6 +14,10 @@ parameters: default: false description: Optional validation to ensure FQDN as set by Nova matches the name set in /etc/hosts. type: boolean + ValidateNtp: + default: true + description: Validation to ensure at least one time source is accessible. + type: boolean resources: AllNodesValidationsImpl: @@ -25,6 +29,8 @@ resources: default: {get_param: PingTestIps} - name: validate_fqdn default: {get_param: ValidateFqdn} + - name: validate_ntp + default: {get_param: ValidateNtp} config: {get_file: ./validation-scripts/all-nodes.sh} outputs: