Skip to content

Instantly share code, notes, and snippets.

View shettyg's full-sized avatar

Gurucharan Shetty shettyg

  • Google
  • Sunnyvale
View GitHub Profile
OVS/OVN installation on Centos:
==============================
# Get the kernel module RPM build for your specific kernels and install them on all the hosts. e.g:
sudo rpm -ivh kmod-openvswitch-2.8.2-1.el7.centos.x86_64.rpm openvswitch-kmod-2.8.2-1.el7.centos.x86_64.rpm
# Building the above kernel rpms. The instructions are at the below link. You only need to build the kernel module rpms.
# You can ignore about the need to read the fedora instructions for RHEL 7.x series.
http://docs.openvswitch.org/en/latest/intro/install/rhel/
@shettyg
shettyg / gist:455ff78605ea4c45febe7b5aa345c87d
Created May 14, 2018 17:33
Ubuntu cloud images and virt-manager
* How to create a Ubuntu VM on your local Ubuntu KVM from Ubuntu cloud images.
1. Get the ubuntu cloud image (.img file from)
mkdir temp; cd temp;
wget http://cloud-images.ubuntu.com/trusty/20140101.55/trusty-server-cloudimg-amd64-disk1.img
2. Create a file "seed"