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 over 1 year 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 Samir Jha over 1 year ago
- Subject changed from Nightly pipeline failure: param is missing or the value is empty: content_facet_attributes to Host update failure: param is missing or the value is empty: content_facet_attributes
Updated by Chris Roberts over 1 year ago
- Target version changed from Katello 4.15.0 to Katello 4.14.0
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases Katello 4.14.0 added
Updated by Samir Jha over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|98555b66802f01bba7e1a07b5cc4c709f57a37ef.
Actions