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
zhifan huang
slapos
Commits
97c45d30
Commit
97c45d30
authored
Aug 24, 2015
by
Alain Takoudjou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kvm: remove memory and cpu maxvalue in json schema
parent
86295f82
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
software/kvm/instance-kvm-cluster-input-schema.json
software/kvm/instance-kvm-cluster-input-schema.json
+2
-4
software/kvm/instance-kvm-input-schema.json
software/kvm/instance-kvm-input-schema.json
+2
-4
No files found.
software/kvm/instance-kvm-cluster-input-schema.json
View file @
97c45d30
...
...
@@ -157,8 +157,7 @@
"type"
:
"integer"
,
"default"
:
1024
,
"minimum"
:
128
,
"multipleOf"
:
128
,
"maximum"
:
92160
"multipleOf"
:
128
},
"disk-size"
:
{
"title"
:
"Disk size"
,
...
...
@@ -187,8 +186,7 @@
"title"
:
"CPU count"
,
"description"
:
"Number of CPU cores."
,
"type"
:
"integer"
,
"minimum"
:
1
,
"maximum"
:
8
"minimum"
:
1
},
"cpu-options"
:
{
"title"
:
"CPU Additional options: cores, threads, sockets, maxcpus."
,
...
...
software/kvm/instance-kvm-input-schema.json
View file @
97c45d30
...
...
@@ -10,8 +10,7 @@
"type"
:
"integer"
,
"default"
:
1024
,
"minimum"
:
128
,
"multipleOf"
:
128
,
"maximum"
:
92160
"multipleOf"
:
128
},
"disk-size"
:
{
"title"
:
"Disk size"
,
...
...
@@ -33,8 +32,7 @@
"title"
:
"CPU count"
,
"description"
:
"Number of CPU cores."
,
"type"
:
"integer"
,
"minimum"
:
1
,
"maximum"
:
8
"minimum"
:
1
},
"cpu-options"
:
{
"title"
:
"CPU Additional options: cores, threads, sockets, maxcpus."
,
...
...
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