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
242e94db
Commit
242e94db
authored
Mar 20, 2015
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kvm: Fix resilient json schema
parent
c1c02ff7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
46 deletions
+52
-46
software/kvm/instance-kvm-resilient-input-schema.json
software/kvm/instance-kvm-resilient-input-schema.json
+52
-46
No files found.
software/kvm/instance-kvm-resilient-input-schema.json
View file @
242e94db
{
{
"type"
:
"object"
,
"type"
:
"object"
,
"$schema"
:
"http://json-schema.org/draft-04/schema"
,
"$schema"
:
"http://json-schema.org/draft-04/schema"
,
"items"
:
{
"allOf"
:
[
"allOf"
:
[
{
{
"$ref"
:
"instance-kvm-input-schema.json"
"$ref"
:
"instance-kvm-input-schema.json#/"
}
},
],
{
"title"
:
"Input Parameters"
,
"properties"
:
{
"properties"
:
{
"-sla-0-computer_guid"
:
{
"-sla-0-computer_guid"
:
{
"title"
:
"Target computer for main instance"
,
"title"
:
"Target computer for main instance"
,
"description"
:
"Target computer GUID for main instance."
,
"description"
:
"Target computer GUID for main instance."
,
"type"
:
"string"
"type"
:
"string"
,
"optional"
:
true
},
},
"-sla-1-computer_guid"
:
{
"-sla-1-computer_guid"
:
{
"title"
:
"Target computer for first clone"
,
"title"
:
"Target computer for first clone"
,
"description"
:
"Target computer for first clone and PBS."
,
"description"
:
"Target computer for first clone and PBS."
,
"type"
:
"string"
"type"
:
"string"
,
"optional"
:
true
},
},
"-sla-2-computer_guid"
:
{
"-sla-2-computer_guid"
:
{
"title"
:
"Target computer for second clone"
,
"title"
:
"Target computer for second clone"
,
"description"
:
"Target computer for second clone and PBS."
,
"description"
:
"Target computer for second clone and PBS."
,
"type"
:
"string"
"type"
:
"string"
,
"optional"
:
true
},
},
"resiliency-backup-periodicity"
:
{
"resiliency-backup-periodicity"
:
{
"title"
:
"Periodicity of backup"
,
"title"
:
"Periodicity of backup"
,
"description"
:
"Periodicity of backup, in cron format."
,
"description"
:
"Periodicity of backup, in cron format."
,
"type"
:
"string"
"type"
:
"string"
,
"optional"
:
true
},
},
"remove-backup-older-than"
:
{
"remove-backup-older-than"
:
{
"title"
:
"Remove backups older than..."
,
"title"
:
"Remove backups older than..."
,
"description"
:
"Remove all the backups in PBS that are older than specified value. It should be rdiff-backup-compatible."
,
"description"
:
"Remove all the backups in PBS that are older than specified value. It should be rdiff-backup-compatible."
,
"type"
:
"string"
,
"type"
:
"string"
,
"default"
:
"3B"
"default"
:
"3B"
,
"optional"
:
true
},
},
"resilient-clone-number"
:
{
"resilient-clone-number"
:
{
"title"
:
"Amount of backup(s) to create"
,
"title"
:
"Amount of backup(s) to create"
,
"description"
:
"Amount of backup(s) to create. Each backup consists of a Pull Backup Server and a clone."
,
"description"
:
"Amount of backup(s) to create. Each backup consists of a Pull Backup Server and a clone."
,
"type"
:
"integer"
,
"type"
:
"integer"
,
"default"
:
2
"default"
:
2
,
"optional"
:
true
},
},
"ignore-known-hosts-file"
:
{
"ignore-known-hosts-file"
:
{
"title"
:
"Ignore known_hosts file"
,
"title"
:
"Ignore known_hosts file"
,
"description"
:
"Set either to fill known_hosts file for ssh or not. Useful if main instance and PBS are using the same IP (slapos proxy, webrunner)."
,
"description"
:
"Set either to fill known_hosts file for ssh or not. Useful if main instance and PBS are using the same IP (slapos proxy, webrunner)."
,
"type"
:
"boolean"
,
"type"
:
"boolean"
,
"default"
:
false
"default"
:
false
,
"optional"
:
true
}
}
}
}
}
}
]
}
}
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