freebsd-ports/sysutils/py-google-compute-engine/pkg-message
Richard Gallamore 9c025a94bc 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 stop
  events.
- Instance setup scripts to execute VM configuration scripts during boot.
- IP forwarding daemon that integrates network load balancing with forwarding
  rule changes into the guest.
- Metadata scripts to run user provided scripts at VM startup and shutdown.
- 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
2017-08-19 18:02:55 +00:00

23 lines
907 B
Text

==============================================================================
google-compute-engine has been installed, and the following services are
available:
google_accounts_daemon Responsible for provisioning and
deprovisioning user accounts
google_clock_skew_daemon Responsible for syncing the software clock with
the hypervisor clock
google_instance_setup Configure the guest at boot
google_ip_forwarding_daemon Responsible to setup or remove IP routes in the
guest
google_network_setup Responsible to enables all associated network
interfaces
google_startup Implement support for running host provided
startup / shutdown scripts
To enable the above services, sysrc <servicename>_enable=YES
Reboot your system or start the services, service <servicename> start
==============================================================================