sddc_bundles

SDDC Manager software bundles (/v1/bundles).

saltext.vcf.clients.sddc_bundles.download(opts, bundle_id, profile=None)[source]

Trigger a bundle download. Returns the task id.

saltext.vcf.clients.sddc_bundles.upload(opts, bundle_file_path, manifest_file_path, signature_file_path, profile=None)[source]

Register an offline patch bundle already staged on SDDC Manager.

All three paths are on the SDDC Manager appliance’s local filesystem; the caller is responsible for having placed the .tar, .manifest and .sig files there (that’s the OFFLINE-mode step from the Async Patch Tool workflow). Returns the task id for the import.

saltext.vcf.clients.sddc_bundles.delete(opts, bundle_id, profile=None)[source]

Delete a bundle from the SDDC Manager LCM repository.

saltext.vcf.clients.sddc_bundles.for_skip_upgrade(opts, domain_id, profile=None)[source]

List bundles applicable to a skip-upgrade of domain_id.