Changes

Jump to: navigation, search

User:Vsjhand

349 bytes added, 10:34, 15 November 2008
Projects
=Projects=
I'm working My [http://zenit.senecac.on .ca/wiki/index.php/Func_Module:_yumcmd Project work] is to add functionality to func [https://fedorahosted.org/func/wiki Func: Fedora Unified Network Controller/Network Automation] based project[https://fedorahosted.org/func/browser/func/minion/modules/yumcmd.py yumcmd] module to control remote package management tasks such as update, check_update, install & remove. The already existed yumcmd module is able to check and check_update. My project work is Func based Packaging control 'includes to write methods such a install & remove for yumcmd' module to be written in python.This 'yumcmd' module will be able to install and remove packages on remote minionsusing the yum package manager.
e.g. we can run the following command to install package (s) with this module we can run the command from command prompt.
'''func target.example.com call yumcmd install <package-name>.'''
Ofcourse module would be able to install & remove the packages more than one minion with the single command.
to install or remove the package on all minions in a domain the command woould would be..
'''func *.example.com call yumcmd install <package-name>.'''
'''func *.example.com call yumcmd remove <package-name>'''
1
edit

Navigation menu