Import a StyleBook to configure an application for the Autoscale group 编辑
Import a StyleBook to configure an application for the Autoscale group
You can import your own StyleBooks to create an application configuration. The Autoscale group StyleBooks are similar to traditional StyleBooks. However, the StyleBooks to configure applications on ADC Autoscale groups and instances have a few variations. This article helps you to become familiar with the StyleBook rules to configure an Autoscale application.
Before you create an application, ensure to complete the Autoscale configuration for the required public cloud.
In the Choose StyleBook page, click Import New StyleBook. For more information on the import options, see Import and use StyleBook
.
The Autoscale group StyleBooks have a few mandatory parameters. The following attributes list describes the variation between the Autoscale group and traditional StyleBooks:
Type - In the header section, include the
type
attribute with the value:autoscale
.type: autoscale <!--NeedCopy-->
This attribute ensures the StyleBook is used to configure an application on the ADC Autoscale group only. And, it restricts the StyleBook from appearing in the Applications > Configuration > StyleBooks list.
The following is an example header of the Autoscale group StyleBook:
name: autoscale-params namespace: com.citrix.adc.commontypes version: "1.0" description: "This StyleBook defines the parameters required for Autoscale Deployment" display-name: "Autoscale Parmeters StyleBook" private: true type: autoscale schema-version: "1.0" <!--NeedCopy-->
Application Name - This parameter describes the application name and description. Specify the label field to display the parameter in the Citrix ADM GUI. This field is a string type.
- name: app_name label: "Application Name" description: "Name of the Application" type: string key: true gui: updatable: false required: true <!--NeedCopy-->
Virtual IP address - This parameter describes the IP address of a virtual server. The Autoscale group updates this parameter automatically.
- name: ip_address label: "IP Address of the LoadBalancer" description: "IP Address of the LoadBalancer" type: ipaddress gui: hidden: true <!--NeedCopy-->
IPSet - When you deploy an application, an
IPset
is created on clusters in each availability zone.In AWS, the domain and the instance IP addresses are registered with DNS/NLB.
In Azure, the domain and the instance IP addresses are registered with the Azure traffic manager or ALB.
In Google Cloud, the domain and the instance IP addresses are registered with the Google Network Load Balancer.
You can specify IP addresses or an IP set in the Autoscale group StyleBook.
- name: ipset label: "IPSet" description: "Configuration for network ipset resource" type: string gui: hidden: true <!--NeedCopy-->
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论