diff options
Diffstat (limited to 'instance_configs.cfg.distro')
| -rw-r--r-- | instance_configs.cfg.distro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/instance_configs.cfg.distro b/instance_configs.cfg.distro new file mode 100644 index 0000000..038464c --- /dev/null +++ b/instance_configs.cfg.distro @@ -0,0 +1,11 @@ +[Core] +# Prevent duplicate log in Logs Explorer. +# The ops-agent, that consume systemd journal, will forward the logs. +cloud_logging_enabled = false + +[InstanceSetup] +# Skip creating the boto config for using Google Cloud Storage. +# Most of enteprise distro disable it [1]. +# +# [1]: https://github.com/GoogleCloudPlatform/compute-image-tools/blob/e1b3a5f6e81eab3e79b332975c1a4eb0ee7ead54/daisy_workflows/image_build/enterprise_linux/kickstart/rhel_10.cfg +set_boto_config = false |
