1234567891011121314151617181920212223242526272829303132333435363738 |
- # Copyright 2020 Dell Inc. or its subsidiaries. All Rights Reserved.
- #
- # Licensed under the Apache License, Version 2.0 (the "License");
- # you may not use this file except in compliance with the License.
- # You may obtain a copy of the License at
- #
- # http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing, software
- # distributed under the License is distributed on an "AS IS" BASIS,
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- # See the License for the specific language governing permissions and
- # limitations under the License.
- ---
- metallb_prometheus_mpi_pods_fail_msg: "Metallb/Prometheus/MPI pods are not deployed/running"
- metallb_prometheus_mpi_pods_success_msg: "Metallb, Prometheus and MPI pods are deployed and running"
- kubernetes_dashboard_fail_msg: "Kubernetes Dashboard is not deployed"
- kubernetes_dashboard_success_msg: "Kubernetes Dashboard is deployed"
- nfs_client_provisioner_pods_fail_msg: "NFS Client Provisioner pod is not deployed"
- nfs_client_provisioner_pods_success_msg: "NFS Client Provisioner pod is deployed and running"
- node_feature_discovery_pods_fail_msg: "Node Feature Discovery pods are not deployed"
- node_feature_discovery_pods_success_msg: "Node Feature Discovery pods are deployed and running"
- nvidia_device_plugin_pods_fail_msg: "Nvidia Device Plugin pod is not deployed/running"
- nvidia_device_plugin_pods_success_msg: "Nvidia Device Plugin pod is deployed and running"
- default_storage_class_fail_msg: "NFS Client Provisioner is not configured as default storage class"
- default_storage_class_success_msg: "NFS Client Provisioner is configured as default storage class"
|