Skip to content

Commit

Permalink
[Cherry-Pick for 1.13.4] (#452)
Browse files Browse the repository at this point in the history
* chore(psp): removed runAsUser from psp and update the go-runner image in workflows (#446)

Signed-off-by: uditgaurav <udit@chaosnative.com>

* Chore(New Charts): Add charts for vm-poweroff experiment (#433)

* Chore(New Charts): Adding Charts for vm-delete experiment

Signed-off-by: Ubuntu <ubuntu@ip-172-31-31-101.ap-south-1.compute.internal>

* version upgraded for chaos-charts

Signed-off-by: uditgaurav <udit@chaosnative.com>

* Namespace scope flag added  and flow update for workflows  (#448)

* namespace scope flag added for workflows

Signed-off-by: Oum Kale <oumkale@chaosnative.com>

* Priority flow for workflow changed

Signed-off-by: Oum Kale <oumkale@chaosnative.com>

* updated scope

Signed-off-by: Oum Kale <oumkale@chaosnative.com>

* updated scope

Signed-off-by: Oum Kale <oumkale@chaosnative.com>

* chore(env): adding node-label in node experiments and block-size in disk-fill (#450)

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

Co-authored-by: Udit Gaurav <35391335+uditgaurav@users.noreply.github.com>

* Chore(cleanup): Remove go binary and vendor file from chaos charts

Signed-off-by: uditgaurav <udit@chaosnative.com>

* Chore(vmware): Update VMware CSV file (#451)

Signed-off-by: uditgaurav <udit@chaosnative.com>

* update the cr version to 1.13.4

Signed-off-by: uditgaurav <udit@chaosnative.com>

* resolve conflicts

Signed-off-by: uditgaurav <udit@chaosnative.com>

* update version

Signed-off-by: uditgaurav <udit@chaosnative.com>

Co-authored-by: Shubham Chaudhary <shubham.chaudhary@mayadata.io>
Co-authored-by: iassurewipro <81607462+iassurewipro@users.noreply.github.com>
Co-authored-by: litmusbot <litmuschaos@gmail.com>
Co-authored-by: OUM NIVRATHI KALE <oum.kale@mayadata.io>
  • Loading branch information
5 people authored May 3, 2021
1 parent d3eb052 commit 273cc12
Show file tree
Hide file tree
Showing 351 changed files with 2,248 additions and 119,481 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Install golang
- uses: actions/setup-go@v2
with:
go-version: '^1.13.1'
go-version: '1.14'

# Setup gopath
- name: Setting up GOPATH
Expand All @@ -35,4 +35,3 @@ jobs:
export PATH=$PATH:$(go env GOPATH)/bin
cd ${GOPATH}/src/github.com/${{github.repository}}
make combineExpCR
shell: bash
5 changes: 1 addition & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# Install golang
- uses: actions/setup-go@v2
with:
go-version: '^1.13.1'
go-version: '1.14'

# Setup gopath
- name: Setting up GOPATH
Expand All @@ -35,12 +35,9 @@ jobs:
export PATH=$PATH:$(go env GOPATH)/bin
cd ${GOPATH}/src/github.com/${{github.repository}}
make combineExpCR
shell: bash
# Commit and push the changes from the chart directory
- name: Commit and Push the changes
run: |
cd ${GOPATH}/src/github.com/${{github.repository}}
make push
shell: bash

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ versionmaker:
.PHONY: combineExpCR
combineExpCR:
@echo "--------Combining Experiments CR-------"
./scripts/combine-experiments
@cd scripts && go run ./combine-all-crs.go

.PHONY: push
push:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
name: Mayadata
labels:
app.kubernetes.io/component: chartserviceversion
app.kubernetes.io/version: 1.13.3
app.kubernetes.io/version: 1.13.4
links:
- name: Source Code
url: https://github.com/litmuschaos/litmus-ansible/tree/master/experiments/cassandra/pod-delete
Expand Down
6 changes: 3 additions & 3 deletions charts/cassandra/cassandra-pod-delete/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
name: cassandra-pod-delete
app.kubernetes.io/part-of: litmus
app.kubernetes.io/component: chaosexperiment
app.kubernetes.io/version: 1.13.3
app.kubernetes.io/version: 1.13.4
spec:
definition:
scope: Namespaced
Expand Down Expand Up @@ -39,7 +39,7 @@ spec:
- "update"
- "delete"
- "deletecollection"
image: "litmuschaos/go-runner:1.13.3"
image: "litmuschaos/go-runner:1.13.4"
imagePullPolicy: Always
args:
- -c
Expand Down Expand Up @@ -107,4 +107,4 @@ spec:
name: cassandra-pod-delete
app.kubernetes.io/part-of: litmus
app.kubernetes.io/component: experiment-job
app.kubernetes.io/version: 1.13.3
app.kubernetes.io/version: 1.13.4
6 changes: 3 additions & 3 deletions charts/cassandra/experiments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
name: cassandra-pod-delete
app.kubernetes.io/part-of: litmus
app.kubernetes.io/component: chaosexperiment
app.kubernetes.io/version: 1.13.3
app.kubernetes.io/version: 1.13.4
spec:
definition:
scope: Namespaced
Expand Down Expand Up @@ -39,7 +39,7 @@ spec:
- "update"
- "delete"
- "deletecollection"
image: "litmuschaos/go-runner:1.13.3"
image: "litmuschaos/go-runner:1.13.4"
imagePullPolicy: Always
args:
- -c
Expand Down Expand Up @@ -107,6 +107,6 @@ spec:
name: cassandra-pod-delete
app.kubernetes.io/part-of: litmus
app.kubernetes.io/component: experiment-job
app.kubernetes.io/version: 1.13.3
app.kubernetes.io/version: 1.13.4

---
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
name: Mayadata
labels:
app.kubernetes.io/component: chartserviceversion
app.kubernetes.io/version: 1.13.3
app.kubernetes.io/version: 1.13.4
links:
- name: Source Code
url: https://github.com/litmuschaos/litmus-go/tree/master/experiments/generic/container-kill
Expand Down
2 changes: 1 addition & 1 deletion charts/generic/container-kill/engine_nginx_getstarted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
value: '20'

- name: LIB_IMAGE
value: 'litmuschaos/go-runner:1.13.3'
value: 'litmuschaos/go-runner:1.13.4'

# provide the name of container runtime
# it supports docker, containerd, crio
Expand Down
8 changes: 4 additions & 4 deletions charts/generic/container-kill/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
name: container-kill
app.kubernetes.io/part-of: litmus
app.kubernetes.io/component: chaosexperiment
app.kubernetes.io/version: 1.13.3
app.kubernetes.io/version: 1.13.4
spec:
definition:
scope: Namespaced
Expand Down Expand Up @@ -44,7 +44,7 @@ spec:
- "patch"
- "delete"
- "deletecollection"
image: "litmuschaos/go-runner:1.13.3"
image: "litmuschaos/go-runner:1.13.4"
imagePullPolicy: Always
args:
- -c
Expand Down Expand Up @@ -93,7 +93,7 @@ spec:
value: ''

- name: LIB_IMAGE
value: 'litmuschaos/go-runner:1.13.3'
value: 'litmuschaos/go-runner:1.13.4'

## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel
Expand All @@ -104,4 +104,4 @@ spec:
name: container-kill
app.kubernetes.io/part-of: litmus
app.kubernetes.io/component: experiment-job
app.kubernetes.io/version: 1.13.3
app.kubernetes.io/version: 1.13.4
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
name: Mayadata
labels:
app.kubernetes.io/component: chartserviceversion
app.kubernetes.io/version: 1.13.3
app.kubernetes.io/version: 1.13.4
links:
- name: Source Code
url: https://github.com/litmuschaos/litmus-go/tree/master/experiments/generic/disk-fill
Expand Down
13 changes: 9 additions & 4 deletions charts/generic/disk-fill/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
name: disk-fill
app.kubernetes.io/part-of: litmus
app.kubernetes.io/component: chaosexperiment
app.kubernetes.io/version: 1.13.3
app.kubernetes.io/version: 1.13.4
spec:
definition:
scope: Namespaced
Expand Down Expand Up @@ -45,7 +45,7 @@ spec:
- "update"
- "delete"
- "deletecollection"
image: "litmuschaos/go-runner:1.13.3"
image: "litmuschaos/go-runner:1.13.4"
imagePullPolicy: Always
args:
- -c
Expand All @@ -72,6 +72,11 @@ spec:
- name: LIB
value: 'litmus'

# provide the data block size
# supported unit is KB
- name: DATA_BLOCK_SIZE
value: '256'

- name: TARGET_PODS
value: ''

Expand All @@ -83,7 +88,7 @@ spec:
value: ''

- name: LIB_IMAGE
value: 'litmuschaos/go-runner:1.13.3'
value: 'litmuschaos/go-runner:1.13.4'

# Provide the container runtime path
# Default set to docker container path
Expand All @@ -99,4 +104,4 @@ spec:
name: disk-fill
app.kubernetes.io/part-of: litmus
app.kubernetes.io/component: experiment-job
app.kubernetes.io/version: 1.13.3
app.kubernetes.io/version: 1.13.4
2 changes: 1 addition & 1 deletion charts/generic/docker-service-kill/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
verbs:
- "get"
- "list"
image: "litmuschaos/ansible-runner:ci"
image: "litmuschaos/ansible-runner:1.13.3"
imagePullPolicy: Always
args:
- -c
Expand Down
Loading

0 comments on commit 273cc12

Please sign in to comment.