Modify the overcloud-full.qcow2 and Ironic configs to add drivers during boot time for deployment with Red Hat OSP Director based on tripleO

I am working with old equipment in my home lab which sometimes brings more complexity into my deployments. In case of tripleO and ironic my old hardware was actually beneficial to learn how ironic and triple0 works. I am working with BL465c G6 and SB40c which have a e200/p400 controller. RHEL7.x does not recognize these…

Read More

OpenStack Tokyo summit voting is open!

Narendra Narang and I submitted a good topic for the Tokyo OpenStack Summit: Stop thinking traditional infrastructure – Think Cloud! A recipe to build a successful cloud environment We would like to share our knowledge and show you the redhat way of building a cloud. If your interested in the topic vote for us! https://www.openstack.org/summit/tokyo-2015/vote-for-speakers/presentation/4556

Read More

OpenStack Instance console not trusted by browser

Fix invalid cert for Instance Console scp root@controller:/etc/pki/tls/certs/ssl_ps_server.crt . scp -r root@controller:/etc/pki/tls/private/ssl_ps_server.key . scp -r root@controller:/etc/pki/tls/certs/ssl_ps_chain.crt . openssl pkcs12 -export -out openstack.p12 -inkey ssl_ps_server.key -in ssl_ps_server.crt -certfile ssl_ps_chain.crt This will spit out a openstack.p12 file which can be imported and trusted in firefox.

Read More