f26d4db145
This PS updates the mon-check reap-zombies python script to consider the more recent Ceph changes, including the fact that there is now a v1 and v2 backend. In addition, it executes the reap-zombies script with the python3 binary, as the basic 'python' binary does not exist in the container. Change-Id: Id079671f03cc5ddbe694f2aa8c9d2480dc573983
21 lines
690 B
YAML
21 lines
690 B
YAML
# 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.
|
|
|
|
---
|
|
apiVersion: v1
|
|
appVersion: v1.0.0
|
|
description: OpenStack-Helm Ceph Mon
|
|
name: ceph-mon
|
|
version: 0.1.11
|
|
home: https://github.com/ceph/ceph
|
|
...
|