Skip to content

added template for power9 ubuntu image

Lance Albertson requested to merge kindlehl/ubuntu-power9 into master

Created by: kindlehl

The differences between the x64 template and ppc64le template are:

<       "iso_checksum": "e7ad8c2f854b4587f9ca5c60f36b5ac4ede49829386653f2db404c3c43520a83",
---
>       "iso_checksum": "dc8aa1b7f9c7d7dd66bbde516e739166126faa55789da0cb63328a507ed5fc00",
36,37c36,37
<       "iso_url": "{{user `mirror`}}/releases/18.04/release/ubuntu-18.04-server-ppc64el.iso",
<       "output_directory": "packer-ubuntu-18.04-ppc64le-openstack",
---
>       "iso_url": "{{user `mirror`}}/releases/18.04/release/ubuntu-18.04.1-server-ppc64el.iso",
>       "output_directory": "packer-ubuntu-18.04-ppc64le-power9-openstack",
50c50
<       "vm_name": "packer-ubuntu-18.04-ppc64le-openstack"
---
>       "vm_name": "packer-ubuntu-18.04-ppc64le-power9-openstack"
64c64
<         "scripts/ubuntu/cleanup.sh",
---
>         "scripts/ubuntu/cleanup-power9.sh",
72c72
<     "image_name": "Ubuntu 18.04 LE"
---
>     "image_name": "Ubuntu 18.04 LE (POWER9)"

The new cleanup script is just a copy of the normal ubuntu cleanup script, for now.

Merge request reports