Frequently asked Questions (FAQ) ================================ .. contents:: :local: PuppetRole has been recreated ----------------------------- Q. My PuppetRole has been recreated and now I cannot perform updates to provisioned products. What should I do? A. You will need to follow these steps: - Delete the AWS Cloudformation Stacks named ``servicecatalog-puppet-shares``. There will be one in each region you operate in. you can use the utility `delete-stack-from-all-regions `_ to help - Run the puppet pipeline again - Run the cli command `reset-provisioned-product-owner `_ on your expanded manifest file. How do I enable OpsCenter support --------------------------------- Q. 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: .. code-block:: yaml should_forward_failures_to_opscenter: true Your file should look like the following: .. code-block:: yaml 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: .. code-block:: bash servicecatalog-puppet upload-config config.yaml