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

Continue porting functions to OVSDB #580

Merged
merged 17 commits into from
Mar 5, 2024
Merged

Continue porting functions to OVSDB #580

merged 17 commits into from
Mar 5, 2024

Commits on Mar 5, 2024

  1. incusd/network/ovn/nb: Add GetLogicalSwitch

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    Sponsored-by: Luizalabs (https://luizalabs.com)
    stgraber committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    82abd78 View commit details
    Browse the repository at this point in the history
  2. incusd/network/ovn/nb: Replace ChassisGroupChassisDelete with SetChas…

    …sisGroupPriority
    
    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    Sponsored-by: Luizalabs (https://luizalabs.com)
    stgraber committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    c2f770f View commit details
    Browse the repository at this point in the history
  3. incusd/network/ovn/nb: Port CreateLogicalRouterPort to OVSDB

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    Sponsored-by: Luizalabs (https://luizalabs.com)
    stgraber committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    599c758 View commit details
    Browse the repository at this point in the history
  4. incusd/network/ovn/nb: Replace LogicalRouterPortLinkChassisGroup with…

    … CreateLogicalRouterPort
    
    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    Sponsored-by: Luizalabs (https://luizalabs.com)
    stgraber committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    46bcea0 View commit details
    Browse the repository at this point in the history
  5. incusd/network/ovn/nb: Port CreateChassisGroup to OVSDB

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    Sponsored-by: Luizalabs (https://luizalabs.com)
    stgraber committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    1a3d897 View commit details
    Browse the repository at this point in the history
  6. incusd/network/ovn/nb: Port CreateLogicalSwitch to OVSDB

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    Sponsored-by: Luizalabs (https://luizalabs.com)
    stgraber committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    5b4e1b2 View commit details
    Browse the repository at this point in the history
  7. incusd/network/ovn: Update for function changes

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    Sponsored-by: Luizalabs (https://luizalabs.com)
    stgraber committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    04687d3 View commit details
    Browse the repository at this point in the history
  8. incusd/network/ovn: Remove state references

    Change all the loaders to directly take database addresses and TLS
    configuration, it's the responsability of the package's caller to get
    that information.
    
    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    Sponsored-by: Luizalabs (https://luizalabs.com)
    stgraber committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    6e5cd54 View commit details
    Browse the repository at this point in the history
  9. incusd/state: Add OVNNB and OVNSB handles

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    Sponsored-by: Luizalabs (https://luizalabs.com)
    stgraber committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d07c626 View commit details
    Browse the repository at this point in the history
  10. incusd: Update to use state for OVN

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    Sponsored-by: Luizalabs (https://luizalabs.com)
    stgraber committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    6225459 View commit details
    Browse the repository at this point in the history
  11. incusd/device: Make init function return error

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    Sponsored-by: Luizalabs (https://luizalabs.com)
    stgraber committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    21fe632 View commit details
    Browse the repository at this point in the history
  12. incusd/device: Add OVN check on nicOVN

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    Sponsored-by: Luizalabs (https://luizalabs.com)
    stgraber committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    6219a0f View commit details
    Browse the repository at this point in the history
  13. incusd/network/acl: Add OVN check

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    Sponsored-by: Luizalabs (https://luizalabs.com)
    stgraber committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    c9f1ecf View commit details
    Browse the repository at this point in the history
  14. incusd/network: Make init function return error

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    Sponsored-by: Luizalabs (https://luizalabs.com)
    stgraber committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    cf3cd3e View commit details
    Browse the repository at this point in the history
  15. incusd/network: Add OVN check on ovn driver

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    Sponsored-by: Luizalabs (https://luizalabs.com)
    stgraber committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    599093d View commit details
    Browse the repository at this point in the history
  16. incusd/api: Re-order config checks

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    Sponsored-by: Luizalabs (https://luizalabs.com)
    stgraber committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d874bdc View commit details
    Browse the repository at this point in the history
  17. incusd: Add OVN loader

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    Sponsored-by: Luizalabs (https://luizalabs.com)
    stgraber committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    09d98ab View commit details
    Browse the repository at this point in the history