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
3c9b0bc4
Commit
3c9b0bc4
authored
Jul 22, 2021
by
Stefane Fermigier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add promise to check mynij.
parent
98a75c19
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
+11
-3
software/mynij-proxy/buildout.hash.cfg
software/mynij-proxy/buildout.hash.cfg
+1
-1
software/mynij-proxy/instance.cfg.in
software/mynij-proxy/instance.cfg.in
+10
-1
software/mynij-proxy/software.cfg
software/mynij-proxy/software.cfg
+0
-1
No files found.
software/mynij-proxy/buildout.hash.cfg
View file @
3c9b0bc4
...
...
@@ -14,4 +14,4 @@
# not need these here).
[instance-profile]
filename = instance.cfg.in
md5sum =
4db0d997f3e669d4d4d5a27652fec9e8
md5sum =
abf98a4dea9277476cd921714d3f509b
software/mynij-proxy/instance.cfg.in
View file @
3c9b0bc4
...
...
@@ -2,7 +2,7 @@
parts =
publish-connection-parameter
mynij-proxy-promise
#+ monitor-ba
se
mynij-http-promi
se
# Define egg directories to be the one from Software Release
# (/opt/slapgrid/...)
...
...
@@ -59,6 +59,15 @@ config-hostname= ${mynij-proxy-service:host}
config-port = ${mynij-proxy-service:port}
[mynij-http-promise]
<= monitor-promise-base
module = check_url_available
name = mynij-http-working.py
url = ${publish-connection-parameter:url}
config-url = ${:url}
config-check-secure = 1
# Publish all the parameters needed for the user to connect to the instance.
# It can be anything: URL(s), password(s), or arbitrary parameters.
# Here we'll just echo back the entered name as instance parameter
...
...
software/mynij-proxy/software.cfg
View file @
3c9b0bc4
...
...
@@ -16,7 +16,6 @@ extends =
# In this example we extend from helloweb component.
# ../../component/component1/buildout.cfg
# ../../component/component2/buildout.cfg
; ../../component/helloweb/buildout.cfg
parts =
# Call installation of slapos.cookbook egg defined in stack/slapos.cfg (needed
...
...
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