search for: pulpproject

Displaying 6 results from an estimated 6 matches for "pulpproject".

2013 Jan 24
1
puppet module install; absolute path?
I work on the Pulp Project (http://www.pulpproject.org/), and we are trying to fully implement the forge API so we can create new repositories that can be reached via a command like: $ sudo puppet module install --module_repository http://localhost/pulp/puppet/myforge/ someone/theirmodule The problem I''ve encountered is that the insta...
2015 Apr 10
4
Locked version repos
Hello Everyone I'm looking into the best way to have locked version repos for my CentOS systems. The systems are all set up with Chef and have a couple different recopies/roles. I'd like to have locked version repos for each role with tested RPMs. Then perhaps quarterly apply any updates. It would be nice to have something showing which updates are available for these locked repos.
2015 Apr 11
0
Locked version repos
...;new snapshots of the underlying repos. > >Maybe I'd be better off just setting up some repos on a web server and >manually adding packages? I'd probably want a way to symlink packages >to >prevent disk bloat. > >What are other people doing out there? Check out Pulp (pulpproject.org). Its the underlying technology used in the next version of Red Hat Satellite, and it has the features you describe. -- Jonathan Billings <billings at negate.org>
2018 Feb 13
0
Not able to sync mirror of Centos7 due to CRC checksum errors
...irror and so far it is working. Can someone please tell me whether there could be any repodata corruption on the upstream repositories (as unlikely as it sounds)? Or anything which could prevent me from syncing the mirrors for internal consumption? Pulp installation is default as per https://docs.pulpproject.org/en/2.14/user-guide/installation/f23-.html Any thoughts? I am testing this on the 'generic/centos7' vagrant box. Thanks, -- Soham Chakraborty, Systems Administrator - EIS Pythian - Love your data chakraborty at pythian.com -- --
2012 Nov 05
1
Puppet Forge Repository format
Hi, I am setting up a local forge for some weird political reasons. I came to know that puppetlabs is working on such a feature. But, in the meantime I wanted to try out setting up the repo and use --modules_repository flag in "puppet module install: command. For that, I need to mimic the puppet forge repo format (meaning the directory structure of the modules). Can somebody point me
2013 Feb 25
13
running yum update on remote servers
I have read a couple old threads here on updates for servers, and I am looking for some mechanics to getting the actual updates done. I don't want automatic updates; I want to control when and what gets updated. First I have to determine that a particular server needs updates. I suppose a daily script that would run "yum check-updates' and emails me the results could work, but