Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dm-docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hammonds
dm-docs
Commits
52337c79
Commit
52337c79
authored
9 years ago
by
sveseli
Browse files
Options
Downloads
Patches
Plain Diff
introduced new deployment variable for storage and interservice communication
parent
b2d2a8be
No related branches found
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
etc/daq-web-service.conf.template
+2
-2
2 additions, 2 deletions
etc/daq-web-service.conf.template
etc/dm.deploy.conf
+4
-2
4 additions, 2 deletions
etc/dm.deploy.conf
etc/dm_dev.deploy.conf
+5
-2
5 additions, 2 deletions
etc/dm_dev.deploy.conf
with
11 additions
and
6 deletions
etc/daq-web-service.conf.template
+
2
−
2
View file @
52337c79
...
...
@@ -22,8 +22,8 @@ nProcessingThreads=3
fileProcessor1=dm.common.plugins.rsyncFileTransferPlugin.RsyncFileTransferPlugin(dest='/tmp/data')
[DsRestApiFactory]
username=
dm
passwordFile=DM_INSTALL_DIR/etc/DM_
DB_NAME.ds
.passwd
username=
DM_SYSTEM_USER
passwordFile=DM_INSTALL_DIR/etc/DM_
SYSTEM_USER.system
.passwd
host=DM_DS_WEB_SERVICE_HOST
port=DM_DS_WEB_SERVICE_PORT
protocol=DM_DS_WEB_SERVICE_PROTOCOL
...
...
This diff is collapsed.
Click to expand it.
etc/dm.deploy.conf
+
4
−
2
View file @
52337c79
...
...
@@ -4,11 +4,13 @@ DM_DB_HOST=127.0.0.1
DM_DB_PORT
=
11136
DM_DB_ADMIN_USER
=
postgres
DM_DB_ADMIN_HOSTS
=
"127.0.0.1"
DM_DB_CHARACTER_SET
=
utf8
DM_DB_SCRIPTS_DIR
=
DM_SYSTEM_USER
=
dm
DM_STORAGE_DIR
=
DM_DATA_DIR
DM_CONTEXT_ROOT
=
dm
DM_DS_WEB_SERVICE_HOST
=
DM_HOSTNAME
DM_DS_WEB_SERVICE_PORT
=
22236
DM_DS_WEB_SERVICE_PROTOCOL
=
https
DM_DAQ_WEB_SERVICE_PORT
=
33336
DM_SOFTWARE_VERSION
=
"0.1 (DM_DATE)"
This diff is collapsed.
Click to expand it.
etc/dm_dev.deploy.conf
+
5
−
2
View file @
52337c79
...
...
@@ -3,11 +3,14 @@ DM_DB_USER=dm_dev
DM_DB_HOST
=
127
.
0
.
0
.
1
DM_DB_PORT
=
11136
DM_DB_ADMIN_USER
=
postgres
DM_DB_ADMIN_HOSTS
=
"127.0.0.1 bluegill1.aps.anl.gov gaeaimac.aps.anl.gov visa%.aps.anl.gov"
DM_DB_CHARACTER_SET
=
utf8
DM_DB_ADMIN_HOSTS
=
"127.0.0.1"
DM_DB_SCRIPTS_DIR
=
DM_SYSTEM_USER
=
dm
DM_STORAGE_DIR
=
DM_DATA_DIR
DM_CONTEXT_ROOT
=
dm_dev
DM_DS_WEB_SERVICE_HOST
=
DM_HOSTNAME
DM_DS_WEB_SERVICE_PORT
=
22237
DM_DS_WEB_SERVICE_PROTOCOL
=
https
DM_DAQ_WEB_SERVICE_PORT
=
33337
DM_SOFTWARE_VERSION
=
"Development Snapshot (DM_DATE)"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment