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

Add Enhancement for Installing to Alibaba Cloud #707

Merged
merged 1 commit into from
Jul 31, 2021

Conversation

lemondlut
Copy link
Contributor

Create an enhancement for installing and supporting OpenShift on Alibaba Cloud.

@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please assign miciah after the PR has been reviewed.
You can assign the PR to them by writing /assign @miciah in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Mar 25, 2021
@openshift-ci-robot
Copy link

Hi @lemondlut. 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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@fabianofranz
Copy link
Member

/ok-to-test

@openshift-ci-robot openshift-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Mar 25, 2021
Copy link
Member

@fabianofranz fabianofranz left a comment

Choose a reason for hiding this comment

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

Thanks for starting the PR! ;-)

I'm providing some feedback about the areas we should exercise more. Please add a few more details for the suggested topics and when it's done I'll do another round and/or call for more reviewers.

enhancements/installer/alibaba-cloud-ipi.md Show resolved Hide resolved
enhancements/installer/alibaba-cloud-ipi.md Show resolved Hide resolved
enhancements/installer/alibaba-cloud-ipi.md Show resolved Hide resolved
enhancements/installer/alibaba-cloud-ipi.md Show resolved Hide resolved
enhancements/installer/alibaba-cloud-ipi.md Show resolved Hide resolved
enhancements/installer/alibaba-cloud-ipi.md Show resolved Hide resolved
enhancements/installer/alibaba-cloud-ipi.md Show resolved Hide resolved
enhancements/installer/alibaba-cloud-ipi.md Show resolved Hide resolved
@fabianofranz
Copy link
Member

enhancements/installer/alibaba-cloud-ipi.md Outdated Show resolved Hide resolved
enhancements/installer/alibaba-cloud-ipi.md Outdated Show resolved Hide resolved
enhancements/installer/alibaba-cloud-ipi.md Show resolved Hide resolved
enhancements/installer/alibaba-cloud-ipi.md Show resolved Hide resolved
enhancements/installer/alibaba-cloud-ipi.md Show resolved Hide resolved
enhancements/installer/alibaba-cloud-ipi.md Outdated Show resolved Hide resolved
enhancements/installer/alibaba-cloud-ipi.md Show resolved Hide resolved
enhancements/installer/alibaba-cloud-ipi.md Show resolved Hide resolved
enhancements/installer/alibaba-cloud-ipi.md Show resolved Hide resolved
@kwoodson
Copy link

@Lyt99 @lemondlut @bd233 Can we please provide feedback to @dhellmann's comments? Let's focus on expanding on these details and getting this enhancement closed out.

2. Installer provides few but useful and comprehensive customizations through the install-config.yaml file.
3. RHCOS images are built and published to Alibaba as part of the images pipeline process.

- Red Hat builds the RHCOS images from their build pipeline.
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this list on lines 43-49 a set of goals, or part of the proposed solution?

Choose a reason for hiding this comment

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

@dhellmann I think this is part of the proposed solution. The steps are planned and required to enable Alibaba as a platform. These steps will be very similar to AWS and mimics our existing build pipeline and tools.

enhancements/installer/alibaba-cloud-ipi.md Outdated Show resolved Hide resolved
- Category: ESSD
- InstanceType: g6a.xlarge

- SLB:
Copy link
Contributor

Choose a reason for hiding this comment

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

What is "SLB"?

Choose a reason for hiding this comment

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

SLB stands for Service Load Balancer

enhancements/installer/alibaba-cloud-ipi.md Outdated Show resolved Hide resolved
enhancements/installer/alibaba-cloud-ipi.md Outdated Show resolved Hide resolved
Copy link

@kwoodson kwoodson left a comment

Choose a reason for hiding this comment

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

@lemondlut Thanks for the updates.

I see the high level details pertaining to account creation, installer augmentation, as well as CI creation. I believe that is what is on the table for delivery.

@fabianofranz
Copy link
Member

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jul 30, 2021
@kwoodson
Copy link

@lemondlut Let's squash these commits into a single commit and then we will merge. Thanks

@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Jul 31, 2021
@lemondlut
Copy link
Contributor Author

@lemondlut Let's squash these commits into a single commit and then we will merge. Thanks
@kwoodson , Please review commit Add Enhancement for Installing to Alibaba Cloud 6134fb2.

@kwoodson
Copy link

@lemondlut Excellent job on the squash!

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jul 31, 2021
@kwoodson
Copy link

@rvanderp3 Please review when you have a minute. The commits have been squashed.

@rvanderp3
Copy link
Contributor

/lgtm

@rvanderp3
Copy link
Contributor

/approve

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 31, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kwoodson, rvanderp3

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 31, 2021
@openshift-ci openshift-ci bot merged commit ac1c27d into openshift:master Jul 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants