aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vCPE
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-03-20 14:36:10 +0100
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-03-23 11:07:44 +0100
commit89da408dd79bcc7cfb4d89033da435c974c13e70 (patch)
tree768b726f12aa0adedcba5a97187b5827e28e213f /heat/vCPE
parentad09fabff07bdfaf659aa8d3d4bfdd9a0f9907d0 (diff)
Pretty print json files in heat/
Fixing json files to conform to linter rules. Change-Id: Ia758a50adffb13889255511594aacc03f66f4e4b Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'heat/vCPE')
-rw-r--r--heat/vCPE/infra/MANIFEST.json14
-rw-r--r--heat/vCPE/vbng/MANIFEST.json12
-rw-r--r--heat/vCPE/vbrgemu/MANIFEST.json12
-rw-r--r--heat/vCPE/vgmux/MANIFEST.json12
-rw-r--r--heat/vCPE/vgw/MANIFEST.json12
5 files changed, 31 insertions, 31 deletions
diff --git a/heat/vCPE/infra/MANIFEST.json b/heat/vCPE/infra/MANIFEST.json
index 11ce42f9..5e933742 100644
--- a/heat/vCPE/infra/MANIFEST.json
+++ b/heat/vCPE/infra/MANIFEST.json
@@ -1,17 +1,17 @@
{
- "name": "",
- "description": "",
+ "name": "",
+ "description": "",
"data": [
{
- "file": "base_vcpe_infra.yaml",
- "type": "HEAT",
- "isBase": "true",
+ "file": "base_vcpe_infra.yaml",
+ "type": "HEAT",
+ "isBase": "true",
"data": [
{
- "file": "base_vcpe_infra.env",
+ "file": "base_vcpe_infra.env",
"type": "HEAT_ENV"
}
]
}
]
-} \ No newline at end of file
+}
diff --git a/heat/vCPE/vbng/MANIFEST.json b/heat/vCPE/vbng/MANIFEST.json
index 0b34111e..0f9e35bd 100644
--- a/heat/vCPE/vbng/MANIFEST.json
+++ b/heat/vCPE/vbng/MANIFEST.json
@@ -1,14 +1,14 @@
{
- "name": "",
- "description": "",
+ "name": "",
+ "description": "",
"data": [
{
- "file": "base_vcpe_vbng.yaml",
- "type": "HEAT",
- "isBase": "true",
+ "file": "base_vcpe_vbng.yaml",
+ "type": "HEAT",
+ "isBase": "true",
"data": [
{
- "file": "base_vcpe_vbng.env",
+ "file": "base_vcpe_vbng.env",
"type": "HEAT_ENV"
}
]
diff --git a/heat/vCPE/vbrgemu/MANIFEST.json b/heat/vCPE/vbrgemu/MANIFEST.json
index 603f92d9..39112561 100644
--- a/heat/vCPE/vbrgemu/MANIFEST.json
+++ b/heat/vCPE/vbrgemu/MANIFEST.json
@@ -1,14 +1,14 @@
{
- "name": "",
- "description": "",
+ "name": "",
+ "description": "",
"data": [
{
- "file": "base_vcpe_vbrgemu.yaml",
- "type": "HEAT",
- "isBase": "true",
+ "file": "base_vcpe_vbrgemu.yaml",
+ "type": "HEAT",
+ "isBase": "true",
"data": [
{
- "file": "base_vcpe_vbrgemu.env",
+ "file": "base_vcpe_vbrgemu.env",
"type": "HEAT_ENV"
}
]
diff --git a/heat/vCPE/vgmux/MANIFEST.json b/heat/vCPE/vgmux/MANIFEST.json
index 62d1ef97..1f621671 100644
--- a/heat/vCPE/vgmux/MANIFEST.json
+++ b/heat/vCPE/vgmux/MANIFEST.json
@@ -1,14 +1,14 @@
{
- "name": "",
- "description": "",
+ "name": "",
+ "description": "",
"data": [
{
- "file": "base_vcpe_vgmux.yaml",
- "type": "HEAT",
- "isBase": "true",
+ "file": "base_vcpe_vgmux.yaml",
+ "type": "HEAT",
+ "isBase": "true",
"data": [
{
- "file": "base_vcpe_vgmux.env",
+ "file": "base_vcpe_vgmux.env",
"type": "HEAT_ENV"
}
]
diff --git a/heat/vCPE/vgw/MANIFEST.json b/heat/vCPE/vgw/MANIFEST.json
index f99303e4..8178b1e5 100644
--- a/heat/vCPE/vgw/MANIFEST.json
+++ b/heat/vCPE/vgw/MANIFEST.json
@@ -1,14 +1,14 @@
{
- "name": "",
- "description": "",
+ "name": "",
+ "description": "",
"data": [
{
- "file": "base_vcpe_vgw.yaml",
- "type": "HEAT",
- "isBase": "true",
+ "file": "base_vcpe_vgw.yaml",
+ "type": "HEAT",
+ "isBase": "true",
"data": [
{
- "file": "base_vcpe_vgw.env",
+ "file": "base_vcpe_vgw.env",
"type": "HEAT_ENV"
}
]