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

Separated awstpr and clustertpr #25

Conversation

nhlfr
Copy link

@nhlfr nhlfr commented Mar 3, 2017

Fixes #24

@nhlfr nhlfr force-pushed the nhlfr/separated-awstpr-and-clustertpr branch from 5b1fe0c to b62d833 Compare March 6, 2017 14:25
@nhlfr nhlfr changed the title [WIP] Separated awstpr and clustertpr Separated awstpr and clustertpr Mar 6, 2017
@nhlfr
Copy link
Author

nhlfr commented Mar 6, 2017

This is the smaller PR I was talking about. Let's put #22 on hold until that one gets merged.

glide.yaml Outdated
version: 3d98b40a2bc399a6a20f3b19c634d56d99a69e81
version: 99da9c8f8583749d0fef89d14b3cfa420e13ebc1
- package: github.com/giantswarm/clustertpr
version: 16f7b5230a6850c1b7b62bad4f6002607f8ad3c2
Copy link
Contributor

Choose a reason for hiding this comment

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

When awstpr is pinned there should be no reason to pin the cluster TPR itself. This repo should be pinned inside the awstpr repo.

Copy link
Author

Choose a reason for hiding this comment

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

done

@@ -144,7 +142,6 @@ func main() {

daemonCommand.PersistentFlags().StringVar(&Flags.Aws.AccessKey.ID, "aws.accesskey.id", "", "ID of the AWS access key")
daemonCommand.PersistentFlags().StringVar(&Flags.Aws.AccessKey.Secret, "aws.accesskey.secret", "", "Secret of the AWS access key")
daemonCommand.PersistentFlags().StringVar(&Flags.Aws.Region, "aws.region", "", "Region in EC2 service")
Copy link
Contributor

Choose a reason for hiding this comment

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

I feel like I miss something. Why do we remove the AWS region now?

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Author

Choose a reason for hiding this comment

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

As @iaguis said.
Also, we moved the client creation inside the code of "create" service.

@nhlfr nhlfr force-pushed the nhlfr/separated-awstpr-and-clustertpr branch from b62d833 to a422a54 Compare March 6, 2017 14:58
@nhlfr nhlfr force-pushed the nhlfr/separated-awstpr-and-clustertpr branch from a422a54 to d4c32d9 Compare March 6, 2017 15:38
@nhlfr nhlfr merged commit b332d8b into giantswarm:master Mar 6, 2017
@nhlfr nhlfr deleted the nhlfr/separated-awstpr-and-clustertpr branch March 6, 2017 15:52
pipo02mix pushed a commit that referenced this pull request Dec 27, 2017
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.

3 participants