-
Notifications
You must be signed in to change notification settings - Fork 70
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
Make openstack role OASIS-compatible #1598
Conversation
Signed-off-by: Ryan Cole <rycole@redhat.com>
linchpin/provision/roles/openstack/tasks/provision_os_keypair.yml
Outdated
Show resolved
Hide resolved
config/Dockerfiles/Jenkinsfile
Outdated
@@ -4,8 +4,7 @@ env.ghprbGhRepository = env.ghprbGhRepository ?: 'CentOS-PaaS-SIG/linchpin' | |||
env.ghprbActualCommit = env.ghprbActualCommit ?: 'develop' | |||
env.ghprbSourceBranch = env.ghprbSourceBranch ?: 'develop' | |||
env.ghprbTargetBranch = env.ghprbTargetBranch ?: 'develop' | |||
env.ghprbPullAuthorLogin = env.ghprbPullAuthorLogin ?: '' | |||
env.ghprbPullId = env.ghprbPullId ?: '' | |||
env.ghprbPullAuthorLogin = env.ghprbPullAuthorLogin ?: '' env.ghprbPullId = env.ghprbPullId ?: '' |
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.
this shouldn't all be on one line should it?
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.
That shouldn't have been changed at all, thanks for the catch
fbea4e7
to
c2370cf
Compare
@14rcole The tests hung up on Jenkins. I had to cancel the job. |
[test] |
That's strange. The CentOS 8 PR is also failing for reasons I can't determine |
[test] |
2 similar comments
[test] |
[test] |
Signed-off-by: Ryan Cole <rycole@redhat.com>
c2370cf
to
fbe35d0
Compare
@14rcole I don't see any issue on GitHub relating to this PR. |
Fixes #1367 |
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.
LGTM
[merge] |
I converted this role while perfecting the automation for converting the roles. After running the scripts, you still have to run
molecule lint -s docker
in the role directory and fix any errors manually