zimbatm
8a4d5856ce
ec2_group: select own group if the name matches
...
This fixes an issue where multiple VPC have the same group name and
the one from the other VPC is selected.
2015-04-27 19:26:13 +01:00
Brian Coca
78de8bbd99
removed unused and undefined aws_regions
2015-04-27 12:38:57 -04:00
Brian Coca
e137aea5d3
Merge pull request #1195 from bcoca/ec2_scaling_policy_fix
...
removed redundant region def
2015-04-27 12:34:59 -04:00
Brian Coca
9ee68f789e
Merge pull request #1196 from bcoca/s3_exception_fix
...
avoid exception when boto is not available
2015-04-27 12:28:47 -04:00
Martin Froehlich
4bcbcc8869
Use get_aws_connection_info to get AWS creds.
...
Previously used get_ec2_creds did not consider security_token,
making MFA requests fail.
2015-04-26 14:50:07 +01:00
Brian Coca
fc10b4ef5f
Merge pull request #1199 from evgkrsk/altlinux_hostname
...
Add ALT Linux support to hostname module
2015-04-24 17:03:34 -04:00
Brian Coca
c323ef9233
Merge pull request #1073 from sivel/sync-ssh-args
...
Add ability to specify using ssh_args in synchronize
2015-04-24 17:02:34 -04:00
Evgenii Terechkov
d1595b99bc
Add ALT Linux support to hostname module
2015-04-25 01:25:14 +07:00
Brian Coca
0e23dd6c55
avoid exception when boto is not available
2015-04-24 11:03:36 -04:00
Brian Coca
a905edd536
removed redundant region def
2015-04-24 08:54:56 -04:00
David Shrewsbury
c451fbdd61
Update os_server_volume for latest shade
...
The shade volume API was updated to return a dict rather than the
object as returned by cinder.
2015-04-23 10:52:08 -04:00
David Shrewsbury
f4600edeb8
Update os_volume for latest shade
...
The shade volume API was updated to return a dict rather than the
object as returned by cinder.
2015-04-23 10:37:43 -04:00
Chris Meyers
c66de51b16
better timeout logic when deleting vm disks. Python 2.4 safe excepts
2015-04-22 17:57:37 -04:00
Chris Meyers
797a617a1d
correctly delete disks associated with vms
2015-04-22 17:04:35 -04:00
Brian Coca
178d3ea133
minor doc fixes
2015-04-22 16:40:59 -04:00
Brian Coca
8023c60863
minor doc fixes
2015-04-22 15:58:56 -04:00
Brian Coca
3b704046c9
Merge pull request #63 from muffl0n/mysql_read_default_file
...
Use MySQLdbs read_default_file
this looks good for now, merging so people can try to break it thoroughly, leaving other changes we've commented on for future PRs
2015-04-22 15:30:12 -04:00
Brian Coca
b0cf0ae912
Merge pull request #1056 from emonty/feature/os_server_facts
...
Add OpenStack Server facts module
2015-04-22 15:21:40 -04:00
Sven Schliesing
c53ca2f776
use default value for parameter config_file in connect()
2015-04-22 20:32:39 +02:00
muffl0n
616ac905ff
Use MySQLdbs read_default_file
2015-04-22 20:29:21 +02:00
Brian Coca
70e24f1f4d
Merge pull request #540 from lander2k2/hosted_service
...
azure check for hosted service and vm before creating
2015-04-22 11:07:29 -04:00
Brian Coca
8ce2a18921
Merge pull request #1184 from bobby/ec2_vpc-without-subnets
...
Fixes regression introduced by edf1ac1ea6
2015-04-21 15:17:44 -04:00
Bobby Calderwood
98a9f2d5b8
Fixes regression introduced by edf1ac1ea6
2015-04-21 14:56:46 -04:00
Toshio Kuratomi
3782ec0225
Allow yum module to take a yaml list of package names and also ", " separated string-list (in addition to comma separated string-list)
2015-04-21 10:07:11 -07:00
Brian Coca
6989f257af
Merge pull request #1181 from willusher/devel
...
Fixed MS SQL port number in documentation (1443-->1433)
2015-04-21 11:22:18 -04:00
mcameron
6498303786
Net_id already present, remove unnecessary lookup.
2015-04-21 13:22:04 +01:00
mcameron
cb2ba9fe31
Valodate fip is on the correct network
2015-04-21 13:21:56 +01:00
bw-will-usher
0846de2cd5
Fixed MS SQL port number in documentation (1443->1433) per: https://support.microsoft.com/en-us/kb/287932
2015-04-21 07:59:05 -04:00
mcameron
394152f4ac
Adding openstack multiregion support
2015-04-21 11:46:38 +01:00
Hennadiy (Gena) Verkh
1f37f2a152
Removed method restriction in uri module
2015-04-21 11:43:09 +02:00
Brian Coca
7255968f96
Merge pull request #1167 from romain-dartigues/issue1161_digitalocean
...
Issue #1161 DigitalOcean API 2 ssh_key_ids problem
2015-04-20 19:08:04 -04:00
Brian Coca
724b848c61
Merge pull request #1025 from bcoca/find
...
1st draft find module
2015-04-20 10:49:17 -04:00
Brian Coca
750ca8f4d3
Merge pull request #1173 from sky-shiny/os_nova_list_addresses
...
Os nova list addresses
2015-04-20 10:33:24 -04:00
Andrey Trubachev
1c8a8e8900
Fix mess of ipv6 and ipv4 addresses in private_ip
2015-04-20 15:28:56 +01:00
Brian Coca
6d348ed54e
Merge pull request #1166 from mscherer/fix_ansible_10335
...
Name is a required parameter
2015-04-19 23:52:40 -04:00
Romain Dartigues
3c848289a0
Issue #1161 DigitalOcean API 2 ssh_key_ids problem
...
* fix documentation: show a valid syntax
* make ssh_key_ids a list and not a string
2015-04-19 19:25:15 +02:00
Michael Scherer
a4d7ebc12a
Name is a required parameter, fix https://github.com/ansible/ansible/issues/10335
2015-04-19 12:39:36 -04:00
Lucas David Traverso
3b954edab2
django_manage: Use shebang in manage.py instead of hardcode python
2015-04-19 04:39:59 -03:00
Petros Moisiadis
3c605d4aba
make migrate command idempotent with django built-in migrations
...
Django since version 1.7 has built-in migrations, so no need to have south installed with recent django versions. The 'migrate' command works with built-in migrations without any change, but the output is different than the output produced by south, which breaks idempotence. This commit fixes this.
2015-04-17 19:43:25 +03:00
Chris AtLee
85cff6699e
Add support for 'update' parameter to hg module
2015-04-16 17:06:19 -04:00
Brian Coca
be89a2f5fc
added new ec2_ami_find as per #905
2015-04-16 15:39:26 -04:00
Brian Coca
5e1224c4a8
deprecated ec2_ami_search
2015-04-16 15:39:26 -04:00
Brian Coca
478981da9f
Merge pull request #1148 from sisso/devel
...
fixed bug where scaling policy return a random policy.
2015-04-16 14:31:08 -04:00
sisso
34d6d6f777
fixed bug where scaling policy return a random policy if many autoscale group have policies with same name.
2015-04-16 14:36:26 -03:00
Brian Coca
89bd6af0ed
Merge pull request #966 from jnsaff/devel
...
Added support for tagging images in ec2_ami.py
2015-04-16 11:35:37 -04:00
David Shrewsbury
c241296a20
Update os_subnet module for latest shade
...
Shade can now handle creating, updating and deleting subnets.
This cleans up the module to take advantage of that.
2015-04-16 09:19:29 -04:00
David Shrewsbury
b854a28dfb
Rename os_subnet to os_subnet.py
2015-04-16 09:17:57 -04:00
Toshio Kuratomi
a19fa6ba48
Implement feature to return list of files in the archive
2015-04-15 09:25:23 -07:00
Brian Coca
a597992592
updated content description to discourage using as a tempalte module
2015-04-15 10:02:30 -04:00
Toshio Kuratomi
761fc8d277
Tar --diff only sends output to stderr if a file is missing. Handle that case
...
Fixes #1064
2015-04-15 05:05:41 -07:00