Add 25.2 mosk base env's
- set tigop_compatible_manifest option for ucp 3.8.2
Related-prod: PRODX-49654
Change-Id: I940c716f6795efb7b1b3b341c3b0e59f5605cdcb
diff --git a/de/heat-templates/scripts/functions.sh b/de/heat-templates/scripts/functions.sh
index 871ebf9..5fc6c28 100644
--- a/de/heat-templates/scripts/functions.sh
+++ b/de/heat-templates/scripts/functions.sh
@@ -498,6 +498,7 @@
enable_admin_ucp_scheduling = true
default_node_orchestrator = \"kubernetes\"
[cluster_config]
+ tigop_compatible_manifest = true
dns = [\"172.18.208.44\"]
calico_vxlan_port = \"$UCP_DOCKER_CALICO_VXLAN_PORT\"
${max_pods}
diff --git a/mosk-images/env/25.2.sh b/mosk-images/env/25.2.sh
new file mode 100644
index 0000000..42f1589
--- /dev/null
+++ b/mosk-images/env/25.2.sh
@@ -0,0 +1,7 @@
+export IMAGE_BASE_URL=${IMAGE_BASE_URL:-"https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img"}
+export IMAGE_MD5_URL=${IMAGE_MD5_URL:-"https://cloud-images.ubuntu.com/jammy/current/MD5SUMS"}
+export KERNEL_VERSION=${KERNEL_VERSION:-'5.15.0-131-generic'}
+export DOCKER_EE_RELEASE=${DOCKER_EE_RELEASE:-'stable-25.0.8'}
+export DOCKER_EE_URL=${DOCKER_EE_URL:-'https://repos.mirantis.com/ubuntu'}
+export DOCKER_UCP_IMAGE=${DOCKER_UCP_IMAGE:-'docker-dev-kaas-virtual.docker.mirantis.net/lcm/docker/ucp:3.8.2'}
+export DOCKER_UCP_PACKAGES=${DOCKER_UCP_PACKAGES:-'containerd.io=1.7.25m1-0ubuntu0.22.04.1 docker-ee=5:25.0.8m2-0ubuntu0.22.04.1 docker-ee-cli=5:25.0.7m2-0ubuntu0.22.04.1'}