File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,18 +46,6 @@ tasks:
4646 - task : :infra:extra:aws:destroy
4747 - task : :infra:aws:destroy
4848
49- aws:rp:tls :
50- desc : CI workflow - AWS Redpanda with TLS
51- cmds :
52- - task : :tools:keygen
53- - task : :infra:aws:build
54- - task : :cluster:tls
55- - task : :monitor:deploy:tls
56- - task : :monitor:console:deploy:tls
57- - task : :tools:rpk:install
58- - task : :test:cluster:tls
59- - task : :infra:aws:destroy
60-
6149 aws:rp:tiered :
6250 desc : CI workflow - AWS Redpanda with tiered storage
6351 vars :
@@ -113,18 +101,6 @@ tasks:
113101 - task : :test:cluster
114102 - task : :infra:gcp:destroy
115103
116- gcp:rp:tls :
117- desc : CI workflow - GCP Redpanda with TLS
118- cmds :
119- - task : :tools:keygen
120- - task : :infra:gcp:build
121- - task : :cluster:tls
122- - task : :monitor:deploy:tls
123- - task : :monitor:console:deploy:tls
124- - task : :tools:rpk:install
125- - task : :test:cluster:tls
126- - task : :infra:gcp:destroy
127-
128104 gcp:rp:tiered :
129105 desc : CI workflow - GCP Redpanda with tiered storage
130106 vars :
Original file line number Diff line number Diff line change 99 cmds :
1010 - ansible-playbook ansible/provision-cluster.yml --private-key {{.PRIVATE_KEY}} --inventory {{.ANSIBLE_INVENTORY}} --extra-vars is_using_unstable={{.IS_USING_UNSTABLE}}
1111
12- tls :
13- desc : Provision Redpanda cluster with TLS
14- deps :
15- - :ansible:prereqs
16- - :ensure-logs-dir
17- cmds :
18- - ansible-playbook ansible/provision-cluster-tls.yml --private-key {{.PRIVATE_KEY}} --extra-vars is_using_unstable={{.IS_USING_UNSTABLE}}
19-
2012 tiered :
2113 desc : Provision Redpanda cluster with tiered storage
2214 deps :
You can’t perform that action at this time.
0 commit comments