Skip to content

Commit

Permalink
Merge pull request #33 from IBM/dariuszglocki
Browse files Browse the repository at this point in the history
 9.2.33.0 ILMT playbooks release
  • Loading branch information
DariuszGlocki authored Sep 19, 2023
2 parents 3750f9a + 036c64a commit 348bc74
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Disconnected scans allow for discovering software and hardware inventory by running scripts that are provided in the disconnected scanner package. The scripts initiate software and capacity scans, and create a package with scan results that you later need to upload to the License Metric Tool server. You can automate management of disconnected scans by using [Ansible](https://docs.ansible.com/ansible/latest/index.html#about-ansible).

The current version of License Metric Tool playbooks is **9.2.32**
The current version of License Metric Tool playbooks is **9.2.33**


## Prerequisites
Expand Down
2 changes: 2 additions & 0 deletions docs/doc_lmt_parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,8 @@ Before you run License Metric Tool playbooks, review default values of License M
<code>"Fujitsu Cloud IaaS Instance"</code><br>
<code>"NTT Enterprise Cloud Server"</code><br>
<code>"NTT IaaS Powered by VMware"</code><br>
<code>"NTT Data"</code><br>
<code>"KDDI Virtual Server"</code><br>
<br/>
For more information about supported types of public clouds, see: <a href="https://ibm.biz/LMT_public_clouds_disconnected">Identifying disconnected computers as running on public clouds</a> in License Metric Tool documentation.
</td>
Expand Down
2 changes: 2 additions & 0 deletions lmt_inventory_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ all:
## | "Fujitsu Cloud IaaS Instance"
## | "NTT Enterprise Cloud Server"
## | "NTT IaaS Powered by VMware"
## | "NTT Data"
## | "KDDI Virtual Server"
##===================================================================================
## Description:
## Specifies the type of a public cloud on which the computer is running.
Expand Down
2 changes: 2 additions & 0 deletions roles/ilmt_scanner/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ lmt_scanner_daily_pack_results_enabled: true
## | "Fujitsu Cloud IaaS Instance"
## | "NTT Enterprise Cloud Server"
## | "NTT IaaS Powered by VMware"
## | "NTT Data"
## | "KDDI Virtual Server"
##==============================================================================
## Description:
## Specifies the type of a public cloud on which the computer is running.
Expand Down
2 changes: 1 addition & 1 deletion roles/ilmt_scanner/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ lmt_scanner_aix_scanner_minimum_disk_space: 100
# required_ibmi_space_in_MBs
lmt_scanner_ibmi_scanner_minimum_disk_space: 120
# Playbooks version - should be in-line with LMT server version and upgraded during each release
lmt_playbooks_version: "9.2.32.0"
lmt_playbooks_version: "9.2.33.0"

0 comments on commit 348bc74

Please sign in to comment.