You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the veeam B&R provider is configured at zone scope the password needs to be set with 'backup.plugin.veeam.password'. Although this value is stored encrypted , while making API calls to veeam this value is not decrypted hence breaking the veeam integration. Error thrown by CloudStack is "Veeam B&R API call unauthorized, please ask your administrator to fix integration issues."
Workaround is to update the data_center_details table with password in plaintext.
This issue is possibly related to the changes in #6812 and #9088
STEPS TO REPRODUCE
1. Deploy Veeam Backup and replication as per the veeam, cloudstack documentation.
2. Configure as per the cloudstack veeam B&R plugin configuration steps.
3. Make sure to configure it on the zone level
4. Import the backup offerings.
EXPECTED RESULTS
Backup offering should be listed.
ACTUAL RESULTS
backup offerings are not listed.
The text was updated successfully, but these errors were encountered:
ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
CONFIGURATION
Veeam B&R provider
Veeam backup and replication
OS / ENVIRONMENT
SUMMARY
If the veeam B&R provider is configured at zone scope the password needs to be set with 'backup.plugin.veeam.password'. Although this value is stored encrypted , while making API calls to veeam this value is not decrypted hence breaking the veeam integration. Error thrown by CloudStack is "Veeam B&R API call unauthorized, please ask your administrator to fix integration issues."
Workaround is to update the data_center_details table with password in plaintext.
This issue is possibly related to the changes in #6812 and #9088
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: