`infra_instances_add` now waits for the new instance to finish booting

Details

Detail name Value
Changelog Number 17957
Type Improvement
Status Resolved
Fix Versions Exasol 8.23.0
Resolution Date 2023-11-06

Background

The ConfD job infra_instances_add would previously return a response as soon as the request was sent and thus it was unkown if and when the new instances were actually available.

Improvement

The ConfD job infra_instances_add now only returns after the modified instances have finished booting and are ready to be used.

Changed behavior

The `infra_instances_add` job now only returns after the modified instances have finished booting.