From 7800d2086131ae698f859f0797a5670cace48213 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 27 Dec 2020 20:11:26 +0100 Subject: Dumping to yaml files. --- out/phase-2/dba-cluster/0.yaml | 2 ++ out/phase-2/dba-container/0.yaml | 8 ++++++++ out/phase-2/dba-container/1.yaml | 8 ++++++++ out/phase-2/dba-container/2.yaml | 8 ++++++++ out/phase-2/dba-container/3.yaml | 10 ++++++++++ out/phase-2/dba-container/4.yaml | 10 ++++++++++ out/phase-2/dba-container/5.yaml | 8 ++++++++ 7 files changed, 54 insertions(+) create mode 100644 out/phase-2/dba-cluster/0.yaml create mode 100644 out/phase-2/dba-container/0.yaml create mode 100644 out/phase-2/dba-container/1.yaml create mode 100644 out/phase-2/dba-container/2.yaml create mode 100644 out/phase-2/dba-container/3.yaml create mode 100644 out/phase-2/dba-container/4.yaml create mode 100644 out/phase-2/dba-container/5.yaml (limited to 'out') diff --git a/out/phase-2/dba-cluster/0.yaml b/out/phase-2/dba-cluster/0.yaml new file mode 100644 index 0000000..1eedbaa --- /dev/null +++ b/out/phase-2/dba-cluster/0.yaml @@ -0,0 +1,2 @@ +name: vimscore-production +type: dba-cluster diff --git a/out/phase-2/dba-container/0.yaml b/out/phase-2/dba-container/0.yaml new file mode 100644 index 0000000..60dba7a --- /dev/null +++ b/out/phase-2/dba-container/0.yaml @@ -0,0 +1,8 @@ +cluster: vimscore-production +image: mongodb +machineRole: db +name: mdb +ports_classified: true +public_ports: false +tag: '3.2' +type: dba-container diff --git a/out/phase-2/dba-container/1.yaml b/out/phase-2/dba-container/1.yaml new file mode 100644 index 0000000..5fa9794 --- /dev/null +++ b/out/phase-2/dba-container/1.yaml @@ -0,0 +1,8 @@ +cluster: vimscore-production +image: 4tune-api +machineRole: app +name: 4tune-api +ports_classified: true +public_ports: false +tag: master +type: dba-container diff --git a/out/phase-2/dba-container/2.yaml b/out/phase-2/dba-container/2.yaml new file mode 100644 index 0000000..68c3906 --- /dev/null +++ b/out/phase-2/dba-container/2.yaml @@ -0,0 +1,8 @@ +cluster: vimscore-production +image: 4tune-web +machineRole: app +name: 4tune-web +ports_classified: true +public_ports: false +tag: master +type: dba-container diff --git a/out/phase-2/dba-container/3.yaml b/out/phase-2/dba-container/3.yaml new file mode 100644 index 0000000..a883361 --- /dev/null +++ b/out/phase-2/dba-container/3.yaml @@ -0,0 +1,10 @@ +cluster: vimscore-production +image: statera-console +machineRole: app +name: statera-console +ports: +- 80 +ports_classified: true +public_ports: true +tag: master +type: dba-container diff --git a/out/phase-2/dba-container/4.yaml b/out/phase-2/dba-container/4.yaml new file mode 100644 index 0000000..d4555f9 --- /dev/null +++ b/out/phase-2/dba-container/4.yaml @@ -0,0 +1,10 @@ +cluster: vimscore-production +image: statera +machineRole: app +name: statera +ports: +- 8090 +ports_classified: true +public_ports: true +tag: master +type: dba-container diff --git a/out/phase-2/dba-container/5.yaml b/out/phase-2/dba-container/5.yaml new file mode 100644 index 0000000..8f82989 --- /dev/null +++ b/out/phase-2/dba-container/5.yaml @@ -0,0 +1,8 @@ +cluster: vimscore-production +image: postgresql +machineRole: db +name: pdb +ports_classified: true +public_ports: false +tag: '13' +type: dba-container -- cgit v1.2.3