From 866eafabd7398fd1485e7aa285345a7dcea480d0 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 30 Dec 2020 20:48:51 +0100 Subject: Moving everything under durable_rules-test. --- .../out/phase-2/dba-container/acme-ci_4tune-api.yaml | 9 +++++++++ .../out/phase-2/dba-container/acme-ci_4tune-web.yaml | 9 +++++++++ durable_rules-test/out/phase-2/dba-container/acme-ci_mdb.yaml | 9 +++++++++ durable_rules-test/out/phase-2/dba-container/acme-ci_pdb.yaml | 9 +++++++++ .../out/phase-2/dba-container/acme-ci_statera-console.yaml | 11 +++++++++++ .../out/phase-2/dba-container/acme-ci_statera.yaml | 11 +++++++++++ .../out/phase-2/dba-container/acme-ops_n8n.yaml | 9 +++++++++ .../out/phase-2/dba-container/acme-ops_pdb.yaml | 9 +++++++++ .../out/phase-2/dba-container/acme-production_4tune-api.yaml | 9 +++++++++ .../out/phase-2/dba-container/acme-production_4tune-web.yaml | 9 +++++++++ .../out/phase-2/dba-container/acme-production_mdb.yaml | 9 +++++++++ .../out/phase-2/dba-container/acme-production_pdb.yaml | 9 +++++++++ .../dba-container/acme-production_statera-console.yaml | 11 +++++++++++ .../out/phase-2/dba-container/acme-production_statera.yaml | 11 +++++++++++ 14 files changed, 134 insertions(+) create mode 100644 durable_rules-test/out/phase-2/dba-container/acme-ci_4tune-api.yaml create mode 100644 durable_rules-test/out/phase-2/dba-container/acme-ci_4tune-web.yaml create mode 100644 durable_rules-test/out/phase-2/dba-container/acme-ci_mdb.yaml create mode 100644 durable_rules-test/out/phase-2/dba-container/acme-ci_pdb.yaml create mode 100644 durable_rules-test/out/phase-2/dba-container/acme-ci_statera-console.yaml create mode 100644 durable_rules-test/out/phase-2/dba-container/acme-ci_statera.yaml create mode 100644 durable_rules-test/out/phase-2/dba-container/acme-ops_n8n.yaml create mode 100644 durable_rules-test/out/phase-2/dba-container/acme-ops_pdb.yaml create mode 100644 durable_rules-test/out/phase-2/dba-container/acme-production_4tune-api.yaml create mode 100644 durable_rules-test/out/phase-2/dba-container/acme-production_4tune-web.yaml create mode 100644 durable_rules-test/out/phase-2/dba-container/acme-production_mdb.yaml create mode 100644 durable_rules-test/out/phase-2/dba-container/acme-production_pdb.yaml create mode 100644 durable_rules-test/out/phase-2/dba-container/acme-production_statera-console.yaml create mode 100644 durable_rules-test/out/phase-2/dba-container/acme-production_statera.yaml (limited to 'durable_rules-test/out/phase-2/dba-container') diff --git a/durable_rules-test/out/phase-2/dba-container/acme-ci_4tune-api.yaml b/durable_rules-test/out/phase-2/dba-container/acme-ci_4tune-api.yaml new file mode 100644 index 0000000..58ec759 --- /dev/null +++ b/durable_rules-test/out/phase-2/dba-container/acme-ci_4tune-api.yaml @@ -0,0 +1,9 @@ +cluster: acme-ci +image: 4tune-api +key: acme-ci/4tune-api +machineRole: app +name: 4tune-api +ports_classified: true +public_ports: false +tag: development +type: dba-container diff --git a/durable_rules-test/out/phase-2/dba-container/acme-ci_4tune-web.yaml b/durable_rules-test/out/phase-2/dba-container/acme-ci_4tune-web.yaml new file mode 100644 index 0000000..685dfb6 --- /dev/null +++ b/durable_rules-test/out/phase-2/dba-container/acme-ci_4tune-web.yaml @@ -0,0 +1,9 @@ +cluster: acme-ci +image: 4tune-web +key: acme-ci/4tune-web +machineRole: app +name: 4tune-web +ports_classified: true +public_ports: false +tag: development +type: dba-container diff --git a/durable_rules-test/out/phase-2/dba-container/acme-ci_mdb.yaml b/durable_rules-test/out/phase-2/dba-container/acme-ci_mdb.yaml new file mode 100644 index 0000000..f1b661c --- /dev/null +++ b/durable_rules-test/out/phase-2/dba-container/acme-ci_mdb.yaml @@ -0,0 +1,9 @@ +cluster: acme-ci +image: mongodb +key: acme-ci/mdb +machineRole: db +name: mdb +ports_classified: true +public_ports: false +tag: '3.2' +type: dba-container diff --git a/durable_rules-test/out/phase-2/dba-container/acme-ci_pdb.yaml b/durable_rules-test/out/phase-2/dba-container/acme-ci_pdb.yaml new file mode 100644 index 0000000..b138b1a --- /dev/null +++ b/durable_rules-test/out/phase-2/dba-container/acme-ci_pdb.yaml @@ -0,0 +1,9 @@ +cluster: acme-ci +image: postgresql +key: acme-ci/pdb +machineRole: db +name: pdb +ports_classified: true +public_ports: false +tag: '13' +type: dba-container diff --git a/durable_rules-test/out/phase-2/dba-container/acme-ci_statera-console.yaml b/durable_rules-test/out/phase-2/dba-container/acme-ci_statera-console.yaml new file mode 100644 index 0000000..1b6a85f --- /dev/null +++ b/durable_rules-test/out/phase-2/dba-container/acme-ci_statera-console.yaml @@ -0,0 +1,11 @@ +cluster: acme-ci +image: statera-console +key: acme-ci/statera-console +machineRole: app +name: statera-console +ports: +- 80 +ports_classified: true +public_ports: true +tag: development +type: dba-container diff --git a/durable_rules-test/out/phase-2/dba-container/acme-ci_statera.yaml b/durable_rules-test/out/phase-2/dba-container/acme-ci_statera.yaml new file mode 100644 index 0000000..10ecc77 --- /dev/null +++ b/durable_rules-test/out/phase-2/dba-container/acme-ci_statera.yaml @@ -0,0 +1,11 @@ +cluster: acme-ci +image: statera +key: acme-ci/statera +machineRole: app +name: statera +ports: +- 8090 +ports_classified: true +public_ports: true +tag: development +type: dba-container diff --git a/durable_rules-test/out/phase-2/dba-container/acme-ops_n8n.yaml b/durable_rules-test/out/phase-2/dba-container/acme-ops_n8n.yaml new file mode 100644 index 0000000..3e7e558 --- /dev/null +++ b/durable_rules-test/out/phase-2/dba-container/acme-ops_n8n.yaml @@ -0,0 +1,9 @@ +cluster: acme-ops +image: n8n +key: acme-ops/n8n +machineRole: app +name: n8n +ports_classified: true +public_ports: false +tag: 0.84.1 +type: dba-container diff --git a/durable_rules-test/out/phase-2/dba-container/acme-ops_pdb.yaml b/durable_rules-test/out/phase-2/dba-container/acme-ops_pdb.yaml new file mode 100644 index 0000000..17960c2 --- /dev/null +++ b/durable_rules-test/out/phase-2/dba-container/acme-ops_pdb.yaml @@ -0,0 +1,9 @@ +cluster: acme-ops +image: postgresql +key: acme-ops/pdb +machineRole: app +name: pdb +ports_classified: true +public_ports: false +tag: '11' +type: dba-container diff --git a/durable_rules-test/out/phase-2/dba-container/acme-production_4tune-api.yaml b/durable_rules-test/out/phase-2/dba-container/acme-production_4tune-api.yaml new file mode 100644 index 0000000..aa61c4a --- /dev/null +++ b/durable_rules-test/out/phase-2/dba-container/acme-production_4tune-api.yaml @@ -0,0 +1,9 @@ +cluster: acme-production +image: 4tune-api +key: acme-production/4tune-api +machineRole: app +name: 4tune-api +ports_classified: true +public_ports: false +tag: master +type: dba-container diff --git a/durable_rules-test/out/phase-2/dba-container/acme-production_4tune-web.yaml b/durable_rules-test/out/phase-2/dba-container/acme-production_4tune-web.yaml new file mode 100644 index 0000000..853ce1f --- /dev/null +++ b/durable_rules-test/out/phase-2/dba-container/acme-production_4tune-web.yaml @@ -0,0 +1,9 @@ +cluster: acme-production +image: 4tune-web +key: acme-production/4tune-web +machineRole: app +name: 4tune-web +ports_classified: true +public_ports: false +tag: master +type: dba-container diff --git a/durable_rules-test/out/phase-2/dba-container/acme-production_mdb.yaml b/durable_rules-test/out/phase-2/dba-container/acme-production_mdb.yaml new file mode 100644 index 0000000..9df0405 --- /dev/null +++ b/durable_rules-test/out/phase-2/dba-container/acme-production_mdb.yaml @@ -0,0 +1,9 @@ +cluster: acme-production +image: mongodb +key: acme-production/mdb +machineRole: db +name: mdb +ports_classified: true +public_ports: false +tag: '3.2' +type: dba-container diff --git a/durable_rules-test/out/phase-2/dba-container/acme-production_pdb.yaml b/durable_rules-test/out/phase-2/dba-container/acme-production_pdb.yaml new file mode 100644 index 0000000..4721b75 --- /dev/null +++ b/durable_rules-test/out/phase-2/dba-container/acme-production_pdb.yaml @@ -0,0 +1,9 @@ +cluster: acme-production +image: postgresql +key: acme-production/pdb +machineRole: db +name: pdb +ports_classified: true +public_ports: false +tag: '13' +type: dba-container diff --git a/durable_rules-test/out/phase-2/dba-container/acme-production_statera-console.yaml b/durable_rules-test/out/phase-2/dba-container/acme-production_statera-console.yaml new file mode 100644 index 0000000..852d78c --- /dev/null +++ b/durable_rules-test/out/phase-2/dba-container/acme-production_statera-console.yaml @@ -0,0 +1,11 @@ +cluster: acme-production +image: statera-console +key: acme-production/statera-console +machineRole: app +name: statera-console +ports: +- 80 +ports_classified: true +public_ports: true +tag: master +type: dba-container diff --git a/durable_rules-test/out/phase-2/dba-container/acme-production_statera.yaml b/durable_rules-test/out/phase-2/dba-container/acme-production_statera.yaml new file mode 100644 index 0000000..748a8c7 --- /dev/null +++ b/durable_rules-test/out/phase-2/dba-container/acme-production_statera.yaml @@ -0,0 +1,11 @@ +cluster: acme-production +image: statera +key: acme-production/statera +machineRole: app +name: statera +ports: +- 8090 +ports_classified: true +public_ports: true +tag: master +type: dba-container -- cgit v1.2.3