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

ipam and vlan specializers to controller/pkg/reconcilers #215

Merged
merged 20 commits into from
May 23, 2023

Conversation

ssharmasandeep
Copy link
Contributor

No description provided.

ssharmasandeep and others added 17 commits May 18, 2023 17:54
Signed-off-by: ssharmasandeep <ssharma@aarnanetworks.com>
Signed-off-by: ssharmasandeep <ssharma@aarnanetworks.com>
Signed-off-by: ssharmasandeep <ssharma@aarnanetworks.com>
Signed-off-by: ssharmasandeep <ssharma@aarnanetworks.com>
… then we will use it

Signed-off-by: ssharmasandeep <ssharma@aarnanetworks.com>
Signed-off-by: ssharmasandeep <ssharma@aarnanetworks.com>
Signed-off-by: ssharmasandeep <ssharma@aarnanetworks.com>
Signed-off-by: ssharmasandeep <ssharma@aarnanetworks.com>
Signed-off-by: ssharmasandeep <ssharma@aarnanetworks.com>
@nephio-prow nephio-prow bot requested review from henderiw and s3wong May 22, 2023 15:38
Signed-off-by: ssharmasandeep <ssharma@aarnanetworks.com>
@ssharmasandeep
Copy link
Contributor Author

After this is merged I will create the concluding PR with the operator/nephio-controller-manager main.go final changes with proper config passed in the loop for setupwithmanager calls.
-Sandeep

@ssharmasandeep
Copy link
Contributor Author

There is some duplicate code now in controller/pkg/specializer-reconciler, will wait for @henderiw review to handle that.

)

func init() {
reconcilerinterface.Register("vlamreconciler", &reconciler{})
Copy link
Contributor

Choose a reason for hiding this comment

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

call it vlanspecializer

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

)

func init() {
reconcilerinterface.Register("ipamreconciler", &reconciler{})
Copy link
Contributor

Choose a reason for hiding this comment

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

call it ipamspecializer

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@henderiw
Copy link
Contributor

move condition to pkg/porch/condition

Signed-off-by: ssharmasandeep <ssharma@aarnanetworks.com>
Signed-off-by: ssharmasandeep <ssharma@aarnanetworks.com>
@henderiw
Copy link
Contributor

/approve

@nephio-prow
Copy link
Contributor

nephio-prow bot commented May 22, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: henderiw

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

@nephio-prow nephio-prow bot added the approved label May 22, 2023
@kispaljr
Copy link
Contributor

/lgtm

@nephio-prow nephio-prow bot added the lgtm label May 23, 2023
@nephio-prow nephio-prow bot merged commit 44c39dc into nephio-project:main May 23, 2023
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants