Import a StyleBook to configure an application for the Autoscale group 编辑

February 15, 2022 Contributed by:  R R

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
.

Import Autoscale StyleBooks

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

词条统计

浏览:64 次

字数:4707

最后编辑:7年前

编辑次数:0 次

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文