Actions
Bug #15340
closedOrg destroy not unassociating host groups
Description
Create the following
1) New Org
2) Lifecycle Environment in the new org
3) CV promoted to that environment
4) Hostgroup with that environment and content view
5) Destroy the org
Error -
[foreman-tasks/action] [E] Cannot delete record because of dependent hostgroups (ActiveRecord::DeleteRestrictionError)
Expected
Clean deletion
Updated by Partha Aji over 8 years ago
Handy hammer script
suffix=$RANDOM echo "$suffix" hammer organization create --name=$suffix hammer lifecycle-environment create --name=dev --prior=Library --organization=$suffix hammer hostgroup create --name=$suffix --lifecycle-environment=dev --organizations=$suffix hammer organization delete --name=$suffix
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6108 added
Updated by Eric Helms over 8 years ago
- Translation missing: en.field_release changed from 86 to 144
Updated by Eric Helms over 8 years ago
- Translation missing: en.field_release changed from 144 to 168
Updated by Eric Helms over 8 years ago
- Translation missing: en.field_release changed from 168 to 171
Updated by Eric Helms over 8 years ago
- Translation missing: en.field_release deleted (
171)
Updated by Justin Sherrill over 8 years ago
- Translation missing: en.field_release set to 114
Updated by The Foreman Bot about 8 years ago
- Translation missing: en.field_release deleted (
114)
Updated by Eric Helms about 8 years ago
- Translation missing: en.field_release set to 188
Updated by Justin Sherrill almost 8 years ago
- Translation missing: en.field_release changed from 188 to 219
Updated by Thomas McKay almost 8 years ago
- Target version changed from 154 to 163
Updated by Thomas McKay almost 8 years ago
- Target version changed from 163 to 161
Updated by Partha Aji over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|c6a4c5bf14b009651ba9b90f8cd0c604f27cc4f6.
Updated by Partha Aji about 7 years ago
- Has duplicate Bug #21140: If you are in org foo, you cannot delete org bar if bar has systems in it. added
Actions