diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2020-12-27 20:11:26 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2020-12-27 20:11:26 +0100 |
commit | 7800d2086131ae698f859f0797a5670cace48213 (patch) | |
tree | fc05ff1a03f82325525d65263ffca3b551a7db12 /out | |
parent | 1dcf198c10c554ec43fd762d61f151fb8b04df80 (diff) | |
download | rules-sandbox-7800d2086131ae698f859f0797a5670cace48213.tar.gz rules-sandbox-7800d2086131ae698f859f0797a5670cace48213.tar.bz2 rules-sandbox-7800d2086131ae698f859f0797a5670cace48213.tar.xz rules-sandbox-7800d2086131ae698f859f0797a5670cace48213.zip |
Dumping to yaml files.
Diffstat (limited to 'out')
-rw-r--r-- | out/phase-2/dba-cluster/0.yaml | 2 | ||||
-rw-r--r-- | out/phase-2/dba-container/0.yaml | 8 | ||||
-rw-r--r-- | out/phase-2/dba-container/1.yaml | 8 | ||||
-rw-r--r-- | out/phase-2/dba-container/2.yaml | 8 | ||||
-rw-r--r-- | out/phase-2/dba-container/3.yaml | 10 | ||||
-rw-r--r-- | out/phase-2/dba-container/4.yaml | 10 | ||||
-rw-r--r-- | out/phase-2/dba-container/5.yaml | 8 |
7 files changed, 54 insertions, 0 deletions
diff --git a/out/phase-2/dba-cluster/0.yaml b/out/phase-2/dba-cluster/0.yaml new file mode 100644 index 0000000..1eedbaa --- /dev/null +++ b/out/phase-2/dba-cluster/0.yaml @@ -0,0 +1,2 @@ +name: vimscore-production +type: dba-cluster diff --git a/out/phase-2/dba-container/0.yaml b/out/phase-2/dba-container/0.yaml new file mode 100644 index 0000000..60dba7a --- /dev/null +++ b/out/phase-2/dba-container/0.yaml @@ -0,0 +1,8 @@ +cluster: vimscore-production +image: mongodb +machineRole: db +name: mdb +ports_classified: true +public_ports: false +tag: '3.2' +type: dba-container diff --git a/out/phase-2/dba-container/1.yaml b/out/phase-2/dba-container/1.yaml new file mode 100644 index 0000000..5fa9794 --- /dev/null +++ b/out/phase-2/dba-container/1.yaml @@ -0,0 +1,8 @@ +cluster: vimscore-production +image: 4tune-api +machineRole: app +name: 4tune-api +ports_classified: true +public_ports: false +tag: master +type: dba-container diff --git a/out/phase-2/dba-container/2.yaml b/out/phase-2/dba-container/2.yaml new file mode 100644 index 0000000..68c3906 --- /dev/null +++ b/out/phase-2/dba-container/2.yaml @@ -0,0 +1,8 @@ +cluster: vimscore-production +image: 4tune-web +machineRole: app +name: 4tune-web +ports_classified: true +public_ports: false +tag: master +type: dba-container diff --git a/out/phase-2/dba-container/3.yaml b/out/phase-2/dba-container/3.yaml new file mode 100644 index 0000000..a883361 --- /dev/null +++ b/out/phase-2/dba-container/3.yaml @@ -0,0 +1,10 @@ +cluster: vimscore-production +image: statera-console +machineRole: app +name: statera-console +ports: +- 80 +ports_classified: true +public_ports: true +tag: master +type: dba-container diff --git a/out/phase-2/dba-container/4.yaml b/out/phase-2/dba-container/4.yaml new file mode 100644 index 0000000..d4555f9 --- /dev/null +++ b/out/phase-2/dba-container/4.yaml @@ -0,0 +1,10 @@ +cluster: vimscore-production +image: statera +machineRole: app +name: statera +ports: +- 8090 +ports_classified: true +public_ports: true +tag: master +type: dba-container diff --git a/out/phase-2/dba-container/5.yaml b/out/phase-2/dba-container/5.yaml new file mode 100644 index 0000000..8f82989 --- /dev/null +++ b/out/phase-2/dba-container/5.yaml @@ -0,0 +1,8 @@ +cluster: vimscore-production +image: postgresql +machineRole: db +name: pdb +ports_classified: true +public_ports: false +tag: '13' +type: dba-container |