X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=puppet%2Fswift-storage.yaml;h=dc274dcdd3dd57e393e7c9dacb9a9f6436c3d2bd;hb=c3d595c49a6c507f16fd2c06cdecb9253dd326f6;hp=accbbfce5f6dbbd7d7b7a57dc0a207d8fc4ac5c4;hpb=072b0670cce6d33cc402185731437df63d1782d6;p=apex-tripleo-heat-templates.git diff --git a/puppet/swift-storage.yaml b/puppet/swift-storage.yaml index accbbfce..dc274dcd 100644 --- a/puppet/swift-storage.yaml +++ b/puppet/swift-storage.yaml @@ -115,7 +115,7 @@ parameters: ConfigCommand: type: string description: Command which will be run whenever configuration data changes - default: os-refresh-config + default: os-refresh-config --timeout 14400 resources: @@ -420,11 +420,3 @@ outputs: management_ip_address: description: IP address of the server in the management network value: {get_attr: [ManagementPort, ip_address]} - config_identifier: - description: identifier which changes if the node configuration may need re-applying - value: - list_join: - - ',' - - - {get_attr: [SwiftStorageHieraDeploy, deploy_stdout]} - - {get_attr: [NodeTLSCAData, deploy_stdout]} - - {get_param: UpdateIdentifier}