Commit 586e1a66 authored by David van der Spek's avatar David van der Spek
Browse files

deploy

parent b1579070
Showing with 516 additions and 31 deletions
+516 -31
BjJcgC8aHJQYdUguyIXoF9XZaaRkAWkK
\ No newline at end of file
tGPXnbTnu7TYDJ2eTEOEsopEAtOCNo7Q
\ No newline at end of file
metadata {
path = "bootstrap"
name = "deploy"
}
step "terraform-init" {
wkdir = "bootstrap/terraform"
target = "bootstrap/terraform"
command = "terraform"
args = [
"init",
"-upgrade",
]
sha = "h1:sHWDGZ44giu72ODHKMeG8BkMwJ7lKKVn5vWNRFdpZso="
retries = 0
verbose = false
}
step "terraform-apply" {
wkdir = "bootstrap/terraform"
target = "bootstrap/terraform"
command = "terraform"
args = [
"apply",
"-auto-approve",
]
sha = "h1:sHWDGZ44giu72ODHKMeG8BkMwJ7lKKVn5vWNRFdpZso="
retries = 2
verbose = false
}
step "terraform-output" {
wkdir = "bootstrap"
target = "bootstrap/terraform"
command = "plural"
args = [
"output",
"terraform",
"bootstrap",
]
sha = "h1:sHWDGZ44giu72ODHKMeG8BkMwJ7lKKVn5vWNRFdpZso="
retries = 0
verbose = false
}
step "kube-init" {
wkdir = "bootstrap"
target = "bootstrap/.plural/NONCE"
command = "plural"
args = [
"wkspace",
"kube-init",
]
sha = "48752ae023f219b1435efff7a1f41bec656f5b5649b86c1c68c7b97f6addc237"
retries = 0
verbose = false
}
step "crds" {
wkdir = "bootstrap"
target = "bootstrap/crds"
command = "plural"
args = [
"wkspace",
"crds",
"bootstrap",
]
sha = "h1:l9QQH3v/pkycZAvjGoQXOKgYW/QlxJn+WtNuG6zOFyU="
retries = 0
verbose = false
}
step "bounce" {
wkdir = "bootstrap"
target = "bootstrap/helm"
command = "plural"
args = [
"wkspace",
"helm",
"bootstrap",
]
sha = "h1:UfLaITScdikiY/LRLNv5XDSJtZfzUWyb13s1/zaUqaI="
retries = 2
verbose = false
}
No preview for this file type
No preview for this file type
output "cluster_private_subnet_ids" {
value = module.aws-bootstrap.cluster_private_subnet_ids
sensitive = true
}
output "endpoint" {
value = module.aws-bootstrap.cluster_endpoint
output "cluster_service_ipv4_cidr" {
value = module.aws-bootstrap.cluster_service_ipv4_cidr
sensitive = true
}
output "cluster_public_subnet_ids" {
value = module.aws-bootstrap.cluster_public_subnet_ids
output "cluster_worker_private_subnet_ids" {
value = module.aws-bootstrap.cluster_worker_private_subnet_ids
sensitive = true
}
output "cluster_service_ipv4_cidr" {
value = module.aws-bootstrap.cluster_service_ipv4_cidr
output "cluster_worker_private_subnets" {
value = module.aws-bootstrap.cluster_worker_private_subnets
sensitive = true
}
output "node_groups" {
value = module.aws-bootstrap.node_groups
output "cluster_oidc_issuer_url" {
value = module.aws-bootstrap.cluster_oidc_issuer_url
sensitive = true
}
output "cluster_oidc_issuer_url" {
value = module.aws-bootstrap.cluster_oidc_issuer_url
output "cluster_public_subnet_ids" {
value = module.aws-bootstrap.cluster_public_subnet_ids
sensitive = true
}
......@@ -40,20 +34,20 @@ output "cluster_public_subnets" {
}
output "cluster_worker_private_subnet_ids" {
value = module.aws-bootstrap.cluster_worker_private_subnet_ids
output "endpoint" {
value = module.aws-bootstrap.cluster_endpoint
sensitive = true
}
output "vpc_cidr" {
value = module.aws-bootstrap.vpc_cidr
output "cluster" {
value = module.aws-bootstrap.cluster
sensitive = true
}
output "cluster" {
value = module.aws-bootstrap.cluster
output "cluster_private_subnet_ids" {
value = module.aws-bootstrap.cluster_private_subnet_ids
sensitive = true
}
......@@ -64,8 +58,14 @@ output "cluster_private_subnets" {
}
output "cluster_worker_private_subnets" {
value = module.aws-bootstrap.cluster_worker_private_subnets
output "vpc_cidr" {
value = module.aws-bootstrap.vpc_cidr
sensitive = true
}
output "node_groups" {
value = module.aws-bootstrap.node_groups
sensitive = true
}
......
lm8touvsJ2CFQXL0MxpyIi79gsdoX7Z8
\ No newline at end of file
GV5sqBFsMLh6U9kxJomHF3iXwrNgQVrb
\ No newline at end of file
metadata {
path = "console"
name = "deploy"
}
step "terraform-init" {
wkdir = "console/terraform"
target = "console/terraform"
command = "terraform"
args = [
"init",
"-upgrade",
]
sha = "h1:ao/U3FY2bV92Tr7fLtRZF3LjpDbtwYwXvvec+OJAFIA="
retries = 0
verbose = false
}
step "terraform-apply" {
wkdir = "console/terraform"
target = "console/terraform"
command = "terraform"
args = [
"apply",
"-auto-approve",
]
sha = "h1:ao/U3FY2bV92Tr7fLtRZF3LjpDbtwYwXvvec+OJAFIA="
retries = 2
verbose = false
}
step "terraform-output" {
wkdir = "console"
target = "console/terraform"
command = "plural"
args = [
"output",
"terraform",
"console",
]
sha = "h1:ao/U3FY2bV92Tr7fLtRZF3LjpDbtwYwXvvec+OJAFIA="
retries = 0
verbose = false
}
step "kube-init" {
wkdir = "console"
target = "console/.plural/NONCE"
command = "plural"
args = [
"wkspace",
"kube-init",
]
sha = "cf260e2d4c20f8ada2467bee622c65bf14e8f028d0ba1b71164f1b12cf7e60cc"
retries = 0
verbose = false
}
step "crds" {
wkdir = "console"
target = "console/crds"
command = "plural"
args = [
"wkspace",
"crds",
"console",
]
sha = "h1:47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU="
retries = 0
verbose = false
}
step "bounce" {
wkdir = "console"
target = "console/helm"
command = "plural"
args = [
"wkspace",
"helm",
"console",
]
sha = "h1:rT2ox6ielWRXyaj1dJ9uQUwZoxscR7p3BQm9MkSEMKg="
retries = 2
verbose = false
}
AKzBvRT2zFJeBNw5krdQ6Twcx5xsgtGs
\ No newline at end of file
gsCOjmvf1gtLhGmxukjMtBW1wBCUYi83
\ No newline at end of file
metadata {
path = "grafana"
name = "deploy"
}
step "terraform-init" {
wkdir = "grafana/terraform"
target = "grafana/terraform"
command = "terraform"
args = [
"init",
"-upgrade",
]
sha = "h1:ypYnaN4p5JbUMEfDHfSfiDVI2ddbF+dsD9bV57znYpY="
retries = 0
verbose = false
}
step "terraform-apply" {
wkdir = "grafana/terraform"
target = "grafana/terraform"
command = "terraform"
args = [
"apply",
"-auto-approve",
]
sha = "h1:ypYnaN4p5JbUMEfDHfSfiDVI2ddbF+dsD9bV57znYpY="
retries = 2
verbose = false
}
step "terraform-output" {
wkdir = "grafana"
target = "grafana/terraform"
command = "plural"
args = [
"output",
"terraform",
"grafana",
]
sha = "h1:ypYnaN4p5JbUMEfDHfSfiDVI2ddbF+dsD9bV57znYpY="
retries = 0
verbose = false
}
step "kube-init" {
wkdir = "grafana"
target = "grafana/.plural/NONCE"
command = "plural"
args = [
"wkspace",
"kube-init",
]
sha = "11058d1d92c134f17a116d9064e2d1f66837df28bb9cd9c1d702884319690ec9"
retries = 0
verbose = false
}
step "crds" {
wkdir = "grafana"
target = "grafana/crds"
command = "plural"
args = [
"wkspace",
"crds",
"grafana",
]
sha = "h1:47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU="
retries = 0
verbose = false
}
step "bounce" {
wkdir = "grafana"
target = "grafana/helm"
command = "plural"
args = [
"wkspace",
"helm",
"grafana",
]
sha = "h1:14zUqbwN0XvcD9SpzwDdQTNJ24npO8iQHabZHVHEilY="
retries = 2
verbose = false
}
m0WzajfZ4mxAEee14wWG3XFLLEqg4Bas
\ No newline at end of file
uPxjCPPVRKy5Kt76xwnpTjJStCLsd74P
......@@ -59,7 +59,7 @@ step "kube-init" {
"kube-init",
]
sha = "32979df2f520447f1d5bc382106a685f66f6616d2ef8f2a7c30c67c00f3dbd2d"
sha = "ec7b55626fbcda26baec88c0a6c8c4502cf4a16ec5f6a20f0ce97ed95133358b"
retries = 0
verbose = false
}
......
jsiwOUWeOPqVfhmKd5eDdy421w9T6MsB
\ No newline at end of file
O3RMmxnMJN32HidOJPIsUX5AnvXJzcKK
\ No newline at end of file
metadata {
path = "monitoring"
name = "deploy"
}
step "terraform-init" {
wkdir = "monitoring/terraform"
target = "monitoring/terraform"
command = "terraform"
args = [
"init",
"-upgrade",
]
sha = "h1:8fSLnxkyzgnM5f/yDTEjMY7J3ME7TKvMCXrhywY3sWA="
retries = 0
verbose = false
}
step "terraform-apply" {
wkdir = "monitoring/terraform"
target = "monitoring/terraform"
command = "terraform"
args = [
"apply",
"-auto-approve",
]
sha = "h1:8fSLnxkyzgnM5f/yDTEjMY7J3ME7TKvMCXrhywY3sWA="
retries = 2
verbose = false
}
step "terraform-output" {
wkdir = "monitoring"
target = "monitoring/terraform"
command = "plural"
args = [
"output",
"terraform",
"monitoring",
]
sha = "h1:8fSLnxkyzgnM5f/yDTEjMY7J3ME7TKvMCXrhywY3sWA="
retries = 0
verbose = false
}
step "kube-init" {
wkdir = "monitoring"
target = "monitoring/.plural/NONCE"
command = "plural"
args = [
"wkspace",
"kube-init",
]
sha = "ed5ec1343830d29cc97933547d6d66fade3e1bf6ab8bb1628e275e6cb9ccdc1a"
retries = 0
verbose = false
}
step "crds" {
wkdir = "monitoring"
target = "monitoring/crds"
command = "plural"
args = [
"wkspace",
"crds",
"monitoring",
]
sha = "h1:QJzNafRcIWRU2+sMuD3q9AEYu0g850LEi1jTrT1fjAM="
retries = 0
verbose = false
}
step "bounce" {
wkdir = "monitoring"
target = "monitoring/helm"
command = "plural"
args = [
"wkspace",
"helm",
"monitoring",
]
sha = "h1:g6r5E3D8Bvl8PIuyuG71pJaYpHzsqoeRgbW+qtHt03A="
retries = 2
verbose = false
}
uzgVAoXSogMYaEHEg0QoLh27myrFoPwX
\ No newline at end of file
1gqFzaN3FhwE9EoAcKPYQGDwwK8xmcfY
\ No newline at end of file
metadata {
path = "postgres"
name = "deploy"
}
step "terraform-init" {
wkdir = "postgres/terraform"
target = "postgres/terraform"
command = "terraform"
args = [
"init",
"-upgrade",
]
sha = "h1:w8FxvFiPOQNH1BuG85rQ0naL25oaOFv4x/i/52j02NQ="
retries = 0
verbose = false
}
step "terraform-apply" {
wkdir = "postgres/terraform"
target = "postgres/terraform"
command = "terraform"
args = [
"apply",
"-auto-approve",
]
sha = "h1:w8FxvFiPOQNH1BuG85rQ0naL25oaOFv4x/i/52j02NQ="
retries = 2
verbose = false
}
step "terraform-output" {
wkdir = "postgres"
target = "postgres/terraform"
command = "plural"
args = [
"output",
"terraform",
"postgres",
]
sha = "h1:w8FxvFiPOQNH1BuG85rQ0naL25oaOFv4x/i/52j02NQ="
retries = 0
verbose = false
}
step "kube-init" {
wkdir = "postgres"
target = "postgres/.plural/NONCE"
command = "plural"
args = [
"wkspace",
"kube-init",
]
sha = "4ca6c002ad52c3436eabd47eb2d851fa730f40281b64d84d541e315f6f3f77a9"
retries = 0
verbose = false
}
step "crds" {
wkdir = "postgres"
target = "postgres/crds"
command = "plural"
args = [
"wkspace",
"crds",
"postgres",
]
sha = "h1:copmgn9ngt8ifBRwxGQ+GXUgx7wmLdCA/InC6/5DUkU="
retries = 0
verbose = false
}
step "bounce" {
wkdir = "postgres"
target = "postgres/helm"
command = "plural"
args = [
"wkspace",
"helm",
"postgres",
]
sha = "h1:lm7HL8HzTStfWejuJP68Z3qSKIieOrzODi20vDcB4yE="
retries = 2
verbose = false
}
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