You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HMC inventory file allows specifying the CPCs that should be used for a test under a specific HMC. In fact, only the specified CPCs will be used for testing. Example:
HMC1:
description: "my dev systems"
contact: "John Doe"
access_via: "VPN to dev network"
ansible_host: "10.11.12.13"
cpcs:
XYZ1:
machine_type: "2964"
dpm_enabled: true
XYZ2:
machine_type: "3906"
dpm_enabled: true
For cases where the CPC names are not known or determined dynamically in simulated environments, it would be good to have a way to specify "use all CPCs managed by this HMC".
The text was updated successfully, but these errors were encountered:
The HMC inventory file allows specifying the CPCs that should be used for a test under a specific HMC. In fact, only the specified CPCs will be used for testing. Example:
For cases where the CPC names are not known or determined dynamically in simulated environments, it would be good to have a way to specify "use all CPCs managed by this HMC".
The text was updated successfully, but these errors were encountered: