-
Notifications
You must be signed in to change notification settings - Fork 2
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(ppnlb): Add support for Reserved IP as member target of PPNLB #412
base: master
Are you sure you want to change the base?
Conversation
211c2fc
to
1d9cd1c
Compare
@@ -92,10 +92,11 @@ if [ "${TF_DEV}x" = "x" ]; then | |||
echo "==> Packaging..." | |||
for PLATFORM in $(find ./pkg -mindepth 1 -maxdepth 1 -type d); do | |||
OSARCH=$(basename ${PLATFORM}) | |||
ZIPNAME="terraform-provider-ibm_${VERSION}_${OSARCH}" |
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.
same, this file needs to be restored to master. This is just change to have the version in the binary generated
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.
revert this change
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.
As mentioned #414 doc needs to be changed in alphanumaric format and also attach the test results in the PR..
make testacc TEST=./ibm/service/vpc TESTARGS='-run='
to run acceptance test and also attach the results in the PR
Also Upload Binary to Artifactory and inform CSI team once you have tested in staging env
https://github.com/ibm-vpc/terraform-provider-ibm/wiki/Upload-Binary-to-Artifactory
Otherwise PR looks good to me.
No description provided.