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

Adding a new master node to the existing cluster fails #296

Open
sisudhir opened this issue Nov 13, 2017 · 1 comment
Open

Adding a new master node to the existing cluster fails #296

sisudhir opened this issue Nov 13, 2017 · 1 comment

Comments

@sisudhir
Copy link

Description:
Tried to add a new contiv master to the existing cluster with - 3 master nodes and 7 worker nodes. The addition of master node failed; however, when we tried to add a new node as a worker to the exiting cluster, the installation was successful on the new node.

Requirement:
This is a test case where you add more cluster nodes and scale the master nodes so that you can have a 5-node HA from 3-Node HA (currently we have 3 master nodes in high-availability mode) to sustain two master node failure.

Steps to reproduce the issue:

  1. Copy the ssh key to the new node to be added to the existing cluster.
  2. Add node details in the existing cfg.yml with a master role called out specifically:
    example:
10.65.122.71:
        role: master
        control: eno1
        data: eno2
  1. Run the installer. The installer fails at v2 plugin installation task.

Expected behavior:
The installer skips the install steps on all the nodes expect the new one. The new node should have got added to the exiting 3-node masters in the cluster.

Please find the logs attached.
contiv_install_11-13-2017.07-46-17.UTC.log
host_inventory.log

@kahou82
Copy link
Member

kahou82 commented Nov 13, 2017

@sisudhir we don't have automation to scale additional master node right now. This will be a feature enhancement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants