Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos-caddy
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Guillaume Hervier
slapos-caddy
Commits
98dfe8e7
Commit
98dfe8e7
authored
Mar 28, 2017
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added schemas
parent
5a4ce227
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
0 deletions
+31
-0
software/cdn-test/instance-input-schema.json
software/cdn-test/instance-input-schema.json
+18
-0
software/cdn-test/software.cfg.json
software/cdn-test/software.cfg.json
+13
-0
No files found.
software/cdn-test/instance-input-schema.json
0 → 100644
View file @
98dfe8e7
{
"type"
:
"object"
,
"$schema"
:
"http://json-schema.org/draft-04/schema"
,
"title"
:
"Input Parameters"
,
"properties"
:
{
"image-to-test-url"
:
{
"title"
:
"Image To Test (URL)"
,
"description"
:
"Absolute URL to QCOW2 vm-bootstrap compatible image."
,
"type"
:
"string"
},
"image-to-test-md5sum"
:
{
"title"
:
"MD5 checksum of Image To Test."
,
"description"
:
"MD5 checksum of QCOW2 vm-bootstrap compatible image."
,
"type"
:
"string"
}
}
}
software/cdn-test/software.cfg.json
0 → 100644
View file @
98dfe8e7
{
"name"
:
"CDN Test"
,
"description"
:
"CDN Testing software release"
,
"serialisation"
:
"xml"
,
"software-type"
:
{
"default"
:
{
"title"
:
"Default"
,
"description"
:
"Standard ERP5TestNode hooked"
,
"request"
:
"instance-input-schema.json"
,
"index"
:
0
}
}
}
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