-
Notifications
You must be signed in to change notification settings - Fork 29
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 baseurl parameter to repo class #249
Conversation
@ekohl Could you re-review? |
39e861b
to
e5ccc6e
Compare
I added a new commit that does the URL change. |
spec/setup_acceptance_node.pp
Outdated
@@ -5,7 +5,7 @@ | |||
} | |||
|
|||
class { 'candlepin::repo': | |||
version => pick(fact('candlepin_version'), 'nightly'), | |||
version => pick(fact('candlepin_version'), '4.3'), |
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.
Why 4.3 instead of nightly?
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.
The nightly one is empty right now, as we have no dedicated candlepin test and publish pipeline yet
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.
Basically yes, I wanted to test and for this to work from a known working point in time. Then to use this new feature to enable the testing pipelines.
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 have a working nightly repository for EL8 now, so I reverted this change back.
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.
ACK
(leaving the merge to Ewoud who did review too)
This is to support setting this value to our staging repositories for testing of new builds of Candlepin.