----- Original Message -----
Le mardi 5 mai 2015 04:17:04, vous avez écrit :
> ----- 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
Hi Fabian,
I finally succeed to build an image with the two plugins. I needed to use two
edit-node commands to incorporate the plugins in the ISO.
Hey Kevin,
great that this worked for you.
Tho I wonder why edit-node did not take several plugins at once, it should.
- fabian