HaikelRH / CloudForms_Essentials

Red Hat CloudForms Essentials Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to the CloudForms Essentials Project

This project was designed to augment Red Hat ® CloudForms installations.

Current supported version: cf4.5

Installation

CloudForms Essentials can be installed via an Ansible Playbook!

Important
CloudForms must be running with a database region configured
  • Log into your CloudForms appliance and make sure you are in roots home directory

  • Download the installation playbook

    curl -O https://raw.githubusercontent.com/ramrexx/CloudForms_Essentials/master/cloudforms_essentials_install.yml
  • Execute the installation playbook

    ansible-playbook cloudforms_essentials_install.yml -v

Offline Installation

CloudForms Essentials can be installed in offline mode via an Ansible Playbook

Important
CloudForms must be running with a database region configured
  • Log into your CloudForms appliance and make sure you are in roots home directory

  • Execute the installation playbook in offline mode

    ansible-playbook cloudforms_essentials_install.yml -v -e "offline=true"

About

Red Hat CloudForms Essentials Project

License:Apache License 2.0


Languages

Language:Ruby 98.1%Language:Shell 1.9%