-
Notifications
You must be signed in to change notification settings - Fork 1
/
CNF-DB.yaml
34 lines (34 loc) · 957 Bytes
/
CNF-DB.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
data_format_version: 0.6
# --- MUST HAVE
id: confdb
name: Conference Database
type: Service
owner: Team Conference
description: MySQL of all conference data
short_name: CNF-DB
# --- MUST HAVE END
contact: Stephan Paul
tags: []
links:
homepage: http://wiki.local/confdb
buildchain: http://ci.local/confdb
#-------------------------------------------------------------------------------
service:
provides:
- description: SSL Access to the conference db
service_name: conference-db
protocol: mysql
port: 3307
transport_protocol: tcp
#-------------------------------------------------------------------------------
context:
belongs_to_bounded_context: Conference
visibility: private
#-------------------------------------------------------------------------------
runtime:
cpu: M
ram: M
disk: M
host_type: Metal
network_zone: Core
#-------------------------------------------------------------------------------