Skip to content

Commit 4ff2cdc

Browse files
Merge pull request #538 from rcitton/rcitton
19c on OL8
2 parents 8498807 + f962c6d commit 4ff2cdc

File tree

16 files changed

+21
-11
lines changed

16 files changed

+21
-11
lines changed

OCNE/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Vagrant project to set up Oracle Cloud Native Environment on Oracle Linux 8
22

3+
Due to major changes in OCNE 2.0 release this Vagrant project is not updated yet for OCNE 2 and deploys the latest OCNE 1.* release.
4+
35
This Vagrant project will deploy and configure the following components:
46

57
- One or more control plane nodes (one by default, 3 in HA mode)

OCNE/scripts/provision.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ setup_repos() {
269269

270270
if [[ ${OPERATOR} == 1 ]]; then
271271
echo_do sudo dnf install -y oracle-olcne-release-el8
272-
echo_do sudo dnf config-manager --enable ol8_olcne16 ol8_addons ol8_baseos_latest ol8_appstream ol8_kvm_appstream ol8_UEKR7
273-
echo_do sudo dnf config-manager --disable ol8_olcne15 ol8_olcne14 ol8_olcne13 ol8_olcne12
272+
echo_do sudo dnf config-manager --enable ol8_olcne19 ol8_addons ol8_baseos_latest ol8_appstream ol8_kvm_appstream ol8_UEKR7
273+
echo_do sudo dnf config-manager --disable ol8_olcne18 ol8_olcne17 ol8_olcne16 ol8_olcne15 ol8_olcne14 ol8_olcne13 ol8_olcne12
274274
fi
275275

276276
# Optional extra repo

OracleDG/OL8/scripts/06_do_RDBMS_software_installation.sh

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# LICENSE UPL 1.0
55
#
6-
# Copyright (c) 1982-2024 Oracle and/or its affiliates. All rights reserved.
6+
# Copyright (c) 1982-2025 Oracle and/or its affiliates. All rights reserved.
77
#
88
# NAME
99
# 06_do_RDBMS_software_installation
@@ -18,8 +18,9 @@
1818
1919
#
2020
# MODIFIED (MM/DD/YY)
21-
# rcitton 03/30/20 - VBox libvirt & kvm support
22-
# rcitton 11/06/18 - Creation
21+
# doverbyh 03/07/2025 - 19c support
22+
# rcitton 03/30/2020 - VBox libvirt & kvm support
23+
# rcitton 11/06/2018 - Creation
2324
#
2425
# REVISION
2526
# 20240603 - $Revision: 2.0.2.1 $
@@ -36,6 +37,9 @@ unzip -oq /vagrant/ORCL_software/${DB_SOFTWARE}
3637
echo "-----------------------------------------------------------------"
3738
echo -e "${INFO}`date +%F' '%T`: Installing RDBMS software"
3839
echo "-----------------------------------------------------------------"
40+
if [ "${DB_MAJOR}" == "19" ]; then
41+
export CV_ASSUME_DISTID=OEL7.8
42+
fi
3943

4044
${DB_HOME}/runInstaller -ignorePrereq -waitforcompletion -silent \
4145
-responseFile ${DB_HOME}/install/response/db_install.rsp \

OracleDG/OL9/scripts/06_do_RDBMS_software_installation.sh

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# LICENSE UPL 1.0
55
#
6-
# Copyright (c) 1982-2024 Oracle and/or its affiliates. All rights reserved.
6+
# Copyright (c) 1982-2025 Oracle and/or its affiliates. All rights reserved.
77
#
88
# NAME
99
# 06_do_RDBMS_software_installation
@@ -18,8 +18,9 @@
1818
1919
#
2020
# MODIFIED (MM/DD/YY)
21-
# rcitton 03/30/20 - VBox libvirt & kvm support
22-
# rcitton 11/06/18 - Creation
21+
# doverbyh 03/07/2025 - 19c support
22+
# rcitton 03/30/2020 - VBox libvirt & kvm support
23+
# rcitton 11/06/2018 - Creation
2324
#
2425
# REVISION
2526
# 20240603 - $Revision: 2.0.2.1 $
@@ -36,6 +37,9 @@ unzip -oq /vagrant/ORCL_software/${DB_SOFTWARE}
3637
echo "-----------------------------------------------------------------"
3738
echo -e "${INFO}`date +%F' '%T`: Installing RDBMS software"
3839
echo "-----------------------------------------------------------------"
40+
if [ "${DB_MAJOR}" == "19" ]; then
41+
export CV_ASSUME_DISTID=OEL7.8
42+
fi
3943

4044
${DB_HOME}/runInstaller -ignorePrereq -waitforcompletion -silent \
4145
-responseFile ${DB_HOME}/install/response/db_install.rsp \

OracleDatabase/23.5.0-Free/db_installer.sha256

Lines changed: 0 additions & 1 deletion
This file was deleted.

OracleDatabase/23.5.0-Free/.env renamed to OracleDatabase/23.7.0-Free/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Oracle Database 23.5.0 Free configuration file
1+
# Oracle Database 23.7.0 Free configuration file
22
#
33
# Requires vagrant-env plugin
44
#

OracleDatabase/23.5.0-Free/README.md renamed to OracleDatabase/23.7.0-Free/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ makes configuration much easier
1111
## Getting started
1212

1313
1. Clone this repository `git clone https://github.com/oracle/vagrant-projects`
14-
2. Change into the `vagrant-projects/OracleDatabase/23.5.0-Free` directory
14+
2. Change into the `vagrant-projects/OracleDatabase/23.7.0-Free` directory
1515
3. Run `vagrant up`
1616
1. The first time you run this it will provision everything and may take a while. Ensure you have a good internet connection as the scripts will update the VM to the latest via `dnf`.
1717
2. The installation can be customized, if desired (see [Configuration](#configuration)).

0 commit comments

Comments
 (0)