Commit Graph

30350 Commits

Author SHA1 Message Date
Joseph Hall
1f43bfe756 Add create() to cloud runner 2014-05-07 09:05:36 -06:00
Øyvind Saltvik
838d67eb7f pass install to custom seed_cmd, simplify code 2014-05-07 15:48:37 +02:00
C. R. Oldham
f71e043fce Merge pull request #12583 from techhat/develop
Make ec2 create() more reactor friendly
2014-05-07 07:35:46 -06:00
Joseph Hall
640caf511b Merge pull request #12597 from ticosax/salt-cloud-urllib2-requests-errors
Follow up for 8ed7c92e79
2014-05-07 06:42:02 -06:00
Nicolas Delaby
7d61d9494b Follow up for 8ed7c92e79
Raise http exceptions in case of BadRequest

Follow `requests` api in error handling.
2014-05-07 14:22:58 +02:00
Joseph Hall
8c9d5d16ed Use __opts__ not self.opts 2014-05-07 05:24:49 -06:00
ranl
ef80b96c2e tomcat module: adding temp_war_location argument to war_deployed 2014-05-07 14:24:19 +03:00
Niels Kristensen
0eaba78287 use system locale for ports installation 2014-05-07 12:57:31 +02:00
ranl
66bd7504ce adding interfaces_names function to win_network module 2014-05-07 11:47:24 +03:00
ranl
13be86f8cf win_dns_client: fix get_dns_servers function, find the nic based on its name and not the driver 2014-05-07 11:38:49 +03:00
FELD Boris
2b03812318 Fix eauth default value in Batch and cmd_batch 2014-05-07 10:29:25 +02:00
jond64
fd594ee848 Added ignore_types option to pkg.verify which can be used to omit files of a given type such as config or doc from the returned dict 2014-05-06 23:20:52 -05:00
Joseph Hall
5bf75c3e43 Properly populate the deploy script 2014-05-06 22:03:33 -06:00
Erik Johnson
9b38263b4f Add /opt/share/man to MANPATH 2014-05-06 22:51:00 -05:00
Erik Johnson
c3e89eeceb Compress man pages 2014-05-06 22:50:39 -05:00
Joseph Hall
39b2e9818c Don't fire opts in the event 2014-05-06 21:49:52 -06:00
Joseph Hall
ab1451035a Make ec2 create() more reactor friendly 2014-05-06 21:40:39 -06:00
Thomas S Hatch
c2fa5ae640 Merge pull request #12565 from rallytime/grain_states
Added remaining grains module functions to grains states
2014-05-06 17:35:36 -06:00
Thomas S Hatch
d4a4bea6af Merge pull request #12574 from makinacorpus/tfix2
Proper fix for modules lazyloader
2014-05-06 17:31:57 -06:00
Thomas S Hatch
c8ae85dc1b Merge pull request #12570 from bretep/eip-option-salt-cloud-rebased
Option to allocate & add elasitc IP to new instance
2014-05-06 17:28:57 -06:00
Pedro Algarvio
3a907e725d Merge pull request #12579 from cvrebert/patch-1
fix typo in modules.lxc._rand_cpu_str()
2014-05-06 23:48:15 +01:00
Chris Rebert
64f7c8f406 fix typo in modules.lxc._rand_cpu_str() 2014-05-06 15:47:09 -07:00
Thomas S Hatch
b1ba6e8601 Merge pull request #12578 from plastikos/bug-longer_mock_hostname
BUG: longer MOCK_HOSTNAME is not sufficiently long
2014-05-06 16:33:35 -06:00
Thomas S Hatch
776280a034 Merge pull request #12575 from hulu/unicode_jinja
Fix unicode conditional in jinja template fixes #12564
2014-05-06 16:07:42 -06:00
Thayne Harbaugh
871ba0010f BUG: The MOCK_HOSTNAME is not sufficiently long.
Extend the MOCK_HOSTNAME for a better chance that it will be longer
than the actual hostname.
2014-05-06 16:00:40 -06:00
Bret Palsson
2b2113f778 Define network_interfaces after the rebase 2014-05-06 21:45:29 +00:00
Thayne Harbaugh
09eb54798b The MOCK_HOSTNAME is not sufficiently long to guarantee that it is
longer than the hostname on the current host.  Make it crazy long.
2014-05-06 15:28:55 -06:00
Keith Ainsworth
e31b3e9655 Support non-string values 2014-05-06 14:18:02 -07:00
Keith Ainsworth
f2592f257d Fix unicode conditional in jinja template fixes #12564 2014-05-06 13:30:10 -07:00
Mathieu Le Marec - Pasquet
6e91d1e339 Proper fix for modules lazyloader
This fixes #12561
2014-05-06 22:28:29 +02:00
rallytime
75f22545e2 Removed duplicate functionality in grains states 2014-05-06 14:21:41 -06:00
Bret Palsson
9a532b4592 Fix linting issues. 2014-05-06 19:56:18 +00:00
Joseph Hall
06f30bdc14 Merge pull request #12568 from techhat/ec2
Make ec2 list_nodes_min() more usable for deletion tasks
2014-05-06 13:09:45 -06:00
Bret Palsson
9637dcce83 Updates the ENI with desired settings 2014-05-06 18:57:13 +00:00
Bret Palsson
623cb10650 Allocate + Add elasitc IP to new instance
This allows an option to create an Elastic IP and assignin
it to an interface. This works with a single or multiple interfaces.

