Adding Fuel default virtual networks

The plugin manisfests updated to create net04 and net04_ext
networks after deployment of neutron contrail plugin.
Route target is configured for net04_ext.
This allows the environment to pass OSTF tests out of the box.

Change-Id: I18862dee25656a3b56ef20b45c3dd286508d4f58
This commit is contained in:
Oleksandr Martsyniuk
2015-10-27 20:18:28 +02:00
parent 8cc7593452
commit f2d34d0e85
8 changed files with 128 additions and 46 deletions

View File

@@ -14,6 +14,6 @@
include contrail
$node_role = 'controller'
class { 'contrail::service':
class { 'contrail::provision':
node_role => $node_role,
}