From 3161bfe20dd1fa280e8b6292e79dfeb1d776eec2 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Wed, 19 Feb 2020 13:37:31 +0100 Subject: Fix YAML linter indentation errors in yaml files Change-Id: I5548de0d7afb0e249ab8b6dbc93c102a2a2ac648 Signed-off-by: Bartek Grzybowski Issue-ID: INT-1451 --- .../pnf-sim-lightweight/deployment/PnP_PNF_sim_heat_template.yml | 6 +++--- .../mass-pnf-sim/pnf-sim-lightweight/docker-compose-template.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'test/mocks/mass-pnf-sim/pnf-sim-lightweight') diff --git a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/deployment/PnP_PNF_sim_heat_template.yml b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/deployment/PnP_PNF_sim_heat_template.yml index 76719ae44..6f9b5f02f 100644 --- a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/deployment/PnP_PNF_sim_heat_template.yml +++ b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/deployment/PnP_PNF_sim_heat_template.yml @@ -2,12 +2,12 @@ description: Heat template that deploys PnP PNF simulator heat_template_version: '2013-05-23' parameters: flavor_name: {description: Type of instance (flavor) to be used, label: Flavor, - type: string} + type: string} image_name: {description: Image to be used for compute instance, label: Image name - or ID, type: string} + or ID, type: string} key_name: {description: Public/Private key pair name, label: Key pair name, type: string} public_net_id: {description: Public network that enables remote connection to VNF, - label: Public network name or ID, type: string} + label: Public network name or ID, type: string} private_net_id: {type: string, description: Private network id, label: Private network name or ID} private_subnet_id: {type: string, description: Private subnet id, label: Private subnetwork name or ID} proxy: {type: string, description: Proxy, label: Proxy, default: ""} diff --git a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/docker-compose-template.yml b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/docker-compose-template.yml index a4bbcd995..a13a76bd7 100644 --- a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/docker-compose-template.yml +++ b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/docker-compose-template.yml @@ -45,8 +45,8 @@ services: front-${I}: ipv4_address: "${IPFTPS}" ports: - - "${PORTFTPS}:21" - - "${FTPS_PASV_MIN}-${FTPS_PASV_MAX}:${FTPS_PASV_MIN}-${FTPS_PASV_MAX}" + - "${PORTFTPS}:21" + - "${FTPS_PASV_MIN}-${FTPS_PASV_MAX}:${FTPS_PASV_MIN}-${FTPS_PASV_MAX}" environment: FTP_USER: onap FTP_PASSWORD: pano -- cgit 1.2.3-korg