From owner-freebsd-python@freebsd.org Sat Aug 19 18:03:58 2017 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42259DD95E8 for ; Sat, 19 Aug 2017 18:03:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 28CE684326 for ; Sat, 19 Aug 2017 18:03:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 250F9DD95E7; Sat, 19 Aug 2017 18:03:58 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24915DD95E6 for ; Sat, 19 Aug 2017 18:03:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11F3484325 for ; Sat, 19 Aug 2017 18:03:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v7JI3u6t027123 for ; Sat, 19 Aug 2017 18:03:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 219687] [NEW PORT] sysutils/google-compute-engine: User daemon for Google Compute Engine Date: Sat, 19 Aug 2017 18:03:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: feature, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: ultima@freebsd.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Aug 2017 18:03:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219687 --- Comment #41 from commit-hook@freebsd.org --- A commit references this bug: Author: ultima Date: Sat Aug 19 18:02:58 UTC 2017 New revision: 448349 URL: https://svnweb.freebsd.org/changeset/ports/448349 Log: Google Compute Engine offers scripts and daemons which runs in the background and provides the following services: - Accounts daemon to setup and manage user accounts, and to enable SSH key based authentication. - Clock skew daemon to keep the system clock in sync after VM start and s= top events. - Instance setup scripts to execute VM configuration scripts during boot. - IP forwarding daemon that integrates network load balancing with forwar= ding rule changes into the guest. - Metadata scripts to run user provided scripts at VM startup and shutdow= n. - Network setup service to enable multiple network interfaces on boot. WWW: https://github.com/GoogleCloudPlatform/compute-image-packages PR: 219687 Submitted by: Helen Koike (maintainer) Reviewed by: matthew (mentor), koobs, sunpoet, swills, julian Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12077 Changes: head/sysutils/Makefile head/sysutils/py-google-compute-engine/ head/sysutils/py-google-compute-engine/Makefile head/sysutils/py-google-compute-engine/distinfo head/sysutils/py-google-compute-engine/files/ head/sysutils/py-google-compute-engine/files/google_accounts_daemon.in head/sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in head/sysutils/py-google-compute-engine/files/google_instance_setup.in head/sysutils/py-google-compute-engine/files/google_ip_forwarding_daemon.= in head/sysutils/py-google-compute-engine/files/google_network_setup.in head/sysutils/py-google-compute-engine/files/google_startup.in =20 head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_= accounts_accounts__daemon.py =20 head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_= accounts_accounts__utils.py =20 head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_= boto_boto__config.py =20 head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_= boto_compute__auth.py =20 head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_= clock__skew_clock__skew__daemon.py =20 head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_= config__manager.py =20 head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_= instance__setup_instance__config.py =20 head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_= instance__setup_instance__setup.py =20 head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_= ip__forwarding_ip__forwarding__daemon.py =20 head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_= ip__forwarding_ip__forwarding__utils.py =20 head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_= metadata__scripts_script__executor.py =20 head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_= network__setup_network__setup.py =20 head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_= network__utils.py head/sysutils/py-google-compute-engine/files/patch-setup.py head/sysutils/py-google-compute-engine/pkg-descr head/sysutils/py-google-compute-engine/pkg-message --=20 You are receiving this mail because: You are on the CC list for the bug.=