Boot Volume ID not returned from oci compute instance get or oci ansible compute facts
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 669
- Forks
- 236
- Avg merge
- 1m
- Merged PRs (30d)
- 4
Description
I have tried running "oci compute instance get --instance-id $OCID" and do not get boot volume id in the data. Also don't get the output from ansible using oracle.oci.oci_compute_instance_facts.
Using CLI or ansible this is the return value.
"source-details": {
"boot-volume-size-in-gbs": null,
"boot-volume-vpus-per-gb": null,
"image-id": "ocid1.image.oc1.phx.xxxxxxxxxxxxpti5kzb6qbm5mi6t26g6euqwts3a42zxkuvtq",
"instance-source-image-filter-details": null,
"kms-key-id": null,
"source-type": "image"
},
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Begin with oci compute instance get --instance-id ... and oracle.oci.oci_compute_instance_facts; compare their source-details output with the Compute instance API response. Done means the boot volume ID is returned consistently by the affected interfaces, with a reproducible verification for both paths.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ansible, python
- Domain
- cli, cloud, infrastructure
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100