Add missing license headers

Change-Id: I6475b01df8a72f07bd62a436d83a44eb3008b3a9
This commit is contained in:
Simon Pasquier 2015-06-18 16:33:50 +02:00
parent 567fbbe3b0
commit d78f3afe71
4 changed files with 43 additions and 1 deletions

View File

@ -1,4 +1,18 @@
#!/bin/bash
# Copyright 2015 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.
#
# Use this script if you want to allocate a new partition.
# Ubuntu and CentOS are not configured the same way by Fuel. CentOS is doing

View File

@ -1,3 +1,17 @@
# Copyright 2015 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.
#
# Return the list of LVM disk partition that haven't been allocated yet
unallocated_pvs = []

View File

@ -1,3 +1,17 @@
# Copyright 2015 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.
#
# Encode a Kibana dashboard file
require 'json'

View File

@ -23,7 +23,7 @@ class lma_logging_analytics::kibana {
$dashboard_dir = $lma_logging_analytics::params::kibana_dashboard_dir
$default_route = $lma_logging_analytics::params::kibana_default_route
# Deploy Kibana
# Deploy Kibana
file { $kibana_dir:
source => 'puppet:///modules/lma_logging_analytics/kibana/src',
recurse => true,