Skip to content

feat(agw): set up containerized agw with fabric#15132

Merged
LKreutzer merged 4 commits intomagma:masterfrom
wolfseb:set_up_containerized_agw_with_fabric
Mar 13, 2023
Merged

feat(agw): set up containerized agw with fabric#15132
LKreutzer merged 4 commits intomagma:masterfrom
wolfseb:set_up_containerized_agw_with_fabric

Conversation

@wolfseb
Copy link
Copy Markdown
Contributor

@wolfseb wolfseb commented Mar 7, 2023

Part of #14909 .

Summary

Introduces a fabric command to setup the dockerized AGW for convenience.

Test Plan

Setup the dockerized AGW with the fabric command fab start-gateway-containerized and check the containers functionality.

Additional Information

  • This change is backwards-breaking

@wolfseb wolfseb requested review from a team as code owners March 7, 2023 00:05
@pull-request-size pull-request-size bot added the size/M Denotes a PR that changes 30-99 lines. label Mar 7, 2023
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 7, 2023

Thanks for opening a PR! 💯

A couple initial guidelines

Howto

  • Reviews. The "Reviewers" listed for this PR are the Magma maintainers who will shepherd it.
  • Checks. All required CI checks must pass before merge.
  • Merge. Once approved and passing CI checks, use the ready2merge label to indicate the maintainers can merge your PR.

More info

Please take a moment to read through the Magma project's

If this is your first Magma PR, also consider reading

@github-actions github-actions bot added component: agw Access gateway-related issue component: ci All updates on CI (Jenkins/CircleCi/Github Action) labels Mar 7, 2023
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 7, 2023

✔️ The Semantic PR check ended with status success. See instructions on formatting your commit and pull request titles.

Comment thread lte/gateway/docker/README.md Outdated
@wolfseb wolfseb changed the title Set up containerized agw with fabric feat(agw): set up containerized agw with fabric Mar 7, 2023
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 7, 2023

FeG Lint & Test

    2 files  203 suites   40s ⏱️
374 tests 374 ✔️ 0 💤 0
388 runs  388 ✔️ 0 💤 0

Results for commit 0e9fcab.

♻️ This comment has been updated with latest results.

@wolfseb wolfseb linked an issue Mar 7, 2023 that may be closed by this pull request
6 tasks
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 7, 2023

DP Lint & Test

14 tests   14 ✔️  2m 14s ⏱️
  1 suites    0 💤
  1 files      0

Results for commit 0e9fcab.

♻️ This comment has been updated with latest results.

Sebastian Wolf added 4 commits March 7, 2023 11:54
* remove superfluous comment
* add Args in docstrings

Signed-off-by: Sebastian Wolf <[email protected]>
@wolfseb wolfseb force-pushed the set_up_containerized_agw_with_fabric branch from 2350161 to 0e9fcab Compare March 7, 2023 00:55
@MoritzThomasHuebner MoritzThomasHuebner self-assigned this Mar 8, 2023
@MoritzThomasHuebner
Copy link
Copy Markdown
Contributor

@LKreutzer maybe you can review this as well.

Copy link
Copy Markdown
Contributor

@LKreutzer LKreutzer left a comment

Choose a reason for hiding this comment

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

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 9, 2023

LTE containerizes integ test results - extended_tests_long

6 tests  ±0   6 ✔️ ±0   46m 10s ⏱️ +14s
6 suites ±0   0 💤 ±0 
6 files   ±0   0 ±0 

Results for commit 0e9fcab. ± Comparison against base commit 8b770fd.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 9, 2023

LTE containerizes integ test results - extended_tests

46 tests  +46   42 ✔️ +42   1h 47m 40s ⏱️ + 1h 47m 40s
46 suites +46     0 💤 ±  0 
46 files   +46     4 +  4 

For more details on these failures, see this check.

Results for commit 0e9fcab. ± Comparison against base commit 8b770fd.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 9, 2023

LTE containerizes integ test results - precommit

121 tests  +1   119 ✔️ ±0   2h 38m 0s ⏱️ + 39m 14s
121 suites +1       1 💤 ±0 
121 files   +1       1 +1 

For more details on these failures, see this check.

Results for commit 0e9fcab. ± Comparison against base commit 8b770fd.

♻️ This comment has been updated with latest results.

@LKreutzer
Copy link
Copy Markdown
Contributor

I started some integ test runs on a copy branch:

* https://github.com/magma/magma/actions/runs/4373139879

* https://github.com/magma/magma/actions/runs/4373140797

* https://github.com/magma/magma/actions/runs/4373142111

Looks like the tests are okay.

Copy link
Copy Markdown
Contributor

@LKreutzer LKreutzer left a comment

Choose a reason for hiding this comment

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

Lgtm

@LKreutzer LKreutzer merged commit e1a45b3 into magma:master Mar 13, 2023
lucasgonze pushed a commit to lucasgonze/magma that referenced this pull request Feb 29, 2024
* feat(agw): set up containerized agw with fabric

Signed-off-by: Sebastian Wolf <[email protected]>

* docs: add fab command for containerized agw

Signed-off-by: Sebastian Wolf <[email protected]>

* chore(agw): format containerized gateway setup

* remove superfluous comment
* add Args in docstrings

Signed-off-by: Sebastian Wolf <[email protected]>

* docs: specify language for fenced code block

Signed-off-by: Sebastian Wolf <[email protected]>

---------

Signed-off-by: Sebastian Wolf <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component: agw Access gateway-related issue component: ci All updates on CI (Jenkins/CircleCi/Github Action) size/M Denotes a PR that changes 30-99 lines.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fabric is Cleaned-Up

3 participants