Skip to content
This repository has been archived by the owner on May 1, 2021. It is now read-only.

Commit

Permalink
New release of v1.18.0 of OCI Ansible Modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ruturajmolawade authored and AmeyaLokre committed Apr 25, 2020
1 parent a9a9fc0 commit a216bef
Show file tree
Hide file tree
Showing 240 changed files with 583 additions and 319 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.18.0] - 2020-4-23

### Added:
- Added new parameter `compartment_id` to the `oci_user` and `oci_group` modules.
- Added an alternative `NewDBSystem` for parameter `creation_type` in `oci_data_guard_association` module to support
creation of standby database for a VM-based DB System [Open source PR](https://github.com/oracle/oci-ansible-modules/pull/109) & [Github issue](https://github.com/oracle/oci-ansible-modules/issues/106)
- Added a `primary-vnic-only` flag to the `oci_inventory` module to ensure compute instances will be listed only once if this flag is set to `yes` [Open source PR](https://github.com/oracle/oci-ansible-modules/pull/110)

### Fixed:
- Removed secure mongo DB deployment sample
- Made `admin_password` parameter as not_loggable in the `oci_db_system` and `oci_db_home` modules
- Fixed the `db_backup_config` is None error faced while updating a database which is created during a db_system creation from the backup of another database [Github issue](https://github.com/oracle/oci-ansible-modules/issues/104)

## [1.17.0] - 2020-3-10

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/oci_api_key_facts_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Common return values are documented :ref:`here <common_return_values>`, the foll
<div>Information about one or more api signing keys of the specified user</div>
<br/>
<div style="font-size: smaller"><b>Sample:</b></div>
<div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">{&#x27;api_keys&#x27;: [{&#x27;fingerprint&#x27;: &#x27;08:07:a6:7d:06:b4:73:91:e9:2c:da:42:c8:cb:df:02&#x27;, &#x27;key_value&#x27;: &#x27;-----BEGIN PUBLIC KEY-----...urt/fN8jNz2nZwIDAQAB-----END PUBLIC KEY-----&#x27;, &#x27;inactive_status&#x27;: None, &#x27;key_id&#x27;: &#x27;ocid1.tenancy.oc1..xxxxxEXAMPLExxxxx/ocid1.user.oc1..xxxxxEXAMPLExxxxx/08:07:a6:7d:06:b4:73:91:e9:2c:da&#x27;, &#x27;lifecycle_state&#x27;: &#x27;ACTIVE&#x27;, &#x27;user_id&#x27;: &#x27;ocid1.user.oc1..xxxxxEXAMPLExxxxx&#x27;, &#x27;time_created&#x27;: &#x27;2018-01-08T09:33:59.705000+00:00&#x27;}]}</div>
<div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">{&#x27;api_keys&#x27;: [{&#x27;key_id&#x27;: &#x27;ocid1.tenancy.oc1..xxxxxEXAMPLExxxxx/ocid1.user.oc1..xxxxxEXAMPLExxxxx/08:07:a6:7d:06:b4:73:91:e9:2c:da&#x27;, &#x27;key_value&#x27;: &#x27;-----BEGIN PUBLIC KEY-----...urt/fN8jNz2nZwIDAQAB-----END PUBLIC KEY-----&#x27;, &#x27;inactive_status&#x27;: None, &#x27;fingerprint&#x27;: &#x27;08:07:a6:7d:06:b4:73:91:e9:2c:da:42:c8:cb:df:02&#x27;, &#x27;user_id&#x27;: &#x27;ocid1.user.oc1..xxxxxEXAMPLExxxxx&#x27;, &#x27;lifecycle_state&#x27;: &#x27;ACTIVE&#x27;, &#x27;time_created&#x27;: &#x27;2018-01-08T09:33:59.705000+00:00&#x27;}]}</div>
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/oci_api_key_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ Common return values are documented :ref:`here <common_return_values>`, the foll
<div>Details of the API signing key</div>
<br/>
<div style="font-size: smaller"><b>Sample:</b></div>
<div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">{&#x27;fingerprint&#x27;: &#x27;08:07:a6:7d:06:b4:73:91:e9:2c:da:42:c8:cb:df:02&#x27;, &#x27;key_value&#x27;: &#x27;-----BEGIN PUBLIC KEY-----...urt/fN8jNz2nZwIDAQAB-----END PUBLIC KEY-----&#x27;, &#x27;inactive_status&#x27;: None, &#x27;key_id&#x27;: &#x27;ocid1.tenancy.oc1..xxxxxEXAMPLExxxxx/ocid1.user.oc1..xxxxxEXAMPLExxxxx/08:07:a6:7d:06:b4:73:91:e9:2c:da&#x27;, &#x27;lifecycle_state&#x27;: &#x27;ACTIVE&#x27;, &#x27;user_id&#x27;: &#x27;ocid1.user.oc1..xxxxxEXAMPLExxxxx&#x27;, &#x27;time_created&#x27;: &#x27;2018-01-08T09:33:59.705000+00:00&#x27;}</div>
<div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">{&#x27;key_id&#x27;: &#x27;ocid1.tenancy.oc1..xxxxxEXAMPLExxxxx/ocid1.user.oc1..xxxxxEXAMPLExxxxx/08:07:a6:7d:06:b4:73:91:e9:2c:da&#x27;, &#x27;key_value&#x27;: &#x27;-----BEGIN PUBLIC KEY-----...urt/fN8jNz2nZwIDAQAB-----END PUBLIC KEY-----&#x27;, &#x27;inactive_status&#x27;: None, &#x27;fingerprint&#x27;: &#x27;08:07:a6:7d:06:b4:73:91:e9:2c:da:42:c8:cb:df:02&#x27;, &#x27;user_id&#x27;: &#x27;ocid1.user.oc1..xxxxxEXAMPLExxxxx&#x27;, &#x27;lifecycle_state&#x27;: &#x27;ACTIVE&#x27;, &#x27;time_created&#x27;: &#x27;2018-01-08T09:33:59.705000+00:00&#x27;}</div>
</td>
</tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/oci_app_catalog_listing_agreement_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Common return values are documented :ref:`here <common_return_values>`, the foll
<div>Agreement for a listing resource version</div>
<br/>
<div style="font-size: smaller"><b>Sample:</b></div>
<div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">{&#x27;oracle_terms_of_use_link&#x27;: &#x27;https://objectstorage.region.oraclecloud.com/n/partnerimagecatalog/b/eulas/o/oracle-terms-of-use.txt&#x27;, &#x27;listing_resource_version&#x27;: &#x27;1.0.0&#x27;, &#x27;time_retrieved&#x27;: &#x27;2019-02-14T19:53:30.878000+00:00&#x27;, &#x27;signature&#x27;: &#x27;xxxxxxxxxxxexamplesignaturexxxxxxxxxxxxxxx&#x27;, &#x27;listing_id&#x27;: &#x27;ocid1.appcataloglisting.oc1..xxxxxEXAMPLExxxxx&#x27;, &#x27;eula_link&#x27;: &#x27;https://objectstorage.region.oraclecloud.com/n/partnerimagecatalog/b/eulas/o/xxxxxx/xxxxxxx/eula.txt&#x27;}</div>
<div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">{&#x27;signature&#x27;: &#x27;xxxxxxxxxxxexamplesignaturexxxxxxxxxxxxxxx&#x27;, &#x27;listing_resource_version&#x27;: &#x27;1.0.0&#x27;, &#x27;listing_id&#x27;: &#x27;ocid1.appcataloglisting.oc1..xxxxxEXAMPLExxxxx&#x27;, &#x27;eula_link&#x27;: &#x27;https://objectstorage.region.oraclecloud.com/n/partnerimagecatalog/b/eulas/o/xxxxxx/xxxxxxx/eula.txt&#x27;, &#x27;time_retrieved&#x27;: &#x27;2019-02-14T19:53:30.878000+00:00&#x27;, &#x27;oracle_terms_of_use_link&#x27;: &#x27;https://objectstorage.region.oraclecloud.com/n/partnerimagecatalog/b/eulas/o/oracle-terms-of-use.txt&#x27;}</div>
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/oci_app_catalog_listing_facts_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ Common return values are documented :ref:`here <common_return_values>`, the foll
<div>List of app catalog listing details</div>
<br/>
<div style="font-size: smaller"><b>Sample:</b></div>
<div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">[{&#x27;publisher_logo_url&#x27;: &#x27;https://testpublisher/logo.png&#x27;, &#x27;description&#x27;: &#x27;Test app catalog listing.&#x27;, &#x27;display_name&#x27;: &#x27;Test app catalog listing&#x27;, &#x27;publisher_name&#x27;: &#x27;Test Publisher&#x27;, &#x27;listing_id&#x27;: &#x27;ocid1.appcataloglisting.oc1..xxxxxEXAMPLExxxxx&#x27;, &#x27;time_published&#x27;: &#x27;2019-02-14T19:53:30.878000+00:00&#x27;, &#x27;summary&#x27;: &#x27;Test app catalog listing&#x27;, &#x27;contact_url&#x27;: &#x27;https://testpublisher/contact.html&#x27;}]</div>
<div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">[{&#x27;time_published&#x27;: &#x27;2019-02-14T19:53:30.878000+00:00&#x27;, &#x27;description&#x27;: &#x27;Test app catalog listing.&#x27;, &#x27;listing_id&#x27;: &#x27;ocid1.appcataloglisting.oc1..xxxxxEXAMPLExxxxx&#x27;, &#x27;publisher_name&#x27;: &#x27;Test Publisher&#x27;, &#x27;summary&#x27;: &#x27;Test app catalog listing&#x27;, &#x27;publisher_logo_url&#x27;: &#x27;https://testpublisher/logo.png&#x27;, &#x27;display_name&#x27;: &#x27;Test app catalog listing&#x27;, &#x27;contact_url&#x27;: &#x27;https://testpublisher/contact.html&#x27;}]</div>
</td>
</tr>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Common return values are documented :ref:`here <common_return_values>`, the foll
<div>List of resource versions for a particular listing</div>
<br/>
<div style="font-size: smaller"><b>Sample:</b></div>
<div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">[{&#x27;listing_resource_version&#x27;: &#x27;1.0.0&#x27;, &#x27;available_regions&#x27;: [&#x27;us-ashburn-1&#x27;, &#x27;us-phoenix-1&#x27;], &#x27;listing_id&#x27;: &#x27;ocid1.appcataloglisting.oc1..xxxxxEXAMPLExxxxx&#x27;, &#x27;allowed_actions&#x27;: [], &#x27;time_published&#x27;: &#x27;2019-02-14T19:53:30.878000+00:00&#x27;, &#x27;accessible_ports&#x27;: [], &#x27;listing_resource_id&#x27;: &#x27;ocid1.image.oc1..xxxxxEXAMPLExxxxx&#x27;, &#x27;compatible_shapes&#x27;: [&#x27;VM.Standard2.1&#x27;, &#x27;VM.Standard2.2&#x27;]}]</div>
<div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">[{&#x27;time_published&#x27;: &#x27;2019-02-14T19:53:30.878000+00:00&#x27;, &#x27;available_regions&#x27;: [&#x27;us-ashburn-1&#x27;, &#x27;us-phoenix-1&#x27;], &#x27;allowed_actions&#x27;: [], &#x27;listing_resource_id&#x27;: &#x27;ocid1.image.oc1..xxxxxEXAMPLExxxxx&#x27;, &#x27;listing_id&#x27;: &#x27;ocid1.appcataloglisting.oc1..xxxxxEXAMPLExxxxx&#x27;, &#x27;accessible_ports&#x27;: [], &#x27;listing_resource_version&#x27;: &#x27;1.0.0&#x27;, &#x27;compatible_shapes&#x27;: [&#x27;VM.Standard2.1&#x27;, &#x27;VM.Standard2.2&#x27;]}]</div>
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/oci_app_catalog_subscription_facts_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Common return values are documented :ref:`here <common_return_values>`, the foll
<div>List of app catalog subscriptions</div>
<br/>
<div style="font-size: smaller"><b>Sample:</b></div>
<div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">[{&#x27;summary&#x27;: &#x27;Test app catalog listing&#x27;, &#x27;listing_resource_version&#x27;: &#x27;1.0.0&#x27;, &#x27;time_created&#x27;: &#x27;2019-02-14T19:53:30.878000+00:00&#x27;, &#x27;display_name&#x27;: &#x27;Test app catalog&#x27;, &#x27;publisher_name&#x27;: &#x27;Test Publisher&#x27;, &#x27;listing_id&#x27;: &#x27;ocid1.appcataloglisting.oc1..xxxxxEXAMPLExxxxx&#x27;, &#x27;listing_resource_id&#x27;: &#x27;ocid1.image.oc1..xxxxxEXAMPLExxxxx&#x27;, &#x27;compartment_id&#x27;: &#x27;ocid1.compartment.oc1..xxxxxEXAMPLExxxxx&#x27;}]</div>
<div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">[{&#x27;listing_resource_version&#x27;: &#x27;1.0.0&#x27;, &#x27;listing_id&#x27;: &#x27;ocid1.appcataloglisting.oc1..xxxxxEXAMPLExxxxx&#x27;, &#x27;publisher_name&#x27;: &#x27;Test Publisher&#x27;, &#x27;summary&#x27;: &#x27;Test app catalog listing&#x27;, &#x27;listing_resource_id&#x27;: &#x27;ocid1.image.oc1..xxxxxEXAMPLExxxxx&#x27;, &#x27;display_name&#x27;: &#x27;Test app catalog&#x27;, &#x27;compartment_id&#x27;: &#x27;ocid1.compartment.oc1..xxxxxEXAMPLExxxxx&#x27;, &#x27;time_created&#x27;: &#x27;2019-02-14T19:53:30.878000+00:00&#x27;}]</div>
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/oci_app_catalog_subscription_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ Common return values are documented :ref:`here <common_return_values>`, the foll
<div>Information about the app catalog subscription. Applicable only for create.</div>
<br/>
<div style="font-size: smaller"><b>Sample:</b></div>
<div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">{&#x27;summary&#x27;: &#x27;Test app catalog listing&#x27;, &#x27;listing_resource_version&#x27;: &#x27;1.0.0&#x27;, &#x27;time_created&#x27;: &#x27;2019-02-14T19:53:30.878000+00:00&#x27;, &#x27;display_name&#x27;: &#x27;Test app catalog&#x27;, &#x27;publisher_name&#x27;: &#x27;Test Publisher&#x27;, &#x27;listing_id&#x27;: &#x27;ocid1.appcataloglisting.oc1..xxxxxEXAMPLExxxxx&#x27;, &#x27;listing_resource_id&#x27;: &#x27;ocid1.image.oc1..xxxxxEXAMPLExxxxx&#x27;, &#x27;compartment_id&#x27;: &#x27;ocid1.compartment.oc1..xxxxxEXAMPLExxxxx&#x27;}</div>
<div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">{&#x27;listing_resource_version&#x27;: &#x27;1.0.0&#x27;, &#x27;listing_id&#x27;: &#x27;ocid1.appcataloglisting.oc1..xxxxxEXAMPLExxxxx&#x27;, &#x27;publisher_name&#x27;: &#x27;Test Publisher&#x27;, &#x27;summary&#x27;: &#x27;Test app catalog listing&#x27;, &#x27;listing_resource_id&#x27;: &#x27;ocid1.image.oc1..xxxxxEXAMPLExxxxx&#x27;, &#x27;display_name&#x27;: &#x27;Test app catalog&#x27;, &#x27;compartment_id&#x27;: &#x27;ocid1.compartment.oc1..xxxxxEXAMPLExxxxx&#x27;, &#x27;time_created&#x27;: &#x27;2019-02-14T19:53:30.878000+00:00&#x27;}</div>
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/oci_audit_event_facts_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Common return values are documented :ref:`here <common_return_values>`, the foll
<div>List of AuditEvent resources</div>
<br/>
<div style="font-size: smaller"><b>Sample:</b></div>
<div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">[{&#x27;request_origin&#x27;: &#x27;request_origin_example&#x27;, &#x27;event_type&#x27;: &#x27;event_type_example&#x27;, &#x27;request_agent&#x27;: &#x27;request_agent_example&#x27;, &#x27;response_payload&#x27;: {}, &#x27;user_name&#x27;: &#x27;user_name_example&#x27;, &#x27;principal_id&#x27;: &#x27;ocid1.principal.oc1..xxxxxxEXAMPLExxxxxx&#x27;, &#x27;response_headers&#x27;: {}, &#x27;compartment_name&#x27;: &#x27;compartment_name_example&#x27;, &#x27;request_action&#x27;: &#x27;request_action_example&#x27;, &#x27;credential_id&#x27;: &#x27;ocid1.credential.oc1..xxxxxxEXAMPLExxxxxx&#x27;, &#x27;request_id&#x27;: &#x27;ocid1.request.oc1..xxxxxxEXAMPLExxxxxx&#x27;, &#x27;event_name&#x27;: &#x27;LaunchInstance&#x27;, &#x27;tenant_id&#x27;: &#x27;ocid1.tenant.oc1..xxxxxxEXAMPLExxxxxx&#x27;, &#x27;event_source&#x27;: &#x27;event_source_example&#x27;, &#x27;request_headers&#x27;: {}, &#x27;event_id&#x27;: &#x27;ocid1.event.oc1..xxxxxxEXAMPLExxxxxx&#x27;, &#x27;request_resource&#x27;: &#x27;request_resource_example&#x27;, &#x27;response_time&#x27;: &#x27;2013-10-20T19:20:30+01:00&#x27;, &#x27;compartment_id&#x27;: &#x27;ocid1.compartment.oc1..xxxxxxEXAMPLExxxxxx&#x27;, &#x27;response_status&#x27;: &#x27;response_status_example&#x27;, &#x27;request_parameters&#x27;: {}, &#x27;event_time&#x27;: &#x27;2013-10-20T19:20:30+01:00&#x27;}]</div>
<div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">[{&#x27;response_headers&#x27;: {}, &#x27;request_agent&#x27;: &#x27;request_agent_example&#x27;, &#x27;request_action&#x27;: &#x27;request_action_example&#x27;, &#x27;request_resource&#x27;: &#x27;request_resource_example&#x27;, &#x27;tenant_id&#x27;: &#x27;ocid1.tenant.oc1..xxxxxxEXAMPLExxxxxx&#x27;, &#x27;request_headers&#x27;: {}, &#x27;request_origin&#x27;: &#x27;request_origin_example&#x27;, &#x27;event_name&#x27;: &#x27;LaunchInstance&#x27;, &#x27;compartment_name&#x27;: &#x27;compartment_name_example&#x27;, &#x27;credential_id&#x27;: &#x27;ocid1.credential.oc1..xxxxxxEXAMPLExxxxxx&#x27;, &#x27;event_id&#x27;: &#x27;ocid1.event.oc1..xxxxxxEXAMPLExxxxxx&#x27;, &#x27;response_payload&#x27;: {}, &#x27;request_id&#x27;: &#x27;ocid1.request.oc1..xxxxxxEXAMPLExxxxxx&#x27;, &#x27;compartment_id&#x27;: &#x27;ocid1.compartment.oc1..xxxxxxEXAMPLExxxxxx&#x27;, &#x27;event_type&#x27;: &#x27;event_type_example&#x27;, &#x27;user_name&#x27;: &#x27;user_name_example&#x27;, &#x27;event_source&#x27;: &#x27;event_source_example&#x27;, &#x27;request_parameters&#x27;: {}, &#x27;principal_id&#x27;: &#x27;ocid1.principal.oc1..xxxxxxEXAMPLExxxxxx&#x27;, &#x27;response_status&#x27;: &#x27;response_status_example&#x27;, &#x27;event_time&#x27;: &#x27;2013-10-20T19:20:30+01:00&#x27;, &#x27;response_time&#x27;: &#x27;2013-10-20T19:20:30+01:00&#x27;}]</div>
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/oci_auth_token_facts_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Common return values are documented :ref:`here <common_return_values>`, the foll
<div>List of AuthToken resources</div>
<br/>
<div style="font-size: smaller"><b>Sample:</b></div>
<div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">[{&#x27;description&#x27;: &#x27;description_example&#x27;, &#x27;inactive_status&#x27;: 56, &#x27;lifecycle_state&#x27;: &#x27;CREATING&#x27;, &#x27;user_id&#x27;: &#x27;ocid1.user.oc1..xxxxxxEXAMPLExxxxxx&#x27;, &#x27;id&#x27;: &#x27;ocid1.resource.oc1..xxxxxxEXAMPLExxxxxx&#x27;, &#x27;time_expires&#x27;: &#x27;2016-08-25T21:10:29.600Z&#x27;, &#x27;time_created&#x27;: &#x27;2016-08-25T21:10:29.600Z&#x27;, &#x27;token&#x27;: &#x27;token_example&#x27;}]</div>
<div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">[{&#x27;token&#x27;: &#x27;token_example&#x27;, &#x27;id&#x27;: &#x27;ocid1.resource.oc1..xxxxxxEXAMPLExxxxxx&#x27;, &#x27;description&#x27;: &#x27;description_example&#x27;, &#x27;inactive_status&#x27;: 56, &#x27;time_created&#x27;: &#x27;2016-08-25T21:10:29.600Z&#x27;, &#x27;lifecycle_state&#x27;: &#x27;CREATING&#x27;, &#x27;user_id&#x27;: &#x27;ocid1.user.oc1..xxxxxxEXAMPLExxxxxx&#x27;, &#x27;time_expires&#x27;: &#x27;2016-08-25T21:10:29.600Z&#x27;}]</div>
</td>
</tr>
<tr>
Expand Down
Loading

0 comments on commit a216bef

Please sign in to comment.