You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have a parameter such as fetch_compute_hosts that I could set False to combine with fetch_db_hosts=True and produce a DB-only inventory.
In some cases, we prefer inventory of only DB since OCI DB Systems are often managed in unique ways (i.e. unlike management of general Compute) to ensure we are respecting the "managed server" principles.
The text was updated successfully, but these errors were encountered:
Hello @jeliker , we will be working on this feature request. As a workaround for now, you can add a filter in the config profile to set the lifecycle_state to AVAILABLE as compute instances have a lifecycle_state of RUNNING.
On Jan 20, 2021, at 2:57 PM, Ameya Lokre ***@***.***> wrote:
Hello @jeliker , we will be working on this feature request. As a workaround for now, you can add a filter in the config profile to set the lifecycle_state to AVAILABLE as compute instances have a lifecycle_state of RUNNING.
plugin: oracle.oci.oci
enable_parallel_processing: yes
filters:
- lifecycle_state: "AVAILABLE"
fetch_db_hosts: yes
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
I would like to have a parameter such as
fetch_compute_hosts
that I could setFalse
to combine withfetch_db_hosts=True
and produce a DB-only inventory.In some cases, we prefer inventory of only DB since OCI DB Systems are often managed in unique ways (i.e. unlike management of general Compute) to ensure we are respecting the "managed server" principles.
The text was updated successfully, but these errors were encountered: