diff options
author | Alex Yang <yangyang1@zte.com.cn> | 2017-08-03 11:48:13 +0800 |
---|---|---|
committer | Alex Yang <yangyang1@zte.com.cn> | 2017-08-03 19:28:52 +0800 |
commit | bd241b3bdc1f7494cd8bb7fc120155c8b1cb305f (patch) | |
tree | f35c2ac5f9f88242ab67cc7d96905582a168e936 /requirements.txt | |
parent | e17dc35e2e445a7b7d52398a55d196cca8a680b3 (diff) |
Use PDF(POD descriptor file) and correct the mapping of nodes and roles
JIRA: DAISY-42
JIRA: DAISY-56
In bare metal deployment, we can use PDF to get MAC addresses of nodes
https://gerrit.opnfv.org/gerrit/#/c/38387/.
Then we can use the MACs to help to distinguish the discovered nodes
and assign roles to them, like virtual deployment in the link
https://gerrit.opnfv.org/gerrit/#/c/38381/.
Change-Id: Ib0f1a60b8935f528a828f716ccc916b767cfa6f9
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 7a329b1e..2bdce8b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ configobj +jinja2 jsonschema paramiko pyyaml |