mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[GH-ISSUE #389] Question About Adding New Compute #242
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#242
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @leonyonz on GitHub (Nov 10, 2020).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/389
Hello,
Is there any documentation for adding new compute ?
I mean, is the new compute need to full install like in README.MD
@catborise commented on GitHub (Nov 11, 2020):
After minimal/server ubuntu/debian/Centos/fedora installation. You can run this script to prepare new compute.
https://github.com/retspen/webvirtcloud/blob/master/dev/libvirt-bootstrap.sh
Too see the operations you can look at details in this script .
You can also look at webvirtmgr(old version) wikis. Logic is same with webvirtcloud.
https://github.com/retspen/webvirtmgr/wiki
@leonyonz commented on GitHub (Nov 11, 2020):
Thanks