diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2020-12-27 20:20:50 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2020-12-27 20:20:50 +0100 |
commit | 9f3e8bce09100a539ff3a0c67da1db028ce51f73 (patch) | |
tree | d4ebbf10bbc5e19f99efb0a5a0c9042ca219642d /out/phase-2 | |
parent | 7800d2086131ae698f859f0797a5670cace48213 (diff) | |
download | rules-sandbox-9f3e8bce09100a539ff3a0c67da1db028ce51f73.tar.gz rules-sandbox-9f3e8bce09100a539ff3a0c67da1db028ce51f73.tar.bz2 rules-sandbox-9f3e8bce09100a539ff3a0c67da1db028ce51f73.tar.xz rules-sandbox-9f3e8bce09100a539ff3a0c67da1db028ce51f73.zip |
Adding keys to facts
Diffstat (limited to 'out/phase-2')
-rw-r--r-- | out/phase-2/dba-cluster/0.yaml | 2 | ||||
-rw-r--r-- | out/phase-2/dba-cluster/vimscore-production.yaml | 2 | ||||
-rw-r--r-- | out/phase-2/dba-container/vimscore-production_4tune-api.yaml (renamed from out/phase-2/dba-container/1.yaml) | 1 | ||||
-rw-r--r-- | out/phase-2/dba-container/vimscore-production_4tune-web.yaml (renamed from out/phase-2/dba-container/2.yaml) | 1 | ||||
-rw-r--r-- | out/phase-2/dba-container/vimscore-production_mdb.yaml (renamed from out/phase-2/dba-container/0.yaml) | 1 | ||||
-rw-r--r-- | out/phase-2/dba-container/vimscore-production_pdb.yaml (renamed from out/phase-2/dba-container/5.yaml) | 1 | ||||
-rw-r--r-- | out/phase-2/dba-container/vimscore-production_statera-console.yaml (renamed from out/phase-2/dba-container/3.yaml) | 1 | ||||
-rw-r--r-- | out/phase-2/dba-container/vimscore-production_statera.yaml (renamed from out/phase-2/dba-container/4.yaml) | 1 |
8 files changed, 8 insertions, 2 deletions
diff --git a/out/phase-2/dba-cluster/0.yaml b/out/phase-2/dba-cluster/0.yaml deleted file mode 100644 index 1eedbaa..0000000 --- a/out/phase-2/dba-cluster/0.yaml +++ /dev/null @@ -1,2 +0,0 @@ -name: vimscore-production -type: dba-cluster diff --git a/out/phase-2/dba-cluster/vimscore-production.yaml b/out/phase-2/dba-cluster/vimscore-production.yaml new file mode 100644 index 0000000..4390af6 --- /dev/null +++ b/out/phase-2/dba-cluster/vimscore-production.yaml @@ -0,0 +1,2 @@ +key: vimscore-production +type: dba-cluster diff --git a/out/phase-2/dba-container/1.yaml b/out/phase-2/dba-container/vimscore-production_4tune-api.yaml index 5fa9794..5e9fd63 100644 --- a/out/phase-2/dba-container/1.yaml +++ b/out/phase-2/dba-container/vimscore-production_4tune-api.yaml @@ -1,5 +1,6 @@ cluster: vimscore-production image: 4tune-api +key: vimscore-production/4tune-api machineRole: app name: 4tune-api ports_classified: true diff --git a/out/phase-2/dba-container/2.yaml b/out/phase-2/dba-container/vimscore-production_4tune-web.yaml index 68c3906..c5b87c5 100644 --- a/out/phase-2/dba-container/2.yaml +++ b/out/phase-2/dba-container/vimscore-production_4tune-web.yaml @@ -1,5 +1,6 @@ cluster: vimscore-production image: 4tune-web +key: vimscore-production/4tune-web machineRole: app name: 4tune-web ports_classified: true diff --git a/out/phase-2/dba-container/0.yaml b/out/phase-2/dba-container/vimscore-production_mdb.yaml index 60dba7a..48a760b 100644 --- a/out/phase-2/dba-container/0.yaml +++ b/out/phase-2/dba-container/vimscore-production_mdb.yaml @@ -1,5 +1,6 @@ cluster: vimscore-production image: mongodb +key: vimscore-production/mdb machineRole: db name: mdb ports_classified: true diff --git a/out/phase-2/dba-container/5.yaml b/out/phase-2/dba-container/vimscore-production_pdb.yaml index 8f82989..4f7d732 100644 --- a/out/phase-2/dba-container/5.yaml +++ b/out/phase-2/dba-container/vimscore-production_pdb.yaml @@ -1,5 +1,6 @@ cluster: vimscore-production image: postgresql +key: vimscore-production/pdb machineRole: db name: pdb ports_classified: true diff --git a/out/phase-2/dba-container/3.yaml b/out/phase-2/dba-container/vimscore-production_statera-console.yaml index a883361..dda5ea6 100644 --- a/out/phase-2/dba-container/3.yaml +++ b/out/phase-2/dba-container/vimscore-production_statera-console.yaml @@ -1,5 +1,6 @@ cluster: vimscore-production image: statera-console +key: vimscore-production/statera-console machineRole: app name: statera-console ports: diff --git a/out/phase-2/dba-container/4.yaml b/out/phase-2/dba-container/vimscore-production_statera.yaml index d4555f9..dcee4fa 100644 --- a/out/phase-2/dba-container/4.yaml +++ b/out/phase-2/dba-container/vimscore-production_statera.yaml @@ -1,5 +1,6 @@ cluster: vimscore-production image: statera +key: vimscore-production/statera machineRole: app name: statera ports: |