Commit Graph

30448 Commits

Author SHA1 Message Date
Pedro Algarvio
532bc7fc2f Merge pull request #12668 from s0undt3ch/hotfix/transifex-updates
Update 'doc/.tx/config' - Build #48
2014-05-10 14:52:34 +01:00
Pedro Algarvio
ea00232d87 Update 'doc/.tx/config' - Build #48
http://cookingwithsalt.org/job/salt/job/transifex/48/

Signed-off-by: Pedro Algarvio <pedro@algarvio.me>
2014-05-10 14:51:52 +01:00
Pedro Algarvio
592c669f75 Add coding header 2014-05-10 14:42:41 +01:00
Pedro Algarvio
8f1f212a7f Remove trailing white-space. 2014-05-10 14:41:48 +01:00
Mike Place
d7bba818a9 Only listen on localhost. 2014-05-10 14:18:53 +01:00
Mike Place
1fe291346f Cleanup 2014-05-10 14:18:53 +01:00
Mike Place
0cbac67a3f Support for continuous integration testing of salt-ssh 2014-05-10 14:18:53 +01:00
Pedro Algarvio
9630d43d05 Add option to run SSH tests.
Refs saltstack/salt-testing#16 and #12661
2014-05-10 14:12:04 +01:00
Pedro Algarvio
bbe00d8206 Merge pull request #12666 from terminalmage/update-spec
Update RPM spec for 2014.1.4
2014-05-10 12:19:09 +01:00
Erik Johnson
82960a7480 Update RPM spec for 2014.1.4 2014-05-10 00:06:33 -05:00
Thomas S Hatch
0e50d06b34 Merge pull request #12662 from eliasp/win_repo-empty-productname
Fix numerous crashes in consumers of Windows package lists due to empty package names.
2014-05-09 17:09:42 -06:00
Elias Probst
5d07e9464e Fix numerous crashes in consumers of Windows package lists due to empty package names. 2014-05-10 00:34:48 +02:00
Joseph Hall
8477d9ba06 Merge pull request #12660 from gtmanfred/nova
Adding network and virtual_interface commands to the cloud module
2014-05-09 15:04:01 -06:00
Daniel Wallace
c10443394f cloud client extra_actions needs a names variable 2014-05-09 15:33:19 -05:00
Daniel Wallace
c34e1c8dd1 Fix pylint issues 2014-05-09 15:29:09 -05:00
Daniel Wallace
d569c37a75 Document the new cloud module functions 2014-05-09 15:29:09 -05:00
Daniel Wallace
346721193c Clean up virtual interface attach 2014-05-09 15:29:09 -05:00
Daniel Wallace
8a47524f6c Add virtual interfaces 2014-05-09 15:29:09 -05:00
Daniel Wallace
5a256d5fe8 Combine volume and network into extra actions 2014-05-09 15:29:09 -05:00
Daniel Wallace
60d3932bf9 Add network action to CloudClient
Allows for creating and deleting extra networks and the likes
2014-05-09 15:29:08 -05:00
Daniel Wallace
7542fba756 Add network create function 2014-05-09 15:29:08 -05:00
Daniel Wallace
31cbff6954 Add in networks
Include the posibility to use extensions, for stuff like rackspace's
os-networksv2

my-nova:
  minion:
    mine_functions:
      network.ip_addrs: []
    startup_states: sls
    sls_list:
      - cloud.novaclient
  identity_url: 'https://identity.api.rackspacecloud.com/v2.0/'
  extensions:
    networks: os_networksv2_python_novaclient_ext
    virtual_interfaces: os_virtual_interfacesv2_python_novaclient_ext
  protocol: ipv4
  compute_region: IAD
  user: USERNAME
  tenant: TENANTID
  provider: nova
  api_key: APIKEY
  os_auth_plugin: rackspace
  wait_for_ip_timeout: 6000
