View the deployment details

View the deployment detailsΒΆ

Once you have enforced a pipeline in CI/CD, you can monitor the progress of its execution on the job progress bar that appears on your screen. Moreover, Jenkins enables you to analyze the details of the deployments process.

To view the deployment details:

  1. Log in to the Jenkins web UI.

  2. Under Build History on the left, click the number of the build you are interested in.

  3. Go to Console Output from the navigation menu to view the deployment progress.

  4. When the deployment succeeds, verify the deployment result in Horizon.

    Note

    The IP address for Horizon is defined in the classes/cluster/<name>/openstack/init.yml file of the Reclass model under the openstack_proxy_address parameter variable.

To troubleshoot an OpenStack deployment:

  1. Log in to the Jenkins web UI.
  2. Under Build History on the left, click the number of the build you are interested in.
  3. Verify Full log to determine the cause of the error.
  4. Rerun the deployment with the failed component only. For example, if StackLight LMA fails, run the deployment with only StackLight selected for deployment. Use steps 6-10 of the Deploy an OpenStack environment instruction.