vcf_nsx_telemetry
State module for NSX Manager telemetry / CEIP opt-in.
Enforces the 912 Controls requirement that the NSX-T Manager must not send
environment information to third parties by pinning the CEIP optin flag
to False (or an explicit caller-supplied value).
-
saltext.vcf.states.vcf_nsx_telemetry.optin_set(name, optin=False, profile=None)[source]
Ensure the NSX Manager CEIP optin flag matches optin.
name is a label for the state and is not sent to NSX. The default of
optin=False disables CEIP, satisfying the 912 Controls control.
-
saltext.vcf.states.vcf_nsx_telemetry.ceip_disabled(name, profile=None)[source]
Convenience alias: ensure CEIP telemetry is opted out.