OpenStack: Store ignition file in Swift when the upload in Glance fails#6431
OpenStack: Store ignition file in Swift when the upload in Glance fails#6431eramoto wants to merge 1 commit intoopenshift:masterfrom
Conversation
Some openstack environments do not allow users to upload or download image data. This is because the cloud providers prevent them from using illegal images on the openstack or getting proprietary images on a local. This PR is based on the Swift functions removed in PR openshift#2960 and adds the feature to store a ignition file in Swift when an upload in Glance fails, as follows: Glance | Swift | used enable | enable | storage --------+--------+--------- v | v | Glance v | | Glance | v | Swift <- this PR | | none Signed-off-by: ERAMOTO Masaya <eramoto.masaya@jp.fujitsu.com>
|
Hi @eramoto. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/ok-to-test |
|
/retest-required |
|
/retest |
|
@eramoto: PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@eramoto: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
|
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
|
@openshift-bot: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Some openstack environments do not allow users to upload or download image data. This is because the cloud providers prevent them from using illegal images on the openstack or getting proprietary images on a local.
This PR is based on the Swift functions removed in PR #2960 and adds the feature to store a ignition file in Swift when an upload in Glance fails, as follows: