Modify installFeatures.sh script 59/3559/1
authorPatrick Brady <pb071s@att.com>
Thu, 20 Apr 2017 18:02:28 +0000 (11:02 -0700)
committerPatrick Brady <pb071s@att.com>
Thu, 20 Apr 2017 18:02:41 +0000 (11:02 -0700)
commit91031e9de87b2655b8684ac854e3415982b3a68f
treec49867139cd7c9561d58df9c85b5904a0e8dddfb
parent9039e84fe39fcb947f40101cc0f91d9d2fe003fc
Modify installFeatures.sh script

Adding a while loop around each call to the opendaylight
karaf client. If the client is not available it will try again up
to 10 times. The new version of opendaylight seems to have delays after
installing sdnc components which can cause errors for the appc components.
These script changes fix allow the install script to wait for opendaylight to
become available.

Change-Id: I31d7e365fd528d015f1d4d07a7f67f55c058d1d0
Signed-off-by: Patrick Brady <pb071s@att.com>
installation/appc/src/main/scripts/installFeatures.sh