openshift-on-openstack
openshift-on-openstack copied to clipboard
Installing OCP 3.5 is broken [missing repo]
While installing OCP 3.5, I found there's a new repo to add.
see https://bugzilla.redhat.com/show_bug.cgi?id=1442910 The new command is:
# subscription-manager repos \
--enable="rhel-7-server-rpms" \
--enable="rhel-7-server-extras-rpms" \
--enable="rhel-7-server-ose-3.5-rpms" \
--enable="rhel-7-fast-datapath-rpms"
Is it ok to just check the OCP version in fragments/rhn-register.sh ?
Re fast-data[path, it is addressed in pending PR 341 https://github.com/redhat-openstack/openshift-on-openstack/pull/341