Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
ansible
/
dma-playbook
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit a48281d3
authored
Nov 21, 2017
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add "Insert initial data" deployment"
1 parent
94fc4cb5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
10 deletions
deploy_inital_wdchat_mongo.yml
deploy_initial_mongo_db.yml
deploy_inital_wdchat_mongo.yml
View file @
a48281d
...
...
@@ -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
deploy_initial_mongo_db.yml
0 → 100644
View file @
a48281d
---
-
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
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment