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

nephio-controller-manager operator #208

Merged
merged 15 commits into from
May 19, 2023

Conversation

ssharmasandeep
Copy link
Contributor

This PR has the operator nephio-controller-manager.
Since we have to create PR one go.mod change at a time, the subsequent PRs post this will have the controllers registered
with the main operator manager.

ssharmasandeep and others added 4 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>
Copy link
Member

@johnbelamaric johnbelamaric left a comment

Choose a reason for hiding this comment

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

Looks good, a few non-blocking points.

/approve

@@ -19,12 +19,15 @@ package ctrlrconfig
import (
"time"

"github.com/henderiw-nephio/nephio-controllers/pkg/giteaclient"
Copy link
Member

Choose a reason for hiding this comment

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

What's this package, should it be in a nephio repo?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes . Changed tjhis to "github.com/nephio-project/nephio/controllers/pkg/giteaclient".

controllers/pkg/reconcilers/config/config.go Show resolved Hide resolved
@johnbelamaric
Copy link
Member

Ok, thanks. That looks good but I would like another set of eyes on it.

@gvbalaji
Copy link

Thanks @ssharmasandeep . Overall looks good. Can you please add a unit test to have some coverage?

@ssharmasandeep
Copy link
Contributor Author

ssharmasandeep commented May 19, 2023 via email

@henderiw
Copy link
Contributor

/approve
/lgtm

@ssharmasandeep
Copy link
Contributor Author

/test presubmit-nephio-go-test


@nephio-prow nephio-prow bot removed the lgtm label May 19, 2023
Signed-off-by: ssharmasandeep <ssharma@aarnanetworks.com>
Signed-off-by: ssharmasandeep <ssharma@aarnanetworks.com>
@henderiw
Copy link
Contributor

/approve
/lgtm

@nephio-prow nephio-prow bot added the lgtm label May 19, 2023
@nephio-prow
Copy link
Contributor

nephio-prow bot commented May 19, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: henderiw, johnbelamaric

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:
  • OWNERS [henderiw,johnbelamaric]

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 merged commit f95bbb7 into nephio-project:main May 19, 2023
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

4 participants