8.3 Changing the Default Retry Configuration

When Change VNFM State Info Request gives a 202 response, a retry mechanism starts to change the VNFM state. By default, the retry occurs 10 times with a 2 minute wait interval between each retrial. Perform the following procedure to change this configuration:
  1. As a dsrvnfm user, open the /opt/vnfm/config/VnfmProperties.xml VnfmProperties file to edit the properties.
  2. Change the retry count value using changeRemoteStateRetryCount.
    • Min Value: 2
    • Max Value: 10
    • Default Value: 10
  3. Change the retry interval value using changeRemoteStateRetryInterval.
    • Min Value: 60000
    • Max Value: 300000
    • Default Value: 120000

    The retry interval value is in the unit of milliseconds.