Skip to content

Commit

Permalink
Closes-Bug: #1539304 - Minor Bugs fixed in manifests for uninstall of…
Browse files Browse the repository at this point in the history
… roles

Change-Id: I99866fbf1a399ff8c90422164cfff9a8b75f7126
  • Loading branch information
nitishkrishna committed Jan 28, 2016
1 parent 9319985 commit 5ac2189
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Expand Up @@ -41,7 +41,7 @@
state => 'uninstall_collector_started',
contrail_logoutput => $contrail_logoutput }
->
contrail::delete_role_collector { 'delete_role_collector':
class {'contrail::delete_role_collector':
config_ip => $config_ip,
hostname => $hostname,
host_control_ip => $host_control_ip,
Expand Down
Expand Up @@ -65,7 +65,7 @@
contrail_logoutput => $contrail_logoutput
}
->
contrail::delete_vnc_control { 'delete_vnc_control':
class {'contrail::delete_vnc_control':
config_ip => $config_ip,
host_control_ip => $host_control_ip,
router_asn => $router_asn,
Expand Down
Expand Up @@ -29,7 +29,7 @@
}
->
class {'::contrail::delete_consoleauth':
consoleauth_idx -> $consoleauth_idx
consoleauth_idx => $consoleauth_idx
}
->
class {'::contrail::delete_scheduler':
Expand All @@ -50,7 +50,7 @@
host_control_ip => $host_control_ip
}
->
class {'::contrail::remove_mysql_flush_privileges'
class {'::contrail::remove_mysql_flush_privileges':
mysql_root_password => $mysql_root_password
}

Expand Down

0 comments on commit 5ac2189

Please sign in to comment.