Reconfigure VIM after application install

When an application is successfully installed with armada,
reconfigure the VIM so that it can manage the newly
installed application (if necessary). This is done by
doing a runtime application of the VIM's puppet
manifest.

Change-Id: Id43f633d0571fa328410fcf8392a172abadf0e4f
Story: 2003910
Task: 27852
Signed-off-by: Bart Wensley <barton.wensley@windriver.com>
This commit is contained in:
Bart Wensley
2018-11-27 20:24:50 -06:00
parent 7725862b45
commit e739dc367b

View File

@@ -8,6 +8,7 @@ class platform::nfv::params (
class platform::nfv {
include ::platform::params
include ::platform::amqp::params
include ::platform::kubernetes::params
group { 'nfv':
ensure => 'present',