With the latest version of CloudManager modules (21.4.0), deployment of a single node CVO in AWS using BYOL fails with:
Error: unexpected response on creating cvo aws:
400,
b'{\"message\":\"Platform serial number is required for license cot-premium-byol\",\"causeMessage\":\"BadRequestException: Platform serial number is required for license cot-premium-byol\"}
After checking how the API call is constructed in CloudManager and correcting assignment at na_cloudmanager_cvo_aws.py#L587 to:
if self.parameters.get('platform_serial_number') is not None:
json['vsaMetadata'].update({"platformSerialNumber": self.parameters['platform_serial_number']})
SUMMARY
With the latest version of CloudManager modules (21.4.0), deployment of a single node CVO in AWS using BYOL fails with:
After checking how the API call is constructed in CloudManager and correcting assignment at na_cloudmanager_cvo_aws.py#L587 to:
deployment job is executed.
ISSUE TYPE
COMPONENT NAME
na_cloudmanager_cvo_aws
STEPS TO REPRODUCE
is translated to:
EXPECTED RESULTS