-
Notifications
You must be signed in to change notification settings - Fork 368
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
feat!: autoscaler supporting stateful ips #297
feat!: autoscaler supporting stateful ips #297
Conversation
c31b056
to
2dd9851
Compare
9fba0ff
to
75b2ee3
Compare
Thank you! |
ebdc85e
to
51aad92
Compare
6e1917d
to
9e3ae3e
Compare
/gcbrun |
f5f157b
to
aff958c
Compare
aff958c
to
e522392
Compare
…orm-google-vm into feat/autoscalerstateful-ip
Hi @terraform-google-modules/cft-admins , please review |
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.
Thanks for the PR. Few comments.
39f8bd3
to
cdcf03f
Compare
fdf1b0e
to
eac3935
Compare
eac3935
to
7e66888
Compare
@g-awmalik - please help to review when you have time. Thanks |
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.
Looking good for the most part. Please review a few more comments. Thanks.
build/int.cloudbuild.yaml
Outdated
waitFor: | ||
- create-all | ||
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS' | ||
args: ['/bin/bash', '-c', 'cd test/integration && RUN_STAGE=init go test -v -run TestMigStatefulModule ./... -p 1'] |
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.
This can be simplified as:
cft test run TestMigStatefulModule --stage apply --verbose
And all throughout...
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.
Thanks. Updating it
update_policy = [{ | ||
max_surge_fixed = 0 | ||
instance_redistribution_type = "NONE" | ||
max_surge_percent = null | ||
max_unavailable_fixed = 4 | ||
max_unavailable_percent = null | ||
min_ready_sec = 180 | ||
replacement_method = "RECREATE" | ||
minimal_action = "REFRESH" | ||
type = "OPPORTUNISTIC" | ||
}] |
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 don't see any assertions for this in your test. I would suggest either take these (and other) superfluous configs out of the example, if they are not critical for the example OR add assertions in your test if they are necessary.
5d88abd
to
a97c11b
Compare
cbe990a
to
2ef9a3c
Compare
Issues: #280