Hi Pradeep, The only option that I'm aware of is to explicitly specify multiple packages by name. With pulp-admin it will be `pulp-admin rpm consumer package install run -n name1 -n name2 ...` It might be more convenient if you use REST API https://docs.pulpproject.org/dev-guide/integration/rest-api/consumer/content.html#install-content-on-a-consumer . E.g. You can write a script to generate a list of `units` to install.
Tanya On Mon, Nov 25, 2019 at 10:38 AM Sathasivam, Pradeep < [email protected]> wrote: > Hi All, > > > > I have a pulp server and a consumer configured. I have a repository setup > in the server and I am able to sync and also install packages from the repo > on to the consumer. Currently I am using the 'pulp-admin rpm install' > command. Is there a command to install all the packages in the repo from > the server to the consumer? > > > > Regards. > > Pradeep. S > > > _______________________________________________ > Pulp-list mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/pulp-list
_______________________________________________ Pulp-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/pulp-list
