open-horizon / examples

Code examples you can use with Horizon.
Apache License 2.0
40 stars 65 forks source link

[BUG] Idempotency Issues in agent-install.sh and agent-uninstall.sh #325

Closed omega2733 closed 4 years ago

omega2733 commented 4 years ago

Description: If agent-install.sh or agent-uninstall.sh fails a large number of the modules are not idempotent. Due to this when re-running the script the script will fail in several areas if needing to re-run the script due to some error. This is most commonly hit during the create* functions.

Agent-Install.sh functions tested to have this defect:

Agent-Uninstall.sh functions tested to have this defect:

omega2733 commented 4 years ago

wrong repo, closing