Skip to content
Snippets Groups Projects
Commit 7d4a1808 authored by Rafal Mucha's avatar Rafal Mucha
Browse files

NXCALS-7429 Simplify deploy

parent 8cc1ce1d
No related branches found
No related tags found
1 merge request!2026NXCALS-7429 Simplify deploy
......@@ -11,56 +11,4 @@ deploy-infrastructure:
extends:
- .local_ansible
variables:
PLAYBOOKS: "certificates-install-with-sudo.yml kafka-install-with-sudo.yml prepare-service-with-sudo.yml monit-install.yml iptables-install.yml"
deploy-services:
stage: deploy
when: on_success
extends:
- .local_ansible
resource_group: "$RESOURCE_GROUP"
parallel:
matrix:
- PLAYBOOKS: [ "zookeeper-install.yml",
"kafka-install.yml",
"service-install.yml",
"kafka-etl-hbase-install.yml",
"kafka-etl-hdfs-install.yml",
"kafka-etl-hdfs-retransmission-install.yml",
"compaction-install.yml",
"spark-server-install.yml",
"monitoring-producer-install.yml",
"monitoring-reader-install.yml",
"monitoring-grok-install.yml",
"grafana-install.yml",
"elk-logstash-filebeat-install.yml",
"alertmanager-install.yml",
"prometheus-node-exporter-install.yml",
"prometheus-install.yml" ]
needs:
- deploy-infrastructure
deploy-artifacts:
stage: deploy
extends:
- .local_ansible
when: on_success
parallel:
matrix:
- PLAYBOOKS: [ "python-wheels-upload.yml",
"swan-publish.yml",
"wikis-deployment-install.yml",
"docs-deployment-install.yml",
"spark-common-install.yml" ]
deploy-wiki:
stage: deploy
extends:
- .local_ansible
when: on_success
needs:
- deploy-artifacts
- deploy-services
parallel:
matrix:
- PLAYBOOKS: [ "wikis-deployment-install.yml", "docs-deployment-install.yml" ]
PLAYBOOKS: nxcals-full-install-with-sudo.yml
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment