Commit 957e8b75 authored by admin's avatar admin
Browse files

环境代码变更

parent db9d903c
Showing with 119 additions and 95 deletions
+119 -95
variable "tags" {
type = map(string)
default = {
tagkey = "tagvalue"
}
variable "tags"{
type = map(string)
default = {
"Department": "CPG",
"Owner": "admin",
"UPTime": "2023-12-06",
"Platform": "CPG",
"ExpireDate": "2023-12-30",
"DeployUnit": "DEV",
"ORDER_NO": "RITM00005756",
"PlatformUser": "admin"
}
}
variable "docker_login_url" {
default = "registry-vpc.cn-hangzhou.aliyuncs.com"
variable "docker_login_url"{
default = registry-vpc.cn-hangzhou.aliyuncs.com
type =
}
variable "docker_user" {
default = "idcos"
variable "docker_user"{
default = idcos
type =
}
variable "docker_password" {
default = "Yunjikeji#123"
variable "docker_password"{
default = Yunjikeji#123
type =
}
variable "docker_install_url" {
default = "http://yum.idcos.com/opensource/docker/docker-deploy.sh"
variable "docker_install_url"{
default = http://yum.idcos.com/opensource/docker/docker-deploy.sh
type =
}
variable "env_tag" {
default = "test"
variable "env_tag"{
default = test
type =
}
variable "eos_version" {
default = "4.1.0-SNAPSHOT-dev"
description = "eos版本"
type = string
variable "eos_version"{
default = "4.1.0-SNAPSHOT-dev"
description = "eos版本"
type = string
}
variable "ydd_xxl_job_version" {
default = "1.0.1-dev"
description = "xxl版本"
type = string
variable "ydd_xxl_job_version"{
default = "1.0.1-dev"
description = "xxl版本"
type = string
}
variable "ydd_portal_web_version" {
default = "4.1.0-dev"
description = "官网版本"
type = string
variable "ydd_portal_web_version"{
default = "4.1.0-dev"
description = "官网版本"
type = string
}
variable "ydd_console_web_version" {
default = "1.2.0-dev"
description = "控制台版本"
type = string
variable "ydd_console_web_version"{
default = "1.2.0-dev"
description = "控制台版本"
type = string
}
variable "ydd_op_web_version" {
default = "4.0.0-dev"
description = "运营平台版本"
type = string
variable "ydd_op_web_version"{
default = "4.0.0-dev"
description = "运营平台版本"
type = string
}
variable "eos_port"{
default = "8080"
description = "ydd_uc版本"
type = string
}
variable "eos_port" {
default = "8080"
description = "ydd_uc版本"
type = string
variable "ydd_xxl_job_port"{
default = "8081"
description = "xxl版本"
type = string
}
variable "ydd_xxl_job_port" {
default = "8081"
description = "xxl版本"
type = string
variable "ydd_portal_web_port"{
default = "80"
description = "官网版本"
type = string
}
variable "ydd_portal_web_port" {
default = "80"
description = "官网版本"
type = string
variable "ydd_console_web_port"{
default = "81"
description = "控制台版本"
type = string
}
variable "ydd_console_web_port" {
default = "81"
description = "控制台版本"
type = string
variable "ydd_op_web_port"{
default = "82"
description = "运营平台版本"
type = string
}
variable "ydd_op_web_port" {
default = "82"
description = "运营平台版本"
type = string
variable "pvtz_cloudydd"{
default = "cloudydd-dev-5756"
description = "内网域名(前缀)"
type = string
}
variable "pvtz_cloudydd" {
default = "cloudydd-dev"
description = "内网域名(前缀)"
type = string
variable "REDIS_PASSWORD"{
default = "Yunjikeji#123"
description = "Redis密码"
type = string
}
variable "REDIS_PASSWORD" {
default = "Yunjikeji#123"
description = "Redis密码"
type = string
variable "key_pair"{
type = string
default = "ydd-cpg"
}
variable "key_pair" {
type = string
default = "ydd-cpg"
variable "service_account_id"{
type = number
default = 21
}
variable "service_account_id" {
type = number
default = 21
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 "resource_group_id"{
type = string
description = "资源组id"
default = "rg-aekzo4yoiplib5y"
}
variable "resource_group_id" {
type = string
description = "资源组id"
default = "rg-aekzo4yoiplib5y"
variable "private_zone"{
type = string
description = "内网域名"
default = "yun.idcos"
}
variable "private_zone" {
type = string
description = "内网域名"
default = "yun.idcos"
variable "mysql_user"{
description = "mysql用户"
default = admin
type =
}
variable "mysql_user" {
description = "mysql用户"
default = "admin"
variable "mysql_password"{
description = "mysql密码"
default = Yunjikeji#123
type =
}
variable "mysql_password" {
description = "mysql密码"
default = "Yunjikeji#123"
variable "mysql_db"{
description = "数据库名称"
default = ydd_eos_dev
type =
}
variable "mysql_db" {
description = "数据库名称"
default = "ydd_eos_dev"
variable "cloudiac_env_id"{
default =
type =
}
variable "cloudiac_env_id" {
default = ""
}
\ 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