Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
ansible
/
software-configuration
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 ce143914
authored
Apr 25, 2018
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
cc92b984
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
9 additions
and
13 deletions
default_app.js
dma_3.2.1/initial_action_chain_template.js
dma_3.2.1/initial_script_dmamanager.js
dma_3.2.1/initial_script_insert_master.js
dma_3.2.1/initial_version.js
dma_3.2.1/patch_action_chain_template_logout.js
dma_3.2.1/patch_action_chain_template_pin_login.js
dma_3.4.0/initial_data_dma_3.4.0.js
update_servicegateway_3.0.2.js
update_servicegateway_3.2.7.js
default_app.js
View file @
ce14391
use
DMAMANAGER
use
DMAMANAGER
db
.
auth
(
"mongoapp"
,
"mOng0@pp"
)
db
.
dma_entity_config
.
drop
()
db
.
dma_entity_config
.
drop
()
db
.
createCollection
(
"dma_entity_config"
)
db
.
createCollection
(
"dma_entity_config"
)
...
...
dma_3.2.1/initial_action_chain_template.js
View file @
ce14391
use
DMAMANAGER
use
DMAMANAGER
db
.
auth
(
"mongoapp"
,
"mOng0@pp"
)
db
.
dma_action_chain_template
.
drop
()
db
.
dma_action_chain_template
.
drop
()
db
.
createCollection
(
"dma_action_chain_template"
)
db
.
createCollection
(
"dma_action_chain_template"
)
...
...
dma_3.2.1/initial_script_dmamanager.js
View file @
ce14391
use
DMAMANAGER
use
DMAMANAGER
db
.
auth
(
"mongoapp"
,
"mOng0@pp"
)
db
.
user
.
drop
()
db
.
user
.
drop
()
db
.
createCollection
(
"user"
)
db
.
createCollection
(
"user"
)
...
...
dma_3.2.1/initial_script_insert_master.js
View file @
ce14391
use
DMAMANAGER
use
DMAMANAGER
db
.
auth
(
"mongoapp"
,
"mOng0@pp"
)
db
.
storyboard_target_type
.
drop
()
db
.
storyboard_target_type
.
drop
()
db
.
createCollection
(
"storyboard_target_type"
)
db
.
createCollection
(
"storyboard_target_type"
)
...
...
dma_3.2.1/initial_version.js
View file @
ce14391
use
DMAMANAGER
use
DMAMANAGER
db
.
auth
(
"mongoapp"
,
"mOng0@pp"
)
db
.
dma_configuration
.
drop
()
db
.
dma_configuration
.
drop
()
db
.
createCollection
(
"dma_configuration"
)
db
.
createCollection
(
"dma_configuration"
)
...
...
dma_3.2.1/patch_action_chain_template_logout.js
View file @
ce14391
use
DMAMANAGER
use
DMAMANAGER
db
.
auth
(
"mongoapp"
,
"mOng0@pp"
)
db
.
dma_action_chain_template
.
update
(
db
.
dma_action_chain_template
.
update
(
{
"actionType"
:
"logout_confirm_api_change"
},
{
"actionType"
:
"logout_confirm_api_change"
},
{
{
...
...
dma_3.2.1/patch_action_chain_template_pin_login.js
View file @
ce14391
use
DMAMANAGER
use
DMAMANAGER
db
.
auth
(
"mongoapp"
,
"mOng0@pp"
)
db
.
dma_action_chain_template
.
update
(
db
.
dma_action_chain_template
.
update
(
{
"actionType"
:
"loginPin_confirm_api_change"
},
{
"actionType"
:
"loginPin_confirm_api_change"
},
{
{
...
...
dma_3.4.0/initial_data_dma_3.4.0.js
View file @
ce14391
use
DMAMANAGER
use
DMAMANAGER
db
.
auth
(
"mongoapp"
,
"mOng0@pp"
)
db
.
app_ui_config
.
drop
()
db
.
app_ui_config
.
drop
()
db
.
dma_action_chain
.
drop
()
db
.
dma_action_chain
.
drop
()
db
.
dma_template
.
drop
()
db
.
dma_template
.
drop
()
...
...
update_servicegateway_3.0.2.js
View file @
ce14391
#!/bin/bash
/opt/
stack
/
mongodb
/
mongodb
/
bin
/
mongo
--
host
127.0
.
0.1
--
port
7019
<<
EOF
use
SERVICEGATEWAY
use
SERVICEGATEWAY
db
.
auth
(
"mongoapp"
,
"mOng0@pp"
)
db
.
auth
(
"mongoapp"
,
"mOng0@pp"
)
...
@@ -33,4 +31,3 @@ db.external_apis_type.insert( {
...
@@ -33,4 +31,3 @@ db.external_apis_type.insert( {
"value"
:
"webserviceapis"
,
"value"
:
"webserviceapis"
,
"active"
:
true
"active"
:
true
}
)
}
)
EOF
update_servicegateway_3.2.7.js
View file @
ce14391
use
SERVICEGATEWAY
use
SERVICEGATEWAY
db
.
auth
(
"mongoapp"
,
"mOng0@pp"
)
db
.
auth
(
"mongoapp"
,
"mOng0@pp"
)
use
SERVICEGATEWAY
db
.
auth
(
"mongoapp"
,
"mOng0@pp"
)
db
.
admin_user
.
drop
()
db
.
admin_user
.
drop
()
db
.
createCollection
(
"admin_user"
,
{})
db
.
createCollection
(
"admin_user"
,
{})
db
.
admin_user
.
insert
(
{
db
.
admin_user
.
insert
(
{
...
...
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