How to add Ubuntu official packages?

Asked by Chang-Yi Lee

Hello,
Is there any way to add Ubuntu official package while build the Fuel ISO?

Thank you

Question information

Language:
English Edit question
Status:
Solved
For:
Fuel for OpenStack Edit question
Assignee:
No assignee Edit question
Solved by:
Miroslav Anashkin
Solved:
Last query:
Last reply:
Revision history for this message
Best Miroslav Anashkin (manashkin) said :
#1

Greetings Chang-Yi Lee,

If these files already exist in the official Ubuntu repository, used in scope of ISO building - you may add these component names to the following file before building the new ISO:
https://github.com/stackforge/fuel-main/blob/master/requirements-deb.txt

There are other requirement files, for rpm, gems etc.

In your local repository this file is in
/fuel-main/requirements-deb.txt

If there is no required files in the default repositories - please add additional Ubuntu repositiory as following:
Run
`export EXTRA_DEB_REPOS="myrepo,http://url-to-your-repo"`
before running `make iso` or `make bootstrap`

Kind regards,
Miroslav Anashkin
L2 Support engineer
Fuel Core Team | Mirantis Inc.

Revision history for this message
Chang-Yi Lee (cy-lee) said :
#2

Thanks Miroslav Anashkin, that solved my question.