Mirantis Container Cloud (MCC) becomes part of Mirantis OpenStack for Kubernetes (MOSK)!
Starting with MOSK 25.2, the MOSK documentation set will cover all product layers, including MOSK management (formerly MCC). This means everything you need will be in one place. The separate MCC documentation site will be retired, so please update your bookmarks for continued easy access to the latest content.
Custom OpenStack images¶
Available since MOSK 25.1
The OpenStack Controller enables you to use customized images in your OpenStack
deployments. To start using such images, create a ConfigMap in the
openstack
namespace with the following content, replacing
<OPENSTACKDEPLOYMENT-NAME>
with the name of your OpenStackDeployment
custom resource:
apiVersion: v1
kind: ConfigMap
metadata:
labels:
openstack.lcm.mirantis.com/watch: "true"
name: <OPENSTACKDEPLOYMENT-NAME>-artifacts
namespace: openstack
data:
caracal: |
dep_check: <KUBERNETES-ENTRYPOINT-IMAGE-URL>
openvswitch_db_server: <OPENVSWITCH-IMAGE-URL>
openvswitch_vswitchd: <OPENVSWITCH-IMAGE-URL>