Skip to content
Snippets Groups Projects

NXCALS-7429 Simplify deploy

Merged Rafal Mucha requested to merge NXCALS-7429-simplify-deploy into develop
1 file
+ 1
53
Compare changes
  • Side-by-side
  • Inline
+ 1
53
@@ -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
Loading