-
Notifications
You must be signed in to change notification settings - Fork 120
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
⚠️ Change the way IPAM is deployed with CAPM3 and Test changes made in IPAM and CAPM3 together #1459
base: main
Are you sure you want to change the base?
Conversation
/test metal3-dev-env-integration-test-ubuntu-main |
1 similar comment
/test metal3-dev-env-integration-test-ubuntu-main |
54c69b2
to
f522417
Compare
/test metal3-dev-env-integration-test-ubuntu-main |
f522417
to
809df47
Compare
/test metal3-dev-env-integration-test-ubuntu-main |
809df47
to
9ef6cc2
Compare
/test metal3-dev-env-integration-test-ubuntu-main |
9ef6cc2
to
b269826
Compare
/test metal3-dev-env-integration-test-ubuntu-main |
37b23a2
to
4742bea
Compare
/test metal3-dev-env-integration-test-ubuntu-main |
4742bea
to
85efbfa
Compare
/test metal3-dev-env-integration-test-ubuntu-main |
1 similar comment
/test metal3-dev-env-integration-test-ubuntu-main |
85efbfa
to
e5e954c
Compare
/test metal3-dev-env-integration-test-ubuntu-main |
e5e954c
to
85a3585
Compare
/test metal3-dev-env-integration-test-ubuntu-main |
2 similar comments
/test metal3-dev-env-integration-test-ubuntu-main |
/test metal3-dev-env-integration-test-ubuntu-main |
@peppi-lotta: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
31fb996
to
1f16610
Compare
/test /test metal3-centos-e2e-integration-test-main |
1f16610
to
15b5024
Compare
/test metal3-dev-env-integration-test-ubuntu-main |
/test metal3-dev-env-integration-test-centos-main |
15b5024
to
32d8ed7
Compare
6461fa8
to
a4cec6b
Compare
a4cec6b
to
555dbe9
Compare
/test metal3-dev-env-integration-test-ubuntu-main |
555dbe9
to
4944d81
Compare
/test metal3-dev-env-integration-test-ubuntu-main |
@peppi-lotta: The following tests failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
…ue to namespace name change Signed-off-by: peppi-lotta <[email protected]>
4944d81
to
c8fe8e7
Compare
/test metal3-dev-env-integration-test-ubuntu-main |
@@ -485,7 +466,7 @@ update_component_image() | |||
make set-manifest-image | |||
;; | |||
"IPAM") | |||
make set-manifest-image-ipam | |||
make set-manifest-image |
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.
how are we making sure that this make target is now called within the IPAM repository not CAPM3?
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.
Please check function patch_IPAM()
on line 521. Function update_component_image()
is called from there after moving toip-address-manager
directory. Also the last line of function patch_IPAM()
returns the process back to the directory where the function was called from.
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.
Yes, that makes sense, great
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kashifest 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 |
When making IPAm into a provider for CAPI, I needed to change the namespace where IPAM is living and how IPAM is deployed. This PR is made to match those changes in IPAM. There are also changes to CAPM3 These are the related PRs:
These new changes are dependent from each other so the test are not passing in the PRs. This PR changes the way IPAM is deployed with CAMP3 and tests the 2 dependent PR branches together.