StyleBook categories
There are two StyleBook categories in NetScaler Application Delivery Management (ADM). They are the default StyleBooks and the custom StyleBooks. Whether it is a default or custom, a StyleBook is either a public or a private StyleBook. In NetScaler ADM, you can view all the StyleBooks that are present in the system, regardless of their type or visibility status. You can also view a graphical display of how StyleBooks are connected with each other.
This document explains the different types of StyleBooks. Also, it explains the following actions that you can perform on the StyleBooks from NetScaler ADM:
- Download a custom StyleBook and make modifications, or create a StyleBook based on an existing one.
- Hide ADM default StyleBooks.
- Delete a custom StyleBook from NetScaler ADM.
- Add tags to the StyleBooks.
Default and custom StyleBooks
- Default StyleBooks are the StyleBooks shipped with NetScaler ADM and they allow you to create configurations that you can deploy on your NetScaler instances. You cannot delete default StyleBooks, but you can hide them from the ADM GUI.
- Custom StyleBooks are your own StyleBooks that you imported in to NetScaler ADM.
Both default and custom StyleBooks can be either public or private.
Public and private StyleBooks
StyleBooks from which you can create configuration packs can be categorized as public StyleBooks. That is, they are all available for your direct usage to create configurations from the NetScaler ADM GUI and APIs.
But, some StyleBooks are used as building blocks for other StyleBooks. Such StyleBooks are marked as private. The private StyleBooks cannot be directly used to create configuration packs from the NetScaler ADM GUI. But, you can still display and view these StyleBooks on NetScaler ADM. To mark any of your custom StyleBooks as private, set the private attribute in the StyleBook to true. You can still use private StyleBooks to create configuration packs using the NetScaler ADM APIs.
Example of a StyleBook marked as private
name: basic-lb-config
namespace: com.example.stylebooks
version: "0.1"
display-name: Load Balancing Configuration
description: |
This StyleBook defines a simple load balancing configuration and is a building block to build other load balancing configurations.
schema-version: "1.0"
private: true
<!--NeedCopy-->
View StyleBooks
The number of StyleBooks - both default and private are increasing in NetScaler ADM. You might want to search for the particular StyleBook that you want to access. You might also want to view both types of StyleBooks separately.
In NetScaler ADM, when you navigate to Applications > StyleBooks, you can view a list of StyleBooks that are present in the system.
A default public StyleBook has the following icon on its panel:
Whereas a default private StyleBook has an icon that declares it as a private StyleBook:
While you can view the definition and dependencies of a private StyleBook, you cannot create a configuration packs from a private StyleBook using the GUI. The main purpose of a private StyleBook is to use it as a building block for another StyleBook. Using the building-blocks-StyleBooks encourages the reuse of common configuration patterns.
A custom public StyleBook has a different icon as shown in the following image:
While a custom private StyleBook appears with this icon:
At the top right-side of the page, you can see an option to select the type of StyleBooks to view. There are three options - all, public, or private StyleBooks. Click one of the options.
You can also search for a particular StyleBook by clicking the search icon. You can search by name, namespace, and version attributes or a combination of these options. The search operation is not case-sensitive.
Download custom StyleBooks
To download the custom StyleBooks from NetScaler ADM, navigate to Applications > StyleBooks > Configurations. In the list of StyleBooks that are displayed on the right-side panel, check the option to download the custom-defined StyleBooks. Click Download. If the StyleBook has dependent custom StyleBooks, you can include the dependent StyleBooks in the downloaded bundle.
Note:
You can download custom StyleBooks that are marked as either public or private.
Note:
You cannot download NetScaler ADM default StyleBooks. You can view their definitions and dependencies. To do so, click View Definition and View Dependencies links on the StyleBook panel.
Delete custom StyleBooks
You can also delete a custom StyleBook by clicking the Delete button. A pop-up window prompts you to confirm if you want to remove the StyleBook from NetScaler ADM. If the StyleBook uses other custom StyleBooks, you can choose to remove such StyleBooks by selecting the check box.
Note:
Do not delete a custom StyleBook if it has dependent StyleBooks in NetScaler ADM. Otherwise, it would break the existing StyleBooks.
View StyleBook dependencies
An important and powerful feature of StyleBooks is that they can be used as building blocks for other StyleBooks. You can import a StyleBook into another StyleBook. An imported StyleBook is declared as a type and is used by components or parameters of the second StyleBook. You can study the existing default StyleBooks in NetScaler ADM to learn how one StyleBook can be built on top of another StyleBook.
NetScaler ADM allows you to view a graphical display of how StyleBooks are connected with each other. This representation is especially useful for complex StyleBooks that are built using other StyleBooks as building blocks. By looking at the dependency graph, it is possible to see the relationships and dependencies among multiple StyleBooks.
A StyleBook used by other StyleBooks cannot be removed from the system because it would break the existing StyleBooks. Using the dependency graph display, you can identify which StyleBooks are preventing the removal of a StyleBook.
To view StyleBook dependencies
In NetScaler ADM, navigate to Applications > StyleBooks. The StyleBooks page displays all the StyleBooks available for your use in NetScaler ADM. Scroll down and find your StyleBook. The StyleBook tile displays links to create a configuration, to view the StyleBook definition, and to view the StyleBook dependencies. Click View Dependencies.
Forward dependencies
The Forward Dependencies tab allows you to view the different default StyleBooks that your StyleBook is using. Follow the arrows to find the StyleBook that a StyleBook is using. When you point your mouse to one of the arrows, the arrow and the StyleBooks that are connected to one another are highlighted. You can also click the StyleBook names to view the definition of that StyleBook.
Reverse dependencies
The Reverse Dependencies tab allows you to graphically view the StyleBooks that are using your StyleBook. If you follow the arrows, you can see that all the StyleBooks in the display point towards your StyleBook. Some StyleBooks might be directly using the StyleBook and some StyleBooks might be using the StyleBook through another StyleBook.
Audit ADC configuration against configuration pack
You can compare the changes made by a StyleBook configuration pack to the current ADC configuration. With this comparison, you can do the following:
-
Detect the configuration drift between StyleBook configuration pack and ADC configuration.
-
Identify any modified and deleted objects on the ADC that do not reflect the changes made by the configuration pack.
To compare the configuration pack changes to the ADCs config, do the following.
-
Navigate to Applications > StyleBooks > Configurations.
-
Click Configuration Audit.
The Configuration Audit page displays the objects created and audited.
Create a tag for the StyleBook
You can add tags to any StyleBook in NetScaler ADM. Tags are key-value pairs that allow you to group StyleBooks using different criteria. You can use these tags while searching or filtering for StyleBooks in NetScaler ADM.
To add a tag to the StyleBook:
-
Navigate to Applications > StyleBooks.
-
Select Tags on the StyleBook for which you want to add tags.
You can add tags to all types of StyleBooks.
-
Specify the required Key and Value information that helps you filter the StyleBook.
For example, Key=team and Value=bizdata
To add more tags, click +.
-
Click Create.
To filter StyleBooks using tags, in the search bar, click Tags and select key and value from the list. The StyleBooks that are matching the specified tag are displayed.
The following is an example search for the StyleBooks that have a tag where key=team
and value=bizdata
:
You can associate the StyleBook tags to its configuration pack. So, you can search the configuration packs using the StyleBook tags itself.
When you create a configuration pack, use one the following options in the Tag Association section:
-
Associate all present and future StyleBook tags with the configuration – This option associates all the StyleBook tags to a configuration pack. It also makes sure to associate the new tags that you might add to the StyleBooks in future.
-
Select tags – This option displays the tags of the selected StyleBook. You can select the required StyleBook tags and associate with a configuration pack.
To configure a StyleBook using CLI commands
If you want to configure any StyleBook using CLI commands, do the following:
- Run the
show ns runningConfig
command in NetScaler. - In NetScaler ADM, create a configuration using either default StyleBooks, business application StyleBooks, or custom StyleBooks.
- Run the
show ns runningConfig
command in NetScaler again.
The difference between the two outputs displays the CLI commands that you can use to configure any StyleBook using the NetScaler CLI.
In this article
- Default and custom StyleBooks
- Public and private StyleBooks
- View StyleBooks
- Download custom StyleBooks
- Delete custom StyleBooks
- View StyleBook dependencies
- Forward dependencies
- Reverse dependencies
- Audit ADC configuration against configuration pack
- Create a tag for the StyleBook
- To configure a StyleBook using CLI commands