openshift-on-openstack icon indicating copy to clipboard operation
openshift-on-openstack copied to clipboard

Installing OCP 3.5 is broken [missing repo]

Open ioggstream opened this issue 8 years ago • 1 comments

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 ?

ioggstream avatar Apr 19 '17 09:04 ioggstream

Re fast-data[path, it is addressed in pending PR 341 https://github.com/redhat-openstack/openshift-on-openstack/pull/341

markllama avatar May 04 '17 13:05 markllama