24

Pod Cloner

Pod Cloner is a tool used to clone Netlab+ pods at scale. Typically done manually, this program produces them at scale.

This project is made to help automate the process it takes to clone out Virtual Machine pods on Netlabs.

How To

You must create a .netlab file under your user following %HOMEDRIVE%%HOMEPATH%. This will be where you store your config.json to access your netlabs website.

config.json Template

{
"": { // the name of your current config
    "host": "", // the IP adress if your netlabs site 
    "user": "", // the user using the API, default should be administrator 
    "token": "" // the API token made in the sites API setting
  }
}

Works in Progress

  1. Updating individual Virtual Machines in a Pod
  2. Initializing the .netlab file
  3. Updating the .netlab file