Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 5 additions & 1 deletion templates/TIP.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@
<td class="content-wrappable">{{#if metadata.installation}} {{metadata.installation}} {{else}} N/A {{/if}}</td>
</tr>
{{/doInstall}}
<!-- insert a new line after each repo -->
<tr></tr>
{{/each}}
<tr>
<td class="content-wrappable">Change id/number</td>
Expand Down Expand Up @@ -270,8 +272,9 @@
<div class="page">
<h2 id="section_6"><span>6</span>Diagnostics and Testing</h2>

<p>Each component comes with individual installation tests. For details look in the Technical Installation Report.</p>
<p>Each 'ods-installed' component (as per section 3.3) comes with individual automated installation tests. For details look in the Technical Installation Report.</p>
{{#each data.repositories}}
{{doInstall}}
<h3>Component {{id}}</h3>

<table class="no-page-break">
Expand All @@ -290,6 +293,7 @@
<td class="content-wrappable">N/A</td>
</tr>
</table>
{{/doInstall}}
{{/each }}
</div>

Expand Down