Skip to main content

Spin ManageIQ/CFME Appliance locally.

Project description

<a href="https://github.com/digitronik/miqbox/blob/master/LICENSE"><img alt="License: GPL v2" src="https://img.shields.io/badge/License-GPL%20v2-blue.svg"></a>
<a href="https://github.com/ambv/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>

# miqbox
Spin `ManageIQ/CFME` Appliance locally with `Virtualization`.

**Under progress...**


## Prerequisite:

1. Virtualization:

- [Fedora](https://docs.fedoraproject.org/en-US/quick-docs/getting-started-with-virtualization/)
```bash
sudo dnf install @virtualization
systemctl start libvirtd
systemctl enable libvirtd
```
If you want optional packages
```bash
dnf group install --with-optional virtualization
```
- [Ubuntu](https://help.ubuntu.com/community/KVM/Installation)
```bash
sudo apt-get install qemu-kvm
```

2. Devel Packages:

```bash
sudo dnf install libvirt-devel python-devel python3-devel
```

## Install:
- pip
```bash
pip install miqbox --user
```

- source
```bash
python setup.py install --user
```
Note: For Development install in editable mode.

## Troubleshooting:
- [libvirt: Polkit error](https://fedoraproject.org/wiki/QA:Testcase_Virt_ACLs)


## Usage:


Project details


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.1.tar.gz (10.2 kB view hashes)

Uploaded Source

Built Distribution

miqbox-0.1-py3-none-any.whl (10.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page