summaryrefslogtreecommitdiff
path: root/out
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2020-12-27 20:28:00 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2020-12-27 20:28:00 +0100
commit64c0fb097a6c9482460f1bebbcb393b617956ca3 (patch)
tree83f79d36d516a45f630ec14316c9b324369024ac /out
parent9f3e8bce09100a539ff3a0c67da1db028ce51f73 (diff)
downloadrules-sandbox-64c0fb097a6c9482460f1bebbcb393b617956ca3.tar.gz
rules-sandbox-64c0fb097a6c9482460f1bebbcb393b617956ca3.tar.bz2
rules-sandbox-64c0fb097a6c9482460f1bebbcb393b617956ca3.tar.xz
rules-sandbox-64c0fb097a6c9482460f1bebbcb393b617956ca3.zip
Saving output from first phase too
Diffstat (limited to 'out')
-rw-r--r--out/phase-1/dba-cluster/vimscore-production.yaml2
-rw-r--r--out/phase-1/dba-container/vimscore-production_4tune-api.yaml7
-rw-r--r--out/phase-1/dba-container/vimscore-production_4tune-web.yaml7
-rw-r--r--out/phase-1/dba-container/vimscore-production_mdb.yaml7
-rw-r--r--out/phase-1/dba-container/vimscore-production_pdb.yaml7
-rw-r--r--out/phase-1/dba-container/vimscore-production_statera-console.yaml9
-rw-r--r--out/phase-1/dba-container/vimscore-production_statera.yaml9
-rw-r--r--out/phase-1/vimscore-application/production.yaml4
8 files changed, 52 insertions, 0 deletions
diff --git a/out/phase-1/dba-cluster/vimscore-production.yaml b/out/phase-1/dba-cluster/vimscore-production.yaml
new file mode 100644
index 0000000..4390af6
--- /dev/null
+++ b/out/phase-1/dba-cluster/vimscore-production.yaml
@@ -0,0 +1,2 @@
+key: vimscore-production
+type: dba-cluster
diff --git a/out/phase-1/dba-container/vimscore-production_4tune-api.yaml b/out/phase-1/dba-container/vimscore-production_4tune-api.yaml
new file mode 100644
index 0000000..3bb27ff
--- /dev/null
+++ b/out/phase-1/dba-container/vimscore-production_4tune-api.yaml
@@ -0,0 +1,7 @@
+cluster: vimscore-production
+image: 4tune-api
+key: vimscore-production/4tune-api
+machineRole: app
+name: 4tune-api
+tag: master
+type: dba-container
diff --git a/out/phase-1/dba-container/vimscore-production_4tune-web.yaml b/out/phase-1/dba-container/vimscore-production_4tune-web.yaml
new file mode 100644
index 0000000..2c7591f
--- /dev/null
+++ b/out/phase-1/dba-container/vimscore-production_4tune-web.yaml
@@ -0,0 +1,7 @@
+cluster: vimscore-production
+image: 4tune-web
+key: vimscore-production/4tune-web
+machineRole: app
+name: 4tune-web
+tag: master
+type: dba-container
diff --git a/out/phase-1/dba-container/vimscore-production_mdb.yaml b/out/phase-1/dba-container/vimscore-production_mdb.yaml
new file mode 100644
index 0000000..56feafe
--- /dev/null
+++ b/out/phase-1/dba-container/vimscore-production_mdb.yaml
@@ -0,0 +1,7 @@
+cluster: vimscore-production
+image: mongodb
+key: vimscore-production/mdb
+machineRole: db
+name: mdb
+tag: '3.2'
+type: dba-container
diff --git a/out/phase-1/dba-container/vimscore-production_pdb.yaml b/out/phase-1/dba-container/vimscore-production_pdb.yaml
new file mode 100644
index 0000000..6d29602
--- /dev/null
+++ b/out/phase-1/dba-container/vimscore-production_pdb.yaml
@@ -0,0 +1,7 @@
+cluster: vimscore-production
+image: postgresql
+key: vimscore-production/pdb
+machineRole: db
+name: pdb
+tag: '13'
+type: dba-container
diff --git a/out/phase-1/dba-container/vimscore-production_statera-console.yaml b/out/phase-1/dba-container/vimscore-production_statera-console.yaml
new file mode 100644
index 0000000..3bece40
--- /dev/null
+++ b/out/phase-1/dba-container/vimscore-production_statera-console.yaml
@@ -0,0 +1,9 @@
+cluster: vimscore-production
+image: statera-console
+key: vimscore-production/statera-console
+machineRole: app
+name: statera-console
+ports:
+- 80
+tag: master
+type: dba-container
diff --git a/out/phase-1/dba-container/vimscore-production_statera.yaml b/out/phase-1/dba-container/vimscore-production_statera.yaml
new file mode 100644
index 0000000..fb2d5d4
--- /dev/null
+++ b/out/phase-1/dba-container/vimscore-production_statera.yaml
@@ -0,0 +1,9 @@
+cluster: vimscore-production
+image: statera
+key: vimscore-production/statera
+machineRole: app
+name: statera
+ports:
+- 8090
+tag: master
+type: dba-container
diff --git a/out/phase-1/vimscore-application/production.yaml b/out/phase-1/vimscore-application/production.yaml
new file mode 100644
index 0000000..b9217d7
--- /dev/null
+++ b/out/phase-1/vimscore-application/production.yaml
@@ -0,0 +1,4 @@
+env: production
+key: production
+tag: master
+type: vimscore-application