Commit Graph

5751 Commits

Author SHA1 Message Date
Adrian Cole 73865f6dd8 tidy + make sure we use private key and not password for auth when keypair option set 2012-03-22 13:47:48 -07:00
Adrian Cole e5d3408d27 more details when ip addresses come out unexpected 2012-03-22 13:47:48 -07:00
Adrian Cole e1f64356d9 switch bad identity to AuthorizationException as it helps ensure we don't retry 2012-03-22 13:47:48 -07:00
Adrian Cole 2a4bcf83b0 Merge pull request #510 from andrewgaul/close-streams
Close streams on error paths
2012-03-22 13:07:44 -07:00
Adrian Cole 2ae849dd94 Issue 883:Allow login credentials by osfamily to be specified per-provider 2012-03-22 12:39:48 -07:00
Adrian Cole 774c4412aa start call can take a very long time to complete 2012-03-22 12:39:48 -07:00
Adrian Cole f27ece1b45 Merge pull request #514 from andrewgaul/handle-timeout-exception
Propagate InterruptedException & TimeoutException
2012-03-22 11:59:43 -07:00
Adrian Cole 49c873d17a Merge pull request #513 from dralves/jclouds-vbox
final functionality-oriented commit on jclouds vbox
2012-03-22 11:52:44 -07:00
Andrew Gaul cc590fbffd Propagate InterruptedException & TimeoutException
Previously we passed these exceptions to handler, which wrapped them
in a RuntimeException.  Instead propagate the actual cause so callers
can handle these properly.
2012-03-22 11:51:50 -07:00
David Ribeiro Alves 893d2d9e55 removed lock printous 2012-03-22 17:58:58 +00:00
David Ribeiro Alves 1f31e96a9f fixed locking transient bug 2012-03-22 17:49:04 +00:00
Adrian Cole ff0cc154d3 Merge pull request #512 from grkvlt/tests
Issue 830: Make live test before methods always run
2012-03-22 08:54:40 -07:00
Adrian Cole c04080c32d Merge pull request #511 from danikov/vcloud-director-bugfix
Issue 830: vCloud director Bugfix
2012-03-22 08:36:06 -07:00
David Ribeiro Alves 28bd62edfc added a unit test for guest additions installer. installguestadditions is now able to mount the pre-downloaded iso 2012-03-22 15:16:19 +00:00
danikov 9ff1a792af fix adminOrg testName annotations 2012-03-22 13:48:49 +00:00
danikov e153b1ed22 formatting fix 2012-03-22 13:43:58 +00:00
danikov 98adf79f93 add login group to login session test class 2012-03-22 13:14:37 +00:00
Andrew Donald Kennedy 1d886305ba Issue 830: Make live test before methods always run 2012-03-22 13:01:40 +00:00
danikov d4b03f0119 minor bugfix + skeletal code for groups/LDAP 2012-03-22 11:48:49 +00:00
David Ribeiro Alves 582423bd2d commented machine utils 2012-03-22 03:46:22 +00:00
David Ribeiro Alves 6b4a4c6054 consolidated locking machines as locking was crashing all over the place 2012-03-22 03:36:42 +00:00
David Ribeiro Alves 4a32b0107f parsed names from vm so that nodemetadata has correct group and name (updated unit test), corrected transient bug obtaining locks for vms 2012-03-22 02:44:41 +00:00
Adrian Cole 18562f5dbb switched hp default availablility zone to 2 2012-03-21 19:11:55 -07:00
Adrian Cole 09d97a2103 changed to not use # as a delimiter, and fixed keypair prefix logic 2012-03-21 19:11:55 -07:00
Adrian Cole 2373f89c78 cleaned up toString/equals/hashCode in base options objects 2012-03-21 19:11:49 -07:00
Andrew Gaul 1040a5c779 Close streams on error paths 2012-03-21 18:17:01 -07:00
Adrian Cole 6fda2580f5 Merge pull request #509 from grkvlt/vapp-updates
Issue 830: Misc updates
2012-03-21 17:28:36 -07:00
Andrew Donald Kennedy 704d0c00fb Issue 830: Add logging output during cleanUp and fix VApp deletion 2012-03-21 23:59:35 +00:00
Andrew Donald Kennedy 35391b876b Issue 830: Use XmlWrapper for collections in Vdc 2012-03-21 23:59:35 +00:00
Adrian Cole c604b47f2d Merge pull request #508 from dralves/jclouds-vbox
vbox - guests are now reachable through a non-nat ip
2012-03-21 16:42:46 -07:00
David Ribeiro Alves aceaaf0eb0 updated readme 2012-03-21 22:36:14 +00:00
David Ribeiro Alves 5bca27923c corrected IMachineToNodeMetadata to comply with the new non-natted ip 2012-03-21 22:19:03 +00:00
David Ribeiro Alves 92a940e95d guests are now accessible because host-only ips are assigned in the same network as the default vbox host-only network (vboxnet0) 2012-03-21 22:04:05 +00:00
David Ribeiro Alves 68290ba2b2 added mock identity prop to prevent NPE in some cases 2012-03-21 22:04:05 +00:00
David Ribeiro Alves d742d53f6b reverted formatting changes 2012-03-21 22:03:48 +00:00
David Ribeiro Alves f4d0e18320 prevented tests from failing due to missing property
!
2012-03-21 22:02:11 +00:00
Andrew Donald Kennedy 25fac3b36e Issue 830: Add control access tests to Org 2012-03-21 21:01:41 +00:00
Adrian Cole 6918d1c448 Issue 767: change openstack-nova and downstream to logging module discovery 2012-03-21 13:05:03 -07:00
Adrian Cole 728f9612e0 moved logback.xml up to compute module 2012-03-21 13:05:03 -07:00
Adrian Cole 8283e3c17e Issue 767: decouple log4j from compute module 2012-03-21 13:05:03 -07:00
Adrian Cole 2dc66ee5e1 Issue 141: add serviceloader lookup for LoggingModule 2012-03-21 13:05:02 -07:00
Adrian Cole 0f15559f2c Merge pull request #503 from aplowe/master
openstack-nova: Auto key pair generation wiring into compute service and adaptor
2012-03-21 11:50:58 -07:00
Adrian Cole 32cb85968d Merge pull request #507 from grkvlt/vapp-test-fixes
Issue 830: VApp test fixes
2012-03-21 11:50:01 -07:00
Andrew Donald Kennedy 235ed12337 Issue 830: Add missing operations to Org clients 2012-03-21 17:33:54 +00:00
Andrew Donald Kennedy 78a4a674ab Issue 830: Updates for failing tests 2012-03-21 17:33:54 +00:00
Adam Lowe 9d4e58f9f3 openstack-nova: invalidating group key from cache 2012-03-21 17:33:44 +00:00
Aled Sage 16d72204b0 Issue 830: Fix QueryClientLiveTest testQueryMedia 2012-03-21 17:33:15 +00:00
Adrian Cole 35dc8f1224 Merge pull request #506 from danikov/vclouds-director-bugfixes-3
Issue 830: vCloud director Bugfixs
2012-03-21 10:17:50 -07:00
danikov f99302b1e6 implement shadow vas + order tests to guarantee success 2012-03-21 17:03:53 +00:00
Adam Lowe 89cb8ec161 openstack-nova: adding logic for implicit keypair option 2012-03-21 16:19:51 +00:00