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 diff --git a/templates/TIP.html.tmpl b/templates/TIP.html.tmpl index 460ca4c..c209d2e 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 automated installation tests. For details look in the Technical Installation Report.

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

Component {{id}}

@@ -290,6 +293,7 @@
N/A
+ {{/doInstall}} {{/each }}