diff options
author | Yifei Xue <xueyifei@huawei.com> | 2017-03-01 16:39:43 +0800 |
---|---|---|
committer | Justin chi <chigang@huawei.com> | 2017-03-08 04:42:53 +0000 |
commit | 4ba62d9db32b1624a8bb0cd1428fc8dd0ec37da7 (patch) | |
tree | 4afaaf5f5e6969b97929520fd0f9aefdeec44bf4 /deploy/adapters/ansible/roles/tacker/templates/config.yaml | |
parent | 3a90b69c278bf4f822d182ce7f1c995f32760173 (diff) |
Upgrade tacker from mitaka to newton
JIRA: COMPASS-528
Add tacker package making scripts into repo/pip/ directory.
Compass will install tacker using pip in this release.
Upgrade tacker role including tasks, templates and vars.
Modify the installation method from using source code to using whl package.
Change-Id: Iead323c7b46d8d1df084ed868d0e01bc1b0f7e55
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/roles/tacker/templates/config.yaml')
-rw-r--r-- | deploy/adapters/ansible/roles/tacker/templates/config.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/deploy/adapters/ansible/roles/tacker/templates/config.yaml b/deploy/adapters/ansible/roles/tacker/templates/config.yaml new file mode 100644 index 00000000..0a0cea66 --- /dev/null +++ b/deploy/adapters/ansible/roles/tacker/templates/config.yaml @@ -0,0 +1,8 @@ +--- + +auth_url: http://{{ public_vip.ip }}:5000/v3 +username: nfv_user +password: console +project_name: nfv +project_domain_name: default +user_domain_name: default |