Commit Graph

18 Commits

Author SHA1 Message Date
Daniel Smith
354ccae7b3 Fix release.sh 2014-07-24 18:50:54 -07:00
derekwaynecarr
69ae2fe4bb Initial vagrant setup and e2e testing support 2014-07-24 16:32:36 -04:00
Jeff Mendoza
95ec94514b Rename and move Azure scripts. 2014-07-18 16:13:05 -07:00
Jeff Mendoza
b4183409ab Comment and whitespace fixes. 2014-07-18 13:11:50 -07:00
Jeff Mendoza
3ff6b0f8a6 First draft of shell scripts for deploying kube to Azure. 2014-07-18 13:11:50 -07:00
Jeff Mendoza
a4ea512350 Make build-release.sh not directory dependant. 2014-07-18 11:51:19 -07:00
Christophe Labouisse
3ce6fc116d Fixed SCRIPT_DIR computation when CDPATH is set. 2014-07-11 16:55:47 +02:00
brendandburns
628667a2b0 Merge pull request #400 from MSOpenTech/shell-scripts
Start modularizing shell scripts
2014-07-10 20:52:49 -07:00
Jeff Mendoza
24159294d6 Fix build-release comments. 2014-07-10 15:48:58 -07:00
Jeff Mendoza
5a556dc3fa Start modularizing shell scripts
Pull release tarball building out of release.sh into new
build-release.sh, so you can build the tarball without uploading
to cloud storage.
2014-07-10 15:46:24 -07:00
Jeff Mendoza
d0828f4926 Silence some noise.
Silence benign errors in bash scripts.
2014-07-10 14:21:23 -07:00
Brendan Burns
d5516e4cdc Activate gce minion list. 2014-07-01 11:33:58 -07:00
Daniel Smith
c97c514742 Rename cloudcfg to kubecfg 2014-06-25 18:01:37 -07:00
Brendan Burns
87afb5fd5e Further error handling when gcloud isn't set up correctly. 2014-06-14 15:37:39 -07:00
Brendan Burns
b78e32b1ba Updated release config file to check for gcloud. 2014-06-14 15:12:29 -07:00
Joe Beda
d230625e1a Move third_party code under third_party/src so it can be used in $GOPATH. 2014-06-13 17:15:49 -07:00
Joe Beda
110a390c97 Switch from gcloud compute to gcutil.
We'll switch back to the future once the interface has settled down.
2014-06-12 15:43:00 -07:00
Joe Beda
894a7e3282 Move everything out of src and reorganize scripts.
Fixed up some scripts to be more robust.  Changed the e2e test setup to use g1-small instances.  Fixed up documentation to reflect the new script locations.  Disabled the "curl | bash" cluster launch as it hasn't been well tested and doesn't include the cloudcfg tool yet.
2014-06-06 21:41:19 -07:00