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

etcd: systemd unit support for clustering #691

Closed
wants to merge 2 commits into from

Commits on May 12, 2023

  1. etcd: systemd unit support to start existing etcd node

    Added etcd service and configuration file support to start etcd service
    with existing cluster configuration.
    
    Change-Id: Ia52bbf20fd1951aa76184da54af94231d2324888
    Signed-off-by: ojayanth <ojayanth@in.ibm.com>
    ojayanth committed May 12, 2023
    Configuration menu
    Copy the full SHA
    27c8985 View commit details
    Browse the repository at this point in the history
  2. etcd: add systemd unit support for clustering

    Refer https://etcd.io/docs/v3.5/op-guide/clustering/
    for etcd clustering design background details.
    
    etcd-new.service triggers only, when the config file available
    in the specified path. This generic serive helps to start etcd
    cluster based on the project specific use cases and config
    files.
    
    etcd-new.service only required to run on initial setup or new node
    add into the existing cluster. All other use cases use regular
    etcd.service to start etcd with existing cluster configuration.
    
    Signed-off-by: ojayanth <ojayanth@in.ibm.com>
    ojayanth committed May 12, 2023
    Configuration menu
    Copy the full SHA
    b0d9f43 View commit details
    Browse the repository at this point in the history