scissor-project / open-scissor

OpenSCISSOR provisioning and orchestration
Apache License 2.0
2 stars 0 forks source link

logstash24 deployment script: IP address parameter is set to the hostname #59

Closed StefanoSalsano closed 6 years ago

StefanoSalsano commented 6 years ago

Prerequisites

Description

running "vagrant up" after a clone of master branch results in an error in logstash24

Host Environment

Output

vagrant-error.log

Steps to Reproduce

  1. clone the repository
  2. vagrant up

Additional Information

References

ferrarimarco commented 6 years ago

A quicker way to reproduce is vagrant up gateway logstash24

UPDATE: this is due to a bad parameter assignment (see $ipAdd variable declaration) in logstash24/deploy.sh. I am already testing a fix.

ferrarimarco commented 6 years ago

@StefanoSalsano fixed, thanks for reporting