redhat-nfvpe / toad

Automate various OpenStack deployment scenarios with TripleO Quickstart
http://toad.nfvpe.site
Apache License 2.0
10 stars 7 forks source link

Add ARA as dependency to installation #53

Closed leifmadsen closed 8 years ago

leifmadsen commented 8 years ago

Currently when you install a new slave node and try to run the oooq-master-cira job, it fails to run because of the missing ara dependency.

yrobla commented 8 years ago

This is managed by requirements on nfv-job-configs... You would need to use https://gitlab.cee.redhat.com/nfvpe/nfv-job-configs/blob/master/requirements/cira-requirements.txt instead of default quickstart-extras-requirements, if you want to depend on ara.

leifmadsen commented 8 years ago

I think I found the problem. It's actually using cira-requirements.txt (or at least trying to) but not finding it. I see that the JJB is configuring the job to use the wrong path. I must have adjusted some stuff in the upstream repo, and didn't change it in the JJB templates. I'm going to fix that now.

leifmadsen commented 8 years ago

Fixed via #54