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: New node gRPC server for initiator retrieval #76

Merged
merged 5 commits into from
Apr 24, 2023

Commits on Apr 11, 2023

  1. refactor: New node gRPC server for initiator retrieval

    The original version of this driver used the nodes iQN as nodeID, and
    passed FC and SAS initiators through the topology map. This change
    adds a new gRPC server to each node, and changes the Node ID to be the
    node IP address.
    David-T-White committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    96d4998 View commit details
    Browse the repository at this point in the history
  2. refactor: Add protoc compilation to the Makefile

    Add protocol buffer generation as part of the Makefile for
    the node gRPC service
    David-T-White committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    ef998bd View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    1a7fb63 View commit details
    Browse the repository at this point in the history
  2. fix: Remove hyphens from environment variables

    Remove hyphens from environment variable names and add names
    into the configuration constants of the common driver code
    David-T-White committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    58b36b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

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