On Tue, Jan 12, 2016 at 11:50 AM, Luke Meyer <[email protected]> wrote: > Right on target, thanks. > > Manually fixing things up as suggested seems to work (also needed: oadm > policy reconcile-cluster-roles --confirm)... though I'm not sure, things > aren't going perfectly and I'm seeing some errors in the node logs. > > I'm trying the RPM build now. If you just `rpmbuild -bb origin.spec` it > complains the source tgz isn't in SOURCES. Since I don't know what should be > included in SOURCES I'm guessing tito is supposed to handle all this. But we > don't have any tito tags created. This seems a little involved. Do we have > decent instructions for building RPMs from source?
Does 'tito build --rpm --test' work? I'm CC'ing Troy who may know more about how the Origin RPMs are built in the copr. > > > > On Tue, Jan 12, 2016 at 10:02 AM, Dan Winship <[email protected]> wrote: >> >> On 01/12/2016 09:31 AM, Luke Meyer wrote: >> > I ran an "advanced install" of Origin (which installs and configures >> > RPMs from early December), then updated the openshift binary to be >> > compiled from master. Perhaps not surprisingly, my nodes won't come up >> > now: >> >> Yes, not surprisingly. If you build new RPMs from origin git and update >> to them, rather than just copying in the new openshift binary, then it >> ought to work. >> >> (You can also try just copying >> >> Godeps/_workspace/src/github.com/openshift/openshift-sdn/plugins/osdn/ovs/bin/* >> to /usr/bin/. Depending on how old your RPMs were you may also need to >> rm -rf >> >> /usr/libexec/kubernetes/kubelet-plugins/net/exec/redhat~openshift-ovs-subnet.) >> >> -- Dan >> > > > _______________________________________________ > dev mailing list > [email protected] > http://lists.openshift.redhat.com/openshiftmm/listinfo/dev > _______________________________________________ dev mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
