Skip to content

Commit ff468f6

Browse files
committed
Removed 'oracle_install_option_gi' from group_vars
1 parent 174132c commit ff468f6

File tree

6 files changed

+15
-21
lines changed

6 files changed

+15
-21
lines changed

group_vars/aws-si-asm/aws-si-asm.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
################ Grid Infrastructure specifics ################
3030
configure_cluster: false
31-
oracle_install_option_gi: HA_CONFIG
3231
oracle_install_version_gi: 12.2.0.1
3332

3433
oracle_asm_init_dg: crs

group_vars/orarac-dc1/orarac-dc1.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
oracle_base: /u01/app/oracle
2222

2323
################ Grid Infrastructure specifics ################
24-
oracle_install_option_gi: CRS_CONFIG
2524
oracle_install_version_gi: 12.2.0.1
2625
oracle_gi_cluster_type: standard
2726

group_vars/racattack/racattack.yml

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
grid_users: # Passwd :grid
2121
- { username: grid, uid: 54320, primgroup: oinstall, othergroups: "asmadmin,asmdba,asmoper,dba", passwd: "$6$/yJx24id$K8gB.l5GEMJlv9Q.v1bulyHiRRqZlZaUwoInNEixd9FBRxj9wyZYyyWzgOkRg9gBMfheH/kgRjranYpnAINRI1" }
2222

23-
oracle_sw_copy: false
23+
oracle_sw_copy: false
2424
oracle_sw_unpack: true
2525
oracle_stage: /media/sf_12cR1
2626
oracle_stage_remote: /media/sf_12cR1
@@ -29,19 +29,18 @@
2929
configure_interconnect: false
3030
configure_ssh: true
3131
configure_host_disks: false
32-
32+
3333
configure_cluster: true
3434
install_os_packages: false
3535
disable_selinux: false
36-
36+
3737
################ Grid Infrastructure specifics ################
38-
oracle_install_option_gi: CRS_CONFIG
3938
oracle_install_version_gi: 12.1.0.2
4039

41-
oracle_scan: collabn-cluster-scan.racattack
42-
oracle_vip: -vip
43-
oracle_scan_port: 1521
44-
oracle_asm_init_dg: data
40+
oracle_scan: collabn-cluster-scan.racattack
41+
oracle_vip: -vip
42+
oracle_scan_port: 1521
43+
oracle_asm_init_dg: data
4544
oracle_gi_nic_pub: eth1
4645
oracle_gi_nic_priv: eth2
4746
oracle_gi_gns_subdomain: collabn.racattack
@@ -52,8 +51,8 @@
5251
- { filename: linuxamd64_12102_database_2of2.zip, version: 12.1.0.2 }
5352
# - { filename: linuxamd64_12c_database_1of2.zip, version: 12.1.0.1 }
5453
# - { filename: linuxamd64_12c_database_2of2.zip, version: 12.1.0.1 }
55-
# - { filename: p13390677_112040_Linux-x86-64_1of7.zip, version: 11.2.0.4 }
56-
# - { filename: p13390677_112040_Linux-x86-64_2of7.zip, version: 11.2.0.4 }
54+
# - { filename: p13390677_112040_Linux-x86-64_1of7.zip, version: 11.2.0.4 }
55+
# - { filename: p13390677_112040_Linux-x86-64_2of7.zip, version: 11.2.0.4 }
5756

5857
oracle_databases: # Dictionary describing the databases to be installed
5958
- home: rachome1 # 'Last' directory in ORACLE_HOME path (e.g /u01/app/oracle/12.1.0.2/racdb)
@@ -75,26 +74,26 @@
7574

7675

7776
oracle_dbf_dir_asm: "DATA"
78-
oracle_reco_dir_asm: "FRA"
77+
oracle_reco_dir_asm: "FRA"
7978
host_fs_layout:
8079
u01:
8180
{mntp: /u01, device: /dev/sdb, vgname: vgora, pvname: /dev/sdb1, lvname: lvora, fstype: ext4}
8281

83-
asm_diskgroups:
82+
asm_diskgroups:
8483
- diskgroup: data
85-
properties:
84+
properties:
8685
- {redundancy: external, ausize: 1}
87-
attributes:
86+
attributes:
8887
- {name: compatible.rdbms, value: 11.2.0.3.0}
8988
- {name: compatible.asm, value: "{{ oracle_install_version_gi }}"}
9089
disk:
9190
- {device: /dev/sdc, asmlabel: asmdisk01}
9291
- {device: /dev/sdd, asmlabel: asmdisk02}
9392
- {device: /dev/sde, asmlabel: asmdisk03}
9493
- diskgroup: fra
95-
properties:
94+
properties:
9695
- {redundancy: external, ausize: 1}
97-
attributes:
96+
attributes:
9897
- {name: compatible.rdbms, value: 11.2.0.3.0}
9998
- {name: compatible.asm, value: "{{ oracle_install_version_gi }}"}
10099
disk:

group_vars/vbox-rac-dc1/vbox-rac-dc1.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
################ Grid Infrastructure specifics ################
2626
configure_cluster: true
27-
oracle_install_option_gi: CRS_CONFIG
2827
oracle_install_version_gi: 12.1.0.2
2928
oracle_gi_cluster_type: STANDARD
3029
oracle_home_gi: "/u01/app/grid/product/{{ oracle_install_version_gi}}/grid"

group_vars/vbox-rac-dc2/vbox-rac-dc2.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727

2828
################ Grid Infrastructure specifics ################
2929
configure_cluster: true
30-
oracle_install_option_gi: CRS_CONFIG
3130
oracle_install_version_gi: 12.2.0.1
3231
oracle_gi_cluster_type: STANDARD
3332

group_vars/vbox-si-asm/vbox-si-asm.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
################ Grid Infrastructure specifics ################
3030
configure_cluster: false
31-
oracle_install_option_gi: HA_CONFIG
3231
oracle_install_version_gi: 12.2.0.1
3332

3433
oracle_asm_init_dg: crs

0 commit comments

Comments
 (0)