Example profile block

```yaml
network_interfaces:
    - DeviceIndex: 0
      allocate_new_eip: True
      delete_interface_on_terminate: True
      domain: vpc
      SubnetId: subnet-c73a93bd
      SecurityGroupId:
        - sg-e78e6785
```
2014-05-06 18:53:18 +00:00
Joseph Hall
98620f95a7 Make ec2 list_nodes_min() more usable for deletion tasks 2014-05-06 12:27:53 -06:00
Thomas S Hatch
6518d1cabb Start the container before running bootstrap
This prevents the container from being started and stoped for every
command that is executed
2014-05-06 12:27:34 -06:00
Thomas S Hatch
c9fd8f4c4d Merge pull request #12563 from techhat/ec2
Break out ec2 create() into smaller functions
2014-05-06 12:19:56 -06:00
Joseph Hall
6b51d19b44 Linting 2014-05-06 12:08:12 -06:00
Joseph Hall
b5e1b57404 Properly ref set_del_all_vols_on_destroy variable 2014-05-06 12:07:02 -06:00
Thomas S Hatch
8ae896bd0a Add defaults for the state_aggregate config option 2014-05-06 12:04:06 -06:00
Thomas S Hatch
f4471c0613 Change the mod_aggregate enable option 2014-05-06 12:02:32 -06:00
rallytime
668604ff0e Added remaining grains module functions to grains states 2014-05-06 11:52:43 -06:00
Mathieu Le Marec - Pasquet
8abf654fc7 Temporary fix for custom runners to load 2014-05-06 19:21:34 +02:00
Joseph Hall
f0b1a01126 Break out ec2 create() into smaller functions 2014-05-06 11:21:12 -06:00
Thomas S Hatch
01acec8de6 Lint fixes for #12551 @mikeslattery 2014-05-06 11:16:49 -06:00
Thomas S Hatch
eb1178da54 Merge pull request #12551 from mikeslattery/patch-1
Add svn_pillar - pillars stored in SVN
2014-05-06 11:14:33 -06:00
Thomas S Hatch
6f0dcd8b2b Merge pull request #12553 from cheuschober/fix_pillar_get_merge_when_missing
Fixes an oversight in the new modules.pillar.get merge parameter
2014-05-06 11:10:11 -06:00
Thomas S Hatch
87117e13d5 Merge pull request #12554 from s0undt3ch/hotfix/fix-version-codename
Fix version codename exhibition
2014-05-06 11:06:51 -06:00
Colton Myers
4fbe9c0bd4 Merge pull request #12552 from s0undt3ch/hotfix/transifex-updates
Update 'doc/.tx/config' - Build #43
2014-05-06 10:28:48 -06:00