Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Some questions about adding nodes #34

Open
nparkstar opened this issue Feb 25, 2020 · 2 comments
Open

Some questions about adding nodes #34

nparkstar opened this issue Feb 25, 2020 · 2 comments

Comments

@nparkstar
Copy link

Just Questions!
I want to add nodes after nauta install.
The way I know is to rerun after editing inventory file.
Is this right?
I think the way is not to add nodes but to re-install whole cluster.
Is there other way?

I don't this is the right place to ask.
Would you tell me where is the right place or board to ask about Nauta if it exist?

Thank you,

@pmilewsk
Copy link
Contributor

Hello,

Thank you for using Nauta.

Ansible scripts are idempotent which gives you possibility to rerun whole ansible.
Tasks will be skipped on currently installed nodes and it will add new nodes to the pool.

You need to edit inventory file and add additional nodes then follow the installation instruction.

Second way not recommended but doable is to manually install all nodes step by step like in ansible scripts - copy all needed packages, copy images to the nodes, install packages and images manually - this is not recommended due to high possibility of human error.

Only recommended and supported path is rerun ansible.

If you have any additional questions please let me know.

Best Regards,
Piotr Milewski

@nparkstar
Copy link
Author

Thank you very much for the answer.
The information you provided was very helpful.
I am studying a lot to try to use nauta well.
Please help us in the future.
Thank you again for your help.

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

No branches or pull requests

2 participants