-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove wallaby repo setup commands for stnadalone deployment #980
Remove wallaby repo setup commands for stnadalone deployment #980
Conversation
Wallaby is end-of-life and break anytime. CI is using OSP 17.1 downstream content for standalone deployment. So, the wallaby commands could be removed from the script. Ref: OSPRH-10477
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/8ea88fcd77de4c208164e79b9eeb0945 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 11m 20s |
/lgtm |
recheck |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/c759df905b324169b3efbe255216f07e ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 41m 47s |
recheck |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: archana203, stuggi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
sudo dnf install -y \$URL\$RPM | ||
sudo -E tripleo-repos -b wallaby current-tripleo-dev ceph --stream | ||
sudo dnf repolist | ||
sudo dnf update -y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line should be moved to somewhere after downstream repos are enabled to have updated base operating system
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For standalone jobs the repo_cmd is coming from /home/zuul/cdn_subscription_repos.sh. Not sure, if the update command is there. This could be examined separately from this PR.
7d4f8bb
into
openstack-k8s-operators:main
Wallaby is end-of-life and break anytime. CI is using OSP 17.1 downstream content for standalone deployment. So, the wallaby commands could be removed from the script.
Ref: OSPRH-10477