diff --git a/README.md b/README.md index 5c5eb18..4bceadb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/doc_lmt_parameters.md b/docs/doc_lmt_parameters.md index e190517..a1fe6f7 100644 --- a/docs/doc_lmt_parameters.md +++ b/docs/doc_lmt_parameters.md @@ -422,6 +422,8 @@ Before you run License Metric Tool playbooks, review default values of License M "Fujitsu Cloud IaaS Instance"
"NTT Enterprise Cloud Server"
"NTT IaaS Powered by VMware"
+ "NTT Data"
+ "KDDI Virtual Server"

For more information about supported types of public clouds, see: Identifying disconnected computers as running on public clouds in License Metric Tool documentation. diff --git a/lmt_inventory_template.yml b/lmt_inventory_template.yml index 6137dfc..8ff5b2e 100644 --- a/lmt_inventory_template.yml +++ b/lmt_inventory_template.yml @@ -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. diff --git a/roles/ilmt_scanner/defaults/main.yml b/roles/ilmt_scanner/defaults/main.yml index 5689ec3..04b450c 100644 --- a/roles/ilmt_scanner/defaults/main.yml +++ b/roles/ilmt_scanner/defaults/main.yml @@ -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. diff --git a/roles/ilmt_scanner/vars/main.yml b/roles/ilmt_scanner/vars/main.yml index fe099be..5d3083e 100644 --- a/roles/ilmt_scanner/vars/main.yml +++ b/roles/ilmt_scanner/vars/main.yml @@ -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"