Request Parameters for pre-built ERP5 environment

Here are the parameters needed to request the runner to build an ERP5 development environment

<?xml version="1.0" encoding="utf-8"?>
<instance>
  <parameter id="instance-amount">15</parameter>
  <parameter id="slapos-software">software/erp5</parameter>
  <parameter id="slapos-reference">master</parameter>
  <parameter id="auto-deploy">true</parameter>
  <parameter id="autorun">true</parameter>
  <parameter id="slapos-software-type">create-erp5-site</parameter>
  <parameter id="parameter-_">{}</parameter>
  <parameter id="custom-frontend-backend-url">https://[2001:67c:1544:9cf::856c]:2153/</parameter>
  <parameter id="custom-frontend-backend-type">zope</parameter>
</instance>

Here is a detail of the parameters:

Note 1 : If you apply these parameters to a running runner, you will need to restart the runner using the vifib interface (click on the Stop button, then click on the Start button) for them to take effect.

Note 2 : Once the autodeploy and autorun parameters have been set to true, "slapos node software" (build) and "slapos node instance" will be run periodically.