diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9f0d09083a..b5399f2c0a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -189,15 +189,6 @@ jobs: images_out="images" - has_packet=0 - has_pxe=0 - formats="${IMAGE_FORMATS}" - for format in "${formats}";do - [[ "${format}" = 'packet' ]] || [[ "${format}" = 'equinix_metal' ]] && has_packet=1 - [[ "${format}" = 'pxe' ]] && has_pxe=1 - done - - [[ ${has_packet} -eq 1 ]] && [[ ${has_pxe} -eq 0 ]] && set -- 'pxe' "${@}" if echo "$formats" | tr ' ' '\n' | grep -q '^vmware'; then formats=$(echo "$formats" | tr ' ' '\n' | sed '/vmware.*/d') formats+=" vmware vmware_insecure vmware_ova vmware_raw" @@ -206,8 +197,6 @@ jobs: formats=$(echo "$formats" | tr ' ' '\n' | sed '/ami.*/d' | sed '/aws/d') formats+=" ami ami_vmdk" fi - # Keep compatibility with SDK scripts where "equinix_metal" remains unknown. - formats=$(echo "$formats" | tr ' ' '\n' | sed 's/equinix_metal/packet/g') for format in ${formats}; do if [ "${format}" = qemu ] || [ "${format}" = qemu_uefi_secure ]; then diff --git a/build_library/vm_image_util.sh b/build_library/vm_image_util.sh index 1c4c346e4e..9f76c22f72 100644 --- a/build_library/vm_image_util.sh +++ b/build_library/vm_image_util.sh @@ -23,7 +23,6 @@ VALID_IMG_TYPES=( kubevirt openstack openstack_mini - packet parallels proxmoxve pxe @@ -56,7 +55,6 @@ VALID_OEM_PACKAGES=( hyperv kubevirt openstack - packet proxmoxve qemu scaleway @@ -281,10 +279,6 @@ IMG_hyperv_vhdx_OEM_SYSEXT=oem-hyperv IMG_cloudsigma_DISK_FORMAT=qcow2 IMG_cloudsigma_OEM_PACKAGE=oem-cloudsigma -## packet -IMG_packet_OEM_PACKAGE=common-oem-files -IMG_packet_OEM_SYSEXT=oem-packet - ## scaleway IMG_scaleway_DISK_FORMAT=qcow2 IMG_scaleway_DISK_LAYOUT=vm @@ -878,15 +872,6 @@ You can pass extra kernel parameters with -append, for example: When using -nographic or -serial you must also enable the serial console: ./$(basename "${script}") -nographic -append 'console=ttyS0,115200n8' EOF - local packetipxe="$(_dst_dir)/flatcar_production_packet.ipxe" - cat > "$packetipxe" < - - - diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-packet/oem-packet-0.2.2-r2.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-packet/oem-packet-0.2.2-r2.ebuild deleted file mode 100644 index 200df1209e..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-packet/oem-packet-0.2.2-r2.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright (c) 2020 Kinvolk GmbH. All rights reserved. -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Equinix Metal suite for Equinix Metal" -HOMEPAGE="https://www.equinix.com/" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm64" -IUSE="" - -SYSEXT_NAME="Equinix Metal"