Damian Myerscough
7a3ea9834e
Fixing #14880 listing nodes
2014-08-22 23:59:55 -07:00
Damian Myerscough
4a56bf662c
Fixing #14880 listing nodes
2014-08-22 23:58:19 -07:00
Thomas S Hatch
317ec24ccc
Merge pull request #15176 from jgillich/patch-1
...
remove example duplicate
2014-08-22 14:15:46 -06:00
Thomas S Hatch
8d408defc6
Merge pull request #15165 from gtmanfred/develop
...
[salt.cloud] [Do not merge] automatically load novaclient extensions pt.2.
2014-08-22 14:14:25 -06:00
Thomas S Hatch
0c05702184
Merge pull request #15193 from techhat/clouddocs
...
Cloud cache is now msgpack, not json
2014-08-22 14:11:08 -06:00
Joseph Hall
3571d3eb3c
Cloud cache is now msgpack, not json
2014-08-22 13:22:25 -06:00
Joseph Hall
1db825be19
Merge pull request #15191 from hulu/sodium-spacing
...
sodium_grabber_installer: fix kwarg spacing
2014-08-22 13:20:00 -06:00
Chris Rebert
fcc41721fd
sodium_grabber_installer: fix kwarg spacing
...
************* Module sodium_grabber_installer
pkg/smartos/esky/sodium_grabber_installer.py:16: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment
sources = [path.join(HERE, 'sodium_grabber.c')],
^
pkg/smartos/esky/sodium_grabber_installer.py:17: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment
libraries = ['sodium'],
^
2014-08-22 12:04:34 -07:00
Joseph Hall
dbbecefa99
Merge pull request #15190 from hulu/random-copyediting
...
copyedits
2014-08-22 13:02:55 -06:00
Chris Rebert
a53ae15d23
copyedits
2014-08-22 11:59:13 -07:00
Thomas S Hatch
224acd25df
Merge pull request #15174 from steverweber/slspath_fix
...
change var slspathdot to slsdotpath
2014-08-22 12:30:17 -06:00
Thomas S Hatch
0817e60494
Merge pull request #15168 from lyft/14752-boto_get_group-ignores-region
...
Resove issue with ignored region argument
2014-08-22 12:26:44 -06:00
Thomas S Hatch
26f6acc1d0
Merge pull request #15163 from garethgreenaway/apply_hostname
...
Changes to modules debian_ip and rh_ip, and the network.py state
2014-08-22 12:13:18 -06:00
Thomas S Hatch
1ae169b9e0
Merge pull request #15188 from thatch45/develop
...
Cleaning
2014-08-22 11:39:15 -06:00
Thomas S Hatch
b9a55579ce
Merge branch 'develop' of github.com:saltstack/salt into develop
...
Conflicts:
salt/cloud/__init__.py
2014-08-22 11:38:38 -06:00
Thomas S Hatch
fc179f2f6f
Merge pull request #15179 from cingeyedog/develop
...
Changing default hash in file.py
2014-08-22 11:18:41 -06:00
Pedro Algarvio
92cd6ece62
Merge pull request #15181 from techhat/cloudrender
...
Send cloud maps through salt renderer system
2014-08-22 18:08:19 +01:00
Joseph Hall
97575e0366
Linting
2014-08-22 10:32:42 -06:00
Joseph Hall
b8123b2497
Send cloud maps through salt renderer system
2014-08-22 09:58:00 -06:00
cingeyedog
e1e902bacc
Changing default hash in file.py
...
Changed default hashtype in file.py to sha256. This was not reading
the hash_type from the minion config. FIPS doesnt allow md5 as a valid
hash type.
ID: /etc/snmp/snmpd.conf
Function: file.managed
Result: False
Comment: An exception occurred in this state: Traceback (most
recent call last):
File "/usr/lib/python2.6/site-packages/salt/state.py",
line 1379, in call
**cdata['kwargs'])
File
"/usr/lib/python2.6/site-packages/salt/states/file.py", line 1246, in
managed
**kwargs
File
"/usr/lib/python2.6/site-packages/salt/modules/file.py", line 2363, in
check_managed
**kwargs)
File
"/usr/lib/python2.6/site-packages/salt/modules/file.py", line 2106, in
get_managed
hsum = get_hash(sfn)
File
"/usr/lib/python2.6/site-packages/salt/modules/file.py", line 424, in
get_hash
return salt.utils.get_hash(path, form, chunk_size)
File
"/usr/lib/python2.6/site-packages/salt/utils/__init__.py", line 1468,
in get_hash
hash_obj = hash_type()
ValueError: error:060800A3:digital envelope
routines:EVP_DigestInit_ex:disabled for fips
2014-08-22 11:17:53 -04:00
Jakob Gillich
0112f70d9c
remove example duplicate
2014-08-22 16:06:09 +02:00
Steve Weber
d4c5cc7056
change var slspathdot to slsdotpath
2014-08-22 09:53:58 -04:00
Colin Johnson
8192720f21
Resove issue with ignored region argument https://github.com/saltstack/salt/issues/14752
2014-08-22 06:09:18 +00:00
Thomas S Hatch
61d9f69d0e
How long has that been in there?
2014-08-21 21:16:33 -06:00
Thomas S Hatch
4b785ea32b
Merge branch '2014.7' into develop
2014-08-21 18:42:28 -06:00
Thomas S Hatch
c887a04a85
Merge pull request #15164 from thatch45/raet_route_fix
...
Fix raet resolver routines
2014-08-21 18:41:05 -06:00
Thomas S Hatch
9ef26f8af1
Merge pull request #1 from whiteinge/raet-auth-router
...
Changed a few router defaults
2014-08-21 18:40:52 -06:00
Seth House
5b8f2a471a
Changed a few router defaults
2014-08-21 18:38:11 -06:00
Daniel Wallace
1b96e9f17c
dammit
2014-08-21 19:37:07 -05:00
Daniel Wallace
6e27715028
only load functions and hooks once
...
novaclient doesn't check if it has already loaded extensions, so we only
want to run this ones, the first time that it is loading, since we
are manually overwriting the classes in memory anyway.
2014-08-21 18:58:05 -05:00
Daniel Wallace
38d8e074eb
clean up kwargs
2014-08-21 18:57:47 -05:00
Daniel Wallace
ecb89fd34e
pylint fix
2014-08-21 18:57:39 -05:00
Daniel Wallace
241b00d5c1
kwargs should be vm_
...
this allows for specifying stuff to configure novaclient plugins, in the
cloud.profiles, such as public: False service_net: True
2014-08-21 18:57:23 -05:00
Daniel Wallace
88e8abc1d2
automatically use novaclient plugins
...
no more having to specify what module the extension should overwrite
2014-08-21 18:57:08 -05:00
Daniel Wallace
c9a77ca062
fix has_nova
2014-08-21 18:56:39 -05:00
Gareth J. Greenaway
783e00e954
updates to debian_ip and rh_ip to allow applying hostname changes immediately.
2014-08-21 16:45:57 -07:00
Thomas S Hatch
e502d295d5
Merge pull request #15162 from gtmanfred/haproxyconn
...
add version added note for haproxy
2014-08-21 17:29:45 -06:00
Thomas S Hatch
f0009be6c2
Merge branch '2014.7' into develop
2014-08-21 17:20:26 -06:00
Thomas S Hatch
2fc6267abc
Fix raet resolver routines
2014-08-21 17:06:29 -06:00
Daniel Wallace
7e4a327d0d
fix to use the correct number of dots
2014-08-21 17:34:36 -05:00
Daniel Wallace
d366047c36
add version added note for haproxy
2014-08-21 17:29:24 -05:00
Thomas S Hatch
12d8638f8f
Merge pull request #15161 from saltstack/revert-15120-develop
...
Revert "automatically use novaclient plugins"
2014-08-21 15:53:57 -06:00
Thomas S Hatch
25cca80ae7
Revert "automatically use novaclient plugins"
2014-08-21 15:53:51 -06:00
Thomas S Hatch
60381dbed5
Merge pull request #15160 from saltstack/revert-15150-develop
...
Revert "only load functions and hooks once"
2014-08-21 15:53:48 -06:00
Thomas S Hatch
1fd556f07d
Revert "only load functions and hooks once"
2014-08-21 15:53:40 -06:00
Thomas S Hatch
0da56fcd03
Merge pull request #15150 from gtmanfred/develop
...
only load functions and hooks once
2014-08-21 15:14:10 -06:00
Thomas S Hatch
2d47589c88
Merge pull request #15140 from terminalmage/pygit2-auth
...
Add gitfs authentication support for pygit2>=0.20.3
2014-08-21 15:03:35 -06:00
Thomas S Hatch
6ca5cd9ab3
Merge pull request #15157 from saltstack/revert-15136-reload-grains-with-modules-for-states
...
Revert "Reload grains with modules for states"
2014-08-21 14:50:00 -06:00
Thomas S Hatch
5970b4c529
Revert "Reload grains with modules for states"
2014-08-21 14:49:25 -06:00
Thomas S Hatch
899997e3d5
Merge pull request #15153 from nshalman/esky-improvements-2014.7
...
SmartOS esky packaging of 2014.7
2014-08-21 14:38:40 -06:00