----- Original Message ----- > Hi, > > I am testing oVirt to deploy a new virtualization infrastructure. I want to > edit a node with the command edit-node. > I use this command to add some HP packages to manage our ProLiant Servers and > add some plugins : > > edit-node --install=hponcfg --install=hpssacli --install=hp-health -- > install-plugin=ovirt-node-plugin-snmp > --install-plugin=ovirt-node-plugin-ipmi > --repo=/etc/yum.repos.d/ovirt-3.5.repo --repo=/etc/yum.repos.d/CentOS- > Base.repo --repo=/etc/yum.repos.d/epel.repo --repo=/etc/yum.repos.d/HP- > spp.repo ovirt-node-iso-3.5.2-edited.el6.iso > > I don't see my plugins or packages in my new ISO file, it seems it only add > the > first packages I add in the command line. > > Perhaps I misunderstood how using the edit-node command, must I add all > packages in one "--install " option ?
Hey Kevin, --install-plugin takes a single argument, which is a concatenated list of all the rpms you want to install, separated by ",". I.e.: --install-plugin=ovirt-node-plugin-ipmi,ovirt-node-plugin-snmp Could you give that a try? Greetings fabian _______________________________________________ Users mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/users

