Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GitHubHistory
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anastasios Lisgaras
GitHubHistory
Commits
f2982eb8
Commit
f2982eb8
authored
Mar 17, 2016
by
Pavlos Daoglou
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #57 from pkoro/argo-351
ARGO-351 Update lavoisier configuration file templating
parents
923626ae
9d822618
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
roles/webui/defaults/main.yml
roles/webui/defaults/main.yml
+1
-0
roles/webui/templates/argo-config.properties.j2
roles/webui/templates/argo-config.properties.j2
+7
-5
No files found.
roles/webui/defaults/main.yml
View file @
f2982eb8
...
...
@@ -4,6 +4,7 @@ services:
-
http
-
https
tenant_name
:
einfraname
lavoisier_home
:
/var/www/lavoisier
branch_name
:
master
argo_web
:
argo-egi-web
...
...
roles/webui/templates/argo-config.properties.j2
View file @
f2982eb8
############################################
#
Okeanos
API methods
#
ARGO
API methods
###########################################
# Base.Prod.Api=https://{{ argo_api_host }}/api/v1/
# Base.Test.Api=https://{{ argo_api_host }}/api/v2/
### Generic Url Availability
api.group.availability=https://{{ argo_api_host }}/api/v2/results/
...
...
@@ -26,6 +22,9 @@ api.custom.factors=https://{{ argo_api_host }}/api/v2/factors
api.recomputation.url=https://{{ argo_api_host }}/api/v2/recalculate
api.recomputation.history.url=https://{{ argo_api_host }}/api/v2/get_recalculation_requests
### METRICS PROFILE
api.metrics.profile=https://{{ argo_api_host }}/api/v2/metric_profiles
### PROFILES
api.availabilities.profiles=http://argo.egi.eu/lavoisier/listProfilesRaw?accept=xml
...
...
@@ -48,6 +47,9 @@ api.monthly.sites.argo.cloud=https://{{ argo_api_host }}/api/v2/group_availabili
# GOC DB
######################
{% if tenant_name is defined and tenant_name|lower == "eudat" %}
goc.siteProjects=https://{{ gocdb_endpoint }}/gocdbpi/private/?method=get_service_group
{% endif %}
goc.siteList=https://{{ gocdb_endpoint }}/gocdbpi/private/?method=get_site&certification_status={{ gocdb_certification }}&production_status={{ gocdb_production }}
goc.ngiContactsList=https://{{ gocdb_endpoint }}/gocdbpi/private/?method=get_roc_contacts
goc.serviceFlavours=https://{{ gocdb_endpoint }}/gocdbpi/public/?method=get_service_types
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment