Re: CI automation location for RPMs is moving

2018-10-16 Thread Anton Hughes
> > 1. Are you on ansible 2.6 or earlier? > Im using ansible 2.6.5 > 2. If you access that machine and run 'yum install origin-node-3.11*' do > you get a result? > I get yum install origin-node-3.11 Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base:

Re: CI automation location for RPMs is moving

2018-10-16 Thread Daniel Comnea
That's expected since i missed a / at the end. if you use the below it should all work for you [OSEv3:vars] (...) openshift_additional_repos=[{'id': 'centos-okd-ci', 'name': 'centos-okd-ci', 'baseurl' :'https://rpms.svc.ci.openshift.org/openshift-origin-v3.11/', 'gpgcheck' :'0', 'enabled' :'1'}]