Fix YAML files linter errors for new-line-at-end-of-file rule 11/101911/3
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>
Tue, 18 Feb 2020 14:54:33 +0000 (15:54 +0100)
committerMarco Platania <platania@research.att.com>
Thu, 20 Feb 2020 14:35:11 +0000 (14:35 +0000)
Fixed files that lacked the end of file new line.

Change-Id: I552f408b88a3a529e25236b7118be3b5a5741c7e
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: INT-1451

docs/files/scaleout/k8s-tca-clamp-policy-05162019.yaml
test/mocks/datafilecollector-testharness/dr-sim/docker-compose.yml
test/mocks/datafilecollector-testharness/ftps-sftp-server/test_cases.yml
test/mocks/datafilecollector-testharness/mr-sim/docker-compose.yml
test/mocks/mass-pnf-sim/pnf-sim-lightweight/deployment/PnP_PNF_sim_heat_template.yml
test/mocks/pmsh-pnf-sim/docker-compose/docker-compose.yml
test/mocks/pnf-onboarding/src/main/resources/csarContent/Definitions/pnf_main_descriptor.yaml
test/mocks/pnf-onboarding/src/main/resources/csarContent/Files/Events/MyPnf_Pnf_v1.yaml
test/mocks/pnfsimulator/pnfsimulator/deployment/PnP_PNF_sim_heat_template.yml

index b4e5453..797a460 100644 (file)
@@ -172,4 +172,4 @@ node_templates:
       policy_id:
            get_input: policy_id
       policy_model_id: 
-           get_input: policy_model_id
\ No newline at end of file
+           get_input: policy_model_id
index 4d98c70..efcc33f 100644 (file)
@@ -14,4 +14,4 @@ services:
      - "3908:3908"
      - "3909:3909"
     container_name: drsim_redir
-    command: node dmaapDR_redir.js
\ No newline at end of file
+    command: node dmaapDR_redir.js
index 61275df..ce68be4 100644 (file)
@@ -13,4 +13,4 @@ TC2:
 TC_10000:
   size_files: 1 1 5 5 50 50
   number_files: 10000 10000 10000 10000 1 1
-  directory_files: ftps sftp ftps sftp ftps sftp
\ No newline at end of file
+  directory_files: ftps sftp ftps sftp ftps sftp
index a02e6a4..ff8aa29 100644 (file)
@@ -8,4 +8,4 @@ services:
      - "2223:2223"
     container_name: mrsim
     command: python mr-sim.py --tc100
-# Change -tc100 to other tc number for desired behavior.
\ No newline at end of file
+# Change -tc100 to other tc number for desired behavior.
index 4bf6758..76719ae 100644 (file)
@@ -115,4 +115,4 @@ outputs:
     value: { get_attr: [ PNF_PnP_simualtor, first_address ] }
   PNF_PnP_simualtor_public_ip:
     description: Floating IP address of PNF_PnP_simualtor in public network
-    value: { get_attr: [ PNF_PnP_simualtor_public, floating_ip_address ] }
\ No newline at end of file
+    value: { get_attr: [ PNF_PnP_simualtor_public, floating_ip_address ] }
index 419e54b..58f2269 100644 (file)
@@ -17,4 +17,4 @@ services:
       - "2222:22"
     volumes:
       - /host/upload:/home/admin
-    command: admin:admin:1001
\ No newline at end of file
+    command: admin:admin:1001
index 400efea..1cd4a16 100644 (file)
@@ -25,4 +25,4 @@ topology_template:
         role: leaf
         description: External connection point to access Acme myPnf
       requirements: 
-        - dependency: myPnf
\ No newline at end of file
+        - dependency: myPnf
index 83f1d3e..a8c9b6b 100644 (file)
@@ -210,4 +210,4 @@ event:
                     keyValuePair: {presence: required, structure: {key: {presence: required, value: additionalText},value: {presence: optional}}},
                     keyValuePair: {presence: required, structure: {key: {presence: required, value: additionalInfo},value: {presence: optional}}}}
                 }
-...
\ No newline at end of file
+...
index 4bf6758..76719ae 100644 (file)
@@ -115,4 +115,4 @@ outputs:
     value: { get_attr: [ PNF_PnP_simualtor, first_address ] }
   PNF_PnP_simualtor_public_ip:
     description: Floating IP address of PNF_PnP_simualtor in public network
-    value: { get_attr: [ PNF_PnP_simualtor_public, floating_ip_address ] }
\ No newline at end of file
+    value: { get_attr: [ PNF_PnP_simualtor_public, floating_ip_address ] }