1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

21 commits

Author SHA1 Message Date
Carlos Sanchez
d1095feffa [google] Add support for instance tags 2013-11-08 23:36:14 +01:00
Nat Welch
6d2abe4e2b Merge pull request #2222 from icco/gce_v1beta16
[google|compute] Upgrade to v1beta16
2013-10-20 11:27:55 -07:00
Nat Welch
bad4f4c5e0 Fix bug in list images example 2013-10-10 22:24:36 -07:00
Nat Welch
8e3796ccbc @icco can't spell. 2013-10-04 16:03:56 -07:00
Nat Welch
ff2865516a [google|compute] examples tweaks. 2013-10-04 15:31:14 -07:00
Nat Welch
b306b7cb34 Fix comments in Google snapshot example. 2013-08-13 14:51:17 -07:00
Nat Welch
dea45e8621 Fix some issues with GCE examples and disk requests. 2013-08-13 14:41:52 -07:00
Akshay Moghe
5c3517a9b8 Add ability to get/list snapshots in GCE.
This patch...
1. Adds the Snapshot collection and model
2. Adds the get/list requests
3. adds some examples
2013-08-12 18:16:48 -07:00
Nat Welch
814ff59e76 Merge pull request #2057 from icco/fix_image_test
[google|compute] Fix insert disk to deal with changes to insert image.
2013-08-08 15:36:30 -07:00
Nat Welch
69c521160b Merge pull request #2009 from rvrignaud/new-network
[google|compute] Add support for network and external_ip during server creation
2013-08-08 12:50:11 -07:00
Nat Welch
d082e6e188 [google|compute] Fix insert disk to deal with changes to insert image. 2013-08-08 12:37:30 -07:00
Akshay Moghe
11013fd894 Allow users to create images in GCE.
In order to support this, we change the Image#save to accept
params from the user, and call insert_image. Also, we populate
the image model with the project name before returning the
object to the user.
2013-08-08 10:28:31 -07:00
Timur Alperovich
920e0c5a9e Merge pull request #2028 from maginatics/gce_insert_image
[google|compute] Query global projects when get/list'ing compute images.
2013-08-07 11:39:52 -07:00
Akshay Moghe
b42d86360c Query global projects when get/list'ing compute images.
This patch refactors some of the code that would query global
projects when get'ing images. It makes the list of global projects
a constant on the Images collection, so that both 'get' and 'list'
can use the same list of projects to query.

Also, when bootstrapping/create'ing a server, the validation of
the specified image name is done by trying to 'get' the image
instead of 'save'ing it.
2013-08-07 11:17:45 -07:00
Nat Welch
b7a5154441 remove networks 2013-08-06 16:53:18 -07:00
Nat Welch
ec01bad657 Examples tweak 2013-08-06 16:52:11 -07:00
Romain Vrignaud
135622952e [google] Add support for network and external_ip
* Add support for an other network than default
   ("default" network is still default network)
 * Can specify if creation or not of an external_ip
   (External_ip is still created by default)
 * Add private_ip_address method for server
 * Add example for vm creation with network
2013-08-06 10:59:47 +02:00
Romain Vrignaud
d06ce67cd6 [google|compute] fix typo on disk example 2013-08-05 11:27:01 +02:00
Nat Welch
c778fd4697 some more small bugs in the GCE examples 2013-07-25 14:44:18 -07:00
Nat Welch
07caa0fba6 fix some small bugs in the gce smoke tests 2013-07-25 12:22:12 -07:00
Nat Welch
01f4c0f7bf A set of smoke tests for GCE. 2013-07-24 18:46:20 -07:00