Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

adjust the "Checking entitlements for test server $I" part of pushtests.sh #109

Open
pcfe opened this issue Jul 10, 2018 · 2 comments · May be fixed by #110
Open

adjust the "Checking entitlements for test server $I" part of pushtests.sh #109

pcfe opened this issue Jul 10, 2018 · 2 comments · May be fixed by #110

Comments

@pcfe
Copy link
Collaborator

pcfe commented Jul 10, 2018

in pushtests.sh the following is used;

"hammer content-host info --name ${I} --organization \"${ORG}\""

but with tfm-rubygem-hammer_cli-0.11.0.1-1.el7sat.noarch I get

Error: No such sub-command 'content-host'

and

Error: Unrecognised option '--organization'

Turns out I missed a hammer syntax change, looking at my build logs, already a while back.

The following works better

"hammer host info --name ${I}"
@pcfe
Copy link
Collaborator Author

pcfe commented Jul 10, 2018

fixed in branch jenkins_pipeline by 019f5d4

@pcfe
Copy link
Collaborator Author

pcfe commented Jul 10, 2018

fixed in branch feat-puppet-only by 3e125d4

@pcfe pcfe changed the title adjust the Checking entitlements for test server $I adjust the "Checking entitlements for test server $I" part of pushtests.sh Jul 10, 2018
@pcfe pcfe linked a pull request Jul 10, 2018 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant