Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Anastasios Lisgaras
GitHubHistory
Commits
f2982eb8
Commit
f2982eb8
authored
Mar 17, 2016
by
Pavlos Daoglou
Browse files
Merge pull request #57 from pkoro/argo-351
ARGO-351 Update lavoisier configuration file templating
parents
923626ae
9d822618
Changes
2
Hide whitespace changes
Inline
Side-by-side
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