X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fconfig-manager.git;a=blobdiff_plain;f=userconfigtemplate%2Fuser_config.yaml;fp=userconfigtemplate%2Fuser_config.yaml;h=fdf6bdee14ca0de23a31169d5d4f58dbdcccd8c6;hp=2ea4a1e81ba6b00fa3576a99c4b1c256d7679d0b;hb=4ce1263147d1bd6106730a9a2ae0d4ed933f8af7;hpb=d819149d39c7f26a15c81f514adc2f9127db37c4 diff --git a/userconfigtemplate/user_config.yaml b/userconfigtemplate/user_config.yaml index 2ea4a1e..fdf6bde 100644 --- a/userconfigtemplate/user_config.yaml +++ b/userconfigtemplate/user_config.yaml @@ -172,6 +172,38 @@ networking: #routes: # - {to: 192.168.12.0/22, via: 192.168.12.65} + ### Optional. + ### This network is used as the underlay network for inter-cluster + ### communication within CaaS. Setting this network can expose CaaS cluster + ### services to this network. + ### If unspecified, infra_internal used as a fallback option. + #caas_oam: + ### Optional network mtu + ### If not defined default value is used. + #mtu: + + ### Network domains + #network_domains: + ### User defined name for network domain + #rack-1: + ### Network address in CIDR format + #cidr: + + ### Optional vlan id + #vlan: + + ### IP address of the gateway for default route. + ### If unspecified, the subnet's first IP address assumed. + #gateway: + + ### Range for IPs + #ip_range_start: + #ip_range_end: + + ### Optional static routes + #routes: + # - {to: , via: } + ### Provider networks ### Provider network to physical interface mapping is done ### in the network profile configuration