Frequently asked Questions (FAQ)

PuppetRole has been recreated

  1. My PuppetRole has been recreated and now I cannot perform updates to provisioned products. What should I do?

  1. You will need to follow these steps:

How do I enable OpsCenter support

  1. How do I enable OpsCenter support?

A. You will need to be running at least version 0.35.0. You can check your version by running the version cli command. If it is below 0.35.0 you will need to upgrade. Once you are running the correct version you will been to update your config file to include:

should_forward_failures_to_opscenter: true

Your file should look like the following:

regions: [
  'eu-west-1',
  'eu-west-2',
  'eu-west-3'
]
should_forward_failures_to_opscenter: true

Once you have made the change you will need to upload your config again:

servicecatalog-puppet upload-config config.yaml