Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removing Volume Modules, Redirecting in runtime.yml #95

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

SebastianGode
Copy link
Member

@SebastianGode SebastianGode commented Feb 22, 2021

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.server you can now just write server in integration tests or opentelekomcloud.cloud.server which makes it simpler to use the modules.

Closes #89

@SebastianGode
Copy link
Member Author

recheck

@SebastianGode
Copy link
Member Author

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

@SebastianGode SebastianGode requested a review from gtema February 22, 2021 12:36
@SebastianGode SebastianGode marked this pull request as ready for review February 22, 2021 12:36
@SebastianGode
Copy link
Member Author

recheck

1 similar comment
@SebastianGode
Copy link
Member Author

recheck

otc-zuul[bot]
otc-zuul bot previously approved these changes Feb 23, 2021
tischrei
tischrei previously approved these changes Mar 29, 2021
@SebastianGode
Copy link
Member Author

recheck

Copy link
Member

@gtema gtema left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

except of need to drop too much rerouting (for things not even existing in OTC) and merge conflict - good to go

meta/runtime.yml Outdated
redirect: openstack.cloud.volume_snapshot_info
auth:
redirect: openstack.cloud.auth
baremetal_inspect:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

baremetal things are not necessary for us

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

meta/runtime.yml Outdated
redirect: openstack.cloud.catalog_endpoint
catalog_service:
redirect: openstack.cloud.catalog_service
coe_cluster:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not required

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

meta/runtime.yml Outdated
redirect: openstack.cloud.catalog_service
coe_cluster:
redirect: openstack.cloud.coe_cluster
coe_cluster_template:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not required

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

meta/runtime.yml Outdated
redirect: openstack.cloud.config
endpoint:
redirect: openstack.cloud.endpoint
federation_idp:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all federation is not working as intended - remove it

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

meta/runtime.yml Outdated
redirect: openstack.cloud.federation_mapping_info
group_assignment:
redirect: openstack.cloud.group_assignment
host_aggregate:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not required

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

meta/runtime.yml Outdated
redirect: openstack.cloud.keypair
keypair_info:
redirect: openstack.cloud.keypair_info
keystone_federation_protocol:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not required

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

meta/runtime.yml Outdated
redirect: openstack.cloud.volume_info
volume_snapshot:
redirect: openstack.cloud.volume_snapshot

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where is volume backup?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, it is at the top - please move it here (alphabetical)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@SebastianGode
Copy link
Member Author

recheck

@SebastianGode
Copy link
Member Author

recheck

1 similar comment
@SebastianGode
Copy link
Member Author

recheck

@gtema gtema added the gate label Jul 13, 2021
@otc-zuul
Copy link

otc-zuul bot commented Jul 13, 2021

Build failed.

@otc-zuul
Copy link

otc-zuul bot commented Jul 22, 2021

Build failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop volume_xx modules
4 participants