Bug #7028
closedassociation of subnet, domain, templates and resources to organization has no effect via CLI
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1128664
Description of problem:
association of subnet, domain, templates and resources to organization has no effect via CLI.
Looks like there is no error message even via verbose and also in /var/log/foreman/production.log
a) resources
hammer -u admin -p changeme -v organization add-compute-resource --id=1 --compute-resource-id=$COMPUTERESOURCEID
b) subnet
hammer -u admin -p changeme -v organization add-subnet --id=1 --subnet-id=$SUBNETID
c) domain
hammer -u admin -p changeme -v organization add-domain --id=1 --domain-id=$DOMAINID
d) template
hammer -u admin -p changeme -v organization add-config-template --id=1 --config-template-id=$id
Version-Release number of selected component (if applicable):
sat6-GA-snap4
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Association of subnet, domain, templates and resources seem to fail
Expected results:
Association of the above said entites must be successful.
Additional info: