|
Property
|
Default Value
|
Description
|
|
General Provisioning Properties
|
|
equinox.provisioning.prv.fwstart
|
true
|
This system property determines if provisioning must wait until the
framework is started.
|
|
equinox.provisioning.reprovision.onstart
|
false
|
This system property determines if the provisioning agent should try
to make provisioning on every start. Otherwise, once the device is
provisioned, the provisioning process will not be repeated.
|
|
equinox.provisioning.debug
|
false
|
This system property determines if provisioning agent should print
debug and error information on the console.
|
|
equinox.provisioning.remote.debug
|
false
|
This system property determines if provisioning agent should send
debug and error information to the Log Service on the backend.
|
|
For the UDP Multicast Discovery Agent
|
|
equinox.provisioning.multicast.host
|
255.0.0.0
|
This system property determines the multicast host for the UDP
multicast discovery.
|
|
equinox.provisioning.multicast.port
|
7777
|
This system property determines multicast port for the UDP multicast
discovery.
|
|
For the
HTTP Info Provider
|
|
equinox.provisioning.http.provider.allowed
|
true
|
Defines if the Provisioning Service should use the HTTP Info Provider,
that is, if provisioning properties can be pushed to the service over HTTP
|
|
equinox.provisioning.http.provider.secure
|
false
|
If set to true, the initial connection for pushing provisioning
properties (by the backend or in any other way) must be over HTTPS, and no
HTTP connections will be accepted.
|
|
equinox.provisioning.require.auth
|
true
|
Defines if authentication through an administrator account will be
requested from the backend.
|
|
For the File Info Provider
|
|
equinox.provisioning.file.provider.allowed
|
true
|
Defines if the Provisioning Service should use the File Info Provider,
that is, if provisioning properties can be defined in a text file within
the Initial Provisioning bundle JAR file
|
|
equinox.provisioning.file.load.once
|
true
|
Defines if the file provider will load provisioning properties only
the first time it is started.
|
|
For the Environment Info Provider
|
|
equinox.provisioning.env.provider.allowed
|
true
|
Defines if the Provisioning Service should use the Environment Info
Provider, that is, if provisioning properties can be defined as system
properties to the JVM
|
|
equinox.provisioning.env.provider.push.starting.with
|
-
|
If you set a
value to this property, all provisioning properties set as system
properties starting with the defined value will be added to the
provisioning Dictionary
If you set
this property with wildcard ("*") value, all set system
properties will be set to the provisioning Dictionary in the Provisioning
Service.
|