Skip to content

Commit

Permalink
prelease 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oehrli committed Aug 16, 2022
1 parent 6666b7f commit 9c6e2ba
Show file tree
Hide file tree
Showing 22 changed files with 58 additions and 49 deletions.
18 changes: 11 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] -

### Added
### Changed

### Fixed

### Removed

## [2.0.0] - 2022-08-16

### Added

- add initial version of scripts for Oracle Net Service Names administration
Expand All @@ -21,12 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [tns_search.sh](local/oudbase/bin/tns_search.sh) script to search TNS Names entries.
- [tns_test.sh](local/oudbase/bin/tns_test.sh) Test LDAP entries using tnsping.

### Changed

### Fixed

### Removed

## [1.9.6] - 2022-08-15

### Changed
Expand Down Expand Up @@ -55,4 +58,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[unreleased]: https://github.com/oehrlis/oudbase
[1.9.5]: https://github.com/oehrlis/oudbase/releases/tag/v1.9.5
[1.9.6]: https://github.com/oehrlis/oudbase/releases/tag/v1.9.6
[1.9.6]: https://github.com/oehrlis/oudbase/releases/tag/v1.9.6
[2.0.0]: https://github.com/oehrlis/oudbase/releases/tag/v2.0.0
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.9.6
v2.0.0
2 changes: 1 addition & 1 deletion local/oudbase/bin/oud_backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export OPENDS_JAVA_ARGS=-Dcom.sun.jndi.ldap.object.disableEndpointIdentification
# - End of Customization ------------------------------------------------

# - Default Values ------------------------------------------------------
VERSION=v1.9.6
VERSION=v2.0.0
DOAPPEND="TRUE" # enable log file append
VERBOSE="FALSE" # enable verbose mode
SCRIPT_NAME=$(basename $0)
Expand Down
2 changes: 1 addition & 1 deletion local/oudbase/bin/oud_eusm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# -----------------------------------------------------------------------

# - Default Values ------------------------------------------------------
VERSION=v1.9.6
VERSION=v2.0.0
JRE_HOME=$JAVA_HOME/jre/
EUSMLIBDIR=$ORACLE_BASE/local/oudbase/lib
ORACLEPKI=$ORACLE_HOME/oracle_common/modules/oracle.pki/oraclepki.jar
Expand Down
2 changes: 1 addition & 1 deletion local/oudbase/bin/oud_export.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export OPENDS_JAVA_ARGS=-Dcom.sun.jndi.ldap.object.disableEndpointIdentification
# - End of Customization ------------------------------------------------

# - Default Values ------------------------------------------------------
VERSION=v1.9.6
VERSION=v2.0.0
DOAPPEND="TRUE" # enable log file append
VERBOSE="FALSE" # enable verbose mode
SCRIPT_NAME=$(basename $0)
Expand Down
2 changes: 1 addition & 1 deletion local/oudbase/bin/oud_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# - Environment Variables ---------------------------------------------------
# define default values
VERSION=v1.9.6
VERSION=v2.0.0
DOAPPEND=${DOAPPEND:-"TRUE"} # enable log file append
VERBOSE=${VERBOSE:-"FALSE"} # enable verbose mode
DEBUG=${DEBUG:-"FALSE"} # enable debug mode
Expand Down
2 changes: 1 addition & 1 deletion local/oudbase/bin/oud_start_stop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export OPENDS_JAVA_ARGS=-Dcom.sun.jndi.ldap.object.disableEndpointIdentification
# - End of Customization ------------------------------------------------

# - Default Values ------------------------------------------------------
VERSION=v1.9.6
VERSION=v2.0.0
DOAPPEND="TRUE" # enable log file append
VERBOSE="FALSE" # enable verbose mode
FORCE="FALSE" # enable force restart
Expand Down
2 changes: 1 addition & 1 deletion local/oudbase/bin/oud_start_stop_all
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# -----------------------------------------------------------------------

# - Default Values ------------------------------------------------------
VERSION=v1.9.6
VERSION=v2.0.0
SCRIPT_NAME=$(basename $0)
export OUDBASE_BIN="$(cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P)"
# - End of Default Values -----------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion local/oudbase/bin/oud_status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export OUD_CON_HANDLER=${OUD_CON_HANDLER:-"LDAP LDAPS"}
# - End of Customization ------------------------------------------------

# - Default Values ------------------------------------------------------
VERSION=v1.9.6
VERSION=v2.0.0
DOAPPEND="TRUE" # enable log file append
VERBOSE="FALSE" # enable verbose mode
SCRIPT_NAME=$(basename $0)
Expand Down
2 changes: 1 addition & 1 deletion local/oudbase/bin/oudbase_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export LOG_BASE=${LOG_BASE-"/tmp"}
# - End of Customization ------------------------------------------------

# - Default Values ------------------------------------------------------
VERSION=v1.9.6
VERSION=v2.0.0
DOAPPEND="TRUE" # enable log file append
VERBOSE="TRUE" # enable verbose mode
SCRIPT_NAME="$(basename ${BASH_SOURCE[0]})" # Basename of the script
Expand Down
2 changes: 1 addition & 1 deletion local/oudbase/bin/oudenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# externally. In principle, these variables should not be changed at this
# point. The customization should be done externally in .bash_profile or
# in oudenv_core.conf.
VERSION=v1.9.6
VERSION=v2.0.0

# define some binaries for later user
PGREP_BIN=$(command -v pgrep) # get the binary for pgrep
Expand Down
2 changes: 1 addition & 1 deletion local/oudbase/bin/setup_oud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# - End of Customization ------------------------------------------------

# - Default Values ------------------------------------------------------
VERSION=v1.9.6
VERSION=v2.0.0
SCRIPT_NAME=$(basename $0)
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P)"
START_HEADER="START: Start of ${SCRIPT_NAME} (Version ${VERSION}) with $*"
Expand Down
2 changes: 1 addition & 1 deletion local/oudbase/bin/setup_oud_patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# see git revision history for more information on changes/updates
# ---------------------------------------------------------------------------
# - Environment Variables ---------------------------------------------------
VERSION=v1.9.6
VERSION=v2.0.0
SCRIPT_NAME=$(basename $0)
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P)"
START_HEADER="START: Start of ${SCRIPT_NAME} (Version ${VERSION}) with $*"
Expand Down
2 changes: 1 addition & 1 deletion local/oudbase/bin/tns_add.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set -o pipefail # pipefail exit after 1st piped commands failed

# - Environment Variables ---------------------------------------------------
# define generic environment variables
VERSION=v1.9.6
VERSION=v2.0.0
TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode
TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode
TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode
Expand Down
2 changes: 1 addition & 1 deletion local/oudbase/bin/tns_delete.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set -o pipefail # pipefail exit after 1st piped commands failed

# - Environment Variables ---------------------------------------------------
# define generic environment variables
VERSION=v1.9.6
VERSION=v2.0.0
TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode
TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode
TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode
Expand Down
2 changes: 1 addition & 1 deletion local/oudbase/bin/tns_dump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ set -o pipefail # pipefail exit after 1st piped commands failed

# - Environment Variables ---------------------------------------------------
# define generic environment variables
VERSION=v1.9.6
VERSION=v2.0.0
TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode
TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode
TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode
Expand Down
2 changes: 1 addition & 1 deletion local/oudbase/bin/tns_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ set -o pipefail # pipefail exit after 1st piped commands failed

# - Environment Variables ---------------------------------------------------
# define generic environment variables
VERSION=v1.9.6
VERSION=v2.0.0
TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode
TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode
TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode
Expand Down
2 changes: 1 addition & 1 deletion local/oudbase/bin/tns_load.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ set -o pipefail # pipefail exit after 1st piped commands failed

# - Environment Variables ---------------------------------------------------
# define generic environment variables
VERSION=v1.9.6
VERSION=v2.0.0
TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode
TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode
TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode
Expand Down
2 changes: 1 addition & 1 deletion local/oudbase/bin/tns_modify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set -o pipefail # pipefail exit after 1st piped commands failed

# - Environment Variables ---------------------------------------------------
# define generic environment variables
VERSION=v1.9.6
VERSION=v2.0.0
TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode
TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode
TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode
Expand Down
2 changes: 1 addition & 1 deletion local/oudbase/bin/tns_search.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set -o pipefail # pipefail exit after 1st piped commands failed

# - Environment Variables ---------------------------------------------------
# define generic environment variables
VERSION=v1.9.6
VERSION=v2.0.0
TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode
TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode
TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode
Expand Down
2 changes: 1 addition & 1 deletion local/oudbase/bin/tns_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set -o pipefail # pipefail exit after 1st piped commands failed

# - Environment Variables ---------------------------------------------------
# define generic environment variables
VERSION=v1.9.6
VERSION=v2.0.0
TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode
TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode
TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode
Expand Down
49 changes: 27 additions & 22 deletions local/oudbase/doc/.oudbase.sha
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
c92529be3c1b73b54116514a3a30231286dcc9a7 ./bin/tns_functions.sh
0e1e1b00a405eaff1b3cb499e9af233d804bafba ./bin/oud_functions.sh
0a093b7a2f507ee229f5948ddaedec3fe71403cc ./bin/tns_add.sh
b93d4636b0a4c05b171048aab42df9764485ab4f ./bin/setup_oud_patch.sh
fff60ff8578c1e247532ffb33a38f09289edbd45 ./bin/oud_status.sh
a2932a1b36c0ba6b027e95c29c85a93c95fbd888 ./bin/tns_dump.sh
8597d6bf9bd90521c3811463147075772758b381 ./bin/setup_oud.sh
30a6e7bb551c6ddc5713a2d3feccf0707c6c3e9a ./bin/tns_modify.sh
c29f985a7689a9916ce91037f5110d67be5fa35d ./bin/tns_search.sh
fb310677abc976dba9e40cd0bbd40a53b6494c9c ./bin/tns_load.sh
4eb9e548d66300ee0e406728777d5c2d4884dcc2 ./bin/oud_start_stop.sh
be1491bc0ca0dcbd9ec491a0565c27f4e7d5abc9 ./bin/oud_start_stop_all
bc632cd18f06d0c2c91569909ab7f16af935fdc3 ./bin/oud_export.sh
1a4a71185ba039acade32fd6e7fb48db47804fff ./bin/oud_backup.sh
b35dd83788ef60e1c3aef83885717c1340d920ca ./bin/tns_test.sh
2096712d3c9d7d68226a3542786a73f5d6c79327 ./bin/oudenv.sh
2ae34eb12e50ad26a830bdaec6c1b7b6c10e62ff ./bin/oud_eusm.sh
7f565e98ef8a64fea70226785624e453388c5e0d ./bin/tns_delete.sh
919b211e536f12fc1f72a209680eb785f364d513 ./bin/tns_functions.sh
2802543bb2c2815670b5dc7dc7de8f8e6b2ebe09 ./bin/oud_functions.sh
6021a503a5c6a8c05828dcc59d79381e014258dc ./bin/tns_add.sh
3fb9f6961403f7d6fe47ccbab093a2ecdc9e4c1c ./bin/setup_oud_patch.sh
28e7f6a20069666e855a4374d94cc08751886954 ./bin/oud_status.sh
78dda2f58a832e2f4e447c8218a8366dff759e0d ./bin/tns_dump.sh
d8b157bded16631b805e13e36d352989a5f66941 ./bin/setup_oud.sh
9c3e4b96da28ab37065dce8899149c981b0889f3 ./bin/tns_modify.sh
b9ffa79d3fd7bc0d8d13d15262d8ddfe88d259a1 ./bin/tns_search.sh
04bbd3efe94a677964d2477addfe48c0d037bf0a ./bin/tns_load.sh
e268ebdb4206ce9333f7010283409d9ae81889b9 ./bin/oud_start_stop.sh
b53549a593d1ae327bc2d07609b8b7a8f6069c7e ./bin/oud_start_stop_all
6fc433912c4ca314dd98cbbc8389e40e24de1dbf ./bin/oud_export.sh
7c6c50484e865ff8d0a9b8a4352d37303ae7dd44 ./bin/oud_backup.sh
aec3e49f818d1238121d43891e9af2ee3d0cca99 ./bin/tns_test.sh
89b64c727c552f66b2bcdab5d2959cdd833ce993 ./bin/oudenv.sh
6bdb32dc8fcfdbae2ab02e7223cdf4346a125201 ./bin/oud_eusm.sh
4ec41f07b8121bb34cc1aa46803ea7c1e9d9c1c0 ./bin/tns_delete.sh
fa8fd20877b0944c6aa7e3d98e0ce4268c80de7e ./etc/oudenv_core.conf
2152489cb47249ba46cf1f322747609494000846 ./etc/oudenv.conf
0918d6399a2471a32a3598beadaf19a129e9d296 ./etc/oudtab
Expand Down Expand Up @@ -65,23 +65,28 @@ cec411e54af5f89728f72c8600b764c336090c19 ./templates/create/oud12c_eus/02_confi
cd0ac218d7e1c4f70675ceb357c12e372af255c5 ./templates/create/generic/setup_oud_instance
3a7b956d2814f2be147dc5f7bd8dcfc15d3135fa ./templates/create/generic/15_reset_user_passwords.sh
85258698779fbc00895e814debfe93092a9b9723 ./templates/create/generic/04_create_root_user.ldif
461957734bff2581849438fedee6d339d65b9916 ./templates/create/generic/05_add_suffix.ldif
1360d0ce41418f0d8ce670734d3c668833755958 ./templates/create/generic/02_config_basedn.ldif
5b69d5f354d083ee5a155217641fe9e67cf85b92 ./templates/create/generic/14_create_demo_users.sh
804edcd147f8a502e31c9d4a9496c0380d61b1c3 ./templates/create/generic/01_create_eus_instance.sh
9f830ef6cdeb9f4ef143f34aa5496a4f3a86de50 ./templates/create/generic/10_reset_directory_manager_password.sh
000a4a38b2430514c2a50614bcb263feeec61ff0 ./templates/create/generic/20_run_on_host2.sh
121f5dcf1e171074b6abb8d593ee8a9325a2aed7 ./templates/create/generic/12_reset_eusadmin_password.sh
000a4a38b2430514c2a50614bcb263feeec61ff0 ./templates/create/generic/20_run_on_host3.sh
98db707a940f1f03286979acafe56d9f12818258 ./templates/create/generic/README.md
5b0b5f9ba75d5a9fa22cad90431b192f1f4c616e ./templates/create/generic/02_config_basedn.sh
1e4a7bbbdbd3a9564e1cc007e2ffba263f2e28e9 ./templates/create/generic/README.md
454e3c404d10beb4e19f8bed42e648cf5cd9e1b5 ./templates/create/generic/02_config_basedn.sh
84ebe0d1cd74f27837299c50127342e18d916d4b ./templates/create/generic/07_create_eusadmin_users.sh
8f646d0d3cc512eef1def9834d75614874dc0a1c ./templates/create/generic/03_config_oud.conf
5e049f2a33d599c7b4e77608e983d7748cda3fc0 ./templates/create/generic/04_create_root_user.sh
000a4a38b2430514c2a50614bcb263feeec61ff0 ./templates/create/generic/20_run_on_host1.sh
64d9fbfcdbc0040b1997aed6ba9cd70f80002556 ./templates/create/generic/11_reset_root_passwords.sh
7bec786ddffe4dccc45512ae49fd2fbb1efa8ba3 ./templates/create/generic/00_init_environment
e0bf9b4f20d431bb989f7242b271a8b5a1cb2b36 ./templates/create/generic/11_reset_root_passwords.sh
d4336f5b734b1122ed84ba99ca539802c5c19758 ./templates/create/generic/00_init_environment
e5ee70059f4a13cdb40bdebcd182b359d8e4ed43 ./templates/create/generic/04_create_root_user.conf
c1e821551138ed2e2a58ada70844a9cca4956565 ./templates/create/generic/18_migrate_keystore.sh
87f309d6a81bfcfb01d5b400911f8c11721f9162 ./templates/create/generic/99_completion_status.sh
3dea1f22f086e5903aad1a00eab89687bfe32562 ./templates/create/generic/03_config_oud.sh
cec411e54af5f89728f72c8600b764c336090c19 ./templates/create/generic/02_config_basedn.conf
c0773a43884b335589a90ac89d2a4f2bcb7d85f1 ./templates/create/generic/05_add_suffix.sh
356a16e9cfe22a5d6b2230c58732ce13c1d731fd ./templates/create/generic/14_create_demo_users.ldif
0cf12af40e7d6167355532f116ee7b2e87cc0929 ./templates/create/generic/19_export_trustcert_keystore.sh
48d555cdc30d09cf5fed6570df1ac0eadea9d8d3 ./templates/create/generic/20_wait_for_host1.sh
Expand Down

0 comments on commit 9c6e2ba

Please sign in to comment.