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
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
Jean-Paul Smets
slapos
Commits
e18f79f8
Commit
e18f79f8
authored
Sep 23, 2014
by
Cédric Le Ninivin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slaprunner: improve json schemas
parent
74770e41
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
0 deletions
+43
-0
software/slaprunner/instance-runner-input-schema.json
software/slaprunner/instance-runner-input-schema.json
+0
-0
software/slaprunner/instance-runner-output-schema.json
software/slaprunner/instance-runner-output-schema.json
+43
-0
No files found.
software/slaprunner/schema.json
→
software/slaprunner/
instance-runner-input-
schema.json
View file @
e18f79f8
File moved
software/slaprunner/instance-runner-output-schema.json
0 → 100644
View file @
e18f79f8
{
"$schema"
:
"http://json-schema.org/draft-04/schema#"
,
"description"
:
"Values returned by Runner instanciation"
,
"properties"
:
{
"backend_url"
:
{
"description"
:
"ipv6 url to directly access your runner"
,
"type"
:
"string"
},
"access_url"
:
{
"description"
:
"Url to set up your account and then login into your webrunner"
,
"type"
:
"string"
},
"url"
:
{
"description"
:
"Url to access your runner once you set your account"
,
"type"
:
"string"
},
"ssh_command"
:
{
"description"
:
"SSH command used to access your runner in ssh when you provided a ssh public key"
"type"
:
"string"
},
"monitor_url"
:
{
"description"
:
"Url to access the monitoring interface of your instance. Use this url to get the recovery code needed to set up your runner"
,
"type"
:
"string"
},
"webdav_url"
:
{
"description"
:
"Url for webdav access of your runner it access the root of your runner. Same users as the one for the runner"
,
"type"
:
"string"
},
"public_url"
:
{
"description"
:
"Url of the public folder of your runner"
,
"type"
:
"string"
},
"git_public_url"
:
{
"description"
:
"Public url of your repositories."
,
"type"
:
"string"
},
"git_private_url"
:
{
"description"
:
"Private url for your repositories. You can use it to push."
,
"type"
:
"string"
}
},
"type"
:
"object"
}
\ No newline at end of file
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