Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions OCNE/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Vagrant project to set up Oracle Cloud Native Environment on Oracle Linux 8

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.

This Vagrant project will deploy and configure the following components:

- One or more control plane nodes (one by default, 3 in HA mode)
Expand Down
4 changes: 2 additions & 2 deletions OCNE/scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ setup_repos() {

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

# Optional extra repo
Expand Down