YaK User Documentation
YaK Landing PageVisit dbi-services.comContact us
YaK Release 2.1
YaK Release 2.1
  • Welcome
  • Introduction
    • YaK Core
    • YaK Components
    • Terms and definitions
  • User interface
    • Dashboard
    • Infrastructures
    • Servers
    • Components
    • Jobs
    • Configuration
    • Administration
  • YaK Demo
  • Versioning & Compatibility matrix
  • Release Notes
    • YaK components types
      • PostgreSQL
      • Oracle
  • Installation
    • System requirements
    • Install YaK Core
      • Install YaK on your own K8S cluster
      • Install YaK on Rancher Desktop
      • Uninstall Yak
  • YaK step-by-step usage
  • Configuration
    • Secrets
    • Templates
    • Provider shapes
    • Provider images
    • Artifact providers
  • Manage infrastructures
    • Declare infrastructures
    • Attach Secrets
    • Detach Secrets
  • Manage Servers
    • Declare servers
      • Basics
      • Storage
      • Attach secrets
    • Edit server configuration
    • Deploy servers
    • Destroy servers
    • Delete servers
    • Start / Stop servers
  • Manage Components
    • Artifacts requirements
    • Component types
      • PostgreSQL
        • Description
        • Pre-requisites
        • Component references
          • PostgreSQL 2.0.0
            • Standalone deployment variables
            • HA deployment variables
      • Oracle
        • Description
        • Pre-requisites
        • Component references
          • Oracle 2.0.0
            • Standalone variables
  • Use cases
    • On-Premises
    • AWS
    • Azure
    • OCI
  • Appendix
    • Create SSH Keys with PuTTYgen
    • Roles
Powered by GitBook
On this page
  • Create a template
  • Root disk template
  • Storage template
  • Component template
  • Edit a template
  • Delete template
  1. Configuration

Templates

Templates are predefined sets of values one can reuse at will in order to avoid manually setting parameters every time a new item is declared, ensuring identical deployments of your components over time.

  • Root disk template: set of values for your root disks

  • Storage template: set of predefined storage values that can be recalled when declaring additional storage

  • Component template: set of values and variables for a given component and feature that can be recalled when declaring a component

Create a template

To create a template:

  • Navigate to the Configuration menu -> Templates

  • Select the type of template by clicking the appropriate tab (root disk, storage, component)

Root disk template

Storage template

Component template

  • Name your template (Ex: Oracle_Standalone, Oracle_Dataguard, PostGre_HA, ...)

  • Select your component type (Ex: Oracle, PostgreSQL, OS storage...)

  • Select subcomponent type (Ex: Standalone, HA...)

  • Fill out the form with the parameters you need (Ex: port number, instance name etc...)

  • Review the predefined values and adapt them to your needs.

  • Optionally, navigate to the "Advanced Variables" tab, review the values and edit them if necessary.

  • Click "Save"

By default, YaK comes with a set of predefined values that can be edited as per your requirements.

Edit a template

Once created, templates can be edited. To do so, select the template in the list, click the "Edit" button and change the values where applicable.

If the template has already been used for previous deployments, new deployments will be made with the new values defined after modifying the template. This needs to be taken into account if you need to deploy components that should be identical over time. Consider creating new templates rather than editing previously used ones if reusability of the templates is important.

Delete template

To delete a template, select the template in the list, click the "Actions" button, select "Delete" then confirm the deletion from the pop-up box.

PreviousSecretsNextProvider shapes

Last updated 2 months ago