summaryrefslogtreecommitdiff
path: root/out/phase-2
diff options
context:
space:
mode:
Diffstat (limited to 'out/phase-2')
-rw-r--r--out/phase-2/dba-cluster/vimscore-ci.yaml2
-rw-r--r--out/phase-2/dba-cluster/vimscore-ops.yaml2
-rw-r--r--out/phase-2/dba-container/vimscore-ci_4tune-api.yaml9
-rw-r--r--out/phase-2/dba-container/vimscore-ci_4tune-web.yaml9
-rw-r--r--out/phase-2/dba-container/vimscore-ci_mdb.yaml9
-rw-r--r--out/phase-2/dba-container/vimscore-ci_pdb.yaml9
-rw-r--r--out/phase-2/dba-container/vimscore-ci_statera-console.yaml11
-rw-r--r--out/phase-2/dba-container/vimscore-ci_statera.yaml11
-rw-r--r--out/phase-2/dba-container/vimscore-ops_n8n.yaml9
-rw-r--r--out/phase-2/dba-container/vimscore-ops_pdb.yaml9
10 files changed, 80 insertions, 0 deletions
diff --git a/out/phase-2/dba-cluster/vimscore-ci.yaml b/out/phase-2/dba-cluster/vimscore-ci.yaml
new file mode 100644
index 0000000..e871ca0
--- /dev/null
+++ b/out/phase-2/dba-cluster/vimscore-ci.yaml
@@ -0,0 +1,2 @@
+key: vimscore-ci
+type: dba-cluster
diff --git a/out/phase-2/dba-cluster/vimscore-ops.yaml b/out/phase-2/dba-cluster/vimscore-ops.yaml
new file mode 100644
index 0000000..1aaefc9
--- /dev/null
+++ b/out/phase-2/dba-cluster/vimscore-ops.yaml
@@ -0,0 +1,2 @@
+key: vimscore-ops
+type: dba-cluster
diff --git a/out/phase-2/dba-container/vimscore-ci_4tune-api.yaml b/out/phase-2/dba-container/vimscore-ci_4tune-api.yaml
new file mode 100644
index 0000000..9a0f631
--- /dev/null
+++ b/out/phase-2/dba-container/vimscore-ci_4tune-api.yaml
@@ -0,0 +1,9 @@
+cluster: vimscore-ci
+image: 4tune-api
+key: vimscore-ci/4tune-api
+machineRole: app
+name: 4tune-api
+ports_classified: true
+public_ports: false
+tag: development
+type: dba-container
diff --git a/out/phase-2/dba-container/vimscore-ci_4tune-web.yaml b/out/phase-2/dba-container/vimscore-ci_4tune-web.yaml
new file mode 100644
index 0000000..21c8c58
--- /dev/null
+++ b/out/phase-2/dba-container/vimscore-ci_4tune-web.yaml
@@ -0,0 +1,9 @@
+cluster: vimscore-ci
+image: 4tune-web
+key: vimscore-ci/4tune-web
+machineRole: app
+name: 4tune-web
+ports_classified: true
+public_ports: false
+tag: development
+type: dba-container
diff --git a/out/phase-2/dba-container/vimscore-ci_mdb.yaml b/out/phase-2/dba-container/vimscore-ci_mdb.yaml
new file mode 100644
index 0000000..2ceef55
--- /dev/null
+++ b/out/phase-2/dba-container/vimscore-ci_mdb.yaml
@@ -0,0 +1,9 @@
+cluster: vimscore-ci
+image: mongodb
+key: vimscore-ci/mdb
+machineRole: db
+name: mdb
+ports_classified: true
+public_ports: false
+tag: '3.2'
+type: dba-container
diff --git a/out/phase-2/dba-container/vimscore-ci_pdb.yaml b/out/phase-2/dba-container/vimscore-ci_pdb.yaml
new file mode 100644
index 0000000..d4b2016
--- /dev/null
+++ b/out/phase-2/dba-container/vimscore-ci_pdb.yaml
@@ -0,0 +1,9 @@
+cluster: vimscore-ci
+image: postgresql
+key: vimscore-ci/pdb
+machineRole: db
+name: pdb
+ports_classified: true
+public_ports: false
+tag: '13'
+type: dba-container
diff --git a/out/phase-2/dba-container/vimscore-ci_statera-console.yaml b/out/phase-2/dba-container/vimscore-ci_statera-console.yaml
new file mode 100644
index 0000000..916d86f
--- /dev/null
+++ b/out/phase-2/dba-container/vimscore-ci_statera-console.yaml
@@ -0,0 +1,11 @@
+cluster: vimscore-ci
+image: statera-console
+key: vimscore-ci/statera-console
+machineRole: app
+name: statera-console
+ports:
+- 80
+ports_classified: true
+public_ports: true
+tag: development
+type: dba-container
diff --git a/out/phase-2/dba-container/vimscore-ci_statera.yaml b/out/phase-2/dba-container/vimscore-ci_statera.yaml
new file mode 100644
index 0000000..98e7346
--- /dev/null
+++ b/out/phase-2/dba-container/vimscore-ci_statera.yaml
@@ -0,0 +1,11 @@
+cluster: vimscore-ci
+image: statera
+key: vimscore-ci/statera
+machineRole: app
+name: statera
+ports:
+- 8090
+ports_classified: true
+public_ports: true
+tag: development
+type: dba-container
diff --git a/out/phase-2/dba-container/vimscore-ops_n8n.yaml b/out/phase-2/dba-container/vimscore-ops_n8n.yaml
new file mode 100644
index 0000000..6aa58a8
--- /dev/null
+++ b/out/phase-2/dba-container/vimscore-ops_n8n.yaml
@@ -0,0 +1,9 @@
+cluster: vimscore-ops
+image: n8n
+key: vimscore-ops/n8n
+machineRole: app
+name: n8n
+ports_classified: true
+public_ports: false
+tag: 0.84.1
+type: dba-container
diff --git a/out/phase-2/dba-container/vimscore-ops_pdb.yaml b/out/phase-2/dba-container/vimscore-ops_pdb.yaml
new file mode 100644
index 0000000..adf9083
--- /dev/null
+++ b/out/phase-2/dba-container/vimscore-ops_pdb.yaml
@@ -0,0 +1,9 @@
+cluster: vimscore-ops
+image: postgresql
+key: vimscore-ops/pdb
+machineRole: app
+name: pdb
+ports_classified: true
+public_ports: false
+tag: '11'
+type: dba-container