This repository has been archived by the owner on Apr 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Implement alicloud infrastructure controller #85
Merged
rfranzke
merged 2 commits into
gardener-attic:master
from
adracus:feature.infrastructure-alicloud
May 27, 2019
Merged
Implement alicloud infrastructure controller #85
rfranzke
merged 2 commits into
gardener-attic:master
from
adracus:feature.infrastructure-alicloud
May 27, 2019
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adracus
added
area/scalability
Scalability (anything requiring static/dynamic scale up/down and/or out/in) related
component/gardener
Gardener
exp/intermediate
Issue that requires some project experience
kind/enhancement
Enhancement, improvement, extension
needs/lgtm
Needs approval for merging
needs/review
Needs review
platform/ali
priority/normal
Standard backlog priority, that can be worked on now or later
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
size/xl
A few months of work or very large change (usually of epic proportions)
status/in-progress
Issue is in progress/work
topology/seed
Affects Seed clusters
labels
May 14, 2019
gardener-robot-ci-1
added
needs/ok-to-test
Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
and removed
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
labels
May 14, 2019
adracus
force-pushed
the
feature.infrastructure-alicloud
branch
from
May 15, 2019 11:05
8a9f2f6
to
898ea9a
Compare
adracus
added
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
and removed
needs/ok-to-test
Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
labels
May 15, 2019
gardener-robot-ci-1
added
needs/ok-to-test
Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
and removed
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
labels
May 15, 2019
stoyanr
suggested changes
May 16, 2019
controllers/provider-alicloud/pkg/controller/infrastructure/terraform.go
Show resolved
Hide resolved
adracus
force-pushed
the
feature.infrastructure-alicloud
branch
from
May 17, 2019 14:47
898ea9a
to
85a5331
Compare
adracus
force-pushed
the
feature.infrastructure-alicloud
branch
from
May 17, 2019 14:50
85a5331
to
51c2ab7
Compare
adracus
added
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
and removed
needs/ok-to-test
Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
labels
May 17, 2019
gardener-robot-ci-1
added
needs/ok-to-test
Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
and removed
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
labels
May 17, 2019
stoyanr
reviewed
May 20, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still think some of the newly introduced types could be removed, others made simpler, without significant drawbacks. It's not a major point, so I am not going to insist if you don't feel comfortable with it, but I think it's worth a try.
adracus
force-pushed
the
feature.infrastructure-alicloud
branch
from
May 20, 2019 09:22
51c2ab7
to
97d8849
Compare
stoyanr
previously approved these changes
May 20, 2019
adracus
added
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
and removed
needs/ok-to-test
Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
labels
May 20, 2019
gardener-robot-ci-1
added
needs/ok-to-test
Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
and removed
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
labels
May 20, 2019
rebase is needed now |
rfranzke
suggested changes
May 24, 2019
controllers/provider-alicloud/charts/internal/alicloud-infra/templates/main.tf
Outdated
Show resolved
Hide resolved
AFAIK you're busy with another task, so I'll try to finish this by pushing against your branch. |
Alright, feel free to go ahead! |
rfranzke
force-pushed
the
feature.infrastructure-alicloud
branch
from
May 27, 2019 15:36
97d8849
to
46a52b9
Compare
rfranzke
added
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
and removed
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
labels
May 27, 2019
gardener-robot-ci-1
removed
the
reviewed/ok-to-test
Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
label
May 27, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area/scalability
Scalability (anything requiring static/dynamic scale up/down and/or out/in) related
component/gardener
Gardener
exp/intermediate
Issue that requires some project experience
kind/enhancement
Enhancement, improvement, extension
needs/lgtm
Needs approval for merging
needs/ok-to-test
Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
needs/review
Needs review
platform/alicloud
Alicloud platform/infrastructure
priority/normal
Standard backlog priority, that can be worked on now or later
size/xl
A few months of work or very large change (usually of epic proportions)
status/in-progress
Issue is in progress/work
topology/seed
Affects Seed clusters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
Implementation of the infrastructure controller for Alicloud.
This PR also comes with some interfaces that allow mocking external dependencies such as the
Terraformer
and the creation of it.Which issue(s) this PR fixes:
Fixes #26
Special notes for your reviewer:
Release note: