From dfcff68e33ce8f21af3e7b6ce908b3100de0751f Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 18 May 2022 11:10:24 +0900 Subject: [PATCH] Remove old interface from plan-sample ... because the interface was used by Mistral, which was already removed. Change-Id: I315ab6132b9185f169ae94476dc892db81976775 --- .../plan-environment-derived-params.yaml | 36 ------------------- 1 file changed, 36 deletions(-) diff --git a/plan-samples/plan-environment-derived-params.yaml b/plan-samples/plan-environment-derived-params.yaml index 3304525c6d..f66cb59ca0 100644 --- a/plan-samples/plan-environment-derived-params.yaml +++ b/plan-samples/plan-environment-derived-params.yaml @@ -34,39 +34,3 @@ playbook_parameters: nfv_default: average_guest_memory_size_in_mb: 8192 average_guest_cpu_utilization_percentage: 90 -# NOTE(cloudnull): While this interface still exists, it will be removed soon. -# Use playbook_parameters to ensure that there is no loss of -# functionality for a given deployment. -# workflow_parameters: -# tripleo.derive_params.v1.derive_parameters: -# ########### Role-Specific derive parameters ############## -# # Introspection hardware data is mandatory for role-specific -# # derive parameters. Role specific derive parameters workflows -# # will be invoked if this parameter is true, otherwise only -# # derive parameters common workflows will be invoked. -# hw_data_required: true -# ######### DPDK Parameters ######### -# # Specifices the minimum number of CPU physical cores to be allocated for DPDK -# # PMD threads. The actual allocation will be based on network config, if -# # the a DPDK port is associated with a numa node, then this configuration -# # will be used, else 1. -# num_phy_cores_per_numa_node_for_pmd: 1 -# # Amount of memory to be configured as huge pages in percentage. Ouf the -# # total available memory (excluding the NovaReservedHostMemory), the -# # specified percentage of the remaining is configured as huge pages. -# huge_page_allocation_percentage: 50 -# ######### HCI Parameters ######### -# hci_profile: default -# hci_profile_config: -# default: -# average_guest_memory_size_in_mb: 2048 -# average_guest_cpu_utilization_percentage: 50 -# many_small_vms: -# average_guest_memory_size_in_mb: 1024 -# average_guest_cpu_utilization_percentage: 20 -# few_large_vms: -# average_guest_memory_size_in_mb: 4096 -# average_guest_cpu_utilization_percentage: 80 -# nfv_default: -# average_guest_memory_size_in_mb: 8192 -# average_guest_cpu_utilization_percentage: 90