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

How To add new node? #139

Closed
wuwei3 opened this issue Jul 29, 2019 · 3 comments
Closed

How To add new node? #139

wuwei3 opened this issue Jul 29, 2019 · 3 comments
Labels
question Further information is requested

Comments

@wuwei3
Copy link

wuwei3 commented Jul 29, 2019

For now, I have successfully installed the fog, but I don't know what and how to use it, for example, if i want to add new node into it, how could I do with wiriting code? and is there any simple way to do like by webside or something else?

If it is possible, could you please list the functions of fog for now?

@wuwei3 wuwei3 added the bug Something isn't working label Jul 29, 2019
@gabrik gabrik added question Further information is requested and removed bug Something isn't working labels Jul 31, 2019
@gabrik
Copy link
Contributor

gabrik commented Jul 31, 2019

In order to "add" another node you need to install in another machine the agent, the os plugin, the network plugin and one runtime plugin, so everything except yaks, and then you have to configure it to use the same yaks server of the first one.

Some examples can be found here:
https://github.com/atolab/fog05_demo/tree/master/fim_api

Docs can be found here: https://atolab.github.io/fog05-doc/fog05.html#module-fog05.fimapi

With fog05 you can deploy differt kind of applications: LXD containers, KVM VMs or binary applicaiton of the different nodes that are part of the fog system

@wuwei3
Copy link
Author

wuwei3 commented Jul 31, 2019

What if another node installed the yaks? any impact?
If I don't start the yaks on another machine, can I add the node?

@gabrik
Copy link
Contributor

gabrik commented Jul 31, 2019

No impact, but you must configure all the node to connect to the same YAKS server

@gabrik gabrik closed this as completed Aug 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants