Actions
Bug #16731
closedCannot update hostgroup via API/CLI
Difficulty:
easy
Triaged:
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1378009
Description of problem:
It is not possible to update HostGroup via API or CLI.
Looks like related to [1] / [2]
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1374253
[2] http://projects.theforeman.org/issues/16484
Example:
hammer> hostgroup create --name "test"
Hostgroup created
hammer> hostgroup update --name "test" --new-name "test2"
Could not update the hostgroup:
ActiveModel::ForbiddenAttributesError
How reproducible:
Always
Steps to Reproduce:
1. Create new hostgroup
2. Update created HG via API or hammer, e.g. change HG name
3.
Actual results:
Error raised
Expected results:
HG should be updated
Environment info:
OS: redhat
RELEASE: Red Hat Enterprise Linux Server release 7.2 (Maipo)
FOREMAN: 1.13.0-RC1
RUBY: ruby 2.0.0p598 (2014-11-13) [x86_64-linux]
PUPPET: 3.8.6
DENIALS: 8
Installed packages:
- candlepin-0.9.54.7-1.el7.noarch
- candlepin-selinux-0.9.54.7-1.el7.noarch
- foreman-1.13.0-0.1.RC1.el7.noarch
- foreman-compute-1.13.0-0.1.RC1.el7.noarch
- foreman-debug-1.13.0-0.1.RC1.el7.noarch
- foreman-discovery-image-3.1.1-17.el7sat.noarch
- foreman-ec2-1.13.0-0.1.RC1.el7.noarch
- foreman-gce-1.13.0-0.1.RC1.el7.noarch
- foreman-installer-1.13.0-0.1.RC1.el7.noarch
- foreman-installer-katello-3.3.0-1.nightly.201609112202git531c92e.el7.noarch
- foreman-libvirt-1.13.0-0.1.RC1.el7.noarch
- foreman-openstack-1.13.0-0.1.RC1.el7.noarch
- foreman-ovirt-1.13.0-0.1.RC1.el7.noarch
- foreman-postgresql-1.13.0-0.1.RC1.el7.noarch
- foreman-proxy-1.13.0-0.1.RC1.el7.noarch
- foreman-rackspace-1.13.0-0.1.RC1.el7.noarch
- foreman-selinux-1.13.0-0.1.RC1.el7.noarch
- foreman-vmware-1.13.0-0.1.RC1.el7.noarch
- katello-3.2.0-2.nightly.el7.noarch
- katello-certs-tools-2.4.0-1.el7sat.noarch
- katello-client-bootstrap-1.1.0-2.el7sat.noarch
- katello-common-3.2.0-2.nightly.el7.noarch
- katello-debug-3.2.0-2.nightly.el7.noarch
- katello-default-ca-1.0-1.noarch
- katello-installer-base-3.3.0-1.nightly.201609112202git531c92e.el7.noarch
- katello-selinux-3.0.1.2-1.el7sat.noarch
- katello-server-ca-1.0-1.noarch
- katello-service-3.2.0-2.nightly.el7.noarch
- openldap-2.4.40-9.el7_2.x86_64
- pulp-client-1.0-1.noarch
- pulp-docker-plugins-2.0.3-1.el7.noarch
- pulp-katello-1.0.2-1.el7.noarch
- pulp-ostree-plugins-1.1.3-1.el7.noarch
- pulp-puppet-plugins-2.9.1-1.el7.noarch
- pulp-puppet-tools-2.9.1-1.el7.noarch
- pulp-rpm-plugins-2.9.1-1.el7.noarch
- pulp-selinux-2.9.1-1.el7.noarch
- pulp-server-2.9.1-1.el7.noarch
- python-ldap-2.4.15-2.el7.x86_64
- tfm-rubygem-ldap_fluff-0.4.3-1.el7sat.noarch
- tfm-rubygem-net-ldap-0.15.0-1.el7.noarch
Actions