Repository: ignite Updated Branches: refs/heads/ignite-1.9 aca315d88 -> 7b9cd0711
Licenses fix Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/7b9cd071 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/7b9cd071 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/7b9cd071 Branch: refs/heads/ignite-1.9 Commit: 7b9cd0711b2ab16b8635cdaa588bfb3c03915f3c Parents: aca315d Author: Anton Vinogradov <[email protected]> Authored: Fri Feb 17 12:50:38 2017 +0300 Committer: Anton Vinogradov <[email protected]> Committed: Fri Feb 17 12:50:38 2017 +0300 ---------------------------------------------------------------------- modules/kubernetes/config/Dockerfile | 17 +++++++++++++++++ modules/kubernetes/config/ignite-deployment.yaml | 15 +++++++++++++++ modules/kubernetes/config/ignite-service.yaml | 15 +++++++++++++++ parent/pom.xml | 2 +- 4 files changed, 48 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/7b9cd071/modules/kubernetes/config/Dockerfile ---------------------------------------------------------------------- diff --git a/modules/kubernetes/config/Dockerfile b/modules/kubernetes/config/Dockerfile index 4e08ce8..2274535 100644 --- a/modules/kubernetes/config/Dockerfile +++ b/modules/kubernetes/config/Dockerfile @@ -1,3 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You 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 Java 8 image as default one. FROM java:8 http://git-wip-us.apache.org/repos/asf/ignite/blob/7b9cd071/modules/kubernetes/config/ignite-deployment.yaml ---------------------------------------------------------------------- diff --git a/modules/kubernetes/config/ignite-deployment.yaml b/modules/kubernetes/config/ignite-deployment.yaml index ed5c102..8f86a3f 100644 --- a/modules/kubernetes/config/ignite-deployment.yaml +++ b/modules/kubernetes/config/ignite-deployment.yaml @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You 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. + # An example of a Kubernetes configuration for Ignite pods deployment. apiVersion: extensions/v1beta1 kind: Deployment http://git-wip-us.apache.org/repos/asf/ignite/blob/7b9cd071/modules/kubernetes/config/ignite-service.yaml ---------------------------------------------------------------------- diff --git a/modules/kubernetes/config/ignite-service.yaml b/modules/kubernetes/config/ignite-service.yaml index 07b7516..4bcaf73 100644 --- a/modules/kubernetes/config/ignite-service.yaml +++ b/modules/kubernetes/config/ignite-service.yaml @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You 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. + # An example of a Kubernetes configuration for Ignite lookup service deployment. apiVersion: v1 kind: Service http://git-wip-us.apache.org/repos/asf/ignite/blob/7b9cd071/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 759e744..3514435 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -799,7 +799,7 @@ <exclude>**/keystore/*.pfx</exclude><!--bin-files--> <!--special excludes--> <exclude>idea/ignite_codeStyle.xml</exclude> - <exclude>**/DEVNOTES.txt</exclude> + <exclude>**/DEVNOTES*.txt</exclude> <exclude>**/NOTICE*</exclude> <exclude>**/LICENSE*</exclude> <exclude>src/main/java/org/apache/ignite/internal/util/offheap/unsafe/GridOffHeapSnapTreeMap.java</exclude><!--BSD license-->
