redhat-openstack / openshift-on-openstack

A place to write templates, docs etc. for deploying OpenShift on OpenStack.
Apache License 2.0
136 stars 87 forks source link

Installing OCP 3.5 is broken [missing repo] #337

Open ioggstream opened 7 years ago

ioggstream commented 7 years ago

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 ?

markllama commented 7 years ago

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