Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
[orabos][metal3] Move crictl to metal3
Browse files Browse the repository at this point in the history
  • Loading branch information
fwiesel committed Jun 10, 2024
1 parent e527fca commit fc87809
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 10 additions & 0 deletions features/metal3/exec.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@ TEMP_DEB="$(mktemp)"
wget -O "$TEMP_DEB" 'https://repo.eu-de-1.cloud.sap/gardenlinux/ignition_2.18.0-0gardenlinux~experimental_amd64.deb'
DEBIAN_FRONTEND=noninteractive dpkg -i "$TEMP_DEB"
rm -f "$TEMP_DEB"

# crictl
CRI_VERSION=1.27.0

wget --show-progress --progress=bar:force -4 -P /opt/bin \
https://github.com/kubernetes-sigs/cri-tools/releases/download/v${CRI_VERSION}/crictl-v${CRI_VERSION}-linux-amd64.tar.gz

tar -C /opt/bin -xf /opt/bin/crictl-v${CRI_VERSION}-linux-amd64.tar.gz

rm -f /root/.wget-hsts crictl-v${CRI_VERSION}-linux-amd64.tar.gz
10 changes: 0 additions & 10 deletions features/orabos/exec.config
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,3 @@ create neutron 42435 openvswitch
create nova 42436 libvirt openvswitch
mkdir -p /var/lib/nova/{.ssh,instances,mnt}
chown -R nova:libvirt-qemu /var/lib/nova/{instances,mnt}

# crictl
CRI_VERSION=1.27.0

wget --show-progress --progress=bar:force -4 -P /opt/bin \
https://github.com/kubernetes-sigs/cri-tools/releases/download/v${CRI_VERSION}/crictl-v${CRI_VERSION}-linux-amd64.tar.gz

tar -C /opt/bin -xf /opt/bin/crictl-v${CRI_VERSION}-linux-amd64.tar.gz

rm -f /root/.wget-hsts crictl-v${CRI_VERSION}-linux-amd64.tar.gz

0 comments on commit fc87809

Please sign in to comment.