diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2020-12-27 21:44:09 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2020-12-27 21:44:09 +0100 |
commit | b8af5cdf274a60f364d34192d4f483f4f4800282 (patch) | |
tree | f5977d9a13259da488edfebab392884cee394c39 /out/phase-2/dba-container | |
parent | 13d7de5dab25c830deacf335bb704aed0e2db3a7 (diff) | |
download | rules-sandbox-b8af5cdf274a60f364d34192d4f483f4f4800282.tar.gz rules-sandbox-b8af5cdf274a60f364d34192d4f483f4f4800282.tar.bz2 rules-sandbox-b8af5cdf274a60f364d34192d4f483f4f4800282.tar.xz rules-sandbox-b8af5cdf274a60f364d34192d4f483f4f4800282.zip |
Adding ansible and terraform configs.
Diffstat (limited to 'out/phase-2/dba-container')
-rw-r--r-- | out/phase-2/dba-container/acme-ci_4tune-api.yaml (renamed from out/phase-2/dba-container/vimscore-ci_4tune-api.yaml) | 4 | ||||
-rw-r--r-- | out/phase-2/dba-container/acme-ci_4tune-web.yaml (renamed from out/phase-2/dba-container/vimscore-ci_4tune-web.yaml) | 4 | ||||
-rw-r--r-- | out/phase-2/dba-container/acme-ci_mdb.yaml (renamed from out/phase-2/dba-container/vimscore-ci_mdb.yaml) | 4 | ||||
-rw-r--r-- | out/phase-2/dba-container/acme-ci_pdb.yaml (renamed from out/phase-2/dba-container/vimscore-ci_pdb.yaml) | 4 | ||||
-rw-r--r-- | out/phase-2/dba-container/acme-ci_statera-console.yaml (renamed from out/phase-2/dba-container/vimscore-ci_statera-console.yaml) | 4 | ||||
-rw-r--r-- | out/phase-2/dba-container/acme-ci_statera.yaml (renamed from out/phase-2/dba-container/vimscore-ci_statera.yaml) | 4 | ||||
-rw-r--r-- | out/phase-2/dba-container/acme-ops_n8n.yaml (renamed from out/phase-2/dba-container/vimscore-ops_n8n.yaml) | 4 | ||||
-rw-r--r-- | out/phase-2/dba-container/acme-ops_pdb.yaml (renamed from out/phase-2/dba-container/vimscore-ops_pdb.yaml) | 4 | ||||
-rw-r--r-- | out/phase-2/dba-container/acme-production_4tune-api.yaml (renamed from out/phase-2/dba-container/vimscore-production_4tune-api.yaml) | 4 | ||||
-rw-r--r-- | out/phase-2/dba-container/acme-production_4tune-web.yaml (renamed from out/phase-2/dba-container/vimscore-production_4tune-web.yaml) | 4 | ||||
-rw-r--r-- | out/phase-2/dba-container/acme-production_mdb.yaml (renamed from out/phase-2/dba-container/vimscore-production_mdb.yaml) | 4 | ||||
-rw-r--r-- | out/phase-2/dba-container/acme-production_pdb.yaml (renamed from out/phase-2/dba-container/vimscore-production_pdb.yaml) | 4 | ||||
-rw-r--r-- | out/phase-2/dba-container/acme-production_statera-console.yaml (renamed from out/phase-2/dba-container/vimscore-production_statera-console.yaml) | 4 | ||||
-rw-r--r-- | out/phase-2/dba-container/acme-production_statera.yaml (renamed from out/phase-2/dba-container/vimscore-production_statera.yaml) | 4 |
14 files changed, 28 insertions, 28 deletions
diff --git a/out/phase-2/dba-container/vimscore-ci_4tune-api.yaml b/out/phase-2/dba-container/acme-ci_4tune-api.yaml index 9a0f631..58ec759 100644 --- a/out/phase-2/dba-container/vimscore-ci_4tune-api.yaml +++ b/out/phase-2/dba-container/acme-ci_4tune-api.yaml @@ -1,6 +1,6 @@ -cluster: vimscore-ci +cluster: acme-ci image: 4tune-api -key: vimscore-ci/4tune-api +key: acme-ci/4tune-api machineRole: app name: 4tune-api ports_classified: true diff --git a/out/phase-2/dba-container/vimscore-ci_4tune-web.yaml b/out/phase-2/dba-container/acme-ci_4tune-web.yaml index 21c8c58..685dfb6 100644 --- a/out/phase-2/dba-container/vimscore-ci_4tune-web.yaml +++ b/out/phase-2/dba-container/acme-ci_4tune-web.yaml @@ -1,6 +1,6 @@ -cluster: vimscore-ci +cluster: acme-ci image: 4tune-web -key: vimscore-ci/4tune-web +key: acme-ci/4tune-web machineRole: app name: 4tune-web ports_classified: true diff --git a/out/phase-2/dba-container/vimscore-ci_mdb.yaml b/out/phase-2/dba-container/acme-ci_mdb.yaml index 2ceef55..f1b661c 100644 --- a/out/phase-2/dba-container/vimscore-ci_mdb.yaml +++ b/out/phase-2/dba-container/acme-ci_mdb.yaml @@ -1,6 +1,6 @@ -cluster: vimscore-ci +cluster: acme-ci image: mongodb -key: vimscore-ci/mdb +key: acme-ci/mdb machineRole: db name: mdb ports_classified: true diff --git a/out/phase-2/dba-container/vimscore-ci_pdb.yaml b/out/phase-2/dba-container/acme-ci_pdb.yaml index d4b2016..b138b1a 100644 --- a/out/phase-2/dba-container/vimscore-ci_pdb.yaml +++ b/out/phase-2/dba-container/acme-ci_pdb.yaml @@ -1,6 +1,6 @@ -cluster: vimscore-ci +cluster: acme-ci image: postgresql -key: vimscore-ci/pdb +key: acme-ci/pdb machineRole: db name: pdb ports_classified: true diff --git a/out/phase-2/dba-container/vimscore-ci_statera-console.yaml b/out/phase-2/dba-container/acme-ci_statera-console.yaml index 916d86f..1b6a85f 100644 --- a/out/phase-2/dba-container/vimscore-ci_statera-console.yaml +++ b/out/phase-2/dba-container/acme-ci_statera-console.yaml @@ -1,6 +1,6 @@ -cluster: vimscore-ci +cluster: acme-ci image: statera-console -key: vimscore-ci/statera-console +key: acme-ci/statera-console machineRole: app name: statera-console ports: diff --git a/out/phase-2/dba-container/vimscore-ci_statera.yaml b/out/phase-2/dba-container/acme-ci_statera.yaml index 98e7346..10ecc77 100644 --- a/out/phase-2/dba-container/vimscore-ci_statera.yaml +++ b/out/phase-2/dba-container/acme-ci_statera.yaml @@ -1,6 +1,6 @@ -cluster: vimscore-ci +cluster: acme-ci image: statera -key: vimscore-ci/statera +key: acme-ci/statera machineRole: app name: statera ports: diff --git a/out/phase-2/dba-container/vimscore-ops_n8n.yaml b/out/phase-2/dba-container/acme-ops_n8n.yaml index 6aa58a8..3e7e558 100644 --- a/out/phase-2/dba-container/vimscore-ops_n8n.yaml +++ b/out/phase-2/dba-container/acme-ops_n8n.yaml @@ -1,6 +1,6 @@ -cluster: vimscore-ops +cluster: acme-ops image: n8n -key: vimscore-ops/n8n +key: acme-ops/n8n machineRole: app name: n8n ports_classified: true diff --git a/out/phase-2/dba-container/vimscore-ops_pdb.yaml b/out/phase-2/dba-container/acme-ops_pdb.yaml index adf9083..17960c2 100644 --- a/out/phase-2/dba-container/vimscore-ops_pdb.yaml +++ b/out/phase-2/dba-container/acme-ops_pdb.yaml @@ -1,6 +1,6 @@ -cluster: vimscore-ops +cluster: acme-ops image: postgresql -key: vimscore-ops/pdb +key: acme-ops/pdb machineRole: app name: pdb ports_classified: true diff --git a/out/phase-2/dba-container/vimscore-production_4tune-api.yaml b/out/phase-2/dba-container/acme-production_4tune-api.yaml index 5e9fd63..aa61c4a 100644 --- a/out/phase-2/dba-container/vimscore-production_4tune-api.yaml +++ b/out/phase-2/dba-container/acme-production_4tune-api.yaml @@ -1,6 +1,6 @@ -cluster: vimscore-production +cluster: acme-production image: 4tune-api -key: vimscore-production/4tune-api +key: acme-production/4tune-api machineRole: app name: 4tune-api ports_classified: true diff --git a/out/phase-2/dba-container/vimscore-production_4tune-web.yaml b/out/phase-2/dba-container/acme-production_4tune-web.yaml index c5b87c5..853ce1f 100644 --- a/out/phase-2/dba-container/vimscore-production_4tune-web.yaml +++ b/out/phase-2/dba-container/acme-production_4tune-web.yaml @@ -1,6 +1,6 @@ -cluster: vimscore-production +cluster: acme-production image: 4tune-web -key: vimscore-production/4tune-web +key: acme-production/4tune-web machineRole: app name: 4tune-web ports_classified: true diff --git a/out/phase-2/dba-container/vimscore-production_mdb.yaml b/out/phase-2/dba-container/acme-production_mdb.yaml index 48a760b..9df0405 100644 --- a/out/phase-2/dba-container/vimscore-production_mdb.yaml +++ b/out/phase-2/dba-container/acme-production_mdb.yaml @@ -1,6 +1,6 @@ -cluster: vimscore-production +cluster: acme-production image: mongodb -key: vimscore-production/mdb +key: acme-production/mdb machineRole: db name: mdb ports_classified: true diff --git a/out/phase-2/dba-container/vimscore-production_pdb.yaml b/out/phase-2/dba-container/acme-production_pdb.yaml index 4f7d732..4721b75 100644 --- a/out/phase-2/dba-container/vimscore-production_pdb.yaml +++ b/out/phase-2/dba-container/acme-production_pdb.yaml @@ -1,6 +1,6 @@ -cluster: vimscore-production +cluster: acme-production image: postgresql -key: vimscore-production/pdb +key: acme-production/pdb machineRole: db name: pdb ports_classified: true diff --git a/out/phase-2/dba-container/vimscore-production_statera-console.yaml b/out/phase-2/dba-container/acme-production_statera-console.yaml index dda5ea6..852d78c 100644 --- a/out/phase-2/dba-container/vimscore-production_statera-console.yaml +++ b/out/phase-2/dba-container/acme-production_statera-console.yaml @@ -1,6 +1,6 @@ -cluster: vimscore-production +cluster: acme-production image: statera-console -key: vimscore-production/statera-console +key: acme-production/statera-console machineRole: app name: statera-console ports: diff --git a/out/phase-2/dba-container/vimscore-production_statera.yaml b/out/phase-2/dba-container/acme-production_statera.yaml index dcee4fa..748a8c7 100644 --- a/out/phase-2/dba-container/vimscore-production_statera.yaml +++ b/out/phase-2/dba-container/acme-production_statera.yaml @@ -1,6 +1,6 @@ -cluster: vimscore-production +cluster: acme-production image: statera -key: vimscore-production/statera +key: acme-production/statera machineRole: app name: statera ports: |