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

chore: Ansible warnings are fixed #13165

Merged
merged 2 commits into from Jul 25, 2022
Merged

Conversation

mpfirrmann
Copy link
Contributor

@mpfirrmann mpfirrmann commented Jul 1, 2022

Summary

Two different deprecation warnings in the Ansible playbooks / configs are taken care of.

  1. callback_whitelist is deprecated and replaced by callbacks_enabled; https://docs.ansible.com/ansible/latest/reference_appendices/config.html#callbacks-enabled
  2. The append parameter in the ansible.builtin.user module takes groups, not group; https://docs.ansible.com/ansible/latest/collections/ansible/builtin/user_module.html#parameter-append

Test Plan

Spin up magma-dev VM and check for warnings.

Additional Information

  • This change is backwards-breaking

@mpfirrmann mpfirrmann requested a review from a team as a code owner July 1, 2022 07:17
@mpfirrmann mpfirrmann requested review from a team, koolzz and uri200 July 1, 2022 07:17
@pull-request-size pull-request-size bot added the size/S Denotes a PR that changes 10-29 lines. label Jul 1, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Jul 1, 2022

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) component: cwf component: feg FEG-gateway related issues component: orc8r Orchestrator-related issue labels Jul 1, 2022
@mpfirrmann mpfirrmann changed the title chore: Ansible warnings are removed chore: Ansible warnings are fixed Jul 1, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Jul 1, 2022

feg-workflow

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

Results for commit 824c689.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 1, 2022

dp-workflow

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

Results for commit 824c689.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 1, 2022

cloud-workflow

1 000 tests   1 000 ✔️  2m 21s ⏱️
   356 suites         0 💤
       7 files           0

Results for commit 824c689.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 1, 2022

agw-workflow

615 tests   611 ✔️  4m 21s ⏱️
    2 suites      4 💤
    2 files        0

Results for commit 824c689.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@ShubhamTatvamasi ShubhamTatvamasi left a comment

Choose a reason for hiding this comment

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

LGTM

@mpfirrmann mpfirrmann removed the request for review from koolzz July 5, 2022 08:37
Signed-off-by: Marco Pfirrmann <marco.pfirrmann@tngtech.com>
Signed-off-by: Marco Pfirrmann <marco.pfirrmann@tngtech.com>
@mpfirrmann mpfirrmann removed the request for review from uri200 July 25, 2022 11:41
@mpfirrmann mpfirrmann added the ready2merge This PR is ready to be merged (is approved and passes all required checks) label Jul 25, 2022
@crasu crasu merged commit c2dd72d into magma:master Jul 25, 2022
MoritzThomasHuebner pushed a commit to MoritzThomasHuebner/magma that referenced this pull request Jul 26, 2022
* 'callback_whitelist' warnings are removed
* 'append' warning is removed

Signed-off-by: Marco Pfirrmann <marco.pfirrmann@tngtech.com>
emakeev pushed a commit to emakeev/magma that referenced this pull request Aug 5, 2022
* 'callback_whitelist' warnings are removed
* 'append' warning is removed

Signed-off-by: Marco Pfirrmann <marco.pfirrmann@tngtech.com>
@mpfirrmann mpfirrmann deleted the depr_warning_ansible branch September 21, 2022 15:40
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) component: cwf component: feg FEG-gateway related issues component: orc8r Orchestrator-related issue ready2merge This PR is ready to be merged (is approved and passes all required checks) size/S Denotes a PR that changes 10-29 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants