Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

...

Code Block
?-f 	 								#Remove previous build for this image
--os-config format:qcow2				#Build image with qcow2 disk
-p										#Specify location style (VMware, KVM, Player, etc..)
-d local								#Deliver to local directory
--debug									#Prints debug info while building
--trace									#Print trace info while building

Creating Openstack Nodes

Code Block
bash
bash
cp ......./openstack
cp ......./openstack-share
source openstack/ec2rc.sh
cd openstack-share 
./boot-instances

Accessing Openstack Nodes

Code Block
bash
bash
ssh username@alamo.futuregrid.org

Then visit the list of https://openstack.futuregrid.tacc.utexas.edu/horizon/nova/instances/ to see which nodes are running. Then simply 

 

Code Block
bash
bash
ssh root@10.XXX.X.XX


Getting started with Bosco

Bosco is a job submission manager designed to manage job submissions across different resources.  It is needed to submit jobs from local machines to openstack.

Make sure you have an account on our local machine atlas.its.utexas.edu.

Code Block
bash
bash
ssh atlas.its.utexas.edu
curl -o bosco_quickstart.tar.gz ftp://ftp.cs.wisc.edu/condor/bosco/1.2/bosco_quickstart.tar.gz
tar xvzf ./bosco_quickstart.tar.gz
./bosco_quickstart

...