Bug #28131
closed[Hammer] [GCE] The image in compute-attributes doesnt works for GCE provisionoing.
Description
The image-id parameter in compute-attributes while creating host or compute-profile doesn't work for GCE CR.
How Reproducible:
-------------------
Always
Steps:
-------------------
1. [ Provision a GCE host | Create a Compute Profile ] from a hammer with the image field in the compute-attributes hash.
Actual Behavior:
-------------------
The Host is being provisioned on GCE but without an image.
Expected Behavior:
--------------------
1. The host should not be provisioned without an image.
2. The image field should be working or removed as currently --image-id option for host create is working fine for GCE host provisioning.
Updated by Oleh Fedorenko about 5 years ago
Hi Jitendra,
have you tried to pass image_id parameter in compute-attributes as image UUID, not simply image ID?
Updated by Jitendra Yejare about 5 years ago
Oleh Fedorenko wrote:
Hi Jitendra,
have you tried to pass image_id parameter in compute-attributes as image UUID, not simply image ID?
Yes Oleh, I tried that it doesn't seems to work.
Updated by Kavita Gaikwad almost 5 years ago
- Status changed from New to Rejected
As per discussion, --image-id option is there which handles the provisioning workflow on hammer side and decided not to use "image_id" in compute_attributes completely.
So rejecting this hammer issue.