Skip to content

Latest commit

 

History

History

scripts

Scripts

A guide to my scripts directory.

  • deploy.sh Deploy one CRC and N=3 EDPM VMs with extra disks and network isolation.
  • ssh_node.sh Print command to SSH to the Nth EDPM VM
  • test.sh Test OpenStack by creating an image, volume or VM
  • clean.sh Remove what deploy.sh added
  • ceph Directory of scripts related to Ceph
  • rebuild.sh Wrapper to deploy.sh to rebuild after clean.sh
  • latest.sh See Dependencies

Dependencies

Most of these scripts assume you have a copy of the following repositories in your home directory.

I personally check out my own forks of the above projects and use them in my home directory so that I can test my own patches. I use latest.sh to sync them with the latest versions.