Host OS configuration management workflow¶
Available since MCC 2.26.0 (17.1.0 and 16.1.0) TechPreview
The workflow of the host operating system (OS) configuration API that use modules provided by MOSK or custom modules is as follows:
Select one of the following options:
If you do not intend to use custom modules, skip to step 2.
If you intend to use custom modules:
Contact the module creator to obtain the link to the module and its SHA256.
Add the module to an existing
HostOSConfigurationModules
(hocm
) object or create a newhocm
object. For details, see Container Cloud API Reference: HostOSConfigurationModules custom resource and Add a custom module to a MOSK deployment.
Add the configuration of the Container Cloud or custom module to an existing
HostOSConfiguration
(hoc
) object or create a newhoc
object with the following details:Add the required configuration details of the module.
Set the selector for machines to apply the configuration.
For details, see Container Cloud API Reference: HostOSConfiguration custom resource along with HostOSConfiguration and HostOSConfigurationModules concepts.
Optional. Retrigger the same successfully applied module configuration. For details, see Retrigger a module configuration.
Create a custom configuration module as required. For reference, see Format and structure of a module package and Modules provided by MOSK.
Publish the module in a repository from which the cloud operator can fetch the module.
Share the module details with the cloud operator.
The following diagram illustrates the high-level overview of the host OS configuration operations API:
