removing Volume Modules, Redirecting in runtime.yml#95
removing Volume Modules, Redirecting in runtime.yml#95SebastianGode wants to merge 9 commits intomainfrom
Conversation
|
recheck |
|
I needed to change the volume_backup_info integration test as it was looking whether "backups" is defined and the native openstack module calls it "volume_backups" so it was failing. This may have impact on older Scripts and it may need another workaround |
|
recheck |
1 similar comment
|
recheck |
|
recheck |
gtema
left a comment
There was a problem hiding this comment.
except of need to drop too much rerouting (for things not even existing in OTC) and merge conflict - good to go
| redirect: openstack.cloud.volume_snapshot_info | ||
| auth: | ||
| redirect: openstack.cloud.auth | ||
| baremetal_inspect: |
There was a problem hiding this comment.
baremetal things are not necessary for us
| redirect: openstack.cloud.catalog_endpoint | ||
| catalog_service: | ||
| redirect: openstack.cloud.catalog_service | ||
| coe_cluster: |
| redirect: openstack.cloud.catalog_service | ||
| coe_cluster: | ||
| redirect: openstack.cloud.coe_cluster | ||
| coe_cluster_template: |
| redirect: openstack.cloud.config | ||
| endpoint: | ||
| redirect: openstack.cloud.endpoint | ||
| federation_idp: |
There was a problem hiding this comment.
all federation is not working as intended - remove it
| redirect: openstack.cloud.federation_mapping_info | ||
| group_assignment: | ||
| redirect: openstack.cloud.group_assignment | ||
| host_aggregate: |
| redirect: openstack.cloud.keypair | ||
| keypair_info: | ||
| redirect: openstack.cloud.keypair_info | ||
| keystone_federation_protocol: |
| redirect: openstack.cloud.volume_info | ||
| volume_snapshot: | ||
| redirect: openstack.cloud.volume_snapshot | ||
|
|
There was a problem hiding this comment.
ah, it is at the top - please move it here (alphabetical)
|
recheck |
|
recheck |
1 similar comment
|
recheck |
|
Build failed.
|
|
Build failed.
|
I removed all volume_xx modules as they were replaced by openstack native ones #89
I redirected all modules we don't have in our collection to native openstack ones so that it's not necessary to use the full FQDN now. For example Instead of
openstack.cloud.serveryou can now just writeserverin integration tests oropentelekomcloud.cloud.serverwhich makes it simpler to use the modules.Closes #89