[PR #311] [MERGED] WebVirtMgr deployment via Fabric/Fabtools #616

Closed
opened 2026-02-27 16:39:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtmgr/pull/311
Author: @mohabusama
Created: 5/18/2014
Status: Merged
Merged: 5/19/2014
Merged by: @retspen

Base: masterHead: master


📝 Commits (8)

  • cd3c200 Added Fabric deployment script
  • ccacf68 Fix for nginx multi-os support bug
  • e75c6ef Fixes for CentOS deployment
  • b5caccb Fix deploy with Non Root
  • 528ebcf Tested with Centos 6.5
  • f060e24 Fix for Fedora(20,19) installation
  • 2920f0f Added requirements.txt and README.md
  • 3c9b824 Updated README

📊 Changes

9 files changed (+411 additions, -0 deletions)

View changed files

deploy/fabric/README.md (+111 -0)
deploy/fabric/fab_requirements.txt (+2 -0)
deploy/fabric/fabfile.py (+37 -0)
deploy/fabric/settings.py (+30 -0)
deploy/fabric/templates/README.md (+13 -0)
deploy/fabric/templates/nginx.conf (+14 -0)
deploy/fabric/templates/original.nginx.conf (+45 -0)
deploy/fabric/templates/webvirtmgr.ini (+8 -0)
deploy/fabric/utils.py (+151 -0)

📄 Description

This pull request enables users to deploy WebVirtMgr on a remote server via Fabric.

Deployment can be done with one command like:

$ fab -H *host ip* -u *username* -p *password* deploy_webvirt

All scripts are placed in deploy/fabric directory.

Regards,


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtmgr/pull/311 **Author:** [@mohabusama](https://github.com/mohabusama) **Created:** 5/18/2014 **Status:** ✅ Merged **Merged:** 5/19/2014 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`cd3c200`](https://github.com/retspen/webvirtmgr/commit/cd3c2008b4dd713e8d20fef106ebca0634ebdab6) Added Fabric deployment script - [`ccacf68`](https://github.com/retspen/webvirtmgr/commit/ccacf684745dfdc65d61ea8c52e52f611b8defcb) Fix for nginx multi-os support bug - [`e75c6ef`](https://github.com/retspen/webvirtmgr/commit/e75c6efcdc989adb3f40b56400280d9b5bbbc1b4) Fixes for CentOS deployment - [`b5caccb`](https://github.com/retspen/webvirtmgr/commit/b5caccb5efcdf2251db2bffa49a291de48a1f8f0) Fix deploy with Non Root - [`528ebcf`](https://github.com/retspen/webvirtmgr/commit/528ebcf05c454e5047af6644d7756960f0750967) Tested with Centos 6.5 - [`f060e24`](https://github.com/retspen/webvirtmgr/commit/f060e24c8ebd284e80111cf80bf4821aa7ea1c2e) Fix for Fedora(20,19) installation - [`2920f0f`](https://github.com/retspen/webvirtmgr/commit/2920f0f8e8910c5587125a48075a250c730a55b7) Added requirements.txt and README.md - [`3c9b824`](https://github.com/retspen/webvirtmgr/commit/3c9b82473f1ae1ff41867e8950cacb58644424d6) Updated README ### 📊 Changes **9 files changed** (+411 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `deploy/fabric/README.md` (+111 -0) ➕ `deploy/fabric/fab_requirements.txt` (+2 -0) ➕ `deploy/fabric/fabfile.py` (+37 -0) ➕ `deploy/fabric/settings.py` (+30 -0) ➕ `deploy/fabric/templates/README.md` (+13 -0) ➕ `deploy/fabric/templates/nginx.conf` (+14 -0) ➕ `deploy/fabric/templates/original.nginx.conf` (+45 -0) ➕ `deploy/fabric/templates/webvirtmgr.ini` (+8 -0) ➕ `deploy/fabric/utils.py` (+151 -0) </details> ### 📄 Description This pull request enables users to deploy WebVirtMgr on a remote server via Fabric. Deployment can be done with one command like: ``` $ fab -H *host ip* -u *username* -p *password* deploy_webvirt ``` All scripts are placed in **deploy/fabric** directory. Regards, --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 16:39:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtmgr#616
No description provided.