Commit f4efcd90 authored by admin's avatar admin
Browse files

环境代码变更

parent 8d8f8efd
No related merge requests found
Showing with 118 additions and 108 deletions
+118 -108
variable "ydd_gateway_image" {
type = string
default = "5.8.0-SNAPSHOT_dev"
variable "ydd_gateway_image"{
type = string
default = "5.8.0-SNAPSHOT_dev"
}
variable "ydd_gateway_agent_image" {
type = string
default = "5.8.0-SNAPSHOT_dev"
variable "ydd_gateway_agent_image"{
type = string
default = "5.8.0-SNAPSHOT_dev"
}
variable "act2_master_image" {
type = string
default = "2.7.19"
variable "act2_master_image"{
type = string
default = "2.7.19"
}
variable "act2_proxy_image" {
type = string
default = "2.7.19"
variable "act2_proxy_image"{
type = string
default = "2.7.19"
}
variable "cloud_catalog_image" {
type = string
default = "5.9.0-SNAPSHOT_dev"
variable "cloud_catalog_image"{
type = string
default = "5.9.0-SNAPSHOT_dev"
}
variable "cloud_cmp_core_image" {
type = string
default = "5.9.0-SNAPSHOT_dev"
variable "cloud_cmp_core_image"{
type = string
default = "5.9.0-SNAPSHOT_dev"
}
variable "cloud_discovery_image" {
type = string
default = "5.7.0-SNAPSHOT_dev"
variable "cloud_discovery_image"{
type = string
default = "5.7.0-SNAPSHOT_dev"
}
variable "cloud_kylin_image" {
type = string
default = "5.5.0-SNAPSHOT_dev"
variable "cloud_kylin_image"{
type = string
default = "5.5.0-SNAPSHOT_dev"
}
variable "cloud_workflow_image" {
type = string
default = "5.6.0-SNAPSHOT_dev"
variable "cloud_workflow_image"{
type = string
default = "5.6.0-SNAPSHOT_dev"
}
variable "ydd_uc_image" {
type = string
default = "5.6.0-SNAPSHOT_dev"
variable "ydd_uc_image"{
type = string
default = "5.6.0-SNAPSHOT_dev"
}
variable "cloud_cmp_admin_web_image" {
type = string
default = "5.9.0_dev"
variable "cloud_cmp_admin_web_image"{
type = string
default = "5.9.0_dev"
}
variable "cloud_cmp_user_web_image" {
type = string
default = "5.9.0_dev"
variable "cloud_cmp_user_web_image"{
type = string
default = "5.9.0_dev"
}
variable "cloud_discovery_web_image" {
type = string
default = "4.0.0_dev"
variable "cloud_discovery_web_image"{
type = string
default = "4.0.0_dev"
}
variable "cloud_kylin_web_image" {
type = string
default = "5.9.0_dev"
variable "cloud_kylin_web_image"{
type = string
default = "5.9.0_dev"
}
variable "cloud_cmp_userportal_web_image" {
type = string
default = "0.0.4_dev"
variable "cloud_cmp_userportal_web_image"{
type = string
default = "0.0.4_dev"
}
variable "ingress_nginx_image" {
type = string
default = "2.7.0"
variable "ingress_nginx_image"{
type = string
default = "2.7.0"
}
variable "private_zone"{
type = string
description = "内网域名"
default = "idcos.cn"
}
variable "private_zone" {
type = string
description = "内网域名"
default = "idcos.cn"
variable "resource_group_id"{
type = string
description = "资源组id"
default = "rg-aekzo4yoiplib5y"
}
variable "resource_group_id" {
type = string
description = "资源组id"
default = "rg-aekzo4yoiplib5y"
variable "create_mysql"{
type = bool
default = true
}
variable "create_mysql" {
type = bool
default = true
variable "iac_version"{
type = string
description = "iac 主版本号"
default = "v1.3.6"
}
variable "iac_version" {
type = string
description = "iac 主版本号"
default = "v1.3.6"
variable "cpg_iac_module_group"{
type = string
description = "CPG中模块管理存储的仓库组"
default = "cpg-modules"
}
variable "cpg_iac_module_group" {
type = string
description = "CPG中模块管理存储的仓库组"
default = "cpg-modules"
variable "cpg_iac_module_git_type"{
type = string
description = "CPG中模块管理默认使用的git类型"
default = "Gitlab"
}
variable "cpg_iac_module_git_type" {
type = string
description = "CPG中模块管理默认使用的git类型"
default = "Gitlab"
variable "skywalking_endpoint"{
type = string
description = "skywalking后端服务地址,多路径以都后分割"
default = "localhost:11800"
}
variable "skywalking_endpoint" {
type = string
description = "skywalking后端服务地址,多路径以都后分割"
default = "localhost:11800"
variable "key_pair"{
type = string
default = "ydd-keypair"
}
variable "key_pair" {
type = string
default = "ydd-keypair"
variable "tags"{
type = map(string)
default = {
"Department": "CPG",
"Owner": "admin",
"UPTime": "2023-12-06",
"Platform": "CPG",
"ExpireDate": "2023-12-30",
"DeployUnit": "DEV",
"ORDER_NO": "RITM00005786",
"PlatformUser": "admin"
}
}
variable "tags" {
type = map(string)
default = {}
variable "service_account_id"{
type = number
default = 21
}
variable "service_account_id" {
type = number
default = 2
variable "sys_disk_size"{
type = number
default = 100
}
variable "sys_disk_size" {
type = number
default = 100
variable "sys_disk_type"{
type = string
default = "cloud_efficiency"
}
variable "sys_disk_type" {
type = string
default = "cloud_efficiency"
variable "prefix_domain"{
type = string
description = "环境域名前缀"
default = "cpg-dev-5786"
}
variable "prefix_domain" {
type = string
description = "环境域名前缀"
variable "restore_package"{
description = "数据还原包地址"
type = string
default = "http://yum.idcos.com/cloudcmp/backup/cloud-cpg.5.9.0_20231028.tar.gz"
}
variable "restore_package" {
description = "数据还原包地址"
type = string
default = "http://yum.idcos.com/cloudcmp/backup/cloud-cpg.5.9.0_20231028.tar.gz"
variable "force_restore"{
description = "强制执行数据恢复"
type = bool
default = false
}
variable "force_restore" {
description = "强制执行数据恢复"
type = bool
default = false
variable "env_id"{
type = string
default = "bb7be548-70a4-46a4-adf2-9f5b8ca89bca"
}
variable "env_id" {
type = string
default = "asababab"
variable "need_backup"{
type = bool
default = true
}
variable "need_backup" {
type = bool
default = true
}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment