diff options
author | Glen Barber <gjb@FreeBSD.org> | 2017-08-22 15:34:27 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2017-08-22 15:34:27 +0000 |
commit | 83ffbdb1334096cc3a697d55e4f167a147437dae (patch) | |
tree | def6a7f503cbf6fdb780a9605390cda33fcc01d1 /release/tools/gce.conf | |
parent | e8e65e28ca4abf2b3653f9a711bdbc53eee9c1e2 (diff) | |
download | src-83ffbdb1334096cc3a697d55e4f167a147437dae.tar.gz src-83ffbdb1334096cc3a697d55e4f167a147437dae.zip |
Use py-google-compute-engine instead for releasing Google Compute
Engine (GCE) images with an updated version of Google's tools.
PR: 221714
Submitted by: helen _dot_ koike _@_ collabora_dot_com (original)
MFC after: 5 days
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/head/; revision=322794
Diffstat (limited to 'release/tools/gce.conf')
-rw-r--r-- | release/tools/gce.conf | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/release/tools/gce.conf b/release/tools/gce.conf index 082ac0dafd19..0d7dc841a6b9 100644 --- a/release/tools/gce.conf +++ b/release/tools/gce.conf @@ -5,12 +5,15 @@ # Set to a list of packages to install. export VM_EXTRA_PACKAGES="firstboot-freebsd-update firstboot-pkgs \ - google-cloud-sdk google-daemon panicmail sudo firstboot-growfs \ - google-startup-scripts" + google-cloud-sdk panicmail sudo firstboot-growfs \ + sysutils/py-google-compute-engine" # Set to a list of third-party software to enable in rc.conf(5). export VM_RC_LIST="google_accounts_manager ntpd sshd firstboot_growfs \ - firstboot_pkgs firstboot_freebsd_update google_startup" + firstboot_pkgs firstboot_freebsd_update google_startup \ + google_accounts_daemon google_clock_skew_daemon + google_instance_setup google_ip_forwarding_daemon + google_network_setup" vm_extra_install_base() { echo 'search google.internal' > ${DESTDIR}/etc/resolv.conf |