Skip to content

Commit

Permalink
Merge pull request #980 from archana203/dev_wallaby
Browse files Browse the repository at this point in the history
Remove wallaby repo setup commands for stnadalone deployment
  • Loading branch information
openshift-merge-bot[bot] authored Dec 18, 2024
2 parents 36bd1b9 + 703299a commit 7d4f8bb
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions devsetup/scripts/standalone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,8 @@ source ${SCRIPTPATH}/common.sh
# export NTP_SERVER=pool.ntp.org

if [[ ! -f $REPO_SETUP_CMDS ]]; then
cat <<EOF > $REPO_SETUP_CMDS
set -ex
sudo dnf remove -y epel-release
sudo dnf update -y
sudo dnf install -y vim git curl util-linux lvm2 tmux wget
URL=https://trunk.rdoproject.org/centos9-wallaby/component/tripleo/current-tripleo/
RPM_NAME=\$(curl \$URL | grep python3-tripleo-repos | sed -e 's/<[^>]*>//g' | awk 'BEGIN { FS = ".rpm" } ; { print \$1 }')
RPM=\$RPM_NAME.rpm
sudo dnf install -y \$URL\$RPM
sudo -E tripleo-repos -b wallaby current-tripleo-dev ceph --stream
sudo dnf repolist
sudo dnf update -y
EOF
echo "$REPO_SETUP_CMDS is missing. Wallaby is end-of-life. Please use OSP 17.1 content to deploy TripleO Standalone and follow the guide for setting up downstream repos."
exit 1
fi

if [[ -e /run/systemd/resolve/resolv.conf ]]; then
Expand Down

0 comments on commit 7d4f8bb

Please sign in to comment.