Any way to see why a provisioning script won't run?

Dan Morphis dan at milkcarton.com
Mon Mar 20 18:08:02 EDT 2017


Okay, I tracked it down to this:
"precondition" : {"_deviceId._Manufacturer":"Foo"}

I fixed my gui/config/summary_parameters.yml to have
Manufacturer: InternetGatewayDevice.DeviceInfo.Manufacturer and its working
properly now.

On Mon, Mar 20, 2017 at 10:24 AM, Dan Morphis <dan at milkcarton.com> wrote:

> I have a preset to apply a provisioning script.
>
> Precondition is:
> Tags != Provisioned
> Tags = Managed
> Manufacturer = SmartRG
>
> Channel: Provisioning
> Schedule: none
> Events: none
>
> Actual precondition from Mongo:
> {"$and":[{"_tags":{"$ne":"Provisioned"}},{"_tags":"Managed"}],"_deviceId._
> Manufacturer":"SmartRG"}
>
> There are no faults.
>
> When I click on the "devices" link next to the preset, I can see my device
> listed.
>
> However, the provision script does not run. I have a log line at the top,
> and that log line never gets output.
>
> Console log: http://pastebin.com/umLYcwN3
>
> Zaid, I took the liberty of added all the provisions and presets in the
> test environment you setup for me last week.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.genieacs.com/pipermail/users/attachments/20170320/0c106968/attachment.html>


More information about the Users mailing list