What this PR does / why we need it:
It adds operation tracking for situations like instance creation and de-registration. The following have been done in this PR:
Changed the "PROVISIONING" state to "CREATING" (So it can be used for cloning too in the future).
Added support for operations API to query for the specific operations.
Updated DB CRD to store de-registration operation Id.
Added operation tracking during creation and de-registration.
Updated the add-api makefile target to copy the copyright text in new files.
Removed unused statuses.
How Has This Been Tested?:
Automation Test
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration and test output
Special notes for your reviewer:
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
What this PR does / why we need it: It adds operation tracking for situations like instance creation and de-registration. The following have been done in this PR:
How Has This Been Tested?: Automation Test
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration and test output
Special notes for your reviewer:
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
Release note: