From 617bf74deb56a96a7d0c33503e97800672b19dca Mon Sep 17 00:00:00 2001 From: "Brandon B. Jozsa" Date: Mon, 20 Feb 2017 10:08:18 -0500 Subject: [PATCH] add license headers to maas (#220) --- maas/Chart.yaml | 14 ++++++++++++++ maas/requirements.yaml | 14 ++++++++++++++ maas/templates/bin/_import-boot-resources.sh.tpl | 16 +++++++++++++++- maas/templates/bin/_job-readiness.sh.tpl | 14 ++++++++++++++ .../bin/_maas-region-controller.postinst.tpl | 14 ++++++++++++++ .../bin/_register-rack-controller.sh.tpl | 16 +++++++++++++++- maas/templates/bin/_start.sh.tpl | 15 +++++++++++++++ maas/templates/configmap-bin.yaml | 14 ++++++++++++++ maas/templates/configmap-etc.yaml | 14 ++++++++++++++ maas/templates/db-service.yaml | 14 ++++++++++++++ maas/templates/deploy-rack.yaml | 14 ++++++++++++++ maas/templates/deploy-region.yaml | 14 ++++++++++++++ maas/templates/etc/_postgresql-config.tpl | 14 ++++++++++++++ maas/templates/etc/_region-dns-config.tpl | 14 ++++++++++++++ maas/templates/etc/_secret.tpl | 14 ++++++++++++++ maas/tests/test-pxe-client.sh | 14 ++++++++++++++ maas/values.yaml | 16 +++++++++++++++- 17 files changed, 242 insertions(+), 3 deletions(-) diff --git a/maas/Chart.yaml b/maas/Chart.yaml index 628076db..4c9d38ff 100755 --- a/maas/Chart.yaml +++ b/maas/Chart.yaml @@ -1,3 +1,17 @@ +# Copyright 2017 The Openstack-Helm Authors. +# +# 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. + description: Chart to run MaaS name: maas version: 0.1.0 diff --git a/maas/requirements.yaml b/maas/requirements.yaml index 4b156320..53782e69 100644 --- a/maas/requirements.yaml +++ b/maas/requirements.yaml @@ -1,3 +1,17 @@ +# Copyright 2017 The Openstack-Helm Authors. +# +# 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. + dependencies: - name: helm-toolkit repository: http://localhost:8879/charts diff --git a/maas/templates/bin/_import-boot-resources.sh.tpl b/maas/templates/bin/_import-boot-resources.sh.tpl index 6dda0c16..a4d4fabf 100644 --- a/maas/templates/bin/_import-boot-resources.sh.tpl +++ b/maas/templates/bin/_import-boot-resources.sh.tpl @@ -1,5 +1,19 @@ #!/bin/sh +# Copyright 2017 The Openstack-Helm Authors. +# +# 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. + set -ex function check_for_download { @@ -33,4 +47,4 @@ maas login {{ .Values.credentials.admin_username }} http://{{ .Values.ui_service maas {{ .Values.credentials.admin_username }} boot-resources import # see if we can find > 0 images sleep {{ .Values.jobs.import_boot_resources.retry_timer }} -check_for_download \ No newline at end of file +check_for_download diff --git a/maas/templates/bin/_job-readiness.sh.tpl b/maas/templates/bin/_job-readiness.sh.tpl index 9eb9659f..d0d58dc8 100644 --- a/maas/templates/bin/_job-readiness.sh.tpl +++ b/maas/templates/bin/_job-readiness.sh.tpl @@ -1,5 +1,19 @@ #!/bin/bash +# Copyright 2017 The Openstack-Helm Authors. +# +# 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. +