cancel
Showing results for 
Search instead for 
Did you mean: 
saberkan
Flight Engineer Flight Engineer
Flight Engineer
  • 1,855 Views

Which platform (Baremetal/VMs) you use to practice installation of OCP

Hi Community,

I'm planning to subscribe to a web provider of Baremetals/VMs in order to practice the installation/upgrading of OCP.

I'm wondering what do you usually use for this kind of practices ? Any advice ?  

Regards,

3 Replies
sbulav
Flight Engineer Flight Engineer
Flight Engineer
  • 1,837 Views

As OpenShift is installed via Ansible playbooks it doesn't really matter whether you'll install it on baremetal or on VMs. I'd recommend to use Vagrant or Terraform + use cloud provider API to automate creation/deletion of VMs. This would save you a lot of time. Take a look at this video for example: https://www.youtube.com/watch?v=aqXSbDZggK4&t=8s

DanK
Moderator
Moderator
  • 1,801 Views

Funny you mention Vagrant.  It's very difficult to find good information about utilizing Vagrant on RHEL (with libvirt) to stand up RHEL VMs.  After much searching, I found this:

http://alezzandro.com/how-to-create-rhel-based-vagrant-boxes/

Alessandro Arrichiello is a Red Hatter based in Italy.

This doesn't talk about installing vagrant.  You can of course download the RPM directly from vagrantup.com .  I think you can get vagrant from Red Hat repos (Red Hat Software Collections?), just haven't found a good way yet. [rhel-server-rhscl-7-rpms has vagrant plugins available for Eclipse, but can't quite find vagrant...]

computate
Cadet
Cadet
  • 1,824 Views

I have documented how to install OpenShift manually in 2 articles on Red Hat's Services blog:

https://servicesblog.redhat.com/2018/08/30/hey-tate-step-by-step-securing-openshift-and-routes-with-...

https://servicesblog.redhat.com/2018/09/05/hey-tate-libvirt-virtualization-and-running-ipa-server-fo...

 

openshift.pngThese articles include 6 videos to show you step by step creating your own domain, TLS certificates, a DNS server and OpenShift for valid HTTPS connections to the OpenShift web console and all routes.

Join the discussion
You must log in to join this conversation.