[Swift-commit] r5430 - in usertools/swift-vm-boot/futuregrid: . bin

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Fri Dec 16 15:22:51 CST 2011


Author: davidk
Date: 2011-12-16 15:22:51 -0600 (Fri, 16 Dec 2011)
New Revision: 5430

Removed:
   usertools/swift-vm-boot/futuregrid/env.sh
   usertools/swift-vm-boot/futuregrid/install.sh
Modified:
   usertools/swift-vm-boot/futuregrid/bin/bootit.sh
Log:
Remove some of the customization files and move options to coaster-service.conf


Modified: usertools/swift-vm-boot/futuregrid/bin/bootit.sh
===================================================================
--- usertools/swift-vm-boot/futuregrid/bin/bootit.sh	2011-12-16 21:21:14 UTC (rev 5429)
+++ usertools/swift-vm-boot/futuregrid/bin/bootit.sh	2011-12-16 21:22:51 UTC (rev 5430)
@@ -4,7 +4,6 @@
 cd $dir
 cd ..
 
-source env.sh
 source ve/bin/activate
 
 output="output.json"

Deleted: usertools/swift-vm-boot/futuregrid/env.sh
===================================================================
--- usertools/swift-vm-boot/futuregrid/env.sh	2011-12-16 21:21:14 UTC (rev 5429)
+++ usertools/swift-vm-boot/futuregrid/env.sh	2011-12-16 21:22:51 UTC (rev 5430)
@@ -1,9 +0,0 @@
-export FUTUREGRID_IAAS_ACCESS_KEY=XXXX
-export FUTUREGRID_IAAS_SECRET_KEY=XXXXXXXXX
-
-export EC2_ACCESS_KEY=$FUTUREGRID_IAAS_ACCESS_KEY
-export EC2_SECRET_KEY=$FUTUREGRID_IAAS_SECRET_KEY
-
-export EC2_URL=https://s83r.idp.sdsc.futuregrid.org:8444
-
-export FUTUREGRID_SIERRA_NODES=2

Deleted: usertools/swift-vm-boot/futuregrid/install.sh
===================================================================
--- usertools/swift-vm-boot/futuregrid/install.sh	2011-12-16 21:21:14 UTC (rev 5429)
+++ usertools/swift-vm-boot/futuregrid/install.sh	2011-12-16 21:22:51 UTC (rev 5430)
@@ -1,28 +0,0 @@
-#!/bin/bash
-
-cd `dirname $0`
-
-source env.sh
-python bin/virtualenv.py ve
-if [ $? -ne 0 ]; then
-    echo "Failed to created the needed python virtual environment"
-    exit 1
-fi
-
-source ve/bin/activate
-easy_install cloudinitd
-if [ $? -ne 0 ]; then
-    echo "Failed to install cloudinitd"
-    exit 1
-fi
-
-echo "Registering the key names in all the clouds"
-python bin/register_key.py hosts.txt
-if [ $? -ne 0 ]; then
-    echo "Failed to register the key names"
-    exit 1
-fi
-
-echo "Success!"
-echo ""
-echo 0




More information about the Swift-commit mailing list