Bug 1735192: OpenStack Self Signed Certs Fix#2587
Bug 1735192: OpenStack Self Signed Certs Fix#2587openshift-merge-robot merged 3 commits intoopenshift:masterfrom
Conversation
|
@iamemilio: This pull request references Bugzilla bug 1735192, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 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. |
|
/label platform/openstack |
There was a problem hiding this comment.
try moving these out to a separate file.
There was a problem hiding this comment.
Will do, its getting ugly in there
b8cb54e to
6a2370e
Compare
|
/retest |
|
Deployed successfully on a cluster with Self Signed Certs, ready to merge! |
|
/test e2e-aws-scaleup-rhel7 |
There was a problem hiding this comment.
I think these resources (container and object) won't be destroyed by the installer, since they don't belong to Terraform anymore: https://github.com/openshift/installer/blob/master/pkg/destroy/bootstrap/bootstrap.go#L69
We need to add some logic to explicitly destroy them when bootstrapping is over.
There was a problem hiding this comment.
Previously we used a string of 16 characters to generate the url, now it's just a number. I recommend to use https://github.com/kubernetes/apimachinery/blob/master/pkg/util/rand/rand.go#L98 to generate a random string.
6a2370e to
e0e7cc0
Compare
Add dependancies for gophercloud objectstorage
6a98283 to
2d3b1e3
Compare
|
/retest |
There was a problem hiding this comment.
It would be nice if we can move this function to pkg/destroy/bootstrap/bootstrap.go and use it there directly, but I don't mind to keep it here.
There was a problem hiding this comment.
I originally put it in a new directory pkg/destroy/bootstrap/openstack/swift.go it seemed redundant. I wasnt sure if @abhinavdahiya would take issue with openstack functions being in pkg/destroy/bootstrap/bootstrap.go. @abhinavdahiya do you have a preference?
|
/lgtm However, adding a few comments on how it would work would be nice. |
|
/test e2e-aws-scaleup-rhel7 |
|
e2e-aws-scaleup-rhel7 is broken, no need to retest it |
|
/lgtm Adding mine too. @abhinavdahiya any chance we could get an approve before the feature freeze please? |
There was a problem hiding this comment.
why is this import separate from other installer repo imports.
There was a problem hiding this comment.
This function should be private
There was a problem hiding this comment.
this function should also be private
2d3b1e3 to
a273c47
Compare
a273c47 to
d02c55e
Compare
|
/test e2e-openstack |
There was a problem hiding this comment.
metadata.ClusterID -> metadata.InfraID
d02c55e to
9171ae3
Compare
|
/approve |
|
@iamemilio: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhinavdahiya, Fedosin, iamemilio, tomassedovic The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@iamemilio: All pull requests linked via external trackers have merged. Bugzilla bug 1735192 has been moved to the MODIFIED state. 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. |
Create Bootstrap Ignition shim 100% in GO code in order to use the latest versions of ignition.