svn commit: r322794 - head/release/tools

Glen Barber gjb at FreeBSD.org
Tue Aug 22 15:34:28 UTC 2017


Author: gjb
Date: Tue Aug 22 15:34:27 2017
New Revision: 322794
URL: https://svnweb.freebsd.org/changeset/base/322794

Log:
  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 _ at _ collabora_dot_com (original)
  MFC after:	5 days
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/release/tools/gce.conf

Modified: head/release/tools/gce.conf
==============================================================================
--- head/release/tools/gce.conf	Tue Aug 22 15:26:47 2017	(r322793)
+++ head/release/tools/gce.conf	Tue Aug 22 15:34:27 2017	(r322794)
@@ -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


More information about the svn-src-head mailing list