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
Kwabena Antwi-Boasiako
slapos
Commits
cfe0767d
Commit
cfe0767d
authored
May 27, 2016
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
apache-frontend: Fix json definition.
parent
b3b16217
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
8 deletions
+11
-8
software/apache-frontend/instance-apache-input-schema.json
software/apache-frontend/instance-apache-input-schema.json
+9
-7
software/apache-frontend/instance-slave-apache-input-schema.json
...e/apache-frontend/instance-slave-apache-input-schema.json
+2
-1
No files found.
software/apache-frontend/instance-apache-input-schema.json
View file @
cfe0767d
...
...
@@ -5,8 +5,8 @@
"title"
:
"Input Parameters"
,
"properties"
:
{
"public-ipv4"
:
{
"title"
:
"
Backend URL
"
,
"description"
:
"
Url of the backend
"
,
"title"
:
"
Public IPv4
"
,
"description"
:
"
Public IPv4 that will be provided to Slaves to configure DNS.
"
,
"type"
:
"string"
},
"-frontend-authorized-slave-string"
:
{
...
...
@@ -16,30 +16,32 @@
},
"apache-key"
:
{
"title"
:
"Apache Key"
,
"description"
:
"Url of the Backend"
,
"description"
:
"Apache Key"
,
"textarea"
:
true
,
"type"
:
"string"
},
"apache-certificate"
:
{
"title"
:
"Apache Certificate"
,
"description"
:
"Apache Certificate"
,
"textarea"
:
true
,
"type"
:
"string"
},
"apache-ca-certificate"
:
{
"title"
:
"Apache CA Certificate"
,
"description"
:
"Apache CA Certificate"
,
"textarea"
:
true
,
"type"
:
"string"
},
"domain"
:
{
"title"
:
"Domain"
,
"description"
:
"Base Domain for create subdomains."
,
"description"
:
"Base Domain for create subdomains
(ie.: example.com)
."
,
"type"
:
"string"
,
"pattern"
:
"^([a-zA-Z0-9]([a-zA-Z0-9
\\
-]{0,61}[a-zA-Z0-9])?
\\
.)+[a-zA-Z]{2,6}$"
},
"-frontend-quantity"
:
{
"title"
:
"Frontend Replication Quantity"
,
"description"
:
"Quantity of Frontends Replicate."
,
"type"
:
"integer"
,
"default"
:
""
"type"
:
"integer"
}
}
}
\ No newline at end of file
}
software/apache-frontend/instance-slave-apache-input-schema.json
View file @
cfe0767d
...
...
@@ -7,7 +7,8 @@
"url"
:
{
"title"
:
"Backend URL"
,
"description"
:
"Url of the backend"
,
"type"
:
"string"
"type"
:
"string"
,
"pattern"
:
"^(http|https|ftp)://"
},
"custom_domain"
:
{
"title"
:
"Custom Domain"
,
...
...
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