6fa834bad3
Now it is possible to select components versions for the install using yaml configurations files and specifying them in the command line: * Added new option (--origin) to specify components sources configuration file to be used. * Implemented configuration load (repo, branch, tag) during component sources download. * Remove url parsing logic from downloader and make it work with passed configuration. * Removed components 'get_from' options from configurations. * Added new sources configuration files for master, havana and havana-1. Implements: blueprint flexible-versions Change-Id: I35665a309bf8203f10588c01a336e2e62d8e4b5e
14 lines
185 B
YAML
14 lines
185 B
YAML
# Settings for component rabbit-mq
|
|
---
|
|
|
|
# Where is rabbit located?
|
|
host: "$(auto:ip)"
|
|
|
|
# Which rabbit user should be used
|
|
user_id: guest
|
|
|
|
wanted_passwords:
|
|
rabbit: 'rabbit user'
|
|
|
|
...
|