Open main menu

CDOT Wiki β

Changes

User:Vsjhand

132 bytes added, 14:26, 14 November 2008
Projects
=Projects=
I'm working My [http://zenit.senecac.on .ca/wiki/index.php/Func_Module:_yumcmd#Project_News Project work] is to add functionality to func [https://fedorahosted.org/func/wiki Func: Fedora Unified Network Controller/Network Automation] based projectyumcmd 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 includes Func based Packaging control to write methods such a install & remove for yumcmd module named 'yumcmd', to be written in python.This module will be able to list, install and remove packages on remote minions using the yum package manager. we can run the following command to list all packages installed. ''' func target.example.com call yumcmd list all'''
e.g. we can run the following command to install package(s) with this module.
1
edit