Skip to content

Commit 1c77d40

Browse files
committed
changed variable names to cmci_scope_region_*
Signed-off-by: Andrew Twydell <[email protected]>
1 parent bcedec2 commit 1c77d40

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

tests/integration/targets/cics_cmci/cmci-variables.yml.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ cmci_password: __password__
99
cmci_context: CICSEX56
1010
cmci_scope_https: IYCWEMW2
1111
cmci_scope_http: IYCWEMW1
12-
cmci_scope_alternate_1: IYCWEML1
13-
cmci_scope_alternate_2: IYCWEMM1
12+
cmci_scope_region_1: IYCWEML1
13+
cmci_scope_region_2: IYCWEMM1

tests/integration/targets/cics_cmci/playbooks/cmci_bas_install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
resource_assignment: 'ANSIGMNT'
1616
resource_group: 'ANSIRGRP'
1717
related_scope: '{{ cmci_scope_http }}'
18-
region_one: '{{ cmci_scope_alternate_1 }}'
19-
region_two: '{{ cmci_scope_alternate_2 }}'
18+
region_one: '{{ cmci_scope_region_1 }}'
19+
region_two: '{{ cmci_scope_region_2 }}'
2020
target_scope: 'ANSITARG'
2121
def_ver: '1'
2222

tests/integration/targets/cics_cmci/playbooks/cmci_bas_install_error.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
resource_assignment_type_related: 'CICSLocalFile'
2121
resource_group: 'ANSIRGRP'
2222
related_scope: '{{ cmci_scope_http }}'
23-
target_scope: '{{ cmci_scope_alternate_1 }}'
23+
target_scope: '{{ cmci_scope_region_1 }}'
2424
def_ver: '1'
2525

2626

tests/integration/targets/cics_cmci/playbooks/cmci_bas_link.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
program: 'ANSIPROG'
1313
resource_description: 'ANSIBAS'
1414
resource_group: 'ANSIGRP'
15-
resource_scope: '{{ cmci_scope_alternate_2 }}'
15+
resource_scope: '{{ cmci_scope_region_2 }}'
1616
def_ver: '1'
1717

1818

tests/integration/targets/cics_cmci/playbooks/cmci_incorrect_scheme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
cmci_password: '{{ cmci_password }}'
5656

5757
context: '{{ cmci_context }}'
58-
scope: '{{ cmci_scope_alternate_1 }}'
58+
scope: '{{ cmci_scope_region_1 }}'
5959
type: 'cicsprogram'
6060
scheme: 'https'
6161
insecure: true

0 commit comments

Comments
 (0)