diff --git a/etc/vitrage/datasources_values/cetus.cluster.yaml b/etc/vitrage/datasources_values/cetus.cluster.yaml new file mode 100644 index 000000000..fdea29e6a --- /dev/null +++ b/etc/vitrage/datasources_values/cetus.cluster.yaml @@ -0,0 +1,26 @@ +category: RESOURCE +values: + - aggregated values: + priority: 40 + original values: + - name: INACTIVE + operational_value: ERROR + - aggregated values: + priority: 30 + original values: + - name: INITIALIZING + operational_value: TRANSIENT + - name: UPDATING + operational_value: TRANSIENT + - name: REMOVING + operational_value: TRANSIENT + - aggregated values: + priority: 20 + original values: + - name: PENDING + operational_value: SUBOPTIMAL + - aggregated values: + priority: 10 + original values: + - name: ACTIVE + operational_value: OK diff --git a/etc/vitrage/datasources_values/cetus.pod.yaml b/etc/vitrage/datasources_values/cetus.pod.yaml new file mode 100644 index 000000000..387b94e53 --- /dev/null +++ b/etc/vitrage/datasources_values/cetus.pod.yaml @@ -0,0 +1,22 @@ +category: RESOURCE +values: + - aggregated values: + priority: 40 + original values: + - name: CRASHING + operational_value: ERROR + - aggregated values: + priority: 30 + original values: + - name: WAITING + operational_value: TRANSIENT + - aggregated values: + priority: 20 + original values: + - name: PENDING + operational_value: SUBOPTIMAL + - aggregated values: + priority: 10 + original values: + - name: RUNNING + operational_value: OK