CloudForms in AWS part 1

Ever wondered what CloudForms can do for you in AWS? The next few blog posts will walk you through step by step how to upload the CloudForms image to AWS, how to assign the correct policies and roles and how to configure it correctly so it can discover your environment. Part 1 is dedicated to…

Read More

Building RocketChat as an ansible playbook bundle on OpenShift Container platform (fix for ocp 3.7)

The current apb-1.0.4-1.el7.noarch in OpenShift 3.7 enterprise from the rhel-7-server-ose-3.7-rpms channel is currently broken. When you try to list apb’s you will get the following error: apb push Exception occurred! unsupported operand type(s) for +: ‘NoneType’ and ‘str’ Now I will show you how you can fix this. It is important to follow the steps…

Read More

CloudForms Ansible Tower Inventory fix

Unfortunately the latest version of Ansible Tower 3.2.1 is not able to connect to CloudForms due to a bug in the inventory file cloudforms.py If you need a fix for it until it is fixed downstream in the next tower release you can use mine (not supported of course) The PR is here: https://github.com/ansible/ansible/pull/31760 fix…

Read More