Skip to content

Commit

Permalink
[MOLECULE 3.3.0] Update converge playbook file names
Browse files Browse the repository at this point in the history
In 3.x.x version family of Molecule the 'playbook.yml' file
for 'converge' action has changed to 'converge.yml'.

Ref.: ansible/molecule#2560

Change-Id: I8710ebd5710237be138f2aff8943d6c949058dbd
Issue-ID: OOM-2722
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  • Loading branch information
bartekgb committed Apr 8, 2021
1 parent 018a6ab commit d0f80fd
Show file tree
Hide file tree
Showing 48 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ provisioner:
helm_version: v2
playbooks:
prepare: ../default/prepare.yml
converge: ../default/playbook.yml
converge: ../default/converge.yml
cleanup: ../default/cleanup.yml
scenario:
name: custom_role
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/application/molecule/helm3/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ provisioner:
helm_version: v3
playbooks:
prepare: ../default/prepare.yml
converge: ../default/playbook.yml
converge: ../default/converge.yml
cleanup: ../default/cleanup.yml
scenario:
name: helm3
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/application/molecule/ubuntu/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ provisioner:
helm_version: v2
playbooks:
prepare: ../default/prepare.yml
converge: ../default/playbook.yml
converge: ../default/converge.yml
cleanup: ../default/cleanup.yml
scenario:
name: ubuntu
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/certificates/molecule/ubuntu/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ provisioner:
ANSIBLE_ROLES_PATH: ../../../../test/roles
ANSIBLE_LIBRARY: ../../../../library
playbooks:
converge: ../default/playbook.yml
converge: ../default/converge.yml
inventory:
links:
group_vars: ../../../../group_vars/
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/chartmuseum/molecule/ubuntu/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ provisioner:
group_vars: ../../../../group_vars
playbooks:
prepare: ../default/prepare.yml
converge: ../default/playbook.yml
converge: ../default/converge.yml
scenario:
name: ubuntu
verifier:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ provisioner:
timezone: Europe/Warsaw
playbooks:
prepare: ../default/prepare.yml
converge: ../external_time_source/playbook.yml
converge: ../external_time_source/converge.yml
verifier:
name: testinfra
options:
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/chrony/molecule/ubuntu/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ provisioner:
ANSIBLE_ROLES_PATH: ../../../../test/roles
playbooks:
prepare: ../default/prepare.yml
converge: ../default/playbook.yml
converge: ../default/converge.yml
verifier:
name: testinfra
options:
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/dns/molecule/ubuntu/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ provisioner:
ANSIBLE_LIBRARY: ../../../../library
playbooks:
prepare: ../default/prepare.yml
converge: ../default/playbook.yml
converge: ../default/converge.yml
cleanup: ../default/cleanup.yml
inventory:
host_vars:
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/docker/molecule/ubuntu/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ provisioner:
name: ansible
playbooks:
prepare: ../default/prepare.yml
converge: ../default/playbook.yml
converge: ../default/converge.yml
env:
ANSIBLE_ROLES_PATH: ../../../../test/roles
ANSIBLE_LIBRARY: ../../../../library
Expand Down
1 change: 1 addition & 0 deletions ansible/roles/helm/molecule/helm3/converge.yml
1 change: 0 additions & 1 deletion ansible/roles/helm/molecule/helm3/playbook.yml

This file was deleted.

2 changes: 1 addition & 1 deletion ansible/roles/helm/molecule/ubuntu/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ provisioner:
ANSIBLE_LIBRARY: ../../../../library
playbooks:
prepare: ../default/prepare.yml
converge: ../default/playbook.yml
converge: ../default/converge.yml
inventory:
group_vars:
all:
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/kubectl/molecule/ubuntu/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ provisioner:
ANSIBLE_LIBRARY: ../../../../library
playbooks:
prepare: ../default/prepare.yml
converge: ../default/playbook.yml
converge: ../default/converge.yml
inventory:
group_vars:
all:
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/nexus/molecule/ubuntu/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ provisioner:
group_vars: ../../../../group_vars
playbooks:
prepare: ../default/prepare.yml
converge: ../default/playbook.yml
converge: ../default/converge.yml
cleanup: ../default/cleanup.yml
scenario:
name: ubuntu
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/nfs/molecule/ubuntu/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ provisioner:
host_vars: ../default/host_vars
playbooks:
prepare: ../default/prepare.yml
converge: ../default/playbook.yml
converge: ../default/converge.yml
scenario:
name: ubuntu
verifier:
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/nginx/molecule/ubuntu/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ provisioner:
group_vars: ../../../../group_vars
playbooks:
prepare: ../default/prepare.yml
converge: ../default/playbook.yml
converge: ../default/converge.yml
cleanup: ../default/cleanup.yml
scenario:
name: ubuntu
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ platforms:
provisioner:
name: ansible
playbooks:
converge: ../default/playbook.yml
converge: ../default/converge.yml
inventory:
host_vars:
infrastructure-server:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ platforms:
provisioner:
name: ansible
playbooks:
converge: ../default/playbook.yml
converge: ../default/converge.yml
inventory:
host_vars:
infrastructure-server:
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/resource-data/molecule/ubuntu/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ provisioner:
ANSIBLE_ROLES_PATH: ../../../../test/roles/
playbooks:
prepare: ../default/prepare.yml
converge: ../default/playbook.yml
converge: ../default/converge.yml
scenario:
name: ubuntu
verifier:
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/rke/molecule/etcd_storage/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ provisioner:
e: "app_data_path=/opt/onap"
playbooks:
prepare: ../default/prepare.yml
converge: ../default/playbook.yml
converge: ../default/converge.yml
destroy: ../default/destroy.yml
scenario:
name: etcd_storage
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/setup/molecule/ubuntu/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ platforms:
provisioner:
name: ansible
playbooks:
converge: ../default/playbook.yml
converge: ../default/converge.yml
scenario:
name: ubuntu
verifier:
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/vncserver/molecule/ubuntu/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ provisioner:
name: ansible
playbooks:
prepare: ../default/prepare.yml
converge: ../default/playbook.yml
converge: ../default/converge.yml
cleanup: ../default/cleanup.yml
env:
ANSIBLE_ROLES_PATH: ../../../../test/roles
Expand Down
1 change: 1 addition & 0 deletions ansible/test/play-rke/molecule/helm3/converge.yml
1 change: 0 additions & 1 deletion ansible/test/play-rke/molecule/helm3/playbook.yml

This file was deleted.

0 comments on commit d0f80fd

Please sign in to comment.