File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Vagrant project to set up Oracle Cloud Native Environment on Oracle Linux 8
2
2
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
+
3
5
This Vagrant project will deploy and configure the following components:
4
6
5
7
- One or more control plane nodes (one by default, 3 in HA mode)
Original file line number Diff line number Diff line change @@ -269,8 +269,8 @@ setup_repos() {
269
269
270
270
if [[ ${OPERATOR} == 1 ]]; then
271
271
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
274
274
fi
275
275
276
276
# Optional extra repo
You can’t perform that action at this time.
0 commit comments