Mirantis Container Cloud (MCC) becomes part of Mirantis OpenStack for Kubernetes (MOSK)!
Starting with MOSK 25.2, the MOSK documentation set covers all product layers, including MOSK management (formerly Container Cloud). This means everything you need is in one place. Some legacy names may remain in the code and documentation and will be updated in future releases. The separate Container Cloud documentation site will be retired, so please update your bookmarks for continued easy access to the latest content.
Retrigger a module configuration¶
Important
The cloud operator takes all risks and responsibility for module execution on cluster machines. For any questions, contact Mirantis support.
There is no API to reexecute the same successfully applied module configuration
upon user request. Once executed, the same configuration will never be executed
prior to either of the following actions is taken on the hoc object:
Change the module-related
valuesof theconfigsfield listChange the data of the
Secretobject referenced by the module-relatedsecretValuesof theconfigsfield list
To retrigger exactly the same configuration for a module, select one of the following options:
Reapply
machineSelector:Save the current selector value.
Update the selector to match no machines (empty value) or those machines where configuration should not be reapplied.
Update the selector to the previously saved value.
Re-create the
hocobject:Dump the whole
hocobject.Remove the
hocobject.Reapply the
hocobject from the dump.
Caution
The above steps retrigger all configuration from the configs
field of the hoc object. To avoid such behavior, Mirantis recommends
the following procedure:
Copy a particular module configuration to a new
hocobject and remove the previousmachineSelectorfield.Remove this configuration from the original
hocobject.Add the required values to the
machineSelectorfield in the new object.