Spin ManageIQ/CFME Appliance locally.
Project description
MiqBox
Spin ManageIQ/CFME Appliance locally with Virtualization.
Prerequisite:
-
Virtualization:
-
Devel Packages:
sudo dnf install libvirt-devel python-devel python3-devel
Install:
-
pip
pip install miqbox --user
-
source
python setup.py install --user
Note: For Development install in editable mode.
Troubleshooting:
- libvirt: Polkit error
- To prevent
libvirt
from askingroot
password:- Add
libvirt
group (It may be present by default)sudo groupadd libvirt
- Add not root
user
as membersudo usermod -a -G libvirt <username>
- Add
Polkit
rule forlibvirt
:vim /etc/polkit-1/rules.d/80-libvirt.rules
polkit.addRule(function(action, subject) { if (action.id == "org.libvirt.unix.manage" && subject.local && subject.active && subject.isInGroup("libvirt")) { return polkit.Result.YES; } });
- Add
Usage:
Usage: miqbox [OPTIONS] COMMAND [ARGS]...
Command line application entry point
Options:
--help Show this message and exit.
Commands:
config Configure miqbox
create Create Appliance
evmserver Restart Miq/CFME Server
images Get local or remote available image Args: local: default, will...
kill Kill Appliance
pull Download Image
rmi Remove local Image
start Start Appliance
status Appliance Status
stop Stop Appliance
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
miqbox-0.7.tar.gz
(12.5 kB
view details)
Built Distribution
miqbox-0.7-py3-none-any.whl
(11.1 kB
view details)
File details
Details for the file miqbox-0.7.tar.gz
.
File metadata
- Download URL: miqbox-0.7.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 114b7eb650dc06aa0ba04616a859ea5ad481da497cff8978d3b435aeec986134 |
|
MD5 | 83c3447f287fce616dda5c2dbafb3191 |
|
BLAKE2b-256 | 4afca721807107866e6831d5f72068294675a1b302e4a5a0a66dd9d683a1d9d3 |
File details
Details for the file miqbox-0.7-py3-none-any.whl
.
File metadata
- Download URL: miqbox-0.7-py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb2b30c9b576778c3d3b8d6408d56d3d8fabefa76c8f72023e34bd0329f89056 |
|
MD5 | 5dc41da8eacfa6efac16d481ed9464cc |
|
BLAKE2b-256 | 70734fc577058b94d1722bfc5a4af21d21fae76b8b9b37008202406de3343eff |