Bug 1946358 - [DDF] The update prepare command returned an error when setting with this syntax.
Summary: [DDF] The update prepare command returned an error when setting with this syn...
Keywords:
Status: CLOSED DUPLICATE of bug 1950242
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: documentation
Version: 13.0 (Queens)
Hardware: All
OS: All
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: RHOS Documentation Team
QA Contact: RHOS Documentation Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-04-05 21:08 UTC by Direct Docs Feedback
Modified: 2022-04-28 13:46 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-04-28 13:46:12 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker OSP-1821 0 None None None 2022-02-09 23:25:45 UTC
Red Hat Issue Tracker UPG-2802 0 None None None 2021-09-09 09:10:30 UTC

Description Direct Docs Feedback 2021-04-05 21:08:19 UTC
The update prepare command returned an error when setting with this syntax.

Waiting for messages on queue 'tripleo' with no timeout.
Action tripleo.parameters.update execution failed: Error validating environment for plan ocd03: ERROR: The Parameter (DockerPuppetProcessCount) was not defined in template.
Traceback (most recent call last):

  File "/usr/lib/python2.7/site-packages/heat/common/context.py", line 422, in wrapped
    return func(self, ctx, *args, **kwargs)

  File "/usr/lib/python2.7/site-packages/heat/engine/service.py", line 1263, in validate_template
    validate_res_tmpl_only=True)

  File "/usr/lib/python2.7/site-packages/osprofiler/profiler.py", line 158, in wrapper
    result = f(*args, **kwargs)

  File "/usr/lib/python2.7/site-packages/heat/engine/stack.py", line 849, in validate
    validate_value=self.strict_validate)

  File "/usr/lib/python2.7/site-packages/heat/engine/parameters.py", line 535, in validate
    self._validate_user_parameters()

  File "/usr/lib/python2.7/site-packages/heat/engine/parameters.py", line 577, in _validate_user_parameters
    raise exception.UnknownUserParameter(key=param)

UnknownUserParameter: The Parameter (DockerPuppetProcessCount) was not defined in template.

Started Mistral Workflow tripleo.validations.v1.check_pre_deployment_validations. Execution ID: a08b8d93-77fd-4019-b95a-68bd20b98c7c
Removing the current plan files
Uploading new plan files
Started Mistral Workflow tripleo.plan_management.v1.update_deployment_plan. Execution ID: 55571a49-4fc7-4ff7-bff4-883fbf7a20c0
Plan updated.
Processing templates in the directory /tmp/tripleoclient-elLka5/tripleo-heat-templates

real    2m41.095s
user    0m5.507s
sys     0m1.219s

Setting it like below did not present the error:
parameter_defaults:
    DockerPuppetProcessCount: 8

Reported by: rhn-support-nalmond

https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/13/html/keeping_red_hat_openstack_platform_updated/assembly-updating_the_overcloud#annotations:58104ac0-7e2e-4412-a896-20d29f0f1095


Note You need to log in before you can comment on or make changes to this bug.