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

feat(AM-11526,AM-11741): Slice Gateway External LoadBalancer #180

Merged
merged 13 commits into from
Nov 23, 2023

Conversation

mridulgain
Copy link
Contributor

@mridulgain mridulgain commented Sep 19, 2023

Description

Controller changes for Slice Gateway External LoadBalancer implementation

  • introduced SliceGatewayServiceType in SliceConfig & WorkerSliceConfig

Fixes #

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist:

  • The title of the PR states what changed and the related issues number (used for the release note).
  • Does this PR requires documentation updates?
  • I've updated documentation as required by this PR.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have tested it for all user roles.
  • I have added all the required unit test cases.

Does this PR introduce a breaking change for other components like worker-operator?


@mridulgain mridulgain changed the base branch from master to dev September 21, 2023 06:40
@mridulgain mridulgain changed the title feat(): Slice Gateway External LoadBalancer feat(AM-11526): Slice Gateway External LoadBalancer Sep 25, 2023
#190)

* feat(AM-11741): define protocol for gw svc type

* feat(AM-11741): reconcilation logic for gateway service protocol

* feat(AM-11741): provide gw protocol during cert generation

* fix(AM-11741): webhook validation, env var & wsc reconciler

* fix(): gwsvctype mistatch

---------

Signed-off-by: Mridul Gain <[email protected]>
@mridulgain mridulgain marked this pull request as ready for review November 10, 2023 09:52
@mridulgain mridulgain changed the title feat(AM-11526): Slice Gateway External LoadBalancer feat(AM-11526,AM-11741): Slice Gateway External LoadBalancer Nov 10, 2023
@narmidm narmidm merged commit 87c96ac into dev Nov 23, 2023
4 checks passed
narmidm added a commit that referenced this pull request Nov 23, 2023
* feat(): vpnkeyrotation apis, webhook, ITs, UTs and service layer (#151)

feat(): vpnkeyrotation apis, webhook, ITs, UTs and service layer (#151)

Signed-off-by: rahulsawra98 <[email protected]

* Update trivy.yml

Signed-off-by: Md Imran <[email protected]>

* Create codeql.yml

Signed-off-by: Md Imran <[email protected]>

* Update trivy.yml

Signed-off-by: Md Imran <[email protected]>

* Delete codeql.yml

Signed-off-by: Md Imran <[email protected]>

* feat(AM-11526,AM-11741): Slice Gateway External LoadBalancer  (#180)

* added slicegatewayServiceType field

Signed-off-by: Mridul <[email protected]>

* added slice config validation

Signed-off-by: Mridul <[email protected]>

* workerslicegw change:  adding gw connectivity type

Signed-off-by: Mridul <[email protected]>

* feat(AM-11526): reconcile logic for LB IPs

Signed-off-by: Mridul <[email protected]>

* feat(AM-11526): updating gwConnType is not allowed

Signed-off-by: Mridul <[email protected]>

* set gwSvcType during workersliceconfig creation

Signed-off-by: Mridul <[email protected]>

* feat(AM-11526): set gwSvcType during workerSliceGw creation

Signed-off-by: Mridul <[email protected]>

* feat(AM-11526):  webhook validation not needed in wsc & wsg

Signed-off-by: Mridul <[email protected]>

* feat(AM-11741): protocol specification for slice gateway load balancer (#190)

* feat(AM-11741): define protocol for gw svc type

* feat(AM-11741): reconcilation logic for gateway service protocol

* feat(AM-11741): provide gw protocol during cert generation

* fix(AM-11741): webhook validation, env var & wsc reconciler

* fix(): gwsvctype mistatch

---------

Signed-off-by: Mridul Gain <[email protected]>

* fix: edge case

Signed-off-by: Mridul <[email protected]>

* feat(AM-12018): unit test for getSliceGwSvcTypes()

Signed-off-by: Mridul <[email protected]>

* fix(AM-12018): prevent protocol update

Signed-off-by: Mridul <[email protected]>

* fix(AM-12018): unit tests for validateSlicegatewayServiceType

Signed-off-by: Mridul <[email protected]>

---------

Signed-off-by: Mridul <[email protected]>
Signed-off-by: Mridul Gain <[email protected]>

---------

Signed-off-by: rahulsawra98 <[email protected]
Signed-off-by: Mridul <[email protected]>
Signed-off-by: Md Imran <[email protected]>
Signed-off-by: Mridul Gain <[email protected]>
Co-authored-by: rahulsawra98 <[email protected]>
Co-authored-by: Mridul <[email protected]>
mridulgain added a commit that referenced this pull request Feb 16, 2024
* feat(): vpnkeyrotation apis, webhook, ITs, UTs and service layer (#151)

feat(): vpnkeyrotation apis, webhook, ITs, UTs and service layer (#151)

Signed-off-by: rahulsawra98 <[email protected]

* Update trivy.yml

Signed-off-by: Md Imran <[email protected]>

* Create codeql.yml

Signed-off-by: Md Imran <[email protected]>

* Update trivy.yml

Signed-off-by: Md Imran <[email protected]>

* Delete codeql.yml

Signed-off-by: Md Imran <[email protected]>

* feat(AM-11526,AM-11741): Slice Gateway External LoadBalancer  (#180)

* added slicegatewayServiceType field

Signed-off-by: Mridul <[email protected]>

* added slice config validation

Signed-off-by: Mridul <[email protected]>

* workerslicegw change:  adding gw connectivity type

Signed-off-by: Mridul <[email protected]>

* feat(AM-11526): reconcile logic for LB IPs

Signed-off-by: Mridul <[email protected]>

* feat(AM-11526): updating gwConnType is not allowed

Signed-off-by: Mridul <[email protected]>

* set gwSvcType during workersliceconfig creation

Signed-off-by: Mridul <[email protected]>

* feat(AM-11526): set gwSvcType during workerSliceGw creation

Signed-off-by: Mridul <[email protected]>

* feat(AM-11526):  webhook validation not needed in wsc & wsg

Signed-off-by: Mridul <[email protected]>

* feat(AM-11741): protocol specification for slice gateway load balancer (#190)

* feat(AM-11741): define protocol for gw svc type

* feat(AM-11741): reconcilation logic for gateway service protocol

* feat(AM-11741): provide gw protocol during cert generation

* fix(AM-11741): webhook validation, env var & wsc reconciler

* fix(): gwsvctype mistatch

---------

Signed-off-by: Mridul Gain <[email protected]>

* fix: edge case

Signed-off-by: Mridul <[email protected]>

* feat(AM-12018): unit test for getSliceGwSvcTypes()

Signed-off-by: Mridul <[email protected]>

* fix(AM-12018): prevent protocol update

Signed-off-by: Mridul <[email protected]>

* fix(AM-12018): unit tests for validateSlicegatewayServiceType

Signed-off-by: Mridul <[email protected]>

---------

Signed-off-by: Mridul <[email protected]>
Signed-off-by: Mridul Gain <[email protected]>

* fix(AM-12145):  prevent protocol update

Signed-off-by: Mridul <[email protected]>

* feat(AM-12243): controller changes for envoy gw (#196)

* feat(): api changes for envoy gw

Signed-off-by: Mridul <[email protected]>

* feat(): adding new fields to support multinet slice

Signed-off-by: Mridul Gain <[email protected]>

---------

Signed-off-by: Mridul <[email protected]>
Signed-off-by: Mridul Gain <[email protected]>

---------

Signed-off-by: rahulsawra98 <[email protected]
Signed-off-by: Mridul <[email protected]>
Signed-off-by: Md Imran <[email protected]>
Signed-off-by: Mridul Gain <[email protected]>
Co-authored-by: rahulsawra98 <[email protected]>
Co-authored-by: Md Imran <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants