diff options
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 |