From ed1e87ecb57d2280ef3b02e2b437ad9b378d21a2 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Thu, 27 Aug 2020 17:31:59 -0400 Subject: Cirrus: Obsolete CI:IMG process & related files All VM-building functionality has been migrated to https://github.com/containers/automation_images Some container-build functions are still maintained here but are on a very-short list to also be migrated to the repository linked above. Signed-off-by: Chris Evich --- contrib/cirrus/packer/make-user-data.sh | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 contrib/cirrus/packer/make-user-data.sh (limited to 'contrib/cirrus/packer/make-user-data.sh') diff --git a/contrib/cirrus/packer/make-user-data.sh b/contrib/cirrus/packer/make-user-data.sh deleted file mode 100644 index 676a50f5c..000000000 --- a/contrib/cirrus/packer/make-user-data.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/env bash - -# This script is utilized by Makefile, it's not intended to be run by humans - -cat < user-data -#cloud-config -timezone: US/Eastern -growpart: - mode: auto -disable_root: false -ssh_pwauth: True -ssh_import_id: [root] -ssh_authorized_keys: - - $(cat cidata.ssh.pub) -users: - - name: root - primary-group: root - homedir: /root - system: true -EOF -- cgit v1.2.3-54-g00ecf