From 2668c6e4284b824c8a9059b30642aa0790e145cb Mon Sep 17 00:00:00 2001 From: clemensutschig Date: Wed, 15 Dec 2021 09:50:13 +0100 Subject: [PATCH 1/3] add check on doInstall for TIP --- templates/TIP.html.tmpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/TIP.html.tmpl b/templates/TIP.html.tmpl index 460ca4c..89eb950 100644 --- a/templates/TIP.html.tmpl +++ b/templates/TIP.html.tmpl @@ -225,6 +225,8 @@ {{#if metadata.installation}} {{metadata.installation}} {{else}} N/A {{/if}} {{/doInstall}} + + {{/each}} Change id/number @@ -270,8 +272,9 @@

6Diagnostics and Testing

-

Each component comes with individual installation tests. For details look in the Technical Installation Report.

+

Each 'ods-installed' component (as per section 3.3) comes with individual installation tests. For details look in the Technical Installation Report.

{{#each data.repositories}} + {{^doInstall}}

Component {{id}}

@@ -290,6 +293,7 @@
N/A
+ {{/doInstall}} {{/each }}
From 2025185b924f67a04c74cbed0e30cf68d5447a5d Mon Sep 17 00:00:00 2001 From: clemensutschig Date: Wed, 15 Dec 2021 13:31:57 +0100 Subject: [PATCH 2/3] wrong ^ --- templates/TIP.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/TIP.html.tmpl b/templates/TIP.html.tmpl index 89eb950..c209d2e 100644 --- a/templates/TIP.html.tmpl +++ b/templates/TIP.html.tmpl @@ -272,9 +272,9 @@

6Diagnostics and Testing

-

Each 'ods-installed' component (as per section 3.3) comes with individual installation tests. For details look in the Technical Installation Report.

+

Each 'ods-installed' component (as per section 3.3) comes with individual automated installation tests. For details look in the Technical Installation Report.

{{#each data.repositories}} - {{^doInstall}} + {{doInstall}}

Component {{id}}

From da3459c21edc0b8c8b8962d81f93c216a3c313c8 Mon Sep 17 00:00:00 2001 From: clemensutschig Date: Wed, 15 Dec 2021 20:33:07 +0100 Subject: [PATCH 3/3] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4092168..bb64506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Added - CFTP for Gamp3/4/5 - Purpose chapter 7.1.1 needs changes([#64](https://github.com/opendevstack/ods-document-generation-templates/pull/64)) - SDSS for GAMP3/4 - Missing Section 3.2.x tokens for replacement ([#67](https://github.com/opendevstack/ods-document-generation-templates/issues/67)) +- emove installation verification steps for non-ods installed components ([#72](https://github.com/opendevstack/ods-document-generation-templates/issues/72)) ## 1.2 - 2021-18-11