define sl services

related bug: https://mirantis.jira.com/browse/PROD-15068

Change-Id: If8a1126177437753de7d24df12aa259fd74be38d
diff --git a/devops_portal/map.jinja b/devops_portal/map.jinja
index d4d4219..0289ec0 100644
--- a/devops_portal/map.jinja
+++ b/devops_portal/map.jinja
@@ -5,7 +5,11 @@
 
 {% macro service_url(endpoint) -%}
 {%- if endpoint.get('https', False) -%}https://{%- else -%}http://{%- endif -%}
+{%- if endpoint.get('custom_path', None) -%}
+{{ endpoint.address }}:{{ endpoint.port }}/{{ endpoint.custom_path }}
+{%- else -%}
 {{ endpoint.address }}:{{ endpoint.port }}/
+{%- endif -%}
 {%- endmacro %}
 
 {% macro service_url_dns(endpoint) -%}
@@ -23,7 +27,9 @@
 'riverdelta',
 'rundeck',
 'securitymonkey',
+'grafana',
 'stacklight-grafana',
 'stacklight-kibana',
+'stacklight-prometheus',
 'janitormonkey',
 ] %}