RedHatSatellite / soe-ci

Jenkins integration scripts for use in an SOE Build Factory based on Red Hat Satellite 6.
GNU General Public License v3.0
42 stars 32 forks source link

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

Open pcfe opened 6 years ago

pcfe commented 6 years ago

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 commented 6 years ago

fixed in branch jenkins_pipeline by 019f5d4

pcfe commented 6 years ago

fixed in branch feat-puppet-only by 3e125d4f1d8a54d2666139081499a4190d669ccd