Public/admin api’s and high availability with Red Hat OpenStack Installer 6 Juno / Getting OpenStack HA CloudForms ready

This post will guide you through the configuration for an OpenStack HA cluster setup with public facing admin/public apis. Exposing the OpenStack apis is essential if you want to make use of hybrid cloud management tools like CloudForms. OpenStack HA is a very complex beast and hard to setup if you don’t have the right tooling….

Read More

Cloudforms / ManageIQ automation and centralized logging with logstash kibana and elasticsearch

Cloudforms / ManageIQ has a very powerful automation engine. There is basically nothing you can’t do with it. You could even trigger an api call to make coffee during a provisioning run. But what if your provisioning fails? Every step which is executed by the cloudforms automation engine gets logged into /var/www/miq/vmdb/log/evm.log or /var/www/miq/vmdb/log/automation.log. As…

Read More

Install OpenShift Enterpirse 2.2 Non HA

This guide will help you to setup an OpenShift non HA environment within less than an hour. We are installing 1 Broker and 2 nodes. If you do not have a satellite server and need local repos, these are the channels you need to clone are have available: jbappplatform-6-x86_64-server-6-rpm jb-ews-2-x86_64-server-6-rpm rhel-x86_64-server-6-ose-2.2-infrastructure rhel-x86_64-server-6-ose-2.2-jbosseap rhel-x86_64-server-6-ose-2.2-node rhel-x86_64-server-6-ose-2.2-rhc rhel-x86_64-server-6-rhscl-1…

Read More

Gitlab 6.0 (6.x) installation instructions with SCL for Rhel 6.4 and Centos 6.4

Step 1a. If you have a rhel subscription subscribe to the base, optional and redhat software collection beta channel. You will also need the official nginx repository (http://wiki.nginx.org/Install#Official_Red_Hat.2FCentOS_packages). Step 1. If your on Centos add the SCL repo to your Rhel/Centos installation and bring in the official nginx repository (http://wiki.nginx.org/Install#Official_Red_Hat.2FCentOS_packages ). # yum install -y…

Read More

DNS Master / SLAVE TSIG on RHEL 5.8

I am using 2 dns server here. 192.168.2.83 (Master) and 192.168.2.86 (Slave) First lets setup the Master 1. Create /etc/named.conf as RHEL 5.8 does not provide a sample file. Then add the following content to it include “/etc/transfer.key”; server 192.168.2.86 { keys { HOST1-HOST2. ;}; }; acl domblocal { 192.168.2.0/24; 127.0.0.1; }; options { allow-transfer…

Read More