Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to choose whether to install the opendaylight repository or not #135

Open
itzikb opened this issue Mar 2, 2017 · 2 comments

Comments

@itzikb
Copy link

itzikb commented Mar 2, 2017

Hi,
I see that the repository OpenDaylight SDN Controller is installed in:
/usr/share/openstack-puppet/modules/opendaylight/manifests/install.pp

I already have a repository with OpenDaylight so If I'm running yum update I'll get the opendaylight package from http://cbs.centos.org/repos/nfv7-opendaylight-5-testing which is not what I want.

It will be great to add an option whether to add the repository or not.

@dfarrell07
Copy link
Owner

I think another way to get the behavior you want would be to make the Puppet Yumrepo step customizable enough to define your repo. I think all you'd need is full access to the baseurl param.

Exposing Yumrepo params has the advantage of being more generic. Upstream may have Nexus-hosted RPM repos we want to point to soon, and other downstreams may have the same situation as @itzikb. However, it has the complication of what to do with the current rpm_repo shorthand param.

What do you think @trozet?

@dfarrell07
Copy link
Owner

I think this was added, among other refactoring, in #138.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants