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

Remove MBG (partially) from code #168

Merged
merged 32 commits into from
Nov 9, 2023

Conversation

michalmalka
Copy link
Collaborator

Still need to remove from Demos...

@kfirtoledo kfirtoledo requested a review from zivnevo November 7, 2023 14:35
@kfirtoledo
Copy link
Collaborator

kfirtoledo commented Nov 7, 2023

LGTM, but most of the changes were done in the policy-engine(@zivnevo)

kfirtoledo and others added 2 commits November 7, 2023 17:33
Add log-level flag to control the level of log messages.

Signed-off-by: Kfir Toledo <[email protected]>
* Build `gwctl` from directory path, not file
* Add version info package
  - populates source control variables from runtime/debug.BuildInfo
  - adds a global version.txt file (should be updated on every formal release)
  - Short() to allow setting cobra.Command.Version string
* Add `Version` to each root Cobra command (this automatically enables `-v` and `--version` flags)

Signed-off-by: Etai Lev Ran <[email protected]>
Copy link
Collaborator

@elevran elevran left a comment

Choose a reason for hiding this comment

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

  • Why are the config/manifests files removed?
  • How was the list of changes created?
    1. grep -ri mbg . | grep -v -e demo -e Binary -e git | wc -l seems to return more instances than this PR changes
    2. There's an occurrence in the README (Multi-Border Gateway).

@michalmalka
Copy link
Collaborator Author

@elevran For your comments

  • the manifests yaml folder is not used anymore from my understanding (@orozery ?)
  • all other instances will be removed by Kfir (Demo folder)
  • In README - last instance in readme I didn't remove yet as wanted to remove it only after we will remove all instances... (After Kfir's PR)
    I'll go over it again and will see if we can remove it already.

@elevran
Copy link
Collaborator

elevran commented Nov 8, 2023

the manifests yaml folder is not used anymore from my understanding (@orozery ?)

please open a separate PR for that, if possible. Seems unrelated.

I'll go over it again and will see if we can remove it already.

thanks!

Copy link
Collaborator

@elevran elevran left a comment

Choose a reason for hiding this comment

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

if possible, remove the config/manifests in a separate PR.

Signed-off-by: MICHAL MALKA <[email protected]>
Signed-off-by: MICHAL MALKA <[email protected]>
@pull-request-size pull-request-size bot added size/M and removed size/L labels Nov 8, 2023
Copy link
Collaborator

@zivnevo zivnevo left a comment

Choose a reason for hiding this comment

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

LGTM

orozery and others added 5 commits November 8, 2023 16:51
This commit switches the gwctl pod to use the peer CA instead of the fabric CA.
This ensures that gwctl will not be able to connect to other peers.

Signed-off-by: Or Ozeri <[email protected]>
This commit changes the logs output directory of the k8s.sh test.

Signed-off-by: Or Ozeri <[email protected]>
Signed-off-by: MICHAL MALKA <[email protected]>
Bumps the cli group with 1 update: [github.com/spf13/cobra](https://github.com/spf13/cobra).

- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cli
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Etai Lev Ran <[email protected]>
dependabot bot and others added 13 commits November 9, 2023 10:25
…clusterlink-net#166)

Bumps [github.com/bombsimon/logrusr/v4](https://github.com/bombsimon/logrusr) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/bombsimon/logrusr/releases)
- [Commits](bombsimon/logrusr@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: github.com/bombsimon/logrusr/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: MICHAL MALKA <[email protected]>
Signed-off-by: MICHAL MALKA <[email protected]>
Signed-off-by: MICHAL MALKA <[email protected]>
Signed-off-by: MICHAL MALKA <[email protected]>
Signed-off-by: MICHAL MALKA <[email protected]>
Signed-off-by: MICHAL MALKA <[email protected]>
Signed-off-by: MICHAL MALKA <[email protected]>
Signed-off-by: MICHAL MALKA <[email protected]>
@pull-request-size pull-request-size bot added size/L and removed size/M labels Nov 9, 2023
@michalmalka michalmalka merged commit c6cf9ea into clusterlink-net:main Nov 9, 2023
@michalmalka michalmalka linked an issue Nov 13, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove MBG acronyms from the code
5 participants