Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos-mynij-dev
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
Mynij
slapos-mynij-dev
Commits
a7cbd5c5
Commit
a7cbd5c5
authored
Oct 03, 2018
by
Boris Kocherov
Committed by
Vincent Pelletier
Oct 04, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/erp5: Fix some schema errors.
/reviewed-on
nexedi/slapos!416
parent
3832676c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
5 deletions
+8
-5
software/erp5/instance-erp5-input-schema.json
software/erp5/instance-erp5-input-schema.json
+5
-5
software/erp5/instance-kumofs-schema.json
software/erp5/instance-kumofs-schema.json
+1
-0
software/erp5/instance-mariadb-schema.json
software/erp5/instance-mariadb-schema.json
+1
-0
software/erp5/instance-smtp-schema.json
software/erp5/instance-smtp-schema.json
+1
-0
No files found.
software/erp5/instance-erp5-input-schema.json
View file @
a7cbd5c5
...
@@ -190,14 +190,14 @@
...
@@ -190,14 +190,14 @@
"kumofs"
:
{
"kumofs"
:
{
"description"
:
"Persistent memcached service"
,
"description"
:
"Persistent memcached service"
,
"additionalProperties"
:
{
"additionalProperties"
:
{
"$ref"
:
"./instance-kumofs-schema.json
#/properties
"
"$ref"
:
"./instance-kumofs-schema.json"
},
},
"type"
:
"object"
"type"
:
"object"
},
},
"memcached"
:
{
"memcached"
:
{
"description"
:
"Volatile memcached service"
,
"description"
:
"Volatile memcached service"
,
"additionalProperties"
:
{
"additionalProperties"
:
{
"$ref"
:
"./instance-kumofs-schema.json
#/properties
"
"$ref"
:
"./instance-kumofs-schema.json"
},
},
"type"
:
"object"
"type"
:
"object"
},
},
...
@@ -214,14 +214,14 @@
...
@@ -214,14 +214,14 @@
"smtp"
:
{
"smtp"
:
{
"description"
:
"Mail queuing and relay service"
,
"description"
:
"Mail queuing and relay service"
,
"additionalProperties"
:
{
"additionalProperties"
:
{
"$ref"
:
"./instance-smtp-schema.json
#/properties
"
"$ref"
:
"./instance-smtp-schema.json"
},
},
"type"
:
"object"
"type"
:
"object"
},
},
"mariadb"
:
{
"mariadb"
:
{
"description"
:
"Relational database service"
,
"description"
:
"Relational database service"
,
"additionalProperties"
:
{
"additionalProperties"
:
{
"$ref"
:
"./instance-mariadb-schema.json
#/properties
"
"$ref"
:
"./instance-mariadb-schema.json"
},
},
"type"
:
"object"
"type"
:
"object"
},
},
...
@@ -348,7 +348,7 @@
...
@@ -348,7 +348,7 @@
}
}
},
},
"additionalProperties"
:
{
"additionalProperties"
:
{
"$ref"
:
"../caucase/instance-caucase-input-schema.json
#/properties
"
"$ref"
:
"../caucase/instance-caucase-input-schema.json"
},
},
"type"
:
"object"
"type"
:
"object"
}
}
...
...
software/erp5/instance-kumofs-schema.json
View file @
a7cbd5c5
{
{
"$schema"
:
"http://json-schema.org/draft-04/schema#"
,
"$schema"
:
"http://json-schema.org/draft-04/schema#"
,
"type"
:
"object"
,
"required"
:
[
"required"
:
[
"tcpv4-port"
"tcpv4-port"
],
],
...
...
software/erp5/instance-mariadb-schema.json
View file @
a7cbd5c5
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
"required"
:
[
"required"
:
[
"tcpv4-port"
"tcpv4-port"
],
],
"type"
:
"object"
,
"properties"
:
{
"properties"
:
{
"tcpv4-port"
:
{
"tcpv4-port"
:
{
"allOf"
:
[
"allOf"
:
[
...
...
software/erp5/instance-smtp-schema.json
View file @
a7cbd5c5
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
"required"
:
[
"required"
:
[
"tcpv4-port"
"tcpv4-port"
],
],
"type"
:
"object"
,
"properties"
:
{
"properties"
:
{
"tcpv4-port"
:
{
"tcpv4-port"
:
{
"allOf"
:
[
"allOf"
:
[
...
...
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