Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for specifying all CPCs in HMC inventory file #1134

Open
andy-maier opened this issue Apr 11, 2023 · 0 comments
Open

Add support for specifying all CPCs in HMC inventory file #1134

andy-maier opened this issue Apr 11, 2023 · 0 comments

Comments

@andy-maier
Copy link
Member

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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant