Commit 754c2b4a authored by Kristopher Ruzic's avatar Kristopher Ruzic

updates to use newest wendelin tags

parent 4c2d4f6e
import json import json
# copied from the request-erp5-cluster script, only changed the url to point to wendelin # copied from the request-erp5-cluster script, only changed the url to point to wendelin
software_url = 'https://lab.nexedi.cn/nexedi/slapos/raw/1.0.2/software/wendelin/software.cfg' software_url = {{ software_url }}
# Choose a SlapOS Node # Choose a SlapOS Node
# If you are deploying SlapOS Master with Webrunner, then computer_id is 'slaprunner' # If you are deploying SlapOS Master with Webrunner, then computer_id is 'slaprunner'
computer_id = 'local_computer' computer_id = 'local_computer'
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
connection: local connection: local
vars: vars:
software_release_url: https://lab.nexedi.cn/nexedi/slapos/raw/1.0.1/software/wendelin/software.cfg software_release_url: https://lab.nexedi.cn/nexedi/slapos/raw/1.0.3/software/wendelin/software.cfg
roles: roles:
- wendelin-standalone - wendelin-standalone
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment