Closed alexandru-david closed 1 year ago
Chef is failing when trying to converge for the second time while checking idempotency on the cookbook.
Converge failed because some resources were updated in a second chef-client run. First chef run should have reached a converged state.
v3.5.2
17.6.18
AWS Cloud Provider Instance details:
name: ec2 region: eu-west-1 instance_type: t3a.small
Platforms:
- name: ubuntu-18.04 - name: ubuntu-20.04
Steps to reproduce the behavior:
Run kitchen on AWS adding the following parameters to the provisioner:
provisioner
provisioner: enforce_idempotency: true multiple_converge: 2
Chef client should be able to converge for the second time proving that idempotency on the cookbook works properly.
:speaking_head: Foreword
Chef is failing when trying to converge for the second time while checking idempotency on the cookbook.
:ghost: Brief Description
Converge failed because some resources were updated in a second chef-client run. First chef run should have reached a converged state.
:pancakes: Cookbook version
v3.5.2
:woman_cook: Chef-Infra Version
17.6.18
:tophat: Platform details
AWS Cloud Provider Instance details:
Platforms:
Steps To Reproduce
Steps to reproduce the behavior:
Run kitchen on AWS adding the following parameters to the
provisioner
::police_car: Expected behavior
Chef client should be able to converge for the second time proving that idempotency on the cookbook works properly.
:heavy_plus_sign: Additional context