优化镜像同步,新增雄安集团监管平台项目

This commit is contained in:
zeaslity
2026-01-19 16:27:27 +08:00
parent 739cbca267
commit ccdd3227c1
41 changed files with 12644 additions and 240 deletions

View File

@@ -59,6 +59,27 @@ func TestCmiiEnvDeploy_WddSuperCluster(t *testing.T) {
}
func TestCmiiEnvDeploy_XiongAnJianGuanPingTai(t *testing.T) {
// 雄安空能院 2025年8月7日
commonEnv := &z_dep.CommonEnvironmentConfig{
WebIP: "144.7.97.167",
WebPort: "8088",
HarborIPOrCustomImagePrefix: "10.22.57.8",
HarborPort: "8033",
Namespace: "xa-dcity-uas-260116",
TagVersion: "uas-2.2",
TenantEnv: "",
MinioPublicIP: "",
MinioInnerIP: "helm-minio",
NFSServerIP: "10.22.57.3",
ApplyFilePrefix: "",
}
CmiiEnvDeployOffline(commonEnv, true, real_project.CmiiUas22ImageList)
}
func TestCmiiEnvDeploy_XiongAnKongNengYuan(t *testing.T) {
// 雄安空能院 2025年8月7日

View File

@@ -60,7 +60,7 @@ func TestPullFromEntityAndSyncConditionally(t *testing.T) {
sync := ImageSyncEntity{
DownloadCondition: &DownloadEntity{
ShouldDownloadImage: true,
ProjectName: "xakny",
ProjectName: "xauas22",
ProjectVersion: "",
CmiiNameTagList: []string{},
FullNameImageList: fullImageList,