Issues resolutions requiring manual application

Issues resolutions requiring manual application

Note

Before proceeding with the manual steps below, verify that you have performed the steps described in Apply maintenance updates.


[32116] StackLight deployment fails with stack creation failed error

Fixed the issue that could cause StackLight deployment to fail with the Stack creation failed, retrying in 3 seconds.. services.sf_notifier.environment.SFDC_SANDBOX_ENABLED must be a string, number or null error message in the deployments with Salesforce notifier enabled due to an incorrect value for the sf_notifier_sfdc_sandbox_enabled parameter.

To apply the issue resolution:

  1. Log in to the Salt Master node.

  2. In classes/cluster/<cluster_name>/stacklight/server.yml, enclose the sf_notifier_sfdc_sandbox_enabled value in double quotation marks. For example:

    parameters:
      _param:
        sf_notifier_sfdc_sandbox_enabled: "True"
    
  3. Refresh pillars on the affected nodes and apply the docker.client state:

    salt -C 'I@prometheus:server and I@docker:client' saltutil.refresh_pillar
    salt -C 'I@prometheus:server and I@docker:client' state.apply docker.client