Modifying feature install scripts 31/3531/2
authorPatrick Brady <pb071s@att.com>
Tue, 18 Apr 2017 19:09:24 +0000 (12:09 -0700)
committerPatrick Brady <pb071s@att.com>
Tue, 18 Apr 2017 19:38:38 +0000 (12:38 -0700)
commita8d6915645c780c9e0eef189fb72d45635b581a0
treed80138abe14d3f92852cf97c1b4faf682707dac7
parent748257816069d1d0840f9cf18cbbb0c11bc387a3
Modifying feature install scripts

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: Ib1bf6c7880398ac2ebe81eaff987ee4921cdb420
Signed-off-by: Patrick Brady <pb071s@att.com>
appc-adapters/appc-chef-adapter/appc-chef-adapter-installer/src/main/resources/scripts/install-feature.sh
appc-adapters/appc-dmaap-adapter/appc-dmaap-adapter-installer/src/main/resources/scripts/install-feature.sh
appc-adapters/appc-iaas-adapter/appc-iaas-adapter-installer/src/main/resources/scripts/install-feature.sh
appc-adapters/appc-netconf-adapter/appc-netconf-installer/src/main/resources/scripts/install-feature.sh
appc-adapters/appc-rest-adapter/appc-rest-adapter-installer/src/main/resources/scripts/install-feature.sh
appc-asdc-listener/appc-asdc-listener-installer/src/main/resources/scripts/install-feature.sh
appc-dg-util/appc-dg-util-installer/src/main/resources/scripts/install-feature.sh
appc-dg/appc-dg-shared/appc-dg-shared-installer/src/main/resources/scripts/install-feature.sh
appc-event-listener/appc-event-listener-installer/src/main/resources/scripts/install-feature.sh
appc-metric/appc-metric-installer/src/main/resources/scripts/install-feature.sh
appc-provider/appc-provider-installer/src/main/resources/scripts/install-feature.sh