summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/all-services.yaml117
1 files changed, 117 insertions, 0 deletions
diff --git a/templates/all-services.yaml b/templates/all-services.yaml
index 93fbf19..ac709d9 100644
--- a/templates/all-services.yaml
+++ b/templates/all-services.yaml
@@ -32,6 +32,123 @@ metadata:
namespace: "{{ .Values.nsPrefix }}-aai"
labels:
app: aai-service
+ annotations:
+ msb.onap.org/service-info: '[
+ {
+ "serviceName": "aai-cloudInfrastructure",
+ "version": "v1",
+ "url": "/cloud-infrastructure",
+ "protocol": "REST"
+ "port": "8443",
+ "enable_ssl":"True"
+ "visualRange":"1"
+ },
+ {
+ "serviceName": "aai-cloudInfrastructure-deprecated",
+ "version": "v1",
+ "url": "/cloud-infrastructure",
+ "protocol": "REST"
+ "port": "8443",
+ "enable_ssl":"True"
+ "visualRange":"1"
+ "path":"/cloud-infrastructure"
+ },
+ {
+ "serviceName": "aai-business",
+ "version": "v1",
+ "url": "/business",
+ "protocol": "REST"
+ "port": "8443",
+ "enable_ssl":"True"
+ "visualRange":"1"
+ },
+ {
+ "serviceName": "aai-business-deprecated",
+ "version": "v1",
+ "url": "/business",
+ "protocol": "REST"
+ "port": "8443",
+ "enable_ssl":"True"
+ "visualRange":"1"
+ "path":"/business"
+ },
+ {
+ "serviceName": "aai-search",
+ "version": "v1",
+ "url": "/search",
+ "protocol": "REST"
+ "port": "8443",
+ "enable_ssl":"True"
+ "visualRange":"1"
+ },
+ {
+ "serviceName": "aai-search-deprecated",
+ "version": "v1",
+ "url": "/search",
+ "protocol": "REST"
+ "port": "8443",
+ "enable_ssl":"True"
+ "visualRange":"1"
+ "path":"/search"
+ },
+ {
+ "serviceName": "aai-actions",
+ "version": "v1",
+ "url": "/actions",
+ "protocol": "REST"
+ "port": "8443",
+ "enable_ssl":"True"
+ "visualRange":"1"
+ },
+ {
+ "serviceName": "aai-actions-deprecated",
+ "version": "v1",
+ "url": "/actions",
+ "protocol": "REST"
+ "port": "8443",
+ "enable_ssl":"True"
+ "visualRange":"1"
+ "path":"/actions"
+ },
+ {
+ "serviceName": "aai-service-design-and-creation",
+ "version": "v1",
+ "url": "/service-design-and-creation",
+ "protocol": "REST"
+ "port": "8443",
+ "enable_ssl":"True"
+ "visualRange":"1"
+ },
+ {
+ "serviceName": "aai-service-design-and-creation-deprecated",
+ "version": "v1",
+ "url": "/service-design-and-creation",
+ "protocol": "REST"
+ "port": "8443",
+ "enable_ssl":"True"
+ "visualRange":"1"
+ "path":"/service-design-and-creation"
+ },
+ {
+ "serviceName": "aai-network",
+ "version": "v1",
+ "url": "/network",
+ "protocol": "REST"
+ "port": "8443",
+ "enable_ssl":"True"
+ "visualRange":"1"
+ },
+ {
+ "serviceName": "aai-network-deprecated",
+ "version": "v1",
+ "url": "/network",
+ "protocol": "REST"
+ "port": "8443",
+ "enable_ssl":"True"
+ "visualRange":"1"
+ "path":"/network"
+ }
+ ]'
spec:
ports:
- name: "aai-service-port-8443"
tring.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
# Base ubuntu with added packages needed for open ecomp
FROM onap/ccsdk-ubuntu-image:${project.version}
MAINTAINER CCSDK  Team (onap-discuss@lists.onap.org)

# copy onap
COPY opt /opt
WORKDIR /opt/onap/sdnc/dgbuilder
# Set the proxy if needed
# RUN npm config set proxy http://your.proxy.com:8080
#RUN npm install

#ENTRYPOINT /bin/bash /opt/onap/sdnc/dgbuilder/start sdnc1.0
EXPOSE 3100