From: Steve Baker Date: Sun, 29 Nov 2015 20:43:59 +0000 (+1300) Subject: Switch to POLL_TEMP_URL for config transport X-Git-Tag: opnfv-6.0.0~2188^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=c26b541efb7c1cb16a7d7a2f2a12f52696c5146d;p=apex-tripleo-heat-templates.git Switch to POLL_TEMP_URL for config transport This will allow the following: - reduced load on heat for large overclouds - a shorter os-collect-config poll interval without increasing load on the undercloud - the ability to add config deployments outside the stack, allowing workflow tools like mistral, ansible or tripleoclient to directly deploy custom scripts and config to overcloud nodes Change-Id: If028c9d7764210363135c3e7cc16ae1fb897a77c Depends-On: I9c475f0c489c67db5895924050186228403f2773 --- diff --git a/overcloud-resource-registry-puppet.yaml b/overcloud-resource-registry-puppet.yaml index c072c292..dde1e9eb 100644 --- a/overcloud-resource-registry-puppet.yaml +++ b/overcloud-resource-registry-puppet.yaml @@ -101,3 +101,4 @@ resource_registry: parameter_defaults: EnablePackageInstall: false + SoftwareConfigTransport: POLL_TEMP_URL