Unverified Commit 6b566f19 authored by Travis Nielsen's avatar Travis Nielsen Committed by GitHub
Browse files

Merge pull request #6635 from travisn/release-1.5.0

build: Set manifest versions to v1.5.0
parents 0cdf687d a679b6d5
Showing with 30 additions and 30 deletions
+30 -30
...@@ -38,7 +38,7 @@ jobs: ...@@ -38,7 +38,7 @@ jobs:
# set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version" # set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version"
GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build
docker images docker images
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.5.0-beta.0 docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.5.0
- name: deploy rook - name: deploy rook
run: | run: |
...@@ -118,7 +118,7 @@ jobs: ...@@ -118,7 +118,7 @@ jobs:
# set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version" # set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version"
GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build
docker images docker images
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.5.0-beta.0 docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.5.0
- name: rook prerequisites - name: rook prerequisites
run: | run: |
...@@ -198,7 +198,7 @@ jobs: ...@@ -198,7 +198,7 @@ jobs:
# set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version" # set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version"
GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build
docker images docker images
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.5.0-beta.0 docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.5.0
- name: rook prerequisites - name: rook prerequisites
run: | run: |
...@@ -278,7 +278,7 @@ jobs: ...@@ -278,7 +278,7 @@ jobs:
# set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version" # set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version"
GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build
docker images docker images
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.5.0-beta.0 docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.5.0
- name: rook prerequisites - name: rook prerequisites
run: | run: |
...@@ -348,7 +348,7 @@ jobs: ...@@ -348,7 +348,7 @@ jobs:
# set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version" # set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version"
GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build
docker images docker images
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.5.0-beta.0 docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.5.0
- name: rook prerequisites - name: rook prerequisites
run: | run: |
...@@ -428,7 +428,7 @@ jobs: ...@@ -428,7 +428,7 @@ jobs:
# set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version" # set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version"
GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build
docker images docker images
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.5.0-beta.0 docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.5.0
- name: rook prerequisites - name: rook prerequisites
run: | run: |
...@@ -508,7 +508,7 @@ jobs: ...@@ -508,7 +508,7 @@ jobs:
# set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version" # set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version"
GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build
docker images docker images
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.5.0-beta.0 docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.5.0
- name: rook prerequisites - name: rook prerequisites
run: | run: |
...@@ -577,7 +577,7 @@ jobs: ...@@ -577,7 +577,7 @@ jobs:
# set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version" # set VERSION to a dummy value since Jenkins normally sets it for us. Do this to make Helm happy and not fail with "Error: Invalid Semantic Version"
GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build GOPATH=$(go env GOPATH) make clean && make -j$nproc IMAGES='ceph' VERSION=0 build
docker images docker images
docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.5.0-beta.0 docker tag $(docker images|awk '/build-/ {print $1}') rook/ceph:v1.5.0
- name: rook prereq - name: rook prereq
run: | run: |
......
...@@ -21,7 +21,7 @@ To make sure you have a Kubernetes cluster that is ready for `Rook`, you can [fo ...@@ -21,7 +21,7 @@ To make sure you have a Kubernetes cluster that is ready for `Rook`, you can [fo
First deploy the Rook Cassandra Operator using the following commands: First deploy the Rook Cassandra Operator using the following commands:
```console ```console
git clone --single-branch --branch v1.5.0-beta.0 https://github.com/rook/rook.git git clone --single-branch --branch v1.5.0 https://github.com/rook/rook.git
cd rook/cluster/examples/kubernetes/cassandra cd rook/cluster/examples/kubernetes/cassandra
kubectl apply -f operator.yaml kubectl apply -f operator.yaml
``` ```
......
...@@ -38,7 +38,7 @@ With the Prometheus operator running, we can create a service monitor that will ...@@ -38,7 +38,7 @@ With the Prometheus operator running, we can create a service monitor that will
From the root of your locally cloned Rook repo, go the monitoring directory: From the root of your locally cloned Rook repo, go the monitoring directory:
```console ```console
git clone --single-branch --branch v1.5.0-beta.0 https://github.com/rook/rook.git git clone --single-branch --branch v1.5.0 https://github.com/rook/rook.git
cd rook/cluster/examples/kubernetes/ceph/monitoring cd rook/cluster/examples/kubernetes/ceph/monitoring
``` ```
......
...@@ -46,7 +46,7 @@ If the `FSTYPE` field is not empty, there is a filesystem on top of the correspo ...@@ -46,7 +46,7 @@ If the `FSTYPE` field is not empty, there is a filesystem on top of the correspo
If you're feeling lucky, a simple Rook cluster can be created with the following kubectl commands and [example yaml files](https://github.com/rook/rook/blob/{{ branchName }}/cluster/examples/kubernetes/ceph). For the more detailed install, skip to the next section to [deploy the Rook operator](#deploy-the-rook-operator). If you're feeling lucky, a simple Rook cluster can be created with the following kubectl commands and [example yaml files](https://github.com/rook/rook/blob/{{ branchName }}/cluster/examples/kubernetes/ceph). For the more detailed install, skip to the next section to [deploy the Rook operator](#deploy-the-rook-operator).
```console ```console
git clone --single-branch --branch v1.5.0-beta.0 https://github.com/rook/rook.git git clone --single-branch --branch v1.5.0 https://github.com/rook/rook.git
cd rook/cluster/examples/kubernetes/ceph cd rook/cluster/examples/kubernetes/ceph
kubectl create -f crds.yaml -f common.yaml -f operator.yaml kubectl create -f crds.yaml -f common.yaml -f operator.yaml
kubectl create -f cluster.yaml kubectl create -f cluster.yaml
......
...@@ -43,7 +43,7 @@ spec: ...@@ -43,7 +43,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet dnsPolicy: ClusterFirstWithHostNet
containers: containers:
- name: rook-ceph-tools - name: rook-ceph-tools
image: rook/ceph:v1.5.0-beta.0 image: rook/ceph:v1.5.0
command: ["/tini"] command: ["/tini"]
args: ["-g", "--", "/usr/local/bin/toolbox.sh"] args: ["-g", "--", "/usr/local/bin/toolbox.sh"]
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
...@@ -133,7 +133,7 @@ spec: ...@@ -133,7 +133,7 @@ spec:
spec: spec:
initContainers: initContainers:
- name: config-init - name: config-init
image: rook/ceph:v1.5.0-beta.0 image: rook/ceph:v1.5.0
command: ["/usr/local/bin/toolbox.sh"] command: ["/usr/local/bin/toolbox.sh"]
args: ["--skip-watch"] args: ["--skip-watch"]
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
...@@ -155,7 +155,7 @@ spec: ...@@ -155,7 +155,7 @@ spec:
mountPath: /etc/rook mountPath: /etc/rook
containers: containers:
- name: script - name: script
image: rook/ceph:v1.5.0-beta.0 image: rook/ceph:v1.5.0
volumeMounts: volumeMounts:
- mountPath: /etc/ceph - mountPath: /etc/ceph
name: ceph-config name: ceph-config
......
...@@ -20,7 +20,7 @@ To make sure you have a Kubernetes cluster that is ready for `Rook`, you can [fo ...@@ -20,7 +20,7 @@ To make sure you have a Kubernetes cluster that is ready for `Rook`, you can [fo
First deploy the Rook CockroachDB operator using the following commands: First deploy the Rook CockroachDB operator using the following commands:
```console ```console
git clone --single-branch --branch v1.5.0-beta.0 https://github.com/rook/rook.git git clone --single-branch --branch v1.5.0 https://github.com/rook/rook.git
cd rook/cluster/examples/kubernetes/cockroachdb cd rook/cluster/examples/kubernetes/cockroachdb
kubectl create -f operator.yaml kubectl create -f operator.yaml
``` ```
......
...@@ -108,7 +108,7 @@ By using `k8sEdgefsNamespaces` and `k8sEdgefsMgmtPrefix` parameters, driver is c ...@@ -108,7 +108,7 @@ By using `k8sEdgefsNamespaces` and `k8sEdgefsMgmtPrefix` parameters, driver is c
Check configuration options and create kubernetes secret for Edgefs CSI NFS plugin Check configuration options and create kubernetes secret for Edgefs CSI NFS plugin
```console ```console
git clone --single-branch --branch v1.5.0-beta.0 https://github.com/rook/rook.git git clone --single-branch --branch v1.5.0 https://github.com/rook/rook.git
cd rook/cluster/examples/kubernetes/edgefs/csi/nfs cd rook/cluster/examples/kubernetes/edgefs/csi/nfs
kubectl create secret generic edgefs-nfs-csi-driver-config --from-file=./edgefs-nfs-csi-driver-config.yaml kubectl create secret generic edgefs-nfs-csi-driver-config --from-file=./edgefs-nfs-csi-driver-config.yaml
``` ```
......
...@@ -38,7 +38,7 @@ With the Prometheus operator running, we can create a service monitor that will ...@@ -38,7 +38,7 @@ With the Prometheus operator running, we can create a service monitor that will
From the root of your locally cloned Rook repo, go the monitoring directory: From the root of your locally cloned Rook repo, go the monitoring directory:
```console ```console
git clone --single-branch --branch v1.5.0-beta.0 https://github.com/rook/rook.git git clone --single-branch --branch v1.5.0 https://github.com/rook/rook.git
cd rook/cluster/examples/kubernetes/edgefs/monitoring cd rook/cluster/examples/kubernetes/edgefs/monitoring
``` ```
......
...@@ -50,7 +50,7 @@ To turn off this node adjustment need to enable `skipHostPrepare` option in clus ...@@ -50,7 +50,7 @@ To turn off this node adjustment need to enable `skipHostPrepare` option in clus
If you're feeling lucky, a simple EdgeFS Rook cluster can be created with the following kubectl commands. For the more detailed install, skip to the next section to [deploy the Rook operator](#deploy-the-rook-operator). If you're feeling lucky, a simple EdgeFS Rook cluster can be created with the following kubectl commands. For the more detailed install, skip to the next section to [deploy the Rook operator](#deploy-the-rook-operator).
```console ```console
git clone --single-branch --branch v1.5.0-beta.0 https://github.com/rook/rook.git git clone --single-branch --branch v1.5.0 https://github.com/rook/rook.git
cd rook/cluster/examples/kubernetes/edgefs cd rook/cluster/examples/kubernetes/edgefs
kubectl create -f operator.yaml kubectl create -f operator.yaml
kubectl create -f cluster.yaml kubectl create -f cluster.yaml
......
...@@ -23,7 +23,7 @@ You can read further about the details and limitations of these volumes in the [ ...@@ -23,7 +23,7 @@ You can read further about the details and limitations of these volumes in the [
First deploy the Rook NFS operator using the following commands: First deploy the Rook NFS operator using the following commands:
```console ```console
git clone --single-branch --branch v1.5.0-beta.0 https://github.com/rook/rook.git git clone --single-branch --branch v1.5.0 https://github.com/rook/rook.git
cd rook/cluster/examples/kubernetes/nfs cd rook/cluster/examples/kubernetes/nfs
kubectl create -f common.yaml kubectl create -f common.yaml
kubectl create -f operator.yaml kubectl create -f operator.yaml
......
...@@ -21,7 +21,7 @@ spec: ...@@ -21,7 +21,7 @@ spec:
effect: NoSchedule effect: NoSchedule
containers: containers:
- name: ceph-after-reboot-check - name: ceph-after-reboot-check
image: rook/ceph:v1.5.0-beta.0 image: rook/ceph:v1.5.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: ["/scripts/status-check.sh"] command: ["/scripts/status-check.sh"]
env: env:
......
...@@ -21,7 +21,7 @@ spec: ...@@ -21,7 +21,7 @@ spec:
effect: NoSchedule effect: NoSchedule
containers: containers:
- name: ceph-before-reboot-check - name: ceph-before-reboot-check
image: rook/ceph:v1.5.0-beta.0 image: rook/ceph:v1.5.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: ["/scripts/status-check.sh"] command: ["/scripts/status-check.sh"]
env: env:
......
...@@ -188,7 +188,7 @@ subjects: ...@@ -188,7 +188,7 @@ subjects:
serviceAccountName: rook-cassandra-operator serviceAccountName: rook-cassandra-operator
containers: containers:
- name: rook-cassandra-operator - name: rook-cassandra-operator
image: rook/cassandra:v1.5.0-beta.0 image: rook/cassandra:v1.5.0
imagePullPolicy: "Always" imagePullPolicy: "Always"
args: ["cassandra", "operator"] args: ["cassandra", "operator"]
env: env:
......
...@@ -18,7 +18,7 @@ spec: ...@@ -18,7 +18,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet dnsPolicy: ClusterFirstWithHostNet
containers: containers:
- name: rook-direct-mount - name: rook-direct-mount
image: rook/ceph:v1.5.0-beta.0 image: rook/ceph:v1.5.0
command: ["/tini"] command: ["/tini"]
args: ["-g", "--", "/usr/local/bin/toolbox.sh"] args: ["-g", "--", "/usr/local/bin/toolbox.sh"]
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
......
...@@ -364,7 +364,7 @@ spec: ...@@ -364,7 +364,7 @@ spec:
serviceAccountName: rook-ceph-system serviceAccountName: rook-ceph-system
containers: containers:
- name: rook-ceph-operator - name: rook-ceph-operator
image: rook/ceph:v1.5.0-beta.0 image: rook/ceph:v1.5.0
args: ["ceph", "operator"] args: ["ceph", "operator"]
volumeMounts: volumeMounts:
- mountPath: /var/lib/rook - mountPath: /var/lib/rook
......
...@@ -288,7 +288,7 @@ spec: ...@@ -288,7 +288,7 @@ spec:
serviceAccountName: rook-ceph-system serviceAccountName: rook-ceph-system
containers: containers:
- name: rook-ceph-operator - name: rook-ceph-operator
image: rook/ceph:v1.5.0-beta.0 image: rook/ceph:v1.5.0
args: ["ceph", "operator"] args: ["ceph", "operator"]
volumeMounts: volumeMounts:
- mountPath: /var/lib/rook - mountPath: /var/lib/rook
......
...@@ -11,7 +11,7 @@ spec: ...@@ -11,7 +11,7 @@ spec:
serviceAccountName: rook-ceph-system serviceAccountName: rook-ceph-system
containers: containers:
- name: osd-removal - name: osd-removal
image: rook/ceph:v1.5.0-beta.0 image: rook/ceph:v1.5.0
# TODO: Insert the OSD ID in the last parameter that is to be removed # TODO: Insert the OSD ID in the last parameter that is to be removed
# The OSD IDs are a comma-separated list. For example: "0" or "0,2". # The OSD IDs are a comma-separated list. For example: "0" or "0,2".
args: ["ceph", "osd", "remove", "--osd-ids", "<OSD-IDs>"] args: ["ceph", "osd", "remove", "--osd-ids", "<OSD-IDs>"]
......
...@@ -10,7 +10,7 @@ spec: ...@@ -10,7 +10,7 @@ spec:
spec: spec:
initContainers: initContainers:
- name: config-init - name: config-init
image: rook/ceph:v1.5.0-beta.0 image: rook/ceph:v1.5.0
command: ["/usr/local/bin/toolbox.sh"] command: ["/usr/local/bin/toolbox.sh"]
args: ["--skip-watch"] args: ["--skip-watch"]
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
...@@ -32,7 +32,7 @@ spec: ...@@ -32,7 +32,7 @@ spec:
mountPath: /etc/rook mountPath: /etc/rook
containers: containers:
- name: script - name: script
image: rook/ceph:v1.5.0-beta.0 image: rook/ceph:v1.5.0
volumeMounts: volumeMounts:
- mountPath: /etc/ceph - mountPath: /etc/ceph
name: ceph-config name: ceph-config
......
...@@ -18,7 +18,7 @@ spec: ...@@ -18,7 +18,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet dnsPolicy: ClusterFirstWithHostNet
containers: containers:
- name: rook-ceph-tools - name: rook-ceph-tools
image: rook/ceph:v1.5.0-beta.0 image: rook/ceph:v1.5.0
command: ["/tini"] command: ["/tini"]
args: ["-g", "--", "/usr/local/bin/toolbox.sh"] args: ["-g", "--", "/usr/local/bin/toolbox.sh"]
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
......
...@@ -93,7 +93,7 @@ spec: ...@@ -93,7 +93,7 @@ spec:
serviceAccountName: rook-cockroachdb-operator serviceAccountName: rook-cockroachdb-operator
containers: containers:
- name: rook-cockroachdb-operator - name: rook-cockroachdb-operator
image: rook/cockroachdb:v1.5.0-beta.0 image: rook/cockroachdb:v1.5.0
args: ["cockroachdb", "operator"] args: ["cockroachdb", "operator"]
env: env:
- name: POD_NAME - name: POD_NAME
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment