Rodrigo Estebanez
bbc9eb9930
Refactor aim modeling for nested models (policies and access keys)
2012-06-05 15:02:03 +02:00
Nelvin Driz
5fd4f95ab1
Merge pull request #949 from bvox/openstack_attributes
...
Openstack attributes
2012-06-05 00:32:03 -07:00
Dylan Egan
830b1f2cba
Merge pull request #956 from freeformz/use_ssh
...
Don't duplicate effort
2012-06-04 13:57:52 -07:00
Jeff McCune
c7098e3bc7
Merge pull request #943 from justinclayton/master
...
more robust resource pool discovery for cloning in vsphere
2012-06-04 13:46:27 -07:00
Edward Muller
d92078a2ed
Don't duplicate effort
2012-06-04 13:31:59 -07:00
Eric Stonfer
76f4453468
Merge pull request #955 from estonfer/dhcp_options
...
forgot to commit dhcp_options tests
2012-06-04 13:16:18 -07:00
Eric Stonfer
eabb29e0e7
forgot to commit dhcp_options tests
2012-06-04 16:17:11 -04:00
Eric Stonfer
68c892e30d
Merge pull request #954 from estonfer/dhcp_options
...
Dhcp options
2012-06-04 13:14:55 -07:00
Eric Stonfer
528243cd3a
merge upstream
2012-06-04 16:12:20 -04:00
Eric Stonfer
efa20d8a37
this adds the dhcp_options object and associated operations
2012-06-04 16:03:34 -04:00
Wesley Beary
db10b6b74b
Merge pull request #951 from rb2k/patch-2
...
Catch Errno::ETIMEDOUT timeout for new EC2 machines
2012-06-04 12:59:45 -07:00
Marc Seeger
5e70d40867
Catch Errno::ETIMEDOUT timeout error when connecting to a freshly created EC2 machine
2012-06-04 16:45:08 -03:00
Rodrigo Estebanez
4ded9c7a62
get_user Mock implemented. Basic shindo user_tests added
2012-06-04 20:34:58 +02:00
Pedro Perez
86b3746597
openstack: extended list_servers and list_server_detail to allow all_tenants param
2012-06-04 18:22:30 +02:00
Wesley Beary
bf7afe2719
Merge pull request #948 from ericboehs/master
...
Make aws compute server retry SSH on EHOSTUNREACH
2012-06-04 08:06:44 -07:00
Eric Boehs
943d95c3fe
Make aws compute server retry SSH on EHOSTUNREACH
2012-06-04 15:03:21 +00:00
Rodrigo Estebanez
5a4d6bc5d3
IAM access_key model implemented
2012-06-04 15:24:02 +02:00
Rodrigo Estebanez
97b430ab54
aim users model and nested model policy
2012-06-02 17:04:17 +02:00
Pedro Perez
1afc40bbe6
added missing server attributes for openstack compute model
2012-06-01 10:01:18 +02:00
Wesley Beary
6d803bed75
Merge pull request #947 from bigon/master
...
Add missining non-minified .js files
2012-05-31 08:42:33 -07:00
Edward Muller
5c2c1ab755
Merge pull request #946 from boocx/master
...
Mock implementations for SCP upload and download
2012-05-31 02:04:05 -07:00
Tom Mornini
5c20973b3a
Mock implementations for SCP upload and download
2012-05-30 22:48:06 -07:00
Edward Muller
630929c1f3
Merge pull request #945 from freeformz/mock_aws_start
...
Mock aws compute start_instances
Also not perfect, but works for me.
2012-05-30 21:44:35 -07:00
Edward Muller
65f933e7bf
Mock aws compute start_instances
2012-05-30 21:43:28 -07:00
Nelvin Driz
cc669ef68d
Merge pull request #933 from mattray/openstack_ip_addresses
...
OpenStack Compute addresses['internet'] and public and private_ip_address fixed
2012-05-30 20:54:18 -07:00
mattray
47f8f05b79
don't assume 'internet' for addresses
2012-05-30 22:44:38 -05:00
Edward Muller
04393ea90e
Merge pull request #944 from freeformz/mock_aws_stop
...
Mock stop_instances
2012-05-30 17:55:37 -07:00
Edward Muller
f7b4c40c74
Mock stop_instances
...
Not perfect, but looks like it works for me
2012-05-30 17:52:59 -07:00
Justin Clayton
485b666feb
more robust resource pool discovery
...
checking if the template has a pool associated with it is a sane
default that covers more possible use cases without making any
obscurely implied assumptions
2012-05-30 16:37:53 -07:00
Wesley Beary
74e7efdae3
Merge pull request #942 from OxygenCloud/master
...
[AWS|Autoscale] Fixing Parameters notes for autoscale create_launch_configuration for InstanceMonitoring.
2012-05-30 09:12:48 -07:00
mattray
5e695499b9
addresses['internet'] (like on TryStack.org) supported and public and private_ip_address now work
2012-05-30 09:39:58 -05:00
Laurent Bigonville
5d1fdc7941
Add non-minified javascript files used in docs/ ( #939 )
2012-05-30 15:25:34 +02:00
Laurent Bigonville
5705fcf359
Rename dd_belatedpng.js to dd_belatedpng.min.js
...
Rename dd_belatedpng.js to dd_belatedpng.min.js so we are consistant
with the other minified javascript files
2012-05-30 14:43:02 +02:00
Zuhaib M Siddique
56dd09c6f0
[AWS|Autoscale] Fixing Parameters notes for autoscale create launch
...
configuration for InstanceMonitoring. Credit goes to boto,
https://github.com/boto/boto/blob/develop/boto/ec2/autoscale/__init__.py
, for having it correct.
2012-05-29 19:30:23 -07:00
Zuhaib M Siddique
e0a0412e19
Merge branch 'master' of https://github.com/OxygenCloud/fog
2012-05-29 19:20:52 -07:00
Zuhaib M Siddique
be27532467
[AWS|Autoscale] Fixing Parameters notes for autoscale create launch
...
configuration for InstanceMonitoring. Credit goes to boto,
https://github.com/boto/boto/blob/develop/boto/ec2/autoscale/__init__.py
, for having it correct.
2012-05-29 19:18:26 -07:00
Nelvin Driz
ffedab7072
Merge pull request #941 from ibolotin/userdata
...
Fix user-data attribute name for OpenStack
2012-05-29 16:42:41 -07:00
Igor Bolotin
d5a6b52e70
Fix user-data attribute name
2012-05-29 15:02:45 -07:00
Wesley Beary
b3f44327d4
Merge pull request #940 from questionnet/master
...
Added offeringType value in the response for the describe_reserved_instances function.
2012-05-29 13:46:08 -07:00
questionnet
8e5cc63dfc
Added offering type for reserved instances response.
2012-05-29 21:41:19 +03:00
Dan Peterson
f4ddd0eac5
[compute|aws] Respect extra register_image options when mocking.
2012-05-29 15:18:28 -03:00
Edward Muller
0ed426b714
Merge pull request #927 from freeformz/remove_ssh_debug
...
Revert "Add debug option to Fog::Compute::Server#ssh"
2012-05-29 07:58:15 -07:00
geemus
b0fc6067e0
[compute|openstack] cleanup for list security groups request/mock
2012-05-28 16:53:04 -05:00
geemus
230c61dad5
[openstack|identity] fixes for mocks
2012-05-28 16:45:22 -05:00
geemus
36115c60ef
[cloudstack] add to list of providers so it can be skipped when lacking credentials
2012-05-28 16:03:30 -05:00
geemus
5ef3bdf2ee
[compute|openstack] update server attributes for shared compute tests
2012-05-28 15:58:52 -05:00
geemus
fb3c8296ae
volume(s) are not considered to be universally available
2012-05-28 15:52:09 -05:00
geemus
df6aae8760
[storage|aws] fix location stuff to allow creating new buckets properly
2012-05-28 15:36:54 -05:00
geemus
ce9b00eacf
[xenserver] fix tags to skip tests without credentials
2012-05-28 15:22:26 -05:00
geemus
056430a6e5
[libvirt] correct error message when skipping tests
2012-05-28 15:17:12 -05:00