Skip to content

Scripts for setting up a simulated rack of servers with a TOR and IPMI control

Notifications You must be signed in to change notification settings

Tehsmash/libvirt-baremetal-simulation

Repository files navigation

Instructions

  1. Install binary-requirements using your package manager

  2. Install python requirements using pip:

    sudo pip install -r requirements.txt
    
  3. Create an OVS bridge to represent our virtual switch:

    sudo ovs-vsctl add-br bmswitch
    
  4. Create a virtualised baremetal server plugged into the switch:

    ./wrap-create-node.sh vbaremetal1 bmswitch
    
  5. Repeat until you've got as many nodes as you want

To tear down the environment, for each node you've created:

sudo ./cleanup-node.sh vbaremetal2

About

Scripts for setting up a simulated rack of servers with a TOR and IPMI control

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published