Skip to content

Commit

Permalink
Install vcenter-plugin in install_contrail
Browse files Browse the repository at this point in the history
For juno, kilo and liberty deb, vcenter-plugin in bundled into the contrail deb.
Install the vcenter-plugin in install_contrail

Change-Id: I98920388592eb308881c90c38657963cf1044f61
Partial-Bug: #1580340
  • Loading branch information
a committed May 20, 2016
1 parent 1293fd0 commit 00f3d4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fabfile/tasks/install.py
Expand Up @@ -518,6 +518,10 @@ def install_vcenter_compute_node(*args):
else:
yum_install(pkgs)

if 'vcenter_compute' in env.roledefs:
pkg = get_vcenter_plugin_pkg()
install_contrail_vcenter_plugin(pkg)

@task
@EXECUTE_TASK
@roles('compute')
Expand Down

0 comments on commit 00f3d4e

Please sign in to comment.