summaryrefslogtreecommitdiffstats
path: root/ansible/roles/helm
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-04-09 11:55:46 +0200
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-04-09 11:55:46 +0200
commitfc5a01f9ce5f36e504829ccd71a51b02cb711a9a (patch)
tree5bc581f766a7e564b4e28478e0771d1d9b2caebc /ansible/roles/helm
parentd0f80fd8bc2954a7fb3fbef405d81ecf1574df5e (diff)
[MOLECULE 3.3.0] Drop scenario name in molecule.yml
In Molecule 3.x.x it's no longer needed, scenario name is assumed from its directory name. Ref.: https://github.com/ansible-community/molecule/issues/2560 Change-Id: I3b25dae499d4f40851ac3fe0183ee7ab913b7dd7 Issue-ID: OOM-2722 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/roles/helm')
-rw-r--r--ansible/roles/helm/molecule/default/molecule.yml2
-rw-r--r--ansible/roles/helm/molecule/helm3/molecule.yml2
-rw-r--r--ansible/roles/helm/molecule/ubuntu/molecule.yml2
3 files changed, 0 insertions, 6 deletions
diff --git a/ansible/roles/helm/molecule/default/molecule.yml b/ansible/roles/helm/molecule/default/molecule.yml
index b20e2a1e..aa9bd19f 100644
--- a/ansible/roles/helm/molecule/default/molecule.yml
+++ b/ansible/roles/helm/molecule/default/molecule.yml
@@ -23,7 +23,5 @@ provisioner:
all:
app_name: onap
app_data_path: "/opt/{{ app_name }}"
-scenario:
- name: default
verifier:
name: testinfra
diff --git a/ansible/roles/helm/molecule/helm3/molecule.yml b/ansible/roles/helm/molecule/helm3/molecule.yml
index 4b582f5c..e2f7e814 100644
--- a/ansible/roles/helm/molecule/helm3/molecule.yml
+++ b/ansible/roles/helm/molecule/helm3/molecule.yml
@@ -23,8 +23,6 @@ provisioner:
all:
app_name: onap
app_data_path: "/opt/{{ app_name }}"
-scenario:
- name: helm3
verifier:
name: testinfra
directory: ../default/tests
diff --git a/ansible/roles/helm/molecule/ubuntu/molecule.yml b/ansible/roles/helm/molecule/ubuntu/molecule.yml
index c4354e88..82569797 100644
--- a/ansible/roles/helm/molecule/ubuntu/molecule.yml
+++ b/ansible/roles/helm/molecule/ubuntu/molecule.yml
@@ -26,8 +26,6 @@ provisioner:
all:
app_name: onap
app_data_path: "/opt/{{ app_name }}"
-scenario:
- name: ubuntu
verifier:
name: testinfra
directory: ../default/tests