Commit a48281d3 by ansible

Add "Insert initial data" deployment"

1 parent 94fc4cb5
......@@ -2,21 +2,15 @@
- hosts: deployed-wdchat-dma
become: true
tasks:
# - name: Move DMA-Mongo to Working Folder
# command: cp /tmp/source/dma-mongo.tar.gz /opt/stack/dma-mongo.tar.gz
# - name: Extract DMA-MongoDB
# command: tar -zxvf /opt/stack/dma-mongo.tar.gz -C /opt/stack/
# - name: Delete File
# command: rm /opt/stack/dma-mongo.tar.gz
- name: Init Mongo 7017
- name: Create User & Database for WDCHAT 7017
command: /tmp/source/mongo_7017.sh
- name: Init Mongo 7018
- name: Create User & Database for DMAMANAGER 7018
command: /tmp/source/mongo_7018.sh
- name: Init Mongo 7019
- name: Create User & Database for SERVICEGATEWAY 7019
command: /tmp/source/mongo_7019.sh
- name: Init Mongo 7020
- name: Create User & Database for DMAENGINE 7020
command: /tmp/source/mongo_7020.sh
---
- hosts: deployed-wdchat-dma
become: true
tasks:
#- name: Insert Initial Data for WDCHAT 7017
# command: /tmp/source/mongo_7017.sh
- name: Insert Initial Data for DMAMANAGER 7018
command: /tmp/configuration/update_dmamanager.sh
- name: Insert Initial Data for SERVICEGATEWAY 7019
command: /tmp/configuration/update_servicegateway.sh
#- name: Insert Initial Data for DMAENGINE 7020
# command: /tmp/source/mongo_7020.sh
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!