Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flame-clmc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
flame
flame-clmc
Commits
c4429fdc
Commit
c4429fdc
authored
6 years ago
by
MJB
Browse files
Options
Downloads
Patches
Plain Diff
updates to clmcservice configuration
parent
04f7430a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/clmc-service/install.sh
+2
-2
2 additions, 2 deletions
scripts/clmc-service/install.sh
src/clmc-webservice/production.ini
+3
-1
3 additions, 1 deletion
src/clmc-webservice/production.ini
with
5 additions
and
3 deletions
scripts/clmc-service/install.sh
+
2
−
2
View file @
c4429fdc
...
...
@@ -129,7 +129,7 @@ fi
# install the service
echo
"----> Installing CLMC web service"
pip3
install
-e
.
pip3
install
.
if
[
$?
-ne
0
]
;
then
echo
"Failed: installing clmc-webservice"
exit
1
...
...
@@ -137,7 +137,7 @@ fi
# start the service
echo
"----> Starting CLMC web service"
pserve
development.ini
--reload
nohup
pserve
production.ini
>
/dev/null 2>&1 &
if
[
$?
-ne
0
]
;
then
echo
"Failed: starting clmc-webservice"
exit
1
...
...
This diff is collapsed.
Click to expand it.
src/clmc-webservice/production.ini
+
3
−
1
View file @
c4429fdc
...
...
@@ -11,9 +11,11 @@ pyramid.debug_authorization = false
pyramid.debug_notfound
=
false
pyramid.debug_routematch
=
false
pyramid.default_locale_name
=
en
## Aggregator configuration
aggregator_running
=
false
aggregator_report_period
=
5
aggregator_database_name
=
E2E
Metrics
aggregator_database_name
=
CLMC
Metrics
aggregator_database_url
=
http://172.40.231.51:8086
###
...
...
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