vcf_installer_bringup¶
State module for VCF Installer bringup.
- saltext.vcf.states.vcf_installer_bringup.validated(name, spec, wait=True, timeout=1800, profile=None)[source]¶
Ensure spec passes installer validation.
Submits a validation, optionally waits for it, and reports success/failure.
- saltext.vcf.states.vcf_installer_bringup.complete(name, spec, wait=True, timeout=14400, validate_first=True, profile=None)[source]¶
Ensure a management-domain bringup has completed.
Idempotent based on the installer’s task list: if an in-progress or completed bringup is present, this state reuses it instead of submitting a new one. validate_first runs validation before submitting.