Merge "vCenter integration for Fuel 9.0kilo" into fuel9-kilo

This commit is contained in:
Jenkins
2016-08-26 17:44:03 +00:00
committed by Gerrit Code Review
60 changed files with 2156 additions and 81 deletions

View File

@@ -13,5 +13,4 @@
# under the License.
notice('MODULAR: contrail/common-repo.pp')
class { 'contrail::common_repo': }
include contrail::common_repo

View File

@@ -14,4 +14,4 @@
notice('MODULAR: contrail/compute-hiera.pp')
class { 'contrail::compute::hiera': }
include contrail::compute::hiera

View File

@@ -15,5 +15,4 @@
notice('MODULAR: contrail/contrail-compute-aggregate.pp')
include contrail
class { 'contrail::compute::aggregate': }
include contrail::compute::aggregate

View File

@@ -15,4 +15,4 @@
notice('MODULAR: contrail/contrail-compute-firewall.pp')
include contrail
class { 'contrail::compute::firewall': }
include contrail::compute::firewall

View File

@@ -15,4 +15,4 @@
notice('MODULAR: contrail/contrail-compute-hugepages.pp')
include contrail
class { 'contrail::compute::hugepages': }
include contrail::compute::hugepages

View File

@@ -15,4 +15,4 @@
notice('MODULAR: contrail/contrail-compute-network.pp')
include contrail
class { 'contrail::compute::network': }
include contrail::compute::network

View File

@@ -15,4 +15,4 @@
notice('MODULAR: contrail/contrail-compute-nova.pp')
include contrail
class { 'contrail::compute::nova': }
include contrail::compute::nova

View File

@@ -15,5 +15,4 @@
notice('MODULAR: contrail/contrail-compute-override.pp')
include contrail
class { 'contrail::compute::compute_override': }
include contrail::compute::compute_override

View File

@@ -15,4 +15,4 @@
notice('MODULAR: contrail/contrail-compute-provision.pp')
include contrail
class { 'contrail::provision::compute': }
include contrail::provision::compute

View File

@@ -14,4 +14,4 @@
notice('MODULAR: contrail/contrail-compute-repo.pp')
class { 'contrail::compute::compute_repo':}
include contrail::compute::compute_repo

View File

@@ -0,0 +1,19 @@
# Copyright 2016 Mirantis, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
notice('MODULAR: contrail/contrail-compute-vmware-pkg.pp')
include contrail
include contrail::compute::vmware_pkg

View File

@@ -0,0 +1,19 @@
# Copyright 2016 Mirantis, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
notice('MODULAR: contrail/contrail-compute-vmware-repo.pp')
include contrail
include contrail::compute::vmware_repo

View File

@@ -0,0 +1,19 @@
# Copyright 2016 Mirantis, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
notice('MODULAR: contrail/contrail-compute-vmware.pp')
include contrail
include contrail::compute::vmware

View File

@@ -15,4 +15,4 @@
notice('MODULAR: contrail/contrail-compute-vrouter.pp')
include contrail
class { 'contrail::compute::vrouter': }
include contrail::compute::vrouter

View File

@@ -15,4 +15,4 @@
notice('MODULAR: contrail/contrail-config-provision.pp')
include contrail
class { 'contrail::provision::config': }
include contrail::provision::config

View File

@@ -15,6 +15,6 @@
notice('MODULAR: contrail/contrail-config.pp')
include contrail
class { 'contrail::config': }
class { 'contrail::analytics': }
class { 'contrail::webui': }
include contrail::config
include contrail::analytics
include contrail::webui

View File

@@ -15,4 +15,4 @@
notice('MODULAR: contrail/contrail-control-provision.pp')
include contrail
class { 'contrail::provision::control': }
include contrail::provision::control

View File

@@ -15,4 +15,4 @@
notice('MODULAR: contrail/contrail-control.pp')
include contrail
class { 'contrail::control': }
include contrail::control

View File

@@ -15,5 +15,4 @@
notice('MODULAR: contrail/contrail-controller-aggregate.pp')
include contrail
class { 'contrail::controller::aggregate': }
include contrail::controller::aggregate

View File

@@ -15,4 +15,4 @@
notice('MODULAR: contrail/contrail-db-provision.pp')
include contrail
class { 'contrail::provision::db': }
include contrail::provision::db

View File

@@ -15,4 +15,4 @@
notice('MODULAR: contrail/contrail-db.pp')
include contrail
class { 'contrail::database': }
include contrail::database

View File

@@ -15,5 +15,4 @@
notice('MODULAR: contrail/contrail-utils.pp')
include contrail
class { 'contrail::utils': }
include contrail::utils

View File

@@ -0,0 +1,19 @@
# Copyright 2016 Mirantis, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
notice('MODULAR: contrail/contrail-vmware.pp')
include contrail
include contrail::contrail_vmware

View File

@@ -15,4 +15,4 @@
notice('MODULAR: contrail/controller-config.pp')
include contrail
class { 'contrail::controller': }
include contrail::controller

View File

@@ -15,5 +15,4 @@
notice('MODULAR: contrail/controller-hiera-post.pp')
include contrail
class { 'contrail::controller::hiera_post':}
include contrail::controller::hiera_post

View File

@@ -14,4 +14,4 @@
notice('MODULAR: contrail/controller-hiera-pre.pp')
class { 'contrail::controller::hiera_pre':}
include contrail::controller::hiera_pre

View File

@@ -15,4 +15,4 @@
notice('MODULAR: contrail/controller-provision.pp')
include contrail
class { 'contrail::provision::controller': }
include contrail::provision::controller

View File

@@ -15,5 +15,4 @@
notice('MODULAR: contrail/controller-scheduler.pp')
include contrail
class { 'contrail::controller::scheduler': }
include contrail::controller::scheduler

View File

@@ -15,4 +15,4 @@
notice('MODULAR: contrail/controller-vip.pp')
include contrail
class { 'contrail::vip': }
include contrail::vip

View File

@@ -0,0 +1,19 @@
# Copyright 2016 Mirantis, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
notice('MODULAR: contrail/controller-vmware.pp')
include contrail
include contrail::controller::vmware