-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLCTN.yaml
42 lines (42 loc) · 1.25 KB
/
LCTN.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
data_format_version: 0.6
# --- MUST HAVE
id: location
name: Location chooser
type: Service
owner: Team Location
description: Offers the possibility the find a location matching the given parameters for a conference.
short_name: LCTN
# --- MUST HAVE END
contact: Patricia May
tags: []
links:
homepage: http://wiki.local/location
buildchain: http://ci.local/location
#-------------------------------------------------------------------------------
service:
provides:
- description: Chooses a location given a specifc data for a conference.
service_name: location-service
protocol: https
port: 9443
transport_protocol: tcp
depends_on:
internal:
- service_name: location-db
- service_name: rest-conference-service
external:
- target: https://superlocations.me:443
transport_protocol: tcp
why: Get locations for conferences.
#-------------------------------------------------------------------------------
context:
belongs_to_bounded_context: Location
visibility: private
#-------------------------------------------------------------------------------
runtime:
cpu: L
ram: L
disk: L
host_type: VM
network_zone: Core
#-------------------------------------------------------------------------------