Skip to content

Commit 7d4f8bb

Browse files
Merge pull request #980 from archana203/dev_wallaby
Remove wallaby repo setup commands for stnadalone deployment
2 parents 36bd1b9 + 703299a commit 7d4f8bb

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

devsetup/scripts/standalone.sh

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,8 @@ source ${SCRIPTPATH}/common.sh
6969
# export NTP_SERVER=pool.ntp.org
7070

7171
if [[ ! -f $REPO_SETUP_CMDS ]]; then
72-
cat <<EOF > $REPO_SETUP_CMDS
73-
set -ex
74-
sudo dnf remove -y epel-release
75-
sudo dnf update -y
76-
sudo dnf install -y vim git curl util-linux lvm2 tmux wget
77-
URL=https://trunk.rdoproject.org/centos9-wallaby/component/tripleo/current-tripleo/
78-
RPM_NAME=\$(curl \$URL | grep python3-tripleo-repos | sed -e 's/<[^>]*>//g' | awk 'BEGIN { FS = ".rpm" } ; { print \$1 }')
79-
RPM=\$RPM_NAME.rpm
80-
sudo dnf install -y \$URL\$RPM
81-
sudo -E tripleo-repos -b wallaby current-tripleo-dev ceph --stream
82-
sudo dnf repolist
83-
sudo dnf update -y
84-
EOF
72+
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."
73+
exit 1
8574
fi
8675

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

0 commit comments

Comments
 (0)