Skip to content

Commit 522b999

Browse files
author
Sushant Borse
authored
Merge pull request #86 from oracle/release_2.24.0_2021-06-17-07-55-53
Releasing version 2.24.0
2 parents 66175e3 + 6617b0d commit 522b999

File tree

1,115 files changed

+37499
-1717
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,115 files changed

+37499
-1717
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [2.24.0] - 2021-06-17
8+
9+
## Added
10+
- Support for filtering options `exclude_host_filters` and `include_host_filters` in the Inventory plugin. Both
11+
options take a list of Jinja2 conditional expressions.
12+
- Support for Java Management Service
13+
- Support for Database Migration Service
14+
- Support for Application Performance Monitoring Control Plane
15+
- Support for Application Performance Monitoring Synthetic Monitoring
16+
- Support for configure autonomous database KMS key
17+
- Support for creating database software images from an existing db-home
18+
- Support for listing Secret Bundles by secret name and valultId
19+
20+
## Fixed
21+
- Inventory plugin issue for VMWare instances.
22+
- Idempotency for Generic Artifact Content upload.
23+
24+
## Changed
25+
- Please update to the latest version of [OCI Python SDK](https://github.com/oracle/oci-python-sdk)
26+
727
## [2.23.0] - 2021-06-03
828

929
## Added

docs/collections/index_module.rst

+23
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@ oracle.oci
4040
* :ref:`oracle.oci.oci_apigateway_sdk_language_type_facts <ansible_collections.oracle.oci.oci_apigateway_sdk_language_type_facts_module>` -- Fetches details about one or multiple SdkLanguageType resources in Oracle Cloud Infrastructure
4141
* :ref:`oracle.oci.oci_apigateway_waas_certificate <ansible_collections.oracle.oci.oci_apigateway_waas_certificate_module>` -- Manage a WaasCertificate resource in Oracle Cloud Infrastructure
4242
* :ref:`oracle.oci.oci_apigateway_waas_certificate_facts <ansible_collections.oracle.oci.oci_apigateway_waas_certificate_facts_module>` -- Fetches details about one or multiple WaasCertificate resources in Oracle Cloud Infrastructure
43+
* :ref:`oracle.oci.oci_apm_control_plane_apm_domain <ansible_collections.oracle.oci.oci_apm_control_plane_apm_domain_module>` -- Manage an ApmDomain resource in Oracle Cloud Infrastructure
44+
* :ref:`oracle.oci.oci_apm_control_plane_apm_domain_actions <ansible_collections.oracle.oci.oci_apm_control_plane_apm_domain_actions_module>` -- Perform actions on an ApmDomain resource in Oracle Cloud Infrastructure
45+
* :ref:`oracle.oci.oci_apm_control_plane_apm_domain_facts <ansible_collections.oracle.oci.oci_apm_control_plane_apm_domain_facts_module>` -- Fetches details about one or multiple ApmDomain resources in Oracle Cloud Infrastructure
46+
* :ref:`oracle.oci.oci_apm_control_plane_data_keys_actions <ansible_collections.oracle.oci.oci_apm_control_plane_data_keys_actions_module>` -- Perform actions on a DataKeys resource in Oracle Cloud Infrastructure
47+
* :ref:`oracle.oci.oci_apm_control_plane_data_keys_facts <ansible_collections.oracle.oci.oci_apm_control_plane_data_keys_facts_module>` -- Fetches details about one or multiple DataKeys resources in Oracle Cloud Infrastructure
48+
* :ref:`oracle.oci.oci_apm_synthetics_monitor <ansible_collections.oracle.oci.oci_apm_synthetics_monitor_module>` -- Manage a Monitor resource in Oracle Cloud Infrastructure
49+
* :ref:`oracle.oci.oci_apm_synthetics_monitor_facts <ansible_collections.oracle.oci.oci_apm_synthetics_monitor_facts_module>` -- Fetches details about one or multiple Monitor resources in Oracle Cloud Infrastructure
50+
* :ref:`oracle.oci.oci_apm_synthetics_public_vantage_point_facts <ansible_collections.oracle.oci.oci_apm_synthetics_public_vantage_point_facts_module>` -- Fetches details about one or multiple PublicVantagePoint resources in Oracle Cloud Infrastructure
51+
* :ref:`oracle.oci.oci_apm_synthetics_script <ansible_collections.oracle.oci.oci_apm_synthetics_script_module>` -- Manage a Script resource in Oracle Cloud Infrastructure
52+
* :ref:`oracle.oci.oci_apm_synthetics_script_facts <ansible_collections.oracle.oci.oci_apm_synthetics_script_facts_module>` -- Fetches details about one or multiple Script resources in Oracle Cloud Infrastructure
4353
* :ref:`oracle.oci.oci_artifacts_container_configuration <ansible_collections.oracle.oci.oci_artifacts_container_configuration_module>` -- Manage a ContainerConfiguration resource in Oracle Cloud Infrastructure
4454
* :ref:`oracle.oci.oci_artifacts_container_configuration_facts <ansible_collections.oracle.oci.oci_artifacts_container_configuration_facts_module>` -- Fetches details about a ContainerConfiguration resource in Oracle Cloud Infrastructure
4555
* :ref:`oracle.oci.oci_artifacts_container_image <ansible_collections.oracle.oci.oci_artifacts_container_image_module>` -- Manage a ContainerImage resource in Oracle Cloud Infrastructure
@@ -369,6 +379,16 @@ oracle.oci
369379
* :ref:`oracle.oci.oci_database_management_managed_database_group_actions <ansible_collections.oracle.oci.oci_database_management_managed_database_group_actions_module>` -- Perform actions on a ManagedDatabaseGroup resource in Oracle Cloud Infrastructure
370380
* :ref:`oracle.oci.oci_database_management_managed_database_group_facts <ansible_collections.oracle.oci.oci_database_management_managed_database_group_facts_module>` -- Fetches details about one or multiple ManagedDatabaseGroup resources in Oracle Cloud Infrastructure
371381
* :ref:`oracle.oci.oci_database_management_tablespace_facts <ansible_collections.oracle.oci.oci_database_management_tablespace_facts_module>` -- Fetches details about one or multiple Tablespace resources in Oracle Cloud Infrastructure
382+
* :ref:`oracle.oci.oci_database_migration_agent <ansible_collections.oracle.oci.oci_database_migration_agent_module>` -- Manage an Agent resource in Oracle Cloud Infrastructure
383+
* :ref:`oracle.oci.oci_database_migration_agent_actions <ansible_collections.oracle.oci.oci_database_migration_agent_actions_module>` -- Perform actions on an Agent resource in Oracle Cloud Infrastructure
384+
* :ref:`oracle.oci.oci_database_migration_agent_facts <ansible_collections.oracle.oci.oci_database_migration_agent_facts_module>` -- Fetches details about one or multiple Agent resources in Oracle Cloud Infrastructure
385+
* :ref:`oracle.oci.oci_database_migration_agent_image_facts <ansible_collections.oracle.oci.oci_database_migration_agent_image_facts_module>` -- Fetches details about one or multiple AgentImage resources in Oracle Cloud Infrastructure
386+
* :ref:`oracle.oci.oci_database_migration_connection <ansible_collections.oracle.oci.oci_database_migration_connection_module>` -- Manage a Connection resource in Oracle Cloud Infrastructure
387+
* :ref:`oracle.oci.oci_database_migration_connection_actions <ansible_collections.oracle.oci.oci_database_migration_connection_actions_module>` -- Perform actions on a Connection resource in Oracle Cloud Infrastructure
388+
* :ref:`oracle.oci.oci_database_migration_connection_facts <ansible_collections.oracle.oci.oci_database_migration_connection_facts_module>` -- Fetches details about one or multiple Connection resources in Oracle Cloud Infrastructure
389+
* :ref:`oracle.oci.oci_database_migration_migration <ansible_collections.oracle.oci.oci_database_migration_migration_module>` -- Manage a Migration resource in Oracle Cloud Infrastructure
390+
* :ref:`oracle.oci.oci_database_migration_migration_actions <ansible_collections.oracle.oci.oci_database_migration_migration_actions_module>` -- Perform actions on a Migration resource in Oracle Cloud Infrastructure
391+
* :ref:`oracle.oci.oci_database_migration_migration_facts <ansible_collections.oracle.oci.oci_database_migration_migration_facts_module>` -- Fetches details about one or multiple Migration resources in Oracle Cloud Infrastructure
372392
* :ref:`oracle.oci.oci_database_software_image <ansible_collections.oracle.oci.oci_database_software_image_module>` -- Manage a DatabaseSoftwareImage resource in Oracle Cloud Infrastructure
373393
* :ref:`oracle.oci.oci_database_software_image_actions <ansible_collections.oracle.oci.oci_database_software_image_actions_module>` -- Perform actions on a DatabaseSoftwareImage resource in Oracle Cloud Infrastructure
374394
* :ref:`oracle.oci.oci_database_software_image_facts <ansible_collections.oracle.oci.oci_database_software_image_facts_module>` -- Fetches details about one or multiple DatabaseSoftwareImage resources in Oracle Cloud Infrastructure
@@ -513,6 +533,9 @@ oracle.oci
513533
* :ref:`oracle.oci.oci_integration_instance <ansible_collections.oracle.oci.oci_integration_instance_module>` -- Manage an IntegrationInstance resource in Oracle Cloud Infrastructure
514534
* :ref:`oracle.oci.oci_integration_instance_actions <ansible_collections.oracle.oci.oci_integration_instance_actions_module>` -- Perform actions on an IntegrationInstance resource in Oracle Cloud Infrastructure
515535
* :ref:`oracle.oci.oci_integration_instance_facts <ansible_collections.oracle.oci.oci_integration_instance_facts_module>` -- Fetches details about one or multiple IntegrationInstance resources in Oracle Cloud Infrastructure
536+
* :ref:`oracle.oci.oci_jms_fleet <ansible_collections.oracle.oci.oci_jms_fleet_module>` -- Manage a Fleet resource in Oracle Cloud Infrastructure
537+
* :ref:`oracle.oci.oci_jms_fleet_actions <ansible_collections.oracle.oci.oci_jms_fleet_actions_module>` -- Perform actions on a Fleet resource in Oracle Cloud Infrastructure
538+
* :ref:`oracle.oci.oci_jms_fleet_facts <ansible_collections.oracle.oci.oci_jms_fleet_facts_module>` -- Fetches details about one or multiple Fleet resources in Oracle Cloud Infrastructure
516539
* :ref:`oracle.oci.oci_key_management_decrypted_data <ansible_collections.oracle.oci.oci_key_management_decrypted_data_module>` -- Manage a DecryptedData resource in Oracle Cloud Infrastructure
517540
* :ref:`oracle.oci.oci_key_management_encrypted_data <ansible_collections.oracle.oci.oci_key_management_encrypted_data_module>` -- Manage an EncryptedData resource in Oracle Cloud Infrastructure
518541
* :ref:`oracle.oci.oci_key_management_exported_key_data <ansible_collections.oracle.oci.oci_key_management_exported_key_data_module>` -- Manage an ExportedKeyData resource in Oracle Cloud Infrastructure

docs/collections/oracle/oci/index.rst

+47-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Oracle.Oci
55
==========
66

7-
Collection version 2.23.0
7+
Collection version 2.24.0
88

99
.. toctree::
1010
:maxdepth: 1
@@ -56,6 +56,16 @@ Modules
5656
* :ref:`oci_apigateway_sdk_language_type_facts <ansible_collections.oracle.oci.oci_apigateway_sdk_language_type_facts_module>` -- Fetches details about one or multiple SdkLanguageType resources in Oracle Cloud Infrastructure
5757
* :ref:`oci_apigateway_waas_certificate <ansible_collections.oracle.oci.oci_apigateway_waas_certificate_module>` -- Manage a WaasCertificate resource in Oracle Cloud Infrastructure
5858
* :ref:`oci_apigateway_waas_certificate_facts <ansible_collections.oracle.oci.oci_apigateway_waas_certificate_facts_module>` -- Fetches details about one or multiple WaasCertificate resources in Oracle Cloud Infrastructure
59+
* :ref:`oci_apm_control_plane_apm_domain <ansible_collections.oracle.oci.oci_apm_control_plane_apm_domain_module>` -- Manage an ApmDomain resource in Oracle Cloud Infrastructure
60+
* :ref:`oci_apm_control_plane_apm_domain_actions <ansible_collections.oracle.oci.oci_apm_control_plane_apm_domain_actions_module>` -- Perform actions on an ApmDomain resource in Oracle Cloud Infrastructure
61+
* :ref:`oci_apm_control_plane_apm_domain_facts <ansible_collections.oracle.oci.oci_apm_control_plane_apm_domain_facts_module>` -- Fetches details about one or multiple ApmDomain resources in Oracle Cloud Infrastructure
62+
* :ref:`oci_apm_control_plane_data_keys_actions <ansible_collections.oracle.oci.oci_apm_control_plane_data_keys_actions_module>` -- Perform actions on a DataKeys resource in Oracle Cloud Infrastructure
63+
* :ref:`oci_apm_control_plane_data_keys_facts <ansible_collections.oracle.oci.oci_apm_control_plane_data_keys_facts_module>` -- Fetches details about one or multiple DataKeys resources in Oracle Cloud Infrastructure
64+
* :ref:`oci_apm_synthetics_monitor <ansible_collections.oracle.oci.oci_apm_synthetics_monitor_module>` -- Manage a Monitor resource in Oracle Cloud Infrastructure
65+
* :ref:`oci_apm_synthetics_monitor_facts <ansible_collections.oracle.oci.oci_apm_synthetics_monitor_facts_module>` -- Fetches details about one or multiple Monitor resources in Oracle Cloud Infrastructure
66+
* :ref:`oci_apm_synthetics_public_vantage_point_facts <ansible_collections.oracle.oci.oci_apm_synthetics_public_vantage_point_facts_module>` -- Fetches details about one or multiple PublicVantagePoint resources in Oracle Cloud Infrastructure
67+
* :ref:`oci_apm_synthetics_script <ansible_collections.oracle.oci.oci_apm_synthetics_script_module>` -- Manage a Script resource in Oracle Cloud Infrastructure
68+
* :ref:`oci_apm_synthetics_script_facts <ansible_collections.oracle.oci.oci_apm_synthetics_script_facts_module>` -- Fetches details about one or multiple Script resources in Oracle Cloud Infrastructure
5969
* :ref:`oci_artifacts_container_configuration <ansible_collections.oracle.oci.oci_artifacts_container_configuration_module>` -- Manage a ContainerConfiguration resource in Oracle Cloud Infrastructure
6070
* :ref:`oci_artifacts_container_configuration_facts <ansible_collections.oracle.oci.oci_artifacts_container_configuration_facts_module>` -- Fetches details about a ContainerConfiguration resource in Oracle Cloud Infrastructure
6171
* :ref:`oci_artifacts_container_image <ansible_collections.oracle.oci.oci_artifacts_container_image_module>` -- Manage a ContainerImage resource in Oracle Cloud Infrastructure
@@ -385,6 +395,16 @@ Modules
385395
* :ref:`oci_database_management_managed_database_group_actions <ansible_collections.oracle.oci.oci_database_management_managed_database_group_actions_module>` -- Perform actions on a ManagedDatabaseGroup resource in Oracle Cloud Infrastructure
386396
* :ref:`oci_database_management_managed_database_group_facts <ansible_collections.oracle.oci.oci_database_management_managed_database_group_facts_module>` -- Fetches details about one or multiple ManagedDatabaseGroup resources in Oracle Cloud Infrastructure
387397
* :ref:`oci_database_management_tablespace_facts <ansible_collections.oracle.oci.oci_database_management_tablespace_facts_module>` -- Fetches details about one or multiple Tablespace resources in Oracle Cloud Infrastructure
398+
* :ref:`oci_database_migration_agent <ansible_collections.oracle.oci.oci_database_migration_agent_module>` -- Manage an Agent resource in Oracle Cloud Infrastructure
399+
* :ref:`oci_database_migration_agent_actions <ansible_collections.oracle.oci.oci_database_migration_agent_actions_module>` -- Perform actions on an Agent resource in Oracle Cloud Infrastructure
400+
* :ref:`oci_database_migration_agent_facts <ansible_collections.oracle.oci.oci_database_migration_agent_facts_module>` -- Fetches details about one or multiple Agent resources in Oracle Cloud Infrastructure
401+
* :ref:`oci_database_migration_agent_image_facts <ansible_collections.oracle.oci.oci_database_migration_agent_image_facts_module>` -- Fetches details about one or multiple AgentImage resources in Oracle Cloud Infrastructure
402+
* :ref:`oci_database_migration_connection <ansible_collections.oracle.oci.oci_database_migration_connection_module>` -- Manage a Connection resource in Oracle Cloud Infrastructure
403+
* :ref:`oci_database_migration_connection_actions <ansible_collections.oracle.oci.oci_database_migration_connection_actions_module>` -- Perform actions on a Connection resource in Oracle Cloud Infrastructure
404+
* :ref:`oci_database_migration_connection_facts <ansible_collections.oracle.oci.oci_database_migration_connection_facts_module>` -- Fetches details about one or multiple Connection resources in Oracle Cloud Infrastructure
405+
* :ref:`oci_database_migration_migration <ansible_collections.oracle.oci.oci_database_migration_migration_module>` -- Manage a Migration resource in Oracle Cloud Infrastructure
406+
* :ref:`oci_database_migration_migration_actions <ansible_collections.oracle.oci.oci_database_migration_migration_actions_module>` -- Perform actions on a Migration resource in Oracle Cloud Infrastructure
407+
* :ref:`oci_database_migration_migration_facts <ansible_collections.oracle.oci.oci_database_migration_migration_facts_module>` -- Fetches details about one or multiple Migration resources in Oracle Cloud Infrastructure
388408
* :ref:`oci_database_software_image <ansible_collections.oracle.oci.oci_database_software_image_module>` -- Manage a DatabaseSoftwareImage resource in Oracle Cloud Infrastructure
389409
* :ref:`oci_database_software_image_actions <ansible_collections.oracle.oci.oci_database_software_image_actions_module>` -- Perform actions on a DatabaseSoftwareImage resource in Oracle Cloud Infrastructure
390410
* :ref:`oci_database_software_image_facts <ansible_collections.oracle.oci.oci_database_software_image_facts_module>` -- Fetches details about one or multiple DatabaseSoftwareImage resources in Oracle Cloud Infrastructure
@@ -529,6 +549,9 @@ Modules
529549
* :ref:`oci_integration_instance <ansible_collections.oracle.oci.oci_integration_instance_module>` -- Manage an IntegrationInstance resource in Oracle Cloud Infrastructure
530550
* :ref:`oci_integration_instance_actions <ansible_collections.oracle.oci.oci_integration_instance_actions_module>` -- Perform actions on an IntegrationInstance resource in Oracle Cloud Infrastructure
531551
* :ref:`oci_integration_instance_facts <ansible_collections.oracle.oci.oci_integration_instance_facts_module>` -- Fetches details about one or multiple IntegrationInstance resources in Oracle Cloud Infrastructure
552+
* :ref:`oci_jms_fleet <ansible_collections.oracle.oci.oci_jms_fleet_module>` -- Manage a Fleet resource in Oracle Cloud Infrastructure
553+
* :ref:`oci_jms_fleet_actions <ansible_collections.oracle.oci.oci_jms_fleet_actions_module>` -- Perform actions on a Fleet resource in Oracle Cloud Infrastructure
554+
* :ref:`oci_jms_fleet_facts <ansible_collections.oracle.oci.oci_jms_fleet_facts_module>` -- Fetches details about one or multiple Fleet resources in Oracle Cloud Infrastructure
532555
* :ref:`oci_key_management_decrypted_data <ansible_collections.oracle.oci.oci_key_management_decrypted_data_module>` -- Manage a DecryptedData resource in Oracle Cloud Infrastructure
533556
* :ref:`oci_key_management_encrypted_data <ansible_collections.oracle.oci.oci_key_management_encrypted_data_module>` -- Manage an EncryptedData resource in Oracle Cloud Infrastructure
534557
* :ref:`oci_key_management_exported_key_data <ansible_collections.oracle.oci.oci_key_management_exported_key_data_module>` -- Manage an ExportedKeyData resource in Oracle Cloud Infrastructure
@@ -1068,6 +1091,16 @@ Modules
10681091
oci_apigateway_sdk_language_type_facts_module
10691092
oci_apigateway_waas_certificate_module
10701093
oci_apigateway_waas_certificate_facts_module
1094+
oci_apm_control_plane_apm_domain_module
1095+
oci_apm_control_plane_apm_domain_actions_module
1096+
oci_apm_control_plane_apm_domain_facts_module
1097+
oci_apm_control_plane_data_keys_actions_module
1098+
oci_apm_control_plane_data_keys_facts_module
1099+
oci_apm_synthetics_monitor_module
1100+
oci_apm_synthetics_monitor_facts_module
1101+
oci_apm_synthetics_public_vantage_point_facts_module
1102+
oci_apm_synthetics_script_module
1103+
oci_apm_synthetics_script_facts_module
10711104
oci_artifacts_container_configuration_module
10721105
oci_artifacts_container_configuration_facts_module
10731106
oci_artifacts_container_image_module
@@ -1397,6 +1430,16 @@ Modules
13971430
oci_database_management_managed_database_group_actions_module
13981431
oci_database_management_managed_database_group_facts_module
13991432
oci_database_management_tablespace_facts_module
1433+
oci_database_migration_agent_module
1434+
oci_database_migration_agent_actions_module
1435+
oci_database_migration_agent_facts_module
1436+
oci_database_migration_agent_image_facts_module
1437+
oci_database_migration_connection_module
1438+
oci_database_migration_connection_actions_module
1439+
oci_database_migration_connection_facts_module
1440+
oci_database_migration_migration_module
1441+
oci_database_migration_migration_actions_module
1442+
oci_database_migration_migration_facts_module
14001443
oci_database_software_image_module
14011444
oci_database_software_image_actions_module
14021445
oci_database_software_image_facts_module
@@ -1541,6 +1584,9 @@ Modules
15411584
oci_integration_instance_module
15421585
oci_integration_instance_actions_module
15431586
oci_integration_instance_facts_module
1587+
oci_jms_fleet_module
1588+
oci_jms_fleet_actions_module
1589+
oci_jms_fleet_facts_module
15441590
oci_key_management_decrypted_data_module
15451591
oci_key_management_encrypted_data_module
15461592
oci_key_management_exported_key_data_module

0 commit comments

Comments
 (0)