Skip to content

1redhat/cnv-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Openshift Virtualization Demo

This is a quick demo of the new virtualization feature in OpenShift

Warning
OpenShift Virtualization only supports bare metal at this time and this is only for demonstration purposes

Installation

  • Install Openshit 4.5.4

  • Login as a cluster admin

  • Install OpenShift Virtualization

    • Goto the Operators > Operator

    • Search for OpentShift Virtualization

    • Install the operator

    • This demo was tested using version 2.4.0

  • Create the Hyper Convereged Cluster

    • Go to the Opertors > installed Operaters

    • Click on CNV Operator Deployment in the OpenShift Virtualization row

    • Click 'Create HyperConverged Cluster' button

    • Leave defaults and Create

  • Verify all Pods in the openshift-cnv project are started.

  • Turn on Emulation for AWS

    • Modify kubevirt-config Config Map in the openshift-cnv

    • Add debug.useEmulation:'true' under the data element

data:
  debug.useEmulation: 'true'

Create a Virtual machine

  • Create a new Projects

    • Click Create Project

    • Create a project with the name a-vm

    • This will also change your project context to 'a-vm'

    • Create a virtual machine

    • Goto Workloads > Virtualization

  • Click Create Virtual Machine button, use New with wizard

  • Wait for the vm’s status to be running

  • Go to the console tab

  • When prompted loging with the user cirros and password gocubsgo

More

  • Twitch video on OpenShift Virtualization

About

This is a quick demo of the new virtualization feature in OpenShift using AWS infrastructure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors