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

Establish a feature flag for indirect host counting feature #15759

Merged
merged 2 commits into from
Jan 21, 2025

Conversation

jessicamack
Copy link
Member

SUMMARY

Ensure that indirect host counting does not occur when feature flag is not enabled. By default feature is disabled.

ISSUE TYPE
  • New or Enhanced Feature
COMPONENT NAME
  • Other
AWX VERSION

ADDITIONAL INFORMATION

@@ -1061,4 +1061,4 @@
SYSTEM_USERNAME = None

# feature flags
FLAGS = {}
FLAGS = {'FEATURE_INDIRECT_NODE_COUNTING': [{'condition': 'boolean', 'value': False}]}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Naming convention is FEATURE_*_ENABLED, so this should be FEATURE_INDIRECT_NODE_COUNTING_ENABLED

@pb82 pb82 merged commit 4eed454 into ansible:devel Jan 21, 2025
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants