Commit Graph

610 Commits

Author SHA1 Message Date
Joseph Hall
df07801e24 Merge pull request #150 from techhat/release
Change os to script
2012-11-16 15:48:04 -08:00
Joseph Hall
c7685c6156 Change os to script 2012-11-16 23:47:16 +00:00
Seth House
53e331116b Mocked salt.client 2012-11-16 16:27:45 -07:00
Joseph Hall
63db298615 Merge pull request #148 from techhat/release
Adding documentation for salt-cloud 0.8.2
2012-11-16 13:57:20 -08:00
Joseph Hall
c0be927d93 Adding documentation for salt-cloud 0.8.2 2012-11-16 21:50:51 +00:00
Thomas S Hatch
2d3abeb3c2 Merge pull request #147 from techhat/release
Made state.highstate not required
2012-11-16 11:09:41 -08:00
Joseph Hall
c070514a3a state.highstate needs the correct root_cmd args 2012-11-16 18:57:41 +00:00
Joseph Hall
aed83c9c2f Made state.highstate not required 2012-11-16 18:44:22 +00:00
Joseph Hall
a4d8d195a0 Merge pull request #146 from s0undt3ch/develop
Typos and expand abbreviations.
2012-11-16 05:35:37 -08:00
Joseph Hall
c4ab18424f Merge pull request #145 from duego/fix-openstack-opts
Add docstring for new service name option
2012-11-16 05:34:37 -08:00
Pedro Algarvio
96bb9621e8 Typos and expand abbreviations. 2012-11-16 11:07:10 +00:00
Johnny Bergström
08f35c389b Add docstring for new service name option
Compute service name isn't hardcoded anymore, provide the old value as an example
2012-11-16 09:16:34 +01:00
Thomas S Hatch
6370c64daf Merge pull request #143 from techhat/release
Fix Rackspace stacktrace error
2012-11-15 19:52:38 -08:00
Joseph Hall
b52ded11b7 Removing print statements from cloud.py and libcloudfuncs.py 2012-11-16 01:08:54 +00:00
Joseph Hall
7cf5ab3d68 Fixing rackspace stacktrace 2012-11-16 01:03:48 +00:00
Joseph Hall
957fc657a0 Change print statements to logging calls 2012-11-15 23:18:10 +00:00
Joseph Hall
37e2f0851d Merge pull request #142 from techhat/release
Release Notes for 0.8.2
2012-11-15 15:17:17 -08:00
Joseph Hall
5ffb5f9bd8 Merge branch 'develop' of https://github.com/saltstack/salt-cloud into release 2012-11-15 23:07:19 +00:00
Joseph Hall
9ff974b236 Updating release notes for logging 2012-11-15 23:06:49 +00:00
Thomas S Hatch
1f2f92eda2 Merge pull request #141 from jbadigital/typofix
typo fix
2012-11-15 14:09:59 -08:00
mafro
4302871bdd typo fix 2012-11-15 22:04:18 +00:00
Thomas S Hatch
fb5d143bc7 Merge pull request #140 from s0undt3ch/features/parsers
Fix log file logging not getting the proper log level.
2012-11-15 13:49:33 -08:00
Pedro Algarvio
803b0cb564 Fix log file logging not getting the proper log level. 2012-11-15 21:47:32 +00:00
Thomas S Hatch
b161368dcf Only execute map if it is not a query 2012-11-15 14:22:53 -07:00
Thomas S Hatch
31fb1879d1 Fix issue with map file not loading 2012-11-15 14:19:39 -07:00
Joseph Hall
08816a77eb Merge branch 'develop' of https://github.com/saltstack/salt-cloud into release 2012-11-15 19:20:35 +00:00
Joseph Hall
a66153d200 Updating AUTHORS file 2012-11-15 19:07:38 +00:00
Joseph Hall
0fe27e15bc Adding release notes for 0.8.2 2012-11-15 19:07:12 +00:00
Thomas S Hatch
0a1e6bd6cb Merge pull request #137 from s0undt3ch/features/parsers
Switch salt-cloud cli parsing for salt's parsers code.
2012-11-15 10:45:46 -08:00
Thomas S Hatch
c5c28382bf Merge pull request #136 from techhat/issue55
Cleaning up openstack driver for rackspace
2012-11-15 10:33:31 -08:00
Pedro Algarvio
f0729d90b1 File logging should also have a default logging level. 2012-11-15 18:24:56 +00:00
Pedro Algarvio
918075d9dc There are no self.opts now, it's self.config. 2012-11-15 18:10:21 +00:00
Joseph Hall
5efba22f29 Cleaning up openstack driver for rackspace 2012-11-15 18:04:47 +00:00
Pedro Algarvio
0f14d72655 Switch salt-cloud cli parsing for salt's parsers code. 2012-11-15 18:04:23 +00:00
Pedro Algarvio
477b54f5a2 Add supporting code for --versions-report 2012-11-15 17:04:45 +00:00
Pedro Algarvio
e741a4b9bc Add logging configuration settings to the base configuration file. 2012-11-15 17:03:25 +00:00
Joseph Hall
9f57526da8 Merge pull request #134 from duego/use_private_adress_fallback
Option to use private ip for deploying with openstack
2012-11-15 08:14:51 -08:00
Joseph Hall
331f2b4049 Merge pull request #135 from duego/fix-openstack-opts
Don't force a name for openstack compute endpoint
2012-11-15 08:14:07 -08:00
Johnny Bergström
156350182f Option to use private ip for deploying
Some environments will only set a private ip.
Use same option name as AWS
2012-11-15 16:55:54 +01:00
Johnny Bergström
865400e089 Don't force a name for compute endpoint
This is optional and there should be a configuration option for it if we're about to force it.
2012-11-15 15:09:06 +01:00
Joseph Hall
e24002740f Merge pull request #133 from jbadigital/wait_for_passwd
wait_for_passwd logic fix
2012-11-14 19:01:41 -08:00
mafro
b4d7695885 paramiko.SSHClient.connect() doesn't actually return a boolean on success 2012-11-15 02:39:03 +00:00
mafro
187e01dcd9 removed two superfluous statements 2012-11-15 02:38:35 +00:00
Thomas S Hatch
59ff07a1ef Merge pull request #132 from jbadigital/pyflakes
Pyflakes
2012-11-14 17:38:05 -08:00
mafro
a143a3bcfe log message typo fix 2012-11-15 01:36:14 +00:00
mafro
b1a697ae0a a couple more bad var names and unused vars 2012-11-15 01:21:29 +00:00
mafro
dabc4e0f18 create paramiko.SSHClient before using it 2012-11-15 01:20:38 +00:00
mafro
85980662ab create logger before logging 'paramiko missing' 2012-11-15 01:18:04 +00:00
mafro
0b0b3383ff bad call to time.sleep() 2012-11-15 01:16:43 +00:00
Thomas S Hatch
156685fd3d Merge pull request #131 from techhat/issue108
Need to import logging in other places too
2012-11-14 13:50:57 -08:00