Comment 2 for bug 1750699

Revision history for this message
alexey-mr (alexey-morlang) wrote :

Set to incomplete state to underline that it is not Juniper bug, it is TripleO bug:
Wrong section "conditions:" inside resource definition:

extraconfig/pre_deploy/rhel-registration/rhel-registration.yaml

UpdateDeploymentAfterRHELRegistration:
   type: OS::Heat::SoftwareDeployment
   depends_on: RHELRegistrationDeployment
   conditions:
     update_requested: {get_param: UpdateOnRHELRegistration}
   properties:
     name: UpdateDeploymentAfterRHELRegistration
     config: {get_resource: YumUpdateConfigurationAfterRHELRegistration}
     server: {get_param: server}
     actions: [‘CREATE’] # Only do this on CREATE