summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2020-12-27 20:35:39 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2020-12-27 20:35:39 +0100
commit13d7de5dab25c830deacf335bb704aed0e2db3a7 (patch)
tree7bf50c5c13ee8d1c9a881e70541db3ab7dba4bde
parent64c0fb097a6c9482460f1bebbcb393b617956ca3 (diff)
downloadrules-sandbox-13d7de5dab25c830deacf335bb704aed0e2db3a7.tar.gz
rules-sandbox-13d7de5dab25c830deacf335bb704aed0e2db3a7.tar.bz2
rules-sandbox-13d7de5dab25c830deacf335bb704aed0e2db3a7.tar.xz
rules-sandbox-13d7de5dab25c830deacf335bb704aed0e2db3a7.zip
Adding back all apps
-rw-r--r--main.py4
-rw-r--r--out/phase-1/dba-cluster/vimscore-ci.yaml2
-rw-r--r--out/phase-1/dba-cluster/vimscore-ops.yaml2
-rw-r--r--out/phase-1/dba-container/vimscore-ci_4tune-api.yaml7
-rw-r--r--out/phase-1/dba-container/vimscore-ci_4tune-web.yaml7
-rw-r--r--out/phase-1/dba-container/vimscore-ci_mdb.yaml7
-rw-r--r--out/phase-1/dba-container/vimscore-ci_pdb.yaml7
-rw-r--r--out/phase-1/dba-container/vimscore-ci_statera-console.yaml9
-rw-r--r--out/phase-1/dba-container/vimscore-ci_statera.yaml9
-rw-r--r--out/phase-1/dba-container/vimscore-ops_n8n.yaml7
-rw-r--r--out/phase-1/dba-container/vimscore-ops_pdb.yaml7
-rw-r--r--out/phase-1/vimscore-application/ci.yaml4
-rw-r--r--out/phase-1/vimscore-ops/vimscore-ops.yaml2
-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
23 files changed, 152 insertions, 2 deletions
diff --git a/main.py b/main.py
index f64c37e..f3e8f42 100644
--- a/main.py
+++ b/main.py
@@ -111,9 +111,9 @@ vimscoreCi = VimScore.make("ci", "development")
vimscoreProduction = VimScore.make("production", "master")
vsOps = VsOperations.make()
-#x = assert_fact("phase-1", vimscoreCi); print(f"x: {x}")
+x = assert_fact("phase-1", vimscoreCi); print(f"x: {x}")
x = assert_fact("phase-1", vimscoreProduction); print(f"x: {x}")
-#x = assert_fact("phase-1", vsOps); print(f"x: {x}")
+x = assert_fact("phase-1", vsOps); print(f"x: {x}")
if True:
print("Facts:")
diff --git a/out/phase-1/dba-cluster/vimscore-ci.yaml b/out/phase-1/dba-cluster/vimscore-ci.yaml
new file mode 100644
index 0000000..e871ca0
--- /dev/null
+++ b/out/phase-1/dba-cluster/vimscore-ci.yaml
@@ -0,0 +1,2 @@
+key: vimscore-ci
+type: dba-cluster
diff --git a/out/phase-1/dba-cluster/vimscore-ops.yaml b/out/phase-1/dba-cluster/vimscore-ops.yaml
new file mode 100644
index 0000000..1aaefc9
--- /dev/null
+++ b/out/phase-1/dba-cluster/vimscore-ops.yaml
@@ -0,0 +1,2 @@
+key: vimscore-ops
+type: dba-cluster
diff --git a/out/phase-1/dba-container/vimscore-ci_4tune-api.yaml b/out/phase-1/dba-container/vimscore-ci_4tune-api.yaml
new file mode 100644
index 0000000..f26244d
--- /dev/null
+++ b/out/phase-1/dba-container/vimscore-ci_4tune-api.yaml
@@ -0,0 +1,7 @@
+cluster: vimscore-ci
+image: 4tune-api
+key: vimscore-ci/4tune-api
+machineRole: app
+name: 4tune-api
+tag: development
+type: dba-container
diff --git a/out/phase-1/dba-container/vimscore-ci_4tune-web.yaml b/out/phase-1/dba-container/vimscore-ci_4tune-web.yaml
new file mode 100644
index 0000000..a49e586
--- /dev/null
+++ b/out/phase-1/dba-container/vimscore-ci_4tune-web.yaml
@@ -0,0 +1,7 @@
+cluster: vimscore-ci
+image: 4tune-web
+key: vimscore-ci/4tune-web
+machineRole: app
+name: 4tune-web
+tag: development
+type: dba-container
diff --git a/out/phase-1/dba-container/vimscore-ci_mdb.yaml b/out/phase-1/dba-container/vimscore-ci_mdb.yaml
new file mode 100644
index 0000000..f8983a7
--- /dev/null
+++ b/out/phase-1/dba-container/vimscore-ci_mdb.yaml
@@ -0,0 +1,7 @@
+cluster: vimscore-ci
+image: mongodb
+key: vimscore-ci/mdb
+machineRole: db
+name: mdb
+tag: '3.2'
+type: dba-container
diff --git a/out/phase-1/dba-container/vimscore-ci_pdb.yaml b/out/phase-1/dba-container/vimscore-ci_pdb.yaml
new file mode 100644
index 0000000..81d0f47
--- /dev/null
+++ b/out/phase-1/dba-container/vimscore-ci_pdb.yaml
@@ -0,0 +1,7 @@
+cluster: vimscore-ci
+image: postgresql
+key: vimscore-ci/pdb
+machineRole: db
+name: pdb
+tag: '13'
+type: dba-container
diff --git a/out/phase-1/dba-container/vimscore-ci_statera-console.yaml b/out/phase-1/dba-container/vimscore-ci_statera-console.yaml
new file mode 100644
index 0000000..974333b
--- /dev/null
+++ b/out/phase-1/dba-container/vimscore-ci_statera-console.yaml
@@ -0,0 +1,9 @@
+cluster: vimscore-ci
+image: statera-console
+key: vimscore-ci/statera-console
+machineRole: app
+name: statera-console
+ports:
+- 80
+tag: development
+type: dba-container
diff --git a/out/phase-1/dba-container/vimscore-ci_statera.yaml b/out/phase-1/dba-container/vimscore-ci_statera.yaml
new file mode 100644
index 0000000..883dd2d
--- /dev/null
+++ b/out/phase-1/dba-container/vimscore-ci_statera.yaml
@@ -0,0 +1,9 @@
+cluster: vimscore-ci
+image: statera
+key: vimscore-ci/statera
+machineRole: app
+name: statera
+ports:
+- 8090
+tag: development
+type: dba-container
diff --git a/out/phase-1/dba-container/vimscore-ops_n8n.yaml b/out/phase-1/dba-container/vimscore-ops_n8n.yaml
new file mode 100644
index 0000000..f82b4ba
--- /dev/null
+++ b/out/phase-1/dba-container/vimscore-ops_n8n.yaml
@@ -0,0 +1,7 @@
+cluster: vimscore-ops
+image: n8n
+key: vimscore-ops/n8n
+machineRole: app
+name: n8n
+tag: 0.84.1
+type: dba-container
diff --git a/out/phase-1/dba-container/vimscore-ops_pdb.yaml b/out/phase-1/dba-container/vimscore-ops_pdb.yaml
new file mode 100644
index 0000000..6c3bad0
--- /dev/null
+++ b/out/phase-1/dba-container/vimscore-ops_pdb.yaml
@@ -0,0 +1,7 @@
+cluster: vimscore-ops
+image: postgresql
+key: vimscore-ops/pdb
+machineRole: app
+name: pdb
+tag: '11'
+type: dba-container
diff --git a/out/phase-1/vimscore-application/ci.yaml b/out/phase-1/vimscore-application/ci.yaml
new file mode 100644
index 0000000..aaf8edf
--- /dev/null
+++ b/out/phase-1/vimscore-application/ci.yaml
@@ -0,0 +1,4 @@
+env: ci
+key: ci
+tag: development
+type: vimscore-application
diff --git a/out/phase-1/vimscore-ops/vimscore-ops.yaml b/out/phase-1/vimscore-ops/vimscore-ops.yaml
new file mode 100644
index 0000000..cf90d11
--- /dev/null
+++ b/out/phase-1/vimscore-ops/vimscore-ops.yaml
@@ -0,0 +1,2 @@
+key: vimscore-ops
+type: vimscore-ops
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