Skip to content
This repository was archived by the owner on Feb 5, 2020. It is now read-only.

Conversation

@enxebre
Copy link
Contributor

@enxebre enxebre commented Oct 26, 2017

  • Add support for bootstrapping the cluster by using the common bootstrap module
  • Solve LB health checking issues by moving to google_compute_target_tcp_proxy
  • Handle zones inside region dynamically for all nodes by using google_compute_region_instance_group_manager

Note: This need to be rebased once #2178 gets in

@coreosbot
Copy link

Can one of the admins verify this patch?

1 similar comment
@coreosbot
Copy link

Can one of the admins verify this patch?

@cpanato
Copy link
Contributor

cpanato commented Oct 26, 2017

ok to test

@cpanato
Copy link
Contributor

cpanato commented Oct 26, 2017

for some weird reason, jenkins is not recognizing the new parameter. I've set up a custom job and run the rspec there

cpanato
cpanato previously approved these changes Oct 26, 2017
Copy link
Contributor

@cpanato cpanato left a comment

Choose a reason for hiding this comment

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

Ran in a side jenkins job and GCP tests passed.this LGTM

@cpanato
Copy link
Contributor

cpanato commented Oct 26, 2017

@squat / @s-urbaniak / @alexsomesan can you guys take a look here and review?

@cpanato
Copy link
Contributor

cpanato commented Oct 26, 2017

Copy link
Contributor

@squat squat left a comment

Choose a reason for hiding this comment

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

LGTM. two nits

instance_template = "${google_compute_instance_template.master-it.self_link}"
target_pools = ["${var.master_targetpool_self_link}"]
base_instance_name = "mstr"
base_instance_name = "${var.cluster_name}-mstr"
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: can we make this fully "master" rather than abbreviated to "mstr"? All other platforms and other resources in this platform use the full word.

instance_template = "${google_compute_instance_template.worker-it.self_link}"
target_pools = ["${var.worker_targetpool_self_link}"]
base_instance_name = "wrkr"
base_instance_name = "${var.cluster_name}-wrkr"
Copy link
Contributor

Choose a reason for hiding this comment

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

here too

@cpanato
Copy link
Contributor

cpanato commented Oct 27, 2017

running the gcp tests in the custom job

@squat squat merged commit b3bf7e1 into coreos:master Oct 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants