Skip to content

Commit

Permalink
Fixed group assignments for oraswdb-install templates
Browse files Browse the repository at this point in the history
  • Loading branch information
oravirt committed Apr 22, 2018
1 parent 3294803 commit b518550
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions roles/oraswdb-install/templates/db-install.rsp.11.2.0.3.j2
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,13 @@ oracle.install.db.optionalComponents=oracle.rdbms.partitioning:11.2.0.4.0,oracle
#------------------------------------------------------------------------------
# The DBA_GROUP is the OS group which is to be granted OSDBA privileges.
#------------------------------------------------------------------------------
oracle.install.db.DBA_GROUP={{ oracle_group }}
oracle.install.db.DBA_GROUP={{ dba_group }}

#------------------------------------------------------------------------------
# The OPER_GROUP is the OS group which is to be granted OSOPER privileges.
# The value to be specified for OSOPER group is optional.
#------------------------------------------------------------------------------
oracle.install.db.OPER_GROUP={{ oracle_group }}
oracle.install.db.OPER_GROUP={{ dba_group }}

#------------------------------------------------------------------------------
# Specify the cluster node names selected during the installation.
Expand Down
4 changes: 2 additions & 2 deletions roles/oraswdb-install/templates/db-install.rsp.11.2.0.4.j2
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,13 @@ oracle.install.db.optionalComponents=oracle.rdbms.partitioning:11.2.0.4.0,oracle
#------------------------------------------------------------------------------
# The DBA_GROUP is the OS group which is to be granted OSDBA privileges.
#------------------------------------------------------------------------------
oracle.install.db.DBA_GROUP={{ oracle_group }}
oracle.install.db.DBA_GROUP={{ dba_group }}

#------------------------------------------------------------------------------
# The OPER_GROUP is the OS group which is to be granted OSOPER privileges.
# The value to be specified for OSOPER group is optional.
#------------------------------------------------------------------------------
oracle.install.db.OPER_GROUP={{ oracle_group }}
oracle.install.db.OPER_GROUP={{ dba_group }}

#------------------------------------------------------------------------------
# Specify the cluster node names selected during the installation.
Expand Down
10 changes: 5 additions & 5 deletions roles/oraswdb-install/templates/db-install.rsp.12.1.0.1.j2
Original file line number Diff line number Diff line change
Expand Up @@ -122,28 +122,28 @@ oracle.install.db.InstallEdition={{ item.0.oracle_edition }}
#------------------------------------------------------------------------------
# The DBA_GROUP is the OS group which is to be granted OSDBA privileges.
#-------------------------------------------------------------------------------
oracle.install.db.DBA_GROUP={{ oracle_group }}
oracle.install.db.DBA_GROUP={{ dba_group }}

#------------------------------------------------------------------------------
# The OPER_GROUP is the OS group which is to be granted OSOPER privileges.
# The value to be specified for OSOPER group is optional.
#------------------------------------------------------------------------------
oracle.install.db.OPER_GROUP={{ oracle_group }}
oracle.install.db.OPER_GROUP={{ dba_group }}

#------------------------------------------------------------------------------
# The BACKUPDBA_GROUP is the OS group which is to be granted OSBACKUPDBA privileges.
#------------------------------------------------------------------------------
oracle.install.db.BACKUPDBA_GROUP={{ oracle_group }}
oracle.install.db.BACKUPDBA_GROUP={{ dba_group }}

#------------------------------------------------------------------------------
# The DGDBA_GROUP is the OS group which is to be granted OSDGDBA privileges.
#------------------------------------------------------------------------------
oracle.install.db.DGDBA_GROUP={{ oracle_group }}
oracle.install.db.DGDBA_GROUP={{ dba_group }}

#------------------------------------------------------------------------------
# The KMDBA_GROUP is the OS group which is to be granted OSKMDBA privileges.
#------------------------------------------------------------------------------
oracle.install.db.KMDBA_GROUP={{ oracle_group }}
oracle.install.db.KMDBA_GROUP={{ dba_group }}

###############################################################################
# #
Expand Down
10 changes: 5 additions & 5 deletions roles/oraswdb-install/templates/db-install.rsp.12.1.0.2.j2
Original file line number Diff line number Diff line change
Expand Up @@ -122,28 +122,28 @@ oracle.install.db.InstallEdition={{ item.0.oracle_edition }}
#------------------------------------------------------------------------------
# The DBA_GROUP is the OS group which is to be granted OSDBA privileges.
#-------------------------------------------------------------------------------
oracle.install.db.DBA_GROUP={{ oracle_group }}
oracle.install.db.DBA_GROUP={{ dba_group }}

#------------------------------------------------------------------------------
# The OPER_GROUP is the OS group which is to be granted OSOPER privileges.
# The value to be specified for OSOPER group is optional.
#------------------------------------------------------------------------------
oracle.install.db.OPER_GROUP={{ oracle_group }}
oracle.install.db.OPER_GROUP={{ dba_group }}

#------------------------------------------------------------------------------
# The BACKUPDBA_GROUP is the OS group which is to be granted OSBACKUPDBA privileges.
#------------------------------------------------------------------------------
oracle.install.db.BACKUPDBA_GROUP={{ oracle_group }}
oracle.install.db.BACKUPDBA_GROUP={{ dba_group }}

#------------------------------------------------------------------------------
# The DGDBA_GROUP is the OS group which is to be granted OSDGDBA privileges.
#------------------------------------------------------------------------------
oracle.install.db.DGDBA_GROUP={{ oracle_group }}
oracle.install.db.DGDBA_GROUP={{ dba_group }}

#------------------------------------------------------------------------------
# The KMDBA_GROUP is the OS group which is to be granted OSKMDBA privileges.
#------------------------------------------------------------------------------
oracle.install.db.KMDBA_GROUP={{ oracle_group }}
oracle.install.db.KMDBA_GROUP={{ dba_group }}

###############################################################################
# #
Expand Down

0 comments on commit b518550

Please sign in to comment.