This input file can be used to get resource estimation using a minimal set of inputs. The following are the minimum required fields.


## CAPACITY PLANNING TOOL cpt_input.yml examples


CPT_period:

  past_hours: 1  # if past 24 hours: level 3 stats -> 5 minutes interval -> 1 day data saved

                 # if past 1 hour: default level 1 stats -> 20 seconds interval -> 1 hour 

                 # data saved


protected:                          # Protected site details for protection and FB tasks

  vcenter:

    vc_hostname: xxx                # vCenter hostname of protected site

    vc_user: xxx                    # vCenter username of protected site

    vc_pwd: xxx                     # vCenter password of protected site

  cluster_name: xxx                 # Cluster name of protected site


independent_VM:                     # Independent VMs group can be assigned to any domain

    -

        domain_name_prefix: 'js'    # Domain name prefix to select FO/FB recovery plans

        priority: 1                 # Value range is 1-5; lower number = higher priority

        pit_window_size: 3          # Value provided in days. 0 means pit disabled.

        folder:                     # Folder queried to find matching VM names for group

        VM_white_list: 'vm*'        # Matching VMs will be included in the group

                                    # Separate search patterns and exact names using ":"

                                    # Separate multiple exact names using ","

        VM_black_list: 'vm1*'       # Matching VMs will be excluded from the group

                                    # Separate search patterns and exact names using ":"

                                    # Separate multiple exact names using ","