Skip to content

Commit 444382b

Browse files
committed
OCNE updated to latest OCNE v1 (ocne19) release
1 parent 6315188 commit 444382b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: OCNE/README.md

+2
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)

Diff for: OCNE/scripts/provision.sh

+2-2
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

0 commit comments

Comments
 (0)