diff --git a/clickops/f5-ce-data.yml b/clickops/f5-ce-data.yml index 4f58af5..0600355 100644 --- a/clickops/f5-ce-data.yml +++ b/clickops/f5-ce-data.yml @@ -1,7 +1,6 @@ #cloud-config #Only values to be inserted are token and cluster name. Insert as is without parenthesis write_files: -#ves - path: /etc/hosts content: | # IPv4 and IPv6 localhost aliases @@ -16,12 +15,13 @@ write_files: owner: root content: | Vpm: - ClusterName: #### TO BE REPLACED WITH CLUSTER NAME #### ClusterType: ce + ClusterName: #### TO BE REPLACED BY THE F5XC SECURE MESH SITE NAME #### Token: #### TO BE REPLACED BY F5XC API TOKEN #### MauricePrivateEndpoint: https://register-tls.ves.volterra.io MauriceEndpoint: https://register.ves.volterra.io CertifiedHardwareEndpoint: https://vesio.blob.core.windows.net/releases/certified-hardware/gcp.yml Kubernetes: EtcdUseTLS: True - Server: vip \ No newline at end of file + Server: vip + CloudProvider: disabled