BroadSoft-Xtended / BroadWorks-Dashboards-and-Discovery

This repository contains the BroadWorks Dashboards and Discovery components to extend BroadWorks data mining, reporting, and analysis capabilities.
23 stars 4 forks source link

Non Interactive Installation #63

Open IshMalik opened 5 years ago

IshMalik commented 5 years ago

Hi

Is there any way to run the installation of the sender and receiver (but especially the sender) in a non interactive way? It's clear that values in logsender.props can be updated manually for configuration and we'd be looking to incorporate the deployment into our automated deployment systems so do not require the interactive installation.

Regards

Ish

Zeal0us commented 5 years ago

I'd probably try using the "expect" module in ansible. This would be nice, though - it seems like you should be able to just provide your own props file with a --file switch or something to avoid the prompts.

IshMalik commented 5 years ago

That's pretty much what I'm having to do although I'm using SaltStack but it's sub-optimal really.