diff --git a/roles/ironic-enroll/tasks/ipmi_bridging_dual_enroll.yaml b/roles/ironic-enroll/tasks/ipmi_bridging_dual_enroll.yaml index 51de57777..43878f968 100644 --- a/roles/ironic-enroll/tasks/ipmi_bridging_dual_enroll.yaml +++ b/roles/ironic-enroll/tasks/ipmi_bridging_dual_enroll.yaml @@ -1,3 +1,16 @@ +# Copyright (c) 2015 Hewlett-Packard Development Company, L.P. +# +# 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. --- - name: "Enroll Hardware" # The variable definitions below seem far from ideal, however there diff --git a/roles/ironic-enroll/tasks/ipmi_bridging_single_enroll.yaml b/roles/ironic-enroll/tasks/ipmi_bridging_single_enroll.yaml index 9d624d34d..1bc474408 100644 --- a/roles/ironic-enroll/tasks/ipmi_bridging_single_enroll.yaml +++ b/roles/ironic-enroll/tasks/ipmi_bridging_single_enroll.yaml @@ -1,3 +1,16 @@ +# Copyright (c) 2015 Hewlett-Packard Development Company, L.P. +# +# 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. --- - name: "Enroll Hardware" # The variable definitions below seem far from ideal, however there diff --git a/roles/ironic-enroll/tasks/main.yml b/roles/ironic-enroll/tasks/main.yml index 8bb6be221..a63c4cea9 100644 --- a/roles/ironic-enroll/tasks/main.yml +++ b/roles/ironic-enroll/tasks/main.yml @@ -1,3 +1,16 @@ +# Copyright (c) 2015 Hewlett-Packard Development Company, L.P. +# +# 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. --- - name: "Error if variable baremetal_csv_file is not defined" fail: msg="baremetal_csv_file must be defined for this playbook to execute, please pass option '-e baremetal_csv_file='" diff --git a/roles/ironic-enroll/tasks/standard_enroll.yaml b/roles/ironic-enroll/tasks/standard_enroll.yaml index b1722a45c..f13096b03 100644 --- a/roles/ironic-enroll/tasks/standard_enroll.yaml +++ b/roles/ironic-enroll/tasks/standard_enroll.yaml @@ -1,3 +1,16 @@ +# Copyright (c) 2015 Hewlett-Packard Development Company, L.P. +# +# 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. --- - name: "Enroll Hardware" # The variable definitions below seem far from ideal, however there diff --git a/roles/ironic-enroll/tasks/virtual_enroll.yaml b/roles/ironic-enroll/tasks/virtual_enroll.yaml index 83bc5299a..e5f4f4238 100644 --- a/roles/ironic-enroll/tasks/virtual_enroll.yaml +++ b/roles/ironic-enroll/tasks/virtual_enroll.yaml @@ -1,4 +1,17 @@ - +# Copyright (c) 2015 Hewlett-Packard Development Company, L.P. +# +# 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. +# # The variable definitions below seem far from ideal, however there # seems to be no better way to handle CSV files for looping at this time. #