Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro Bonazzola <[email protected]>
  • Loading branch information
sandrobonazzola committed Oct 17, 2022
1 parent 59fae2d commit 4272b84
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CI/master_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
mkdir master_gold_dir
mkdir tmp
cd master_gold_dir
git clone https://github.com/cloud-bulldozer/cerberus.git
git clone https://github.com/redhat-chaos/cerberus.git
echo $PWD
cd cerberus
./CI/tests/test_daemon_disabled.sh
Expand Down
11 changes: 11 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
recursive-include ./CI *
recursive-include ./cerberus *
recursive-include ./config *
recursive-include ./containers *
recursive-include ./custom_checks *
recursive-include ./docs *
recursive-include ./history *
recursive-include ./media *
include start_cerberus.py
include kind-config.yml
include requirements.txt
2 changes: 1 addition & 1 deletion containers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY --from=origintests /usr/bin/kubectl /usr/bin/kubectl

# Install dependencies
RUN yum install -y git python36 python3-pip gcc python3-devel zlib-devel libjpeg-devel && \
git clone https://github.com/redhat-chaos/cerberus.git --branch v1.0.0 /root/cerberus && \
git clone https://github.com/redhat-chaos/cerberus.git --branch v1.0.1 /root/cerberus && \
mkdir -p /root/.kube && cd /root/cerberus && \
pip3 install -r requirements.txt

Expand Down
2 changes: 1 addition & 1 deletion containers/Dockerfile-ppc64le
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN curl -L -o openshift-client-linux.tar.gz https://mirror.openshift.com/pub/op
RUN yum install -y git python36 python3-pip gcc libffi-devel python36-devel openssl-devel gcc-c++ make && \
pip3 install cython && \
pip3 install numpy && \
git clone https://github.com/redhat-chaos/cerberus.git --branch v1.0.0 /root/cerberus && \
git clone https://github.com/redhat-chaos/cerberus.git --branch v1.0.1 /root/cerberus && \
mkdir -p /root/.kube && cd /root/cerberus && \
pip3 install -r requirements.txt && \
pip3 install setuptools==40.3.0 && \
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[metadata]
name = cerberus
version = 1.0.1
description = TO guard cluster
author = chaitanyaenr
author-email = [email protected]
Expand Down

0 comments on commit 4272b84

Please sign in to comment.