File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed
plugins/integrations/kubernetes-service/src/main/resources/script Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,9 @@ if [ -e /opt/csi/snapshot-crds.yaml ]; then
26
26
else
27
27
TARGET_DIR=" /opt/csi"
28
28
mkdir -p " $TARGET_DIR "
29
- # CSI_URLS=(
30
- # "https://github.com/shapeblue/cloudstack-csi-driver/releases/download/v3.0.0/snapshot-crds.yaml"
31
- # "https://github.com/shapeblue/cloudstack-csi-driver/releases/download/v3.0.0/manifest.yaml"
32
- # )
33
29
CSI_URLS=(
34
- " http ://10.0.3.130/cks/ csi/snapshot-crds.yaml"
35
- " http ://10.0.3.130/cks/ csi/manifest.yaml"
30
+ " https ://github.com/shapeblue/cloudstack- csi-driver/releases/download/v3.0.0 /snapshot-crds.yaml"
31
+ " https ://github.com/shapeblue/cloudstack- csi-driver/releases/download/v3.0.0 /manifest.yaml"
36
32
)
37
33
for url in " ${URLS[@]} " ; do
38
34
filename=$( basename " $url " )
47
43
exit 0
48
44
fi
49
45
done
50
- fi
46
+ fi
Original file line number Diff line number Diff line change @@ -173,11 +173,8 @@ if [ -n "${9}" ]; then
173
173
fi
174
174
175
175
echo " Including CloudStack CSI Driver manifest"
176
- # TODO: remove the below 2 lines and uncomment the ones below once csi-driver is officially released, this is for testing purposes only
177
- wget http://10.0.3.130/cks/csi/snapshot-crds.yaml -O ${working_dir} /snapshot-crds.yaml
178
- wget http://10.0.3.130/cks/csi/manifest.yaml -O ${working_dir} /manifest.yaml
179
- # wget https://github.com/shapeblue/cloudstack-csi-driver/releases/download/v3.0.0/snapshot-crds.yaml -O ${working_dir}/snapshot-crds.yaml
180
- # wget https://github.com/shapeblue/cloudstack-csi-driver/releases/download/v3.0.0/manifest.yaml -O ${working_dir}/manifest.yaml
176
+ wget https://github.com/shapeblue/cloudstack-csi-driver/releases/download/v3.0.0/snapshot-crds.yaml -O ${working_dir} /snapshot-crds.yaml
177
+ wget https://github.com/shapeblue/cloudstack-csi-driver/releases/download/v3.0.0/manifest.yaml -O ${working_dir} /manifest.yaml
181
178
182
179
mkisofs -o " ${output_dir} /${build_name} " -J -R -l " ${iso_dir} "
183
180
You can’t perform that action at this time.
0 commit comments