Difference between revisions of "Func - Yumcmd Module"
Line 24: | Line 24: | ||
There is lot of can be done to make yumcmd more powerful by adding functionality to deal it with groupinstall & groupremove etc. | There is lot of can be done to make yumcmd more powerful by adding functionality to deal it with groupinstall & groupremove etc. | ||
+ | |||
+ | ==Project Leader== | ||
+ | |||
+ | [[User:vsjhand|Varinder Singh]] |
Revision as of 00:29, 18 January 2009
Project Name
Enhancement of yumcmd Yumcmd Module Func based Func: Fedora Unified Network Controller/Network Automation
Project Description
Project is about enhancement of Func based Packaging control module named 'yumcmd', to be written in python.This module will be able to install and remove packages on remote minions using the yum package manager.
e.g. we can run the following command to install package(s) with this module.
func target.example.com call yumcmd install <package-name>.
and to remove the package the command would be
func target.example.com call yumcmd remove <package-name>.
Ofcourse module would be able to install & remove the packages on more than one minion with the single command.
to install or remove the package on all minions in a domain the command would be..
func *.example.com call yumcmd install <package-name>.
func *.example.com call yumcmd remove <package-name>
There is lot of can be done to make yumcmd more powerful by adding functionality to deal it with groupinstall & groupremove etc.