Actions
Bug #37704
closedHost update failure: param is missing or the value is empty: content_facet_attributes
Description
not ok 9 almalinux8 install: assign puppet class to host # (in test file fb-test-puppet.bats, line 105) # `hammer host update --puppet-class-ids "${id}" --name "$(hostname -f)"' failed with status 70 # $ [fb-test-puppet.bats, line 10] # $ HOSTNAME="$(hostname -f)" # $ hostname -f # $ export HOSTNAME # $ "$@" # $ id=$(hammer --csv puppet-class list --search 'name = motd' | tail -n1 | cut -d, -f1) # $ hammer --csv puppet-class list --search 'name = motd' # $ tail -n1 # $ cut -d, -f1 # $ hammer host update --puppet-class-ids "${id}" --name "$(hostname -f)" # $ hostname -f # Could not update the host: # param is missing or the value is empty: content_facet_attributes # Did you mean? content_facet_attributes # subscription_facet_attributes # puppet_attributes # name
Updated by The Foreman Bot 5 months ago
- Status changed from New to Ready For Testing
- Assignee set to Samir Jha
- Pull request https://github.com/Katello/katello/pull/11095 added
Updated by Chris Roberts 5 months ago
- Target version changed from Katello 4.15.0 to Katello 4.14.0
Updated by Samir Jha 5 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|98555b66802f01bba7e1a07b5cc4c709f57a37ef.
Actions