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

Use supported version of fedora in CI #10108

Merged
merged 9 commits into from
Aug 8, 2023

Commits on Jul 27, 2023

  1. tests: replace fedora35 with fedora37

    Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
    MrFreezeex committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b16ff91 View commit details
    Browse the repository at this point in the history
  2. tests: replace fedora36 with fedora38

    Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
    MrFreezeex committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    50db39e View commit details
    Browse the repository at this point in the history
  3. docs: update fedora version in docs

    Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
    MrFreezeex committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    dcbc16b View commit details
    Browse the repository at this point in the history
  4. molecule: upgrade fedora version

    Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
    MrFreezeex committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    69b7c3e View commit details
    Browse the repository at this point in the history
  5. tests: upgrade fedora images for vagrant and kubevirt

    Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
    MrFreezeex committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    93e788d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. vagrant: workaround to fix private network ip address in fedora

    Fedora stop supporting syconfig network script so we added a workaround
    here
    hashicorp/vagrant#12762 (comment)
    to fix it.
    MrFreezeex committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    f6acb01 View commit details
    Browse the repository at this point in the history
  2. netowrkmanager: do not configure dns if using systemd-resolved

    We should not configure dns if we point to systemd-resolved.
    Systemd-resolved is using NetworkManager to infer the upstream DNS
    server so if we set NetworkManager to 127.0.0.53 it will prevent
    systemd-resolved to get the correct network DNS server.
    
    Thus if we are in this case we just don't set this setting.
    
    Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
    MrFreezeex committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7b1877c View commit details
    Browse the repository at this point in the history
  3. image-builder: update centos7 image

    Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
    MrFreezeex committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    9d5f4f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. gitlab-ci: mark fedora packet jobs as allow failure

    Fedora networking is still broken on Packet, let's mark it as allow
    failure for now.
    
    Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
    MrFreezeex committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    cf08696 View commit details
    Browse the repository at this point in the history