Daniel Wallace
1448ce31ff
Remove extraneous volume_delete
...
Fixing pylint errors
Discovered in #10661
2014-02-22 16:32:11 -06:00
Samuel Smith
e98347a668
Merge pull request #10670 from SmithSamuelM/sam_raet_9
...
Sam raet 9 Added name attributed to devices and .dids to stack so can reverse lookup did by name
2014-02-22 11:42:35 -07:00
Samuel M Smith
6cf27d2be5
Merge remote-tracking branch 'upstream/develop' into sam_raet_9
2014-02-22 11:41:25 -07:00
Samuel M Smith
ddb10db368
removed print
...
updated test
2014-02-22 11:40:40 -07:00
Samuel M Smith
735da8846b
Converted debug prints to console.verbose
2014-02-22 11:36:30 -07:00
Samuel M Smith
8e113ad642
Devices now have .name attribute
...
Stack keeps list of .dids by name so can look up did for a given device by name
stack.dids[name] returns device did
device = stack.devices[stack.dids[name]]
2014-02-22 11:26:46 -07:00
Pedro Algarvio
1354c212ee
Merge pull request #10659 from rallytime/mac_user_test
...
Even more mac_user tests!
2014-02-22 17:21:57 +00:00
Samuel M Smith
4678553e25
Changed Timer to StoreTimer so will be easier to debug in ioflo
...
Changes name of message queue since UdpStack don't need udp in incoming outgoing msg queue name
since not actually udp message in those queues
2014-02-22 10:11:25 -07:00
Pedro Algarvio
b2f2c963fb
Merge pull request #10668 from kuerzn/fixes
...
Fixed Bug in pacman Module
2014-02-22 14:36:01 +00:00
Pedro Algarvio
19b322b3bd
Merge pull request #10655 from aboe76/develop
...
Updated suse rpm specfiles for 2014-1 release
2014-02-22 14:25:00 +00:00
Joseph Hall
fbeb717835
Merge pull request #10663 from borgstrom/pyobjects_nomenclature
...
Change the StateFactory naming to follow conventional CamelCase (pyobjects)
2014-02-22 07:03:43 -07:00
johannes@scriabin
993443e994
Fixed Bug in pacman Module
2014-02-22 14:29:52 +01:00
Joseph Hall
f855db5d9b
Merge pull request #10664 from terminalmage/nova
...
Fixes for nova module
2014-02-21 19:15:30 -07:00
Samuel Smith
25b0c5fdf1
Merge pull request #10665 from SmithSamuelM/sam_raet_8
...
Sam raet 8
2014-02-21 19:09:06 -07:00
Samuel M Smith
0b7ad3edbc
Merge remote-tracking branch 'upstream/develop' into sam_raet_8
...
Conflicts:
salt/transport/road/raet/test/test_packeting.py
2014-02-21 19:07:54 -07:00
Samuel M Smith
a43c07f52d
removed now obsolete bl and cl fields from header
2014-02-21 19:05:17 -07:00
Samuel M Smith
d557f6ee29
Finished refactor of segmentation
2014-02-21 18:57:09 -07:00
Erik Johnson
1b9713e409
Fixes for nova module
...
Fixed a NameError and potential KeyError. Also added versionadded RST
directives where appropriate.
2014-02-21 17:18:31 -08:00
Erik Johnson
4f54f1a972
Merge pull request #10662 from gtmanfred/nova
...
[salt] begin nova states
2014-02-21 17:14:30 -08:00
Evan Borgstrom
0bf13082f3
Change the StateFactory naming to follow conventional CamelCase
...
Previously states like "postgres_user" ended up being named
Postgres_user, which isn't very Pythonic. Now it becomes PostgresUser,
which is much nicer.
2014-02-21 19:43:49 -05:00
Samuel M Smith
b52edc89da
Some refactoring of segmentation
2014-02-21 17:41:10 -07:00
Daniel Wallace
a55986030c
[salt] begin nova states
...
Starting with volumes existing, because that is the only one I care
about right this second.
2014-02-21 18:37:47 -06:00
rallytime
4e1c73f9e9
Even more mac_user tests!
2014-02-21 16:11:09 -07:00
Joseph Hall
17034b79d5
Merge pull request #10652 from gtmanfred/nova
...
[salt] add most of the nova volume functions
2014-02-21 15:42:27 -07:00
Niels Abspoel
f252aa2f29
Updated suse rpm specfiles for 2014-1 release
...
removed symlinks to systemd service files now pypi tarball
includes pkg folder. Updated spec file to match these sources.
2014-02-21 22:22:20 +01:00
Daniel Wallace
7ded2d6825
[salt] document private functions
...
_server_by_name and _volume_get
2014-02-21 15:18:43 -06:00
Daniel Wallace
a9455fd543
[salt] add nove.volume_delete
2014-02-21 15:16:41 -06:00
Daniel Wallace
a888c2c990
[salt] add nova.volume_attach and detach
2014-02-21 14:57:31 -06:00
Daniel Wallace
b8ec69e768
[salt] add volume commands to nova
2014-02-21 14:57:31 -06:00
Mike Place
64f07ebc38
Merge pull request #10651 from rallytime/mac_user_test
...
more mac_user tests
2014-02-21 13:56:11 -07:00
rallytime
4a5bbd0c1d
more mac_user tests
2014-02-21 13:49:17 -07:00
C. R. Oldham
571eeb6a8a
Merge pull request #10650 from cro/pylint_fixes_0221
...
Pylint fixes.
2014-02-21 13:29:48 -07:00
C. R. Oldham
09948b3ddd
Pylint fixes.
2014-02-21 13:28:53 -07:00
C. R. Oldham
daffc42b4a
Merge pull request #10649 from cro/proxy_add_running
...
Add self._running to the ProxyMinion
2014-02-21 13:04:27 -07:00
Thomas S Hatch
bde33497d2
Merge pull request #10645 from rallytime/mac_user_test
...
Test fixes
2014-02-21 12:09:46 -07:00
Samuel M Smith
af885336d3
Changed pendflag and succedent flag to segment flag and pending ack flag so semantics changed
2014-02-21 12:09:32 -07:00
C. R. Oldham
47084a4031
Add self._running to the ProxyMinion
2014-02-21 11:46:58 -07:00
Samuel Smith
386f61985d
Merge pull request #10646 from SmithSamuelM/sam_raet_7
...
Sam raet 7 Basic Raet segmentation working
2014-02-21 11:43:49 -07:00
Samuel M Smith
320fc04667
Basic segmentation and desegmentation working
...
needs some cleanup refactoring still
2014-02-21 11:40:27 -07:00
rallytime
5a80abeaee
Test fixes
2014-02-21 11:13:38 -07:00
Joseph Hall
767af38fbc
Merge pull request #10643 from s0undt3ch/hotfix/cloud-config-yaml-dumper-fix
...
Properly `YAML`'ize `OrderedDict`'s
2014-02-21 06:17:25 -07:00
Joseph Hall
5705a1bd98
Merge pull request #10641 from s0undt3ch/hotfix/ordereddict-compat
...
Import `OrderedDict` from `salt.utils.odic` for backwards compatability
2014-02-21 06:16:37 -07:00
Pedro Algarvio
4af9d78d54
Use the newly added ordered safe yaml dumper
2014-02-21 12:43:31 +00:00
Pedro Algarvio
359e73d605
Provide an ordered safe yaml dumper.
2014-02-21 12:43:06 +00:00
Pedro Algarvio
820eb41928
Properly YAML
'ize OrderedDict
's
2014-02-21 10:58:06 +00:00
Pedro Algarvio
dc503a09c7
Import OrderedDict
from salt.utils.odic
for backwards compatability
2014-02-21 10:46:56 +00:00
Thomas S Hatch
655da0bd5c
Merge pull request #10638 from terminalmage/rpm
...
Update spec file for 2014.1.0
2014-02-20 20:38:16 -07:00
Thomas S Hatch
2e4eb3228d
Merge pull request #10637 from goldbach/issue10522
...
fixes #10522 (partially)
2014-02-20 20:37:43 -07:00
Thomas S Hatch
c365444723
Merge pull request #10635 from cachedout/doc_link_audit
...
Doc link fixes
2014-02-20 20:36:54 -07:00
Thomas S Hatch
2ed60b0689
Merge pull request #10634 from ahammond/esacpe_dashed_vg_lv_names
...
dashes in vg or lv names should be escaped
2014-02-20 20:35:35 -07:00