All Projects → rhevm-qe-automation → ovirt-ansible

rhevm-qe-automation / ovirt-ansible

Licence: GPL-3.0 license
Ansible playbooks for ovirt management

Programming Languages

Jinja
831 projects
python
139335 projects - #7 most used programming language
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to ovirt-ansible

ovirt-engine-sdk-go
The generator of Go SDK for oVirt v4.0+
Stars: ✭ 20 (-23.08%)
Mutual labels:  ovirt-engine, ovirt-management
go-ovirt
Go SDK Source-Code for oVirt 4.x, generated by ovirt/ovirt-engine-sdk-go.
Stars: ✭ 27 (+3.85%)
Mutual labels:  ovirt-engine, ovirt-management
Yeet-Emulator
🔥 A really basic emulator to understand how IL code works.
Stars: ✭ 47 (+80.77%)
Mutual labels:  virtualization
swiss-army
Ansible-driven configuration management for maintaining a preferred environment (base system and app dotfiles / configurations)
Stars: ✭ 44 (+69.23%)
Mutual labels:  ansible-roles
initial-webserver-setup
Ansible playbook for initial ubuntu 16.04 webserver setup and Laravel zero time deployment
Stars: ✭ 50 (+92.31%)
Mutual labels:  ansible-roles
node-qemu-server
Free GUI / Frontend / Management tool for simple setup, configure and control virtual machines (qemu / kvm) within your HTML5 Webbrowser. Virtualization with Node.js / Currently under complete rewrite.
Stars: ✭ 41 (+57.69%)
Mutual labels:  virtualization
ovirt-site
oVirt website
Stars: ✭ 74 (+184.62%)
Mutual labels:  virtualization
vps host server
VPS Hosting Server Daemon for provisioning, monitoring, and communications with the central system.
Stars: ✭ 12 (-53.85%)
Mutual labels:  virtualization
traefik-docker-ansible
🐳 🐹  This is an Ansible playbook to install multiple Web applications on a single Ubuntu server with Docker and Traefik.
Stars: ✭ 75 (+188.46%)
Mutual labels:  ansible-roles
offensive-infrastructure
Offensive Infrastructure with Modern Technologies
Stars: ✭ 88 (+238.46%)
Mutual labels:  ansible-roles
ansiblecheck
One Stop Solution For Checking Your Ansible Roles and Playbooks
Stars: ✭ 56 (+115.38%)
Mutual labels:  ansible-roles
Zelda.RISCV.Emulator
A System Level RISCV32 Emulator Over x86_64: capable of booting RISCV Linux
Stars: ✭ 18 (-30.77%)
Mutual labels:  virtualization
python-negotiator
Scriptable KVM/QEMU guest agent implemented in Python
Stars: ✭ 40 (+53.85%)
Mutual labels:  virtualization
Anatomy-of-System-Engineering
System Engineering Memory Map
Stars: ✭ 17 (-34.62%)
Mutual labels:  virtualization
vspheretools
vSphereTools is a set of scripts from DevOpsHQ to support working with vSphere and virtual machines (VMs) on it, which are based on the pysphere library.
Stars: ✭ 19 (-26.92%)
Mutual labels:  virtualization
react-cool-virtual
😎 ♻️ A tiny React hook for rendering large datasets like a breeze.
Stars: ✭ 1,031 (+3865.38%)
Mutual labels:  virtualization
Mail-Toaster-6
Mail Toaster 6
Stars: ✭ 40 (+53.85%)
Mutual labels:  virtualization
haaukins
A Highly Accessible and Automated Virtualization Platform for Security Education
Stars: ✭ 148 (+469.23%)
Mutual labels:  virtualization
vminspect
Tools for inspecting disk images
Stars: ✭ 25 (-3.85%)
Mutual labels:  virtualization
uvmm
Virtual machine monitor for L4Re
Stars: ✭ 22 (-15.38%)
Mutual labels:  virtualization

Build Status

ovirt-ansible

Ansible roles for oVirt deployment.

Roles in this repository can configure nodes used as oVirt deployment members.

Host groups

Each role has documentation, where you can find Target systems section. This section specifies what kind of node you can apply relevant role.

engine

This host group is meant for node where the oVirt Engine management is supposed to be deployed.

hypervisors

This host groups are meant for all nodes which are supposed to be used as hypervisors of oVirt Engine.

Note that none of the roles in this repository adds these machines into oVirt Engine.

database

This host group is meant for node on which the database is supposed to be deployed.

dwh

This host group is meant for node on which the DWH is supposed to be deployed.

guest

This host group is meant for virtual machines hosted by oVirt Engine.

Implemented roles

Test

This project uses provision_docker an ansible role to run oVirt deployment roles against to docker containers.

In order to run oVirt deployment against to docker containers, the docker service has to be configured and running on your system.

Under tests directory, there are playbooks for different oVirt versions

  • tests/test-3.6.yml (Disabled because of #155)
  • tests/test-4.0.yml (Disabled because of #155)
  • tests/test-4.1.yml
  • tests/test-4.2.yml
# Install ansible and docker-py
pip install ansible docker-py
# Download depending ansible roles
ansible-galaxy install -r tests/requirements.yml -p tests/roles/
# Run oVirt deployment roles
ansible-playbook tests/test-4.2.yml -i tests/inventory

You can find the Dockerfile which was used to build the images which the tests are using under Dockerfiles directory.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].