summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Collapse)AuthorAgeFilesLines
* account: be more verbose with -v optionMichal Minar2014-04-281-6/+28
|
* software: be more verbose with -v optionMichal Minar2014-04-282-16/+24
| | | | | | | Improved output of verify command. With verbose option, produce output also for passed packages. Do not treat installation of already install package as an error.
* software: document search commandMichal Minar2014-04-281-0/+3
| | | | Resolves trac ticket #306
* fixed requires in README and script generatorMichal Minar2014-04-282-2/+2
|
* Merge pull request #82 from jsafrane/devel/info_logsMichal Minar2014-04-286-10/+47
|\ | | | | Print 'info' level logs on successfull operation.
| * Remove debug printJan Safranek2014-04-251-3/+1
| |
| * Added operation result logs.Jan Safranek2014-04-255-7/+46
| | | | | | | | These will be visible with 'lmi -v'.
* | logicalfile: log when running in verbose modeJan Synacek2014-04-251-0/+4
|/
* doc: regenerated cli html documenationMichal Minar2014-04-245-12/+10
|
* doc: created common makefile for documentationMichal Minar2014-04-2411-1782/+17
| | | | | Makefiles for documentation contained redundant code. Created one generic Makefile which is included by all the others.
* doc: use openlmithemeMichal Minar2014-04-2411-11/+19
|
* require openlmi-tools instead of openlmi-scriptsMichal Minar2014-04-2410-10/+10
| | | | | Subcommands now should depend only on openlmi-tools that contain both LMIShell and LMI Meta-command.
* journald: Add provider version requirement testTomas Bzatek2014-04-232-1/+12
| | | | | The journald script makes use of newly added LMI_JournalMessageLog. PositionToLastRecord() method, let's add explicit version check.
* journald: Fix authorshipTomas Bzatek2014-04-231-0/+3
|
* New journald scriptTomas Bzatek2014-04-1813-0/+861
| | | | Requires OpenLMI journald provider 0.4.2 (MOF version number) and higher.
* software: fixed handling of error cases for async opsMichal Minar2014-04-141-11/+20
|
* software: handle corner case when waiting for a jobMichal Minar2014-04-141-3/+23
| | | | | | Some operations may cause a restart of tog-pegasus (like its reinstallation). Let's not put off immediately when we hit connection error.
* Fixed 'lmi storage mount delete <target>'Jan Safranek2014-04-081-0/+9
|
* Fixed 'lmi mount create' command.Jan Safranek2014-04-071-8/+0
| | | | It does _not_ accept list of devices.
* networking: fix setting activation/deactivation without device specifiedRadek Novacek2014-04-071-9/+33
|
* service: fixed reload commandsMichal Minar2014-04-031-3/+3
| | | | Resolves upstream ticket #289
* Merge pull request #76 from jsafrane/devel/mount-specMichal Minar2014-03-181-18/+34
|\ | | | | Allow 'lmi storage mount list|show|delete <directory>'.
| * Allow 'lmi storage mount list|show|delete <directory>'.Jan Safranek2014-03-171-18/+34
| | | | | | | | | | This resolves tickets #296 and #281.
* | Merge pull request #75 from pschiffe/masterMichal Minar2014-03-181-0/+45
|\ \ | | | | | | System: added networking info
| * | System: added networking infoPeter Schiffer2014-03-171-0/+45
| |/
* | updated commands readmeMichal Minar2014-03-171-102/+22
| |
* | updated make_new.py scriptsMichal Minar2014-03-171-20/+29
| |
* | unified script versionsMichal Minar2014-03-1730-180/+47
|/ | | | | | | All scripts have the same version which is set in single file (VERSION). All setup.py and conf.py scripts containing these version numbers were renamed to *.skel. These skeletons are then read by makefiles and proper *.py scripts are generated out of them.
* storage: bumped doc versionMichal Minar2014-03-111-2/+2
|
* bumped storage scripts versionMichal Minar2014-03-111-1/+1
|
* Fixed MD RAID tests, sometimes there is no 'hostname:' in RAID ↵Jan Safranek2014-03-101-2/+2
| | | | /dev/disk/by-id/ symlink.
* Merge pull request #72 from jsynacek/develMichal Minar2014-03-074-7/+35
|\ | | | | minor additions and fixes
| * storage: correctly report mounting errorsJan Synacek2014-03-071-3/+2
| |
| * storage: list thinly provisioned devices in provides/dependsJan Synacek2014-03-071-0/+18
| |
| * storage: list thinly provisioned devices in storage treeJan Synacek2014-03-072-4/+15
| |
* | Merge pull request #71 from openlmi/fixMichal Minar2014-03-041-1/+1
|\ \ | | | | | | networking: fix wrong error message
| * | networking: fix wrong error messageRadek Novacek2014-03-041-1/+1
| | | | | | | | | | | | This fixes bad error message when --ipv6 option has invalid value.
* | | fixed duplicated header names in outputMichal Minar2014-03-041-1/+1
|/ / | | | | | | | | | | | | | | | | | | When there was NewTableCommand cmd produced by LmiLister it caused headers to be produced twice which is not desireable. Also turned off printing column names for Verify command of software scripts. Resolves trac ticket #287
* | Merge pull request #70 from rnovacek/fixesMichal Minar2014-03-043-6/+42
|\ \ | | | | | | Various fixes in networking command and script
| * | networking: explicitly differentiate between IPv4 and IPv6 addressesRadek Novacek2014-03-042-2/+29
| | |
| * | networking: fix wrong function for ending test phaseRadek Novacek2014-03-041-1/+1
| | | | | | | | | | | | It should fix problem with unfinished tests on buildbot.
| * | networking: handle case when ProtocolIFType is NoneRadek Novacek2014-03-041-3/+12
| | | | | | | | | | | | | | | ProtocolIFType property of LMI_IPAssignmentSetting data can be empty sometimes. This commit adds a check for it.
* | | Merge pull request #69 from pschiffe/masterMichal Minar2014-03-041-24/+43
|\ \ \ | |/ / |/| | System: catch LMIClassNotFound exceptions
| * | System: catch LMIClassNotFound exceptionsPeter Schiffer2014-03-031-24/+43
| | |
* | | software: fixed search commandMichal Minar2014-03-041-2/+2
|/ / | | | | | | Search command was completely broken.
* | System: added dependency on openlmi-scripts-servicePeter Schiffer2014-02-282-1/+3
| |
* | System: added info about firewall and logging servicesPeter Schiffer2014-02-271-0/+35
| |
* | networking: prefix length of route should be intRadek Novacek2014-02-271-1/+1
| | | | | | | | | | | | PrefixLength parameter of static IP route was incorrectly converted to string when it should be integer. New lmishell can convert it to propert type. This commit fixes it even for older lmishell.
* | Merge pull request #64 from pschiffe/masterMichal Minar2014-02-261-0/+23
|\ \ | | | | | | System: added OS info
| * | System: added OS infoPeter Schiffer2014-02-251-0/+23
| | |