Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Docker image for v3.1 #542

Merged
merged 3 commits into from
Feb 2, 2024
Merged

Conversation

keirazhang
Copy link
Contributor

@keirazhang keirazhang commented Jan 31, 2024

  1. Added required ansible-core version
  2. Removed docs/KNOWN_ISSUES.md
  3. Added a readme for updating local docker image.

@keirazhang keirazhang added this to the 3.1 milestone Jan 31, 2024
@keirazhang keirazhang force-pushed the docker_v3.1 branch 4 times, most recently from 64215e8 to 56fd531 Compare January 31, 2024 06:58
Tomorrow9
Tomorrow9 previously approved these changes Jan 31, 2024
Copy link
Member

@Tomorrow9 Tomorrow9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks

@keirazhang keirazhang changed the title WIP: Update Docker image for v3.1 Update Docker image for v3.1 Jan 31, 2024
Tomorrow9
Tomorrow9 previously approved these changes Feb 1, 2024
@keirazhang
Copy link
Contributor Author

RHEL 9.3 passed with v3.1 docker image container:

    "ansible_version_info.stdout_lines": [
        "ansible [core 2.15.8]",
        "  config file = None",
        "  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']",
        "  ansible python module location = /usr/lib/python3.11/site-packages/ansible",
        "  ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections",
        "  executable location = /usr/bin/ansible",
        "  python version = 3.11.7 (main, Jan  8 2024, 02:50:44) [GCC 12.2.0] (/usr/bin/python)",
        "  jinja version = 3.1.3",
        "  libyaml = True"
    ]

    "ansible_collection_info.stdout_lines": [
        "",
        "# /root/.ansible/collections/ansible_collections",
        "Collection        Version",
        "----------------- -------",
        "ansible.netcommon 6.0.0  ",
        "ansible.posix     1.5.4  ",
        "ansible.utils     3.1.0  ",
        "ansible.windows   2.2.0  ",
        "community.crypto  2.17.1 ",
        "community.general 8.3.0  ",
        "community.vmware  4.1.0  ",
        "community.windows 2.1.0  "
    ]

VM information:
+-----------------------------------------------------------------------------------+
| Name                      | test_rhel9                                            |
+-----------------------------------------------------------------------------------+
| Guest OS Distribution     | RedHat 9.3 x86_64                                     |
+-----------------------------------------------------------------------------------+
| IP                        | 
+-----------------------------------------------------------------------------------+
| GUI Installed             | True                                                  |
+-----------------------------------------------------------------------------------+
| CloudInit Version         | 23.1.1                                                |
+-----------------------------------------------------------------------------------+
| Hardware Version          | vmx-21                                                |
+-----------------------------------------------------------------------------------+
| VMTools Version           |
+-----------------------------------------------------------------------------------+
| Config Guest Id           | rhel9_64Guest                                         |
+-----------------------------------------------------------------------------------+
| GuestInfo Guest Id        | rhel9_64Guest                                         |
+-----------------------------------------------------------------------------------+
| GuestInfo Guest Full Name | Red Hat Enterprise Linux 9 (64-bit)                   |
+-----------------------------------------------------------------------------------+
| GuestInfo Guest Family    | linuxGuest                                            |
+-----------------------------------------------------------------------------------+
| GuestInfo Detailed Data   | architecture='X86'                                    |
|                           | bitness='64'                                          |
|                           | cpeString='cpe:/o:redhat:enterprise_linux:9::baseos'  |
|                           | distroAddlVersion='9.3 (Plow)'                        |
|                           | distroName='Red Hat Enterprise Linux'                 |
|                           | distroVersion='9.3'                                   |
|                           | familyName='Linux'                                    |
|                           | kernelVersion='5.14.0-362.2.1.el9_3.x86_64'           |
|                           | prettyName='Red Hat Enterprise Linux 9.3 Beta (Plow)' |
+-----------------------------------------------------------------------------------+


Test Results (Total: 30, Passed: 28, Skipped: 2, Elapsed Time: 02:49:53)
+-------------------------------------------------------------------------+
| ID | Name                                 |   Status        | Exec Time |
+-------------------------------------------------------------------------+
| 01 | deploy_vm_efi_paravirtual_vmxnet3    |   Passed        | 00:34:20  |
| 02 | check_inbox_driver                   |   Passed        | 00:01:16  |
| 03 | ovt_verify_install                   |   Passed        | 00:20:46  |
| 04 | ovt_verify_status                    |   Passed        | 00:03:12  |
| 05 | vgauth_check_service                 |   Passed        | 00:01:11  |
| 06 | check_ip_address                     |   Passed        | 00:01:06  |
| 07 | check_os_fullname                    |   Passed        | 00:01:25  |
| 08 | stat_balloon                         |   Passed        | 00:00:57  |
| 09 | stat_hosttime                        |   Passed        | 00:01:06  |
| 10 | device_list                          |   Passed        | 00:03:00  |
| 11 | check_quiesce_snapshot_custom_script |   Passed        | 00:01:32  |
| 12 | memory_hot_add_basic                 |   Passed        | 00:05:14  |
| 13 | cpu_hot_add_basic                    |   Passed        | 00:05:14  |
| 14 | cpu_multicores_per_socket            |   Passed        | 00:08:20  |
| 15 | check_efi_firmware                   |   Passed        | 00:01:02  |
| 16 | secureboot_enable_disable            |   Passed        | 00:04:37  |
| 17 | e1000e_network_device_ops            |   Passed        | 00:03:42  |
| 18 | vmxnet3_network_device_ops           |   Passed        | 00:02:52  |
| 19 | pvrdma_network_device_ops            |   Passed        | 00:08:14  |
| 20 | gosc_perl_dhcp                       |   Passed        | 00:06:23  |
| 21 | gosc_perl_staticip                   |   Passed        | 00:05:41  |
| 22 | gosc_cloudinit_dhcp                  |   Passed        | 00:06:48  |
| 23 | gosc_cloudinit_staticip              |   Passed        | 00:06:47  |
| 24 | paravirtual_vhba_device_ops          |   Passed        | 00:07:18  |
| 25 | lsilogic_vhba_device_ops             | * Not Supported | 00:01:05  |
| 26 | lsilogicsas_vhba_device_ops          | * Not Supported | 00:00:57  |
| 27 | sata_vhba_device_ops                 |   Passed        | 00:07:26  |
| 28 | nvme_vhba_device_ops                 |   Passed        | 00:07:24  |
| 29 | nvdimm_cold_add_remove               |   Passed        | 00:07:39  |
| 30 | ovt_verify_uninstall                 |   Passed        | 00:02:09  |
+-------------------------------------------------------------------------+

Copy link
Member

@Tomorrow9 Tomorrow9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks

@keirazhang keirazhang merged commit 45e27e5 into vmware:main Feb 2, 2024
@keirazhang keirazhang deleted the docker_v3.1 branch March 7, 2024 05:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants