Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Lisa Casino
slapos
Commits
204ea44f
Commit
204ea44f
authored
Apr 29, 2019
by
Thomas Gambier
🚴🏼
Browse files
Options
Browse Files
Download
Plain Diff
Update Release Candidate
parents
e6bfc37c
31979828
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
38 additions
and
1 deletion
+38
-1
component/geoip2/buildout.cfg
component/geoip2/buildout.cfg
+1
-1
software/kvm/instance-kvm-nbd-server-input-schema.json
software/kvm/instance-kvm-nbd-server-input-schema.json
+7
-0
software/kvm/instance-kvm-nbd-server-output-schema.json
software/kvm/instance-kvm-nbd-server-output-schema.json
+23
-0
software/kvm/software.cfg.json
software/kvm/software.cfg.json
+7
-0
No files found.
component/geoip2/buildout.cfg
View file @
204ea44f
...
...
@@ -17,5 +17,5 @@ rpath = ${:library-dirs}
[geolite2-country]
recipe = slapos.recipe.build:download-unpacked
url = http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.tar.gz#${:md5sum}
md5sum =
9c2d927d3a9ee0220855037b0566d77a
md5sum =
e69263884ad393e586c3c358a573af58
strip-top-level-dir = true
software/kvm/instance-kvm-nbd-server-input-schema.json
0 → 100644
View file @
204ea44f
{
"type"
:
"object"
,
"$schema"
:
"http://json-schema.org/draft-04/schema"
,
"title"
:
"Input Parameters For NDB Server"
,
"properties"
:
{
}
}
software/kvm/instance-kvm-nbd-server-output-schema.json
0 → 100644
View file @
204ea44f
{
"name"
:
"Output Parameters"
,
"properties"
:
{
"nbd_url"
:
{
"title"
:
"NBD server URL"
,
"description"
:
"URL to be used to boot another VM. Requires IPv6. IPv6 should be used as
\"
NBD hostname
\"
and port as
\"
NBD port
\"
"
,
"type"
:
"string"
,
"format"
:
"uri"
},
"upload_url"
:
{
"title"
:
"Upload URL"
,
"description"
:
"URL used to upload your VM image."
,
"type"
:
"string"
,
"format"
:
"uri"
},
"upload_key"
:
{
"title"
:
"Upload key"
,
"description"
:
"Key used to upload your VM image."
,
"type"
:
"string"
,
"format"
:
"uri"
}
}
}
software/kvm/software.cfg.json
View file @
204ea44f
...
...
@@ -33,6 +33,13 @@
"request"
:
"instance-kvm-cluster-simplified-input-schema.json"
,
"response"
:
"instance-kvm-output-schema.json"
,
"index"
:
3
},
"nbd"
:
{
"title"
:
"NBD Server"
,
"description"
:
"Simple NBD server where you can upload one image. This is a one-time server. Create another server if you want to change the image."
,
"request"
:
"instance-kvm-nbd-server-input-schema.json"
,
"response"
:
"instance-kvm-nbd-server-output-schema.json"
,
"index"
:
4
}
}
}
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