summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #62 from pschiffe/masterMichal Minar2014-02-244-51/+82
|\ \ | | | | | | Bugfixes/Enhancements in Hardware and System
| * | Hardware, System: fixed nitpicks from reviewPeter Schiffer2014-02-242-22/+13
| | |
| * | System: safer coding when classes and/or attributes are missingPeter Schiffer2014-02-241-11/+23
| | |
| * | Hardware: safer coding when classes and/or attributes are missingPeter Schiffer2014-02-241-35/+51
| | |
| * | Hardware, System: added author commentPeter Schiffer2014-02-244-0/+12
|/ /
* | bumped versions of lmi meta-commandMichal Minar2014-02-241-1/+1
| |
* | preparation for releaseMichal Minar2014-02-245-5/+5
| | | | | | | | Bumped versions of command libraries.
* | fixed logging issuesMichal Minar2014-02-241-1/+7
| | | | | | | | | | | | | | lmishell library or some other third party library may produce logging message with logger instantiated from other class than we use. This results in LogRecord missing properties for colored output. Ensure that these properties are defined.
* | software: updated generated documentationMichal Minar2014-02-242-26/+105
| | | | | | | | Improved generator so that usage for subcommands is generated as well.
* | service: updated generated documentationMichal Minar2014-02-241-6/+7
| |
* | software: fixed a typo in usage stringMichal Minar2014-02-241-1/+1
| |
* | tools: allow Commands section to be omittedMichal Minar2014-02-241-3/+3
| |
* | error reporting improvementsMichal Minar2014-02-243-10/+14
| | | | | | | | Print more descriptive error message when command failes to load.
* | Merge pull request #60 from pschiffe/masterMichal Minar2014-02-2416-10/+1007
|\ \ | | | | | | System: added new system script
| * | System: added hw infoPeter Schiffer2014-02-212-1/+54
| | |
| * | Hardware: updated documentationPeter Schiffer2014-02-213-10/+16
| | |
| * | System: new system scriptPeter Schiffer2014-02-2113-0/+938
| | | | | | | | | | | | | | | System script displays general information about system. This is initial commit, currently it displays only computer name (hostname).
* | | Merge pull request #61 from jsafrane/devel/fix-typoMichal Minar2014-02-241-3/+3
|\ \ \ | | | | | | | | Fixed typo in 'lmi storage raid'.
| * | | Fixed typo in 'lmi storage raid'.Jan Safranek2014-02-241-3/+3
| | | |
* | | | storage: fixed installationMichal Minar2014-02-241-1/+6
|/ / / | | | | | | | | | | | | New cmd subpackage was missing in setup script making the command unusable.
* | | fixed corner case when printing with table formatterMichal Minar2014-02-241-7/+10
| | | | | | | | | | | | Do not panic when stash is empty (no data generated). Just print nothing.
* | | just a minor typo fixes in config fileMichal Minar2014-02-241-3/+3
| | |
* | | updated documentationMichal Minar2014-02-246-30/+844
| | |
* | | fixed completion testMichal Minar2014-02-241-1/+4
| | |
* | | software: error reporting improvementsMichal Minar2014-02-243-31/+64
|/ / | | | | | | | | | | | | When running installation on package which is already install, print it's installed, not just "failed". Resolves trac ticket #242
* | Merge pull request #59 from boocz3ch/develMichal Minar2014-02-212-46/+24
|\| | | | | don't distinguish between options and other options
| * don't distinguish between options and other optionsJan Synacek2014-02-212-46/+24
|/ | | | | | | In the CIM model, these two are separated, as options are represented by properties, and other options (file dependent) are specified in a special property. The script should make using all options transparent and not consider them two separate inputs.
* netwoking: tuned declaration of lister commandsMichal Minar2014-02-211-4/+3
| | | | | | | Semantics of COLUMNS property changed a bit for LmiLister command. It affects just those wanting to suppress column headers completely. Although previous declaration works, it defines column names that are never used, which does not make sense.
* service: prettified error descriptionsMichal Minar2014-02-211-9/+17
| | | | Related to trace ticket #237
* software: tuned usage messageMichal Minar2014-02-211-1/+2
| | | | Documented one missing option and clarified repo listing command.
* hardware: fixed declaration of listing commandsMichal Minar2014-02-211-1/+1
| | | | | | Due to a change in handling of COLUMNS and FMT_NO_HEADINGS, the correct way to disable printing column headers with LmiLister command is to set the COLUMNS to empty list/tuple.
* tuned defining of no headings desired for listerMichal Minar2014-02-213-15/+30
| | | | | | | | | | | | | | | | | | | LmiLister now accepts COLUMNS property with empty list or tuple assigned. It means that no headings shall be printed and no header names are excpected from associated function to be returned. This is different from using FMT_NO_HEADINGS. Note the following table: COLUMNS FMT_NO_HEADINGS headers printed assoc-func return headers not empty False yes no not empty True no no None False yes yes None True no yes [] False no no [] True no no Note that headers printing field may still be controlled by --no-headings option. This the correct name for 3rd column would be "column headers can be printed".
* Merge pull request #57 from jsafrane/devel/storage-docMichal Minar2014-02-2116-187/+1125
|\ | | | | Storage + account doc updates v2
| * Add account script documentation.Jan Safranek2014-02-208-7/+650
| |
| * Update script documentation with 'storage' multiplexer.Jan Safranek2014-02-196-180/+467
| |
| * Add LUKS documentation.Jan Safranek2014-02-192-0/+8
| |
* | Merge pull request #56 from boocz3ch/develMichal Minar2014-02-216-1/+385
|\ \ | | | | | | add thin provisioning scripts
| * | add thin provisioning scriptsJan Synacek2014-02-206-1/+385
| | |
* | | Merge pull request #58 from rnovacek/dev2Michal Minar2014-02-217-228/+1079
|\ \ \ | |/ / |/| | Networking script fixes v2
| * | networking: update generated cmdline documentationRadek Novacek2014-02-201-52/+15
| | |
| * | networking: add myself as an author to the modulesRadek Novacek2014-02-202-2/+6
| | |
| * | networking: add beakerlib tests for net commandRadek Novacek2014-02-203-0/+466
| | |
| * | networking: handle error in setting creationRadek Novacek2014-02-201-0/+2
| | |
| * | networking: fix wrong transform_option usageRadek Novacek2014-02-201-6/+0
| | | | | | | | | | | | | | | After change of the command layout, using transform_option is sometimes no longer the right thing to do.
| * | networking: check if ipv4/ipv6 options have correct valuesRadek Novacek2014-02-201-7/+22
| | |
| * | networking: implement enslave functionRadek Novacek2014-02-201-0/+13
| | |
| * | networking: add support for static routes and dnsRadek Novacek2014-02-202-0/+266
| | |
| * | networking: fix (de)activation of bridges/bondsRadek Novacek2014-02-201-14/+34
| | | | | | | | | | | | | | | Bridge/bond settings are now properly activated when the device is not specified.
| * | networking: better handling of IP address stringsRadek Novacek2014-02-202-61/+116
| | | | | | | | | | | | | | | | | | | | | | | | IP addresses inserted by user are now checked and transformed to short form. Also comparision of addresses is no longer just string compare but proper IP address comparision.
| * | networking: improve 'net setting show'Radek Novacek2014-02-202-6/+49
| | | | | | | | | | | | Print more information and fix showing bridges/bonds.