Omer Katz
86e484fac8
Fixed docstrings.
2014-10-02 14:26:37 +03:00
Omer Katz
e27d82dd3d
Added unit tests that verify that subnet deletion reports success/failure correctly.
2014-10-02 14:26:37 +03:00
Omer Katz
f64b9d57b5
Fixed typo.
2014-10-02 14:26:37 +03:00
Omer Katz
c82b8232dd
Adjusted log levels.
2014-10-02 14:26:37 +03:00
Omer Katz
869cfe580d
Added unit tests that verify that vpc deletion reports success/failure correctly.
2014-10-02 14:26:37 +03:00
Omer Katz
4004f09cd0
Refactoring the test suite.
2014-10-02 14:26:36 +03:00
Omer Katz
e4f8340201
Added unit tests that verify that subnet creation reports success/failure correctly.
2014-10-02 14:26:36 +03:00
Omer Katz
6db6771b8a
Rearranged the module's methods order.
2014-10-02 14:26:36 +03:00
Omer Katz
78def8c70b
Added unit tests that verify that vpc creation reports success/failure correctly.
2014-10-02 14:26:36 +03:00
Omer Katz
ff1805fcd0
Installed six since it's a dependency of moto.
2014-10-02 14:26:36 +03:00
Omer Katz
298dacafc1
Pinned boto version since it should work with the latest moto.
2014-10-02 14:26:36 +03:00
Omer Katz
2204c8759f
Included boto in development requirements.
2014-10-02 14:26:36 +03:00
Omer Katz
9cff420f35
Added moto to the development requirements in order to start testing the VPC module.
2014-10-02 14:26:36 +03:00
Omer Katz
cc144fb0b8
Added the ability to create and associate DHCP options using the boto_vpc module.
2014-10-02 14:26:36 +03:00
Omer Katz
837353fddf
Fixed a bug where a deleted vpc/subnet/customer gateway would report success on failure.
2014-10-02 14:26:36 +03:00
Omer Katz
3d360b4dce
Added the ability to delete a customer gateway using the boto_vpc module.
2014-10-02 14:26:36 +03:00
Omer Katz
9311dd2750
Added the ability to delete a VPC subnet using the boto_vpc module.
...
Fixed a bug in the delete operation.
2014-10-02 14:26:36 +03:00
Omer Katz
f18877e7bc
Added the ability to delete a VPC using the boto_vpc module.
2014-10-02 14:26:36 +03:00
Omer Katz
6dc7ee4fa7
Added documentation.
2014-10-02 14:26:36 +03:00
Omer Katz
7a4af96a78
Added the ability to create customer gateways for a VPC using the boto_vpc module.
2014-10-02 14:26:36 +03:00
Omer Katz
362d3e119b
Added the ability to create subnets for a VPC using the boto_vpc module.
2014-10-02 14:26:36 +03:00
Omer Katz
bb4d6c7581
Added a create command ofr the boto_vpc module.
2014-10-02 14:26:36 +03:00
Thomas S Hatch
2d2bf49b9c
Merge pull request #16299 from hulu/fix-influx
...
fix InfluxDB log string formatting
2014-10-01 15:41:35 -06:00
Joseph Hall
43c01ef950
Merge pull request #16301 from hulu/typos-master
...
fix typos in doc/ref/configuration/master.rst
2014-10-01 15:21:07 -06:00
Chris Rebert
5ec98a7c4f
fix typos in doc/ref/configuration/master.rst
2014-10-01 14:06:11 -07:00
Chris Rebert
df136e343c
fix InfluxDB log string formatting
2014-10-01 13:58:46 -07:00
Thomas S Hatch
2e44c0e63e
Merge pull request #16288 from feth/develop
...
couchdb returner: Document a likely configuration.
2014-10-01 14:21:14 -06:00
Thomas S Hatch
3abfd22e68
Merge pull request #16286 from garethgreenaway/15650_device_in_unmount
...
Changes to mount.py module & state.
2014-10-01 14:15:11 -06:00
Thomas S Hatch
5cbb5027fb
Merge pull request #16297 from thatch45/hulu-pylint
...
Merge #16280
2014-10-01 13:44:20 -06:00
Thomas S Hatch
6292de8ce0
Merge branch 'pylint' of https://github.com/hulu/salt into hulu-pylint
...
Conflicts:
salt/client/raet/__init__.py
salt/daemons/flo/worker.py
2014-10-01 13:43:14 -06:00
Colton Myers
e524b429e5
Merge pull request #16290 from rallytime/merge_forward
...
Merge 2014.7 forward to develop
2014-10-01 12:09:24 -06:00
rallytime
8e55094ecd
Merge branch '2014.7' into develop
...
Conflicts:
salt/modules/influx.py
2014-10-01 10:12:06 -06:00
Nicole Thomas
f6cce07ebd
Merge pull request #16287 from rallytime/fix_pylint
...
Fix pylint on 2014.7 again
2014-10-01 09:48:16 -06:00
rallytime
af9f440718
Fix a few pylints that I missed the first time
2014-10-01 09:05:23 -06:00
Feth AREZKI
a5bf2a408b
couchdb returner: Document a likely configuration.
...
It is surprising to the newbie that only the first minion gets to write its data
in the couchdb database.
This documents a workaround that I hope is as clean as possible: create one db
per minion (for instance with the minion id in it).
Ref issue: #16265
2014-10-01 01:00:11 +02:00
rallytime
d478feacf8
Fix pylint on 2014.7 again
2014-09-30 16:48:34 -06:00
Thomas S Hatch
acbf910d99
Merge pull request #16279 from thatch45/msgpack_gates
...
Fix for #16088
2014-09-30 16:25:21 -06:00
Thomas S Hatch
37267f76b9
Merge pull request #16276 from jacksontj/2014.7
...
Ensure that timeout will happen for jobs that don't target any alive minions
2014-09-30 16:24:19 -06:00
Gareth J. Greenaway
1628f0d936
Allowing passing of device name to the unmount related functions. Per #15650
2014-09-30 15:04:35 -07:00
Thomas S Hatch
b9c33060a5
Merge pull request #16269 from bbinet/influxdb-admin-user
...
Influxdb admin user
2014-09-30 14:33:16 -06:00
Thomas S Hatch
dd66b9c855
lint
2014-09-30 14:29:30 -06:00
Nicole Thomas
d1a32a28c1
Merge pull request #16281 from techhat/cloudreactor
...
Add tutorial on using Salt Cloud with the Event Reactor
2014-09-30 14:16:19 -06:00
Nicole Thomas
de50067a91
Merge pull request #16272 from rallytime/bp-16252
...
Backport #16252 to 2014.7
2014-09-30 14:15:30 -06:00
Thomas S Hatch
52f59de09b
Merge pull request #16278 from rallytime/pylinting
...
Fix pylint on 2014.7
2014-09-30 13:57:10 -06:00
Joseph Hall
4aadff6d2b
Add Reactor tutorial to index
2014-09-30 12:57:48 -06:00
Joseph Hall
dc88103cdf
Add tutorial on using Salt Cloud with the Event Reactor
2014-09-30 12:50:47 -06:00
Chris Rebert
c4f8b78bf6
fix pylint issues in Flo & RAET
2014-09-30 11:31:39 -07:00
Thomas S Hatch
48d89821b3
Merge pull request #16264 from feth/really_copy_dict
...
Really copy dict, not only the ref to the dict.
2014-09-30 12:23:55 -06:00
rallytime
dca4ce75a8
Fix pylint on 2014.7
2014-09-30 12:00:17 -06:00
Thomas S Hatch
395e909d07
Fix for #16088
2014-09-30 11:59:27 -06:00