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 support for CentOS #154

Merged
merged 12 commits into from
Jan 8, 2019
Merged

Add support for CentOS #154

merged 12 commits into from
Jan 8, 2019

Conversation

alvaroaleman
Copy link
Contributor

@alvaroaleman alvaroaleman commented Jan 5, 2019

What this PR does / why we need it:

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Closes #101

Special notes for your reviewer:

Documentation:

Release note:

Add support for CentOS

/assign @kron4eg @xrstf
/cc @mrIncompetent

@kubermatic-bot kubermatic-bot added the release-note Denotes a PR that will be considered when it comes time to generate release notes. label Jan 5, 2019
@kubermatic-bot kubermatic-bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jan 5, 2019
@alvaroaleman
Copy link
Contributor Author

/test pull-kubeone-e2e

.gitignore Show resolved Hide resolved
@@ -0,0 +1,8 @@
variable "cluster_name" {
Copy link
Member

Choose a reason for hiding this comment

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

Potentially we should add SSH stuff here so KubeOne can pick it up like for AWS and DO.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

IMHO SSH should default to using the ssh agent and the root user if no other config was supplied (I added the latter in this PR) and if that works for a provider it shouldn't configure anything

@xmudrii
Copy link
Member

xmudrii commented Jan 6, 2019

Left two tiny nits, otherwise looks good from my side

@alvaroaleman
Copy link
Contributor Author

/test pull-kubeone-e2e

return err
// copy over common config
if err = c.updateCommonWorkerConfig(existingWorkerSet, workersetValue[0]); err != nil {
return fmt.Errorf("failed to update common config from tf.json: %v", err)
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we not call it tf.json, but "Terraform output" or "Terraform" or "Terraform config"? I call my file terraform.json and would be confused by the wording :)

@alvaroaleman
Copy link
Contributor Author

/test pull-kubeone-e2e

@alvaroaleman
Copy link
Contributor Author

@xrstf @xmudrii @kron4eg All comments addressed, PTAL

@xmudrii
Copy link
Member

xmudrii commented Jan 8, 2019

/lgtm

@kubermatic-bot kubermatic-bot added the lgtm Indicates that a PR is ready to be merged. label Jan 8, 2019
@kubermatic-bot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 13e4d5bebfd068c67653dc9bd40acc9b6a436f92

terraform/hetzner/main.tf Outdated Show resolved Hide resolved
@kubermatic-bot kubermatic-bot removed the lgtm Indicates that a PR is ready to be merged. label Jan 8, 2019
@kron4eg
Copy link
Member

kron4eg commented Jan 8, 2019

/lgtm
/approve

@kubermatic-bot
Copy link
Contributor

LGTM label has been added.

Git tree hash: db135c866281f832b6b59a389ff055815cb998d0

@kubermatic-bot kubermatic-bot added the lgtm Indicates that a PR is ready to be merged. label Jan 8, 2019
@kubermatic-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kron4eg

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

@kubermatic-bot kubermatic-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 8, 2019
@kubermatic-bot kubermatic-bot merged commit 5da40c5 into master Jan 8, 2019
@kubermatic-bot kubermatic-bot deleted the centos branch January 8, 2019 14:06
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. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Validate tf output workerset names
5 participants