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

Module nsxt_policy_tier1 is missing ha_mode parameter #485

Open
frippe75 opened this issue Feb 6, 2024 · 1 comment
Open

Module nsxt_policy_tier1 is missing ha_mode parameter #485

frippe75 opened this issue Feb 6, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@frippe75
Copy link

frippe75 commented Feb 6, 2024

Describe the bug

Passing ha_mode errors out with:
Unsupported parameters for (nsxt_policy_tier1) module: ha_mode Supported parameters include .........

Reproduction steps

Run any play/task with ha_mode set to "ACTIVE_STANDBY"

Expected behavior

My Tier1 has the HA Mode set to "Not Set" instead of "Active Standby" in the UI

Additional context

No response

@frippe75 frippe75 added the bug Something isn't working label Feb 6, 2024
@allertbig
Copy link

allertbig commented Feb 23, 2024

found a hotfix. just find and copy this code from tier0 to tier1 module :
ha_mode=dict(
required=False,
type='str',
default="ACTIVE_ACTIVE",
choices=['ACTIVE_STANDBY', 'ACTIVE_ACTIVE']
),

not pretty clean as solution but works for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants