aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/heat
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-02-19 11:23:16 +0100
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-02-21 08:54:34 +0000
commit8695c140ea34b7e60b7d91cd41f58480985c5ed0 (patch)
treee598d1d75b6f680727adcf5e194553ce813bab8c /deployment/heat
parent7d43e6cc16251cea3c05b4acca5c0ca781eadaaf (diff)
Fix YAML files linter errors for superfluous spaces/new lines
Change-Id: Id2b6b0966e07104b32c98053de04bd359dfef803 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: INT-1451
Diffstat (limited to 'deployment/heat')
-rw-r--r--deployment/heat/onap-rke/onap-oom.yaml3
-rw-r--r--deployment/heat/onap-rke/parts/onap-oom-3.yaml1
2 files changed, 1 insertions, 3 deletions
diff --git a/deployment/heat/onap-rke/onap-oom.yaml b/deployment/heat/onap-rke/onap-oom.yaml
index 45459a793..f4b55c7a1 100644
--- a/deployment/heat/onap-rke/onap-oom.yaml
+++ b/deployment/heat/onap-rke/onap-oom.yaml
@@ -237,7 +237,7 @@ resources:
template:
get_file: nfs_vm_entrypoint.sh
params:
- __additional_override__ : { get_param: additional_override}
+ __additional_override__: { get_param: additional_override}
__nfs_volume_id__: { get_resource: nfs_volume }
__docker_proxy__: { get_param: docker_proxy }
__apt_proxy__: { get_param: apt_proxy }
@@ -1217,4 +1217,3 @@ outputs:
orch_3_vm_private_ip:
description: The private IP address of the orch_3 instance
value: { get_attr: [orch_3_floating_ip, fixed_ip_address] }
-
diff --git a/deployment/heat/onap-rke/parts/onap-oom-3.yaml b/deployment/heat/onap-rke/parts/onap-oom-3.yaml
index b70150240..62e3ee29b 100644
--- a/deployment/heat/onap-rke/parts/onap-oom-3.yaml
+++ b/deployment/heat/onap-rke/parts/onap-oom-3.yaml
@@ -9,4 +9,3 @@ outputs:
nfs_vm_private_ip:
description: The private IP address of the nfs instance
value: { get_attr: [nfs_floating_ip, fixed_ip_address] }
-