Avoid to add vim info with ESR if the vim is already provisionned 94/113094/3
authorThierry Hardy <thierry.hardy@orange.com>
Thu, 24 Sep 2020 09:03:54 +0000 (11:03 +0200)
committerThierry Hardy <thierry.hardy@orange.com>
Thu, 24 Sep 2020 10:37:57 +0000 (12:37 +0200)
commitc07e351a18ab99bccb96ffd97da623a8bb7b8e6d
tree4000553cdc03f9d331651a3a97e9416d878ddfe0
parentd53b9bcaf16fc22554bd8b18e293d310a6056859
Avoid to add vim info with ESR if the vim is already provisionned

- Optimization of the cloud configuration
- CloudRegionCreateStep was called twice
- Change the name of RegisterCloudRegionToMulticloud to RegisterCloudRegion
to be more generic
- Having the cloud creation in RegisterCloudRegionStep avoid adding the ESR
each time an instantiation is launched so the CloudRegionCreateStep is now
inserted in RegisterCloudRegionStep
- USE_MULTICLOUD was no longer checked
- The adding of availability zone and tenant is also moved to RegisterCloudRegionStep
Pylint issue corrected
Minor errors (init without added step)
Issue-ID: TEST-264
Signed-off-by: Thierry Hardy <thierry.hardy@orange.com>
Change-Id: Ibfd5506412fd7472144165c19bfe9e4dc53d6e08
Signed-off-by: Thierry Hardy <thierry.hardy@orange.com>
src/onaptests/steps/cloud/cloud_region_create.py [deleted file]
src/onaptests/steps/cloud/connect_service_subscription_to_cloud_region.py
src/onaptests/steps/cloud/link_cloud_to_complex.py
src/onaptests/steps/cloud/register_cloud.py [new file with mode: 0644]
src/onaptests/steps/cloud/register_cloud_to_multicloud.py [deleted file]