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

Refactor openevec to base actions on top of type and fix multiple configs #906

Merged
merged 5 commits into from
Oct 19, 2023

Commits on Oct 13, 2023

  1. OpenEVEC type to implement all actions on top

    We want to refactor the logic to use base type for all exported openevec
     actions
    
    Signed-off-by: Petr Fedchenkov <giggsoff@gmail.com>
    giggsoff committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    dc94a19 View commit details
    Browse the repository at this point in the history
  2. Functions to load controller variables from config

    To use controller config options directly from config we should
    implement several functions
    
    Signed-off-by: Petr Fedchenkov <giggsoff@gmail.com>
    giggsoff committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    30b1f0c View commit details
    Browse the repository at this point in the history
  3. Refactor openevec to base actions on top of type

    To use the same semantic in openevec we should use the same base type.
    Also we use novel changers to load config directly
    
    Signed-off-by: Petr Fedchenkov <giggsoff@gmail.com>
    giggsoff committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    8897e0e View commit details
    Browse the repository at this point in the history
  4. Smoke test for multiple configs setup

    Let's use simple scenario where we want to create several EVE-OS
    instances in different configs
    
    Signed-off-by: Petr Fedchenkov <giggsoff@gmail.com>
    giggsoff committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    7e15fb4 View commit details
    Browse the repository at this point in the history
  5. Do not fatal on delete

    In case of delete it would be nice to not show fatal errors
    
    Signed-off-by: Petr Fedchenkov <giggsoff@gmail.com>
    giggsoff committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    5fd567e View commit details
    Browse the repository at this point in the history