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

Control the agents remotely #213

Merged

Commits on Jan 6, 2022

  1. Functionize some sections in main

    - Make watchNetworkingRule() function
    - Make compareAndSwapHostNetworkInformation() function
    yunkon-kim committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    f6a89d2 View commit details
    Browse the repository at this point in the history
  2. Improve cb-network object and refactor correlated parts

    - Add variables (ID, HostID, notificationChannel) in cb-network object for object independence
    - Re-accommodate decodeAndSetNetworkingRule() under cb-network object
    - Rename term from IPCIDRBlock to IPv4Network
    yunkon-kim committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    914b6a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Specify the control module and process module

    - Add control() and process()
    - Replace and fit the existing functions to the mechanism of process()
    yunkon-kim committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    a01b019 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc31c47 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Improve control and process modules

    - Integrate with etcd control mechanism
    - Newly create command package to handle commands and its message body
    - Move and tidy up some source code blocks
    yunkon-kim committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    f675de6 View commit details
    Browse the repository at this point in the history