Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
8139eb76
Commit
8139eb76
authored
Aug 10, 2018
by
Masaki Kimura
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change rbd base image back to fedora 26
Due to the compatiblility issue for ceph server, it needs to change back to fedora 26 from fedora 28, as a workaround.
parent
fbb2dfcc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
BASEIMAGE
test/images/volume/rbd/BASEIMAGE
+3
-3
VERSION
test/images/volume/rbd/VERSION
+1
-1
manifest.go
test/utils/image/manifest.go
+1
-1
No files found.
test/images/volume/rbd/BASEIMAGE
View file @
8139eb76
amd64=fedora:2
8
arm64=arm64v8/fedora:2
8
ppc64le=ppc64le/fedora:2
8
amd64=fedora:2
6
arm64=arm64v8/fedora:2
6
ppc64le=ppc64le/fedora:2
6
test/images/volume/rbd/VERSION
View file @
8139eb76
1.0
1.0
.1
test/utils/image/manifest.go
View file @
8139eb76
...
...
@@ -89,7 +89,7 @@ var (
VolumeNFSServer
=
ImageConfig
{
e2eRegistry
,
"volume/nfs"
,
"1.0"
}
VolumeISCSIServer
=
ImageConfig
{
e2eRegistry
,
"volume/iscsi"
,
"1.0"
}
VolumeGlusterServer
=
ImageConfig
{
e2eRegistry
,
"volume/gluster"
,
"1.0"
}
VolumeRBDServer
=
ImageConfig
{
e2eRegistry
,
"volume/rbd"
,
"1.0"
}
VolumeRBDServer
=
ImageConfig
{
e2eRegistry
,
"volume/rbd"
,
"1.0
.1
"
}
)
func
GetE2EImage
(
image
ImageConfig
)
string
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment