-
-
Notifications
You must be signed in to change notification settings - Fork 451
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
Support Suse enterprise repository #719
Support Suse enterprise repository #719
Conversation
} else { | ||
$_repo_location = "https://repo.mongodb.org/zypper/suse/\$releasever_major/mongodb-org/${version}/\$basearch/" | ||
$description = 'MongoDB Repository' | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't have tesing on Suse but the enterprise repo is there so I guess it's ok to add it.
Should we add opensuse to metadata to get it tested? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to see these moved to module data, so code gets a lot simpler, I was thinking of having 2 parameters, 1 for the community edition and one for the enterprise edition.
That can go in a follow-up PR.
Tried to run beaker with opensuse15-64 and docker but it seems like beaker-docker is still using the old and deprecated amd64/opensuse/leap images ... |
Do you mean two repo location params? Thats a bit odd if the class should only manage one repo. |
Yes, then the code can do something like:
If going with a single parameter, it needs to be |
Pull Request (PR) description
Adding support for Suse enterprise repository