From 1a7998bfc70e1081a7cfca11fe110e468dfcf7a2 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 27 Jul 2022 13:32:14 +0900 Subject: [PATCH] Remove unused Config* parameters These parameters were used to control behavior of os-collect-config, which was already removed when we completely replaced it by config- download mechanism. Change-Id: Id106cde205ce52a1299dc8f18ae8d59201b7499f --- puppet/role.role.j2.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/puppet/role.role.j2.yaml b/puppet/role.role.j2.yaml index 76f74f2435..6c0ce94f49 100644 --- a/puppet/role.role.j2.yaml +++ b/puppet/role.role.j2.yaml @@ -120,19 +120,6 @@ parameters: OVNBridgeMappings: type: comma_delimited_list default: [] - ConfigCommand: - type: string - description: Command which will be run whenever configuration data changes - default: os-refresh-config --timeout 14400 - ConfigCollectSplay: - type: number - default: 30 - description: | - Maximum amount of time to possibly to delay configuration collection - polling. Defaults to 30 seconds. Set to 0 to disable it which will cause - the configuration collection to occur as soon as the collection process - starts. This setting is used to prevent the configuration collection - processes from polling all at the exact same time. UpgradeInitCommand: type: string description: |