Skip to content

Commit

Permalink
update clickops
Browse files Browse the repository at this point in the history
  • Loading branch information
c.klewar committed Aug 19, 2024
1 parent da64616 commit f697d5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clickops/f5-ce-data.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Server: vip
CloudProvider: disabled

0 comments on commit f697d5f

Please sign in to comment.