remove bare_lvm mount_dir & mount_opt-s from UC
[ta/config-manager.git] / userconfigtemplate / user_config.yaml
index 4517eaf..1ad5259 100644 (file)
@@ -29,7 +29,7 @@
 ###        - Minor changes in template (e.g. new optional attributes or
 ###          changes in possible values, value ranges or default values)
 ###        - Backwards compatible
-version: 2.0.0
+version: 2.0.1
 
 ### Cloud name can consist of lower case letters, digits and dash (-).
 ### Name must start and end with a letter or a digit.
@@ -248,6 +248,11 @@ caas:
     ### e.g. ["U2FsdGVkX1+WlNST+W.."]
     encrypted_ca_key: '["<ENCRYPTED_CA_KEY>"]'
 
+    ### This parameter defines the DNS domain served by the REC DNS server for example
+    ### in-cluster Kubernetes Services all belongs to this domain DNS queries. 
+    ### Outside of this domain are either rejected, or forwarded to a configured upstream DNS server (if, any).
+    ### The default value is: rec.io
+    #dns_domain: "<VALUE>"
 
 ### Storage configuration
 storage:
@@ -467,17 +472,6 @@ storage_profiles:
         ### This parameter contains the name for the created LVM volume.
         #lv_name: <VALUE>
 
-        ### Mandatory
-        ### This parameter contains the directory where to mount
-        ### the backend of this profile.
-        #mount_dir: <VALUE>
-
-        ### Optional
-        ### This parameter contains the mount options used to mount
-        ### the backend. The format must be a valid fstab format.
-        ### By default it is empty.
-        #mount_options: <VALUE>
-
 host_os:
     ### The value of this parameter is used to protect the entire GRUB 2 menu structure of all the infrastructure nodes.
     ### The configured value should be a properly salted PBKDF2 (Password-Based Key Derivation Function 2) hash.
@@ -544,4 +538,3 @@ hosts:
         #mgmt_mac: [<VALUE1>, <VALUE2>, ...]
 
 ...
-