summaryrefslogtreecommitdiff
path: root/out/phase-1/dba-container
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2020-12-30 20:48:51 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2020-12-30 20:48:51 +0100
commit866eafabd7398fd1485e7aa285345a7dcea480d0 (patch)
treed0caab0874640678af7fd1e55685da59eb99de0e /out/phase-1/dba-container
parentea985dfdb3974f3f22381be01c41dcb06a817831 (diff)
downloadrules-sandbox-866eafabd7398fd1485e7aa285345a7dcea480d0.tar.gz
rules-sandbox-866eafabd7398fd1485e7aa285345a7dcea480d0.tar.bz2
rules-sandbox-866eafabd7398fd1485e7aa285345a7dcea480d0.tar.xz
rules-sandbox-866eafabd7398fd1485e7aa285345a7dcea480d0.zip
Moving everything under durable_rules-test.
Diffstat (limited to 'out/phase-1/dba-container')
-rw-r--r--out/phase-1/dba-container/acme-ci_4tune-api.yaml7
-rw-r--r--out/phase-1/dba-container/acme-ci_4tune-web.yaml7
-rw-r--r--out/phase-1/dba-container/acme-ci_mdb.yaml7
-rw-r--r--out/phase-1/dba-container/acme-ci_pdb.yaml7
-rw-r--r--out/phase-1/dba-container/acme-ci_statera-console.yaml9
-rw-r--r--out/phase-1/dba-container/acme-ci_statera.yaml9
-rw-r--r--out/phase-1/dba-container/acme-ops_n8n.yaml7
-rw-r--r--out/phase-1/dba-container/acme-ops_pdb.yaml7
-rw-r--r--out/phase-1/dba-container/acme-production_4tune-api.yaml7
-rw-r--r--out/phase-1/dba-container/acme-production_4tune-web.yaml7
-rw-r--r--out/phase-1/dba-container/acme-production_mdb.yaml7
-rw-r--r--out/phase-1/dba-container/acme-production_pdb.yaml7
-rw-r--r--out/phase-1/dba-container/acme-production_statera-console.yaml9
-rw-r--r--out/phase-1/dba-container/acme-production_statera.yaml9
14 files changed, 0 insertions, 106 deletions
diff --git a/out/phase-1/dba-container/acme-ci_4tune-api.yaml b/out/phase-1/dba-container/acme-ci_4tune-api.yaml
deleted file mode 100644
index 94e265f..0000000
--- a/out/phase-1/dba-container/acme-ci_4tune-api.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-cluster: acme-ci
-image: 4tune-api
-key: acme-ci/4tune-api
-machineRole: app
-name: 4tune-api
-tag: development
-type: dba-container
diff --git a/out/phase-1/dba-container/acme-ci_4tune-web.yaml b/out/phase-1/dba-container/acme-ci_4tune-web.yaml
deleted file mode 100644
index 9127420..0000000
--- a/out/phase-1/dba-container/acme-ci_4tune-web.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-cluster: acme-ci
-image: 4tune-web
-key: acme-ci/4tune-web
-machineRole: app
-name: 4tune-web
-tag: development
-type: dba-container
diff --git a/out/phase-1/dba-container/acme-ci_mdb.yaml b/out/phase-1/dba-container/acme-ci_mdb.yaml
deleted file mode 100644
index b49853b..0000000
--- a/out/phase-1/dba-container/acme-ci_mdb.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-cluster: acme-ci
-image: mongodb
-key: acme-ci/mdb
-machineRole: db
-name: mdb
-tag: '3.2'
-type: dba-container
diff --git a/out/phase-1/dba-container/acme-ci_pdb.yaml b/out/phase-1/dba-container/acme-ci_pdb.yaml
deleted file mode 100644
index d9ea55a..0000000
--- a/out/phase-1/dba-container/acme-ci_pdb.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-cluster: acme-ci
-image: postgresql
-key: acme-ci/pdb
-machineRole: db
-name: pdb
-tag: '13'
-type: dba-container
diff --git a/out/phase-1/dba-container/acme-ci_statera-console.yaml b/out/phase-1/dba-container/acme-ci_statera-console.yaml
deleted file mode 100644
index 0cb0cc4..0000000
--- a/out/phase-1/dba-container/acme-ci_statera-console.yaml
+++ /dev/null
@@ -1,9 +0,0 @@
-cluster: acme-ci
-image: statera-console
-key: acme-ci/statera-console
-machineRole: app
-name: statera-console
-ports:
-- 80
-tag: development
-type: dba-container
diff --git a/out/phase-1/dba-container/acme-ci_statera.yaml b/out/phase-1/dba-container/acme-ci_statera.yaml
deleted file mode 100644
index 6a3eb98..0000000
--- a/out/phase-1/dba-container/acme-ci_statera.yaml
+++ /dev/null
@@ -1,9 +0,0 @@
-cluster: acme-ci
-image: statera
-key: acme-ci/statera
-machineRole: app
-name: statera
-ports:
-- 8090
-tag: development
-type: dba-container
diff --git a/out/phase-1/dba-container/acme-ops_n8n.yaml b/out/phase-1/dba-container/acme-ops_n8n.yaml
deleted file mode 100644
index d34efda..0000000
--- a/out/phase-1/dba-container/acme-ops_n8n.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-cluster: acme-ops
-image: n8n
-key: acme-ops/n8n
-machineRole: app
-name: n8n
-tag: 0.84.1
-type: dba-container
diff --git a/out/phase-1/dba-container/acme-ops_pdb.yaml b/out/phase-1/dba-container/acme-ops_pdb.yaml
deleted file mode 100644
index a3aa769..0000000
--- a/out/phase-1/dba-container/acme-ops_pdb.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-cluster: acme-ops
-image: postgresql
-key: acme-ops/pdb
-machineRole: app
-name: pdb
-tag: '11'
-type: dba-container
diff --git a/out/phase-1/dba-container/acme-production_4tune-api.yaml b/out/phase-1/dba-container/acme-production_4tune-api.yaml
deleted file mode 100644
index aa80827..0000000
--- a/out/phase-1/dba-container/acme-production_4tune-api.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-cluster: acme-production
-image: 4tune-api
-key: acme-production/4tune-api
-machineRole: app
-name: 4tune-api
-tag: master
-type: dba-container
diff --git a/out/phase-1/dba-container/acme-production_4tune-web.yaml b/out/phase-1/dba-container/acme-production_4tune-web.yaml
deleted file mode 100644
index 6ba5f0d..0000000
--- a/out/phase-1/dba-container/acme-production_4tune-web.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-cluster: acme-production
-image: 4tune-web
-key: acme-production/4tune-web
-machineRole: app
-name: 4tune-web
-tag: master
-type: dba-container
diff --git a/out/phase-1/dba-container/acme-production_mdb.yaml b/out/phase-1/dba-container/acme-production_mdb.yaml
deleted file mode 100644
index 45206fe..0000000
--- a/out/phase-1/dba-container/acme-production_mdb.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-cluster: acme-production
-image: mongodb
-key: acme-production/mdb
-machineRole: db
-name: mdb
-tag: '3.2'
-type: dba-container
diff --git a/out/phase-1/dba-container/acme-production_pdb.yaml b/out/phase-1/dba-container/acme-production_pdb.yaml
deleted file mode 100644
index 112c678..0000000
--- a/out/phase-1/dba-container/acme-production_pdb.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-cluster: acme-production
-image: postgresql
-key: acme-production/pdb
-machineRole: db
-name: pdb
-tag: '13'
-type: dba-container
diff --git a/out/phase-1/dba-container/acme-production_statera-console.yaml b/out/phase-1/dba-container/acme-production_statera-console.yaml
deleted file mode 100644
index 0f4fbf4..0000000
--- a/out/phase-1/dba-container/acme-production_statera-console.yaml
+++ /dev/null
@@ -1,9 +0,0 @@
-cluster: acme-production
-image: statera-console
-key: acme-production/statera-console
-machineRole: app
-name: statera-console
-ports:
-- 80
-tag: master
-type: dba-container
diff --git a/out/phase-1/dba-container/acme-production_statera.yaml b/out/phase-1/dba-container/acme-production_statera.yaml
deleted file mode 100644
index a509810..0000000
--- a/out/phase-1/dba-container/acme-production_statera.yaml
+++ /dev/null
@@ -1,9 +0,0 @@
-cluster: acme-production
-image: statera
-key: acme-production/statera
-machineRole: app
-name: statera
-ports:
-- 8090
-tag: master
-type: dba-container