qa/cephadm: use official bionic packages#33367
Closed
sebastian-philipp wants to merge 1 commit intoceph:masterfrom
Closed
qa/cephadm: use official bionic packages#33367sebastian-philipp wants to merge 1 commit intoceph:masterfrom
sebastian-philipp wants to merge 1 commit intoceph:masterfrom
Conversation
Accoring to https://podman.io/getting-started/installation.html installation should look like so: ```bash . /etc/os-release sudo sh -c "echo 'deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list" wget -nv https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/xUbuntu_${VERSION_ID}/Release.key -O- | sudo apt-key add - sudo apt-get update -qq sudo apt-get -qq -y install podman ``` Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
liewegas
approved these changes
Feb 17, 2020
liewegas
reviewed
Feb 17, 2020
| - sudo apt -y install software-properties-common | ||
| - sudo add-apt-repository -y ppa:projectatomic/ppa | ||
| - sudo sh -c "echo 'deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_18.04/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list" | ||
| - wget -nv https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/xUbuntu_18.04/Release.key -O- | sudo apt-key add - |
Member
There was a problem hiding this comment.
2020-02-17 09:21:44 ERROR 404: Not Found.
Contributor
Author
There was a problem hiding this comment.
might be a problem with yaml escaping.
Contributor
Author
There was a problem hiding this comment.
os_type: ubuntu
os_version: '18.04'
tasks:
- exec:
all: ['sudo sh -c "echo ''deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_18.04/
/'' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list" ', 'wget
-nv https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/xUbuntu_18.04/Release.key
-O- | sudo apt-key add -', sudo apt-get update -qq, sudo apt -y install podman,
'echo -e "[registries.search]
registries = [''docker.io'']" | sudo tee /etc/containers/registries.conf']
very ugly indeed.
3 tasks
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Accoring to https://podman.io/getting-started/installation.html
installation should look like so:
Signed-off-by: Sebastian Wagner sebastian.wagner@suse.com
Checklist
Show available Jenkins commands
jenkins retest this pleasejenkins test crimson perfjenkins test signedjenkins test make checkjenkins test make check arm64jenkins test submodulesjenkins test dashboardjenkins test dashboard backendjenkins test docsjenkins render docsjenkins test ceph-volume alljenkins test ceph-volume tox