2014-05-09 15:29:08 -05:00
Thomas S Hatch
039e0841c1 Merge pull request #12548 from cachedout/12111
Eauth improvements and fixes
2014-05-09 13:55:42 -06:00
Thomas S Hatch
6a645041f1 Merge pull request #12657 from whiteinge/state-event-out-buffer
Force Python to flush to stdout whenever we have an event to print
2014-05-09 13:49:08 -06:00
rallytime
d55bdfd4db Fixed if statement to evaluate values, not indices 2014-05-09 13:18:25 -06:00
rallytime
e726791efc Convert ints to strings when using file.append in sls file 2014-05-09 13:18:25 -06:00
Joseph Hall
991a659961 Merge pull request #12658 from KennethWilke/develop
Added more redis functionality
2014-05-09 12:27:14 -06:00
KennethWilke
eb6d049502 Added more redis functionality 2014-05-09 13:02:57 -05:00
Seth House
da432237ad Force Python to flush to stdout whenever we have an event to print
We want to see events as soon as they come in without waiting on the
output buffer to fill up. Is there a less heavy-handed way to do this?
2014-05-09 11:53:17 -06:00
Thomas S Hatch
abeb3731ca Merge pull request #12656 from cachedout/salt-ssh-tweaking
salt-ssh tweaking
2014-05-09 11:38:39 -06:00
Mike Place
bacd5be8ca Restore salt-ssh to working order
* Removed misleading (to me at least) messages from stderr.
* Added explicit exits to the sh shim
* Fix index error where we incorrectly detect master deploy msg.
2014-05-09 11:00:42 -06:00
Joseph Hall
d26bfa36c5 Merge pull request #12598 from Katafalkas/salt-cloud_ec2_describe_volumes
describe_volumes function
2014-05-09 10:06:43 -06:00
Mike Place
608d6d1855 Display error if we have no matching targets in roster. 2014-05-09 09:26:41 -06:00
Mike Place
386375a5ea Friendly error message on insufficient permissions.
Better wording.
2014-05-09 09:11:04 -06:00
Pedro Algarvio
e85180574e Merge pull request #12646 from terminalmage/shar-updates
Update build_shar.sh
2014-05-09 12:49:15 +01:00
Pedro Algarvio
a3a92cdd3b Merge pull request #12644 from rallytime/gpg_test
Modified GPG Unit Tests
2014-05-09 12:47:38 +01:00
Mathieu Le Marec - Pasquet
b55afab090 Fix performance for env scanning
Also scan for jobs in the absolute path
2014-05-09 11:26:47 +02:00
Audrius Kucinskas
7dbb17e485 describe_snapshots change to non-plural fix 2014-05-09 09:49:44 +03:00
Erik Johnson
a9a951df26 Dispose of temp virtualenv before installing deps 2014-05-09 00:05:40 -05:00
rallytime
aa45f50f04 Remove unused imports 2014-05-08 21:15:31 -06:00
rallytime
824969eab9 Correctly skip unit tests if gnupg is not installed 2014-05-08 21:10:15 -06:00
Erik Johnson
0bd6ec2282 Update build_shar.sh
Added the following arguments

* -p - specify prefix
* -d - specify directory containing pre-downloaded dependency tarballs

Additional tweaks:

* Switched to using virtualenv to ensure that a new enough version of
  pip is available. Older pip seems to have issues with downloading the
  dependencies, silently failing to download certain tarballs. This
  removes the hard dep on python-pip, and adds python-virtualenv as a
  hard dep.

* Detect bundled zeromq in pyzmq tarball, and use it instead of trying
  to fetch it. This, coupled with the new -d option, allows for the
  entire stack of deps to be frozen for consistency in packaging.
2014-05-08 22:03:16 -05:00
Joseph Hall
f39319de6f Merge pull request #12643 from meteorfox/expose-OS-base-url
Expose libclouds' base_url property as an OpenStack configuration.
2014-05-08 18:14:28 -06:00
rallytime
cf4d2372b8 Modified GPG tests 2014-05-08 16:44:56 -06:00
Nicole Thomas
a77b55f054 Merge pull request #12527 from baconz/develop
Add unit tests and function doc strings to gpg renderer
2014-05-08 16:41:45 -06:00
Carlos L. Torres
7de1e45d37 Expose libclouds' base_url property as an OpenStack configuration.
Apache libcloud has a property called 'ex_force_base_url' which
allows the user to use the specify URL as the API endpoint instead
of using the URL in the endpoint service catalog. This patch
exposes such function to the provider definition as a 'base_url',
and is totally optional.
2014-05-08 17:25:18 -05:00
Mike Place
33626659c7 Rewrite opts and pylint 2014-05-08 16:19:07 -06:00
Thomas S Hatch
987f851c97 Merge pull request #12640 from pass-by-value/halite_tutorial_update
Edit cert related instructions in Halite tutorial
2014-05-08 12:28:34 -06:00
Thomas S Hatch
9a2556576d Merge pull request #12639 from bkeroack/bug-12617-cmd_iter_blocking
Fix cmd_iter/cmd_iter_no_block blocking until timeout
2014-05-08 12:26:07 -06:00
Aditya Kulkarni
bf6caa304b Edit cert related instructions in Halite tutorial 2014-05-08 14:19:32 -04:00