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
Troubleshooting
-
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; } });
-
Usage
-
Help available with
MiqBox
Usage: miqbox [OPTIONS] COMMAND [ARGS]... Spin ManageIQ/CFME Appliance locally with Virtualization. Options: --version Show the version and exit. --help Show this message and exit. Commands: config Configure MiqBox create Create Appliance evmserver Restart Miq/CFME Server images Check available images kill Kill Appliance pull Download Image rmi Remove local Images start Start Appliance status Appliance Status stop Stop Appliance
Contribute
-
Fork the repository on GitHub and make some changes. Make sure to add yourself to AUTHORS.
-
Install the in development mode
pip install -r requirements-dev.txt pip install -e .
-
Send pull requests and bugs.
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-1.2.tar.gz
(13.5 kB
view details)
File details
Details for the file miqbox-1.2.tar.gz
.
File metadata
- Download URL: miqbox-1.2.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac3f0f6d92488526be3f237a388cc8d04771fa059ecac6e9048619d75b475701 |
|
MD5 | a0e10ee9dc0a0f28f696316ea51a90ad |
|
BLAKE2b-256 | 4fc5331cdf7171fd89145cdb2aa9a3febb695fb88aff43b10456f120c9c3d5eb |