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

Rebase openshift/kuryr-kubernetes from https://opendev.org/openstack/kuryr-kubernetes #169

Merged
merged 6 commits into from Feb 26, 2020

Commits on Feb 21, 2020

  1. Bump hacking to newer version

    Our hacking module is ancient and makes Python 3.6's f-strings to fail
    PEP8 check. This commit bumps hacking to newer version and fixes
    violations found by it.
    
    Change-Id: If8769f7657676d71bcf84c08108e728836071425
    dulek committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    1045bcb View commit details
    Browse the repository at this point in the history
  2. Nested: Detect MTU mismatch

    Apparently it is possible to override Neutron's MTU setting through DHCP
    agent. This may lead to a situation when node (VM) network will have a
    different MTU than pod network. In such case setting pod network's MTU
    on a Pod's veth pair will fail due to MTU mismatch.
    
    This commit makes sure we detect such situation soon and produce a log
    message with a hint about the root cause.
    
    Change-Id: Ib694950c77ac7c3fd480f579b627dc79bfceac85
    Closes-Bug: 1863212
    dulek committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    574f5ea View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Enable trace on kuryr-kubernetes plugin.

    In this change, we enable xtrace on devstack plugin script for
    kuryr-kubernetes. It helps with diagnose possible issues during devstack
    deployment.
    
    Change-Id: Ib141dc6b625470d31c1527322fa22ac6629c9f07
    gryf committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    6679558 View commit details
    Browse the repository at this point in the history
  2. Merge "Bump hacking to newer version"

    Zuul authored and openstack-gerrit committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    3fd5ea1 View commit details
    Browse the repository at this point in the history
  3. Merge "Nested: Detect MTU mismatch"

    Zuul authored and openstack-gerrit committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    0ff30ac View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Configuration menu
    Copy the full SHA
    6d754e6 View commit details
    Browse the repository at this point in the history