diff --git a/examples/k8petstore/build-push-containers.sh b/examples/k8petstore/build-push-containers.sh index adb75d8beba3a..7733b6fdd489d 100755 --- a/examples/k8petstore/build-push-containers.sh +++ b/examples/k8petstore/build-push-containers.sh @@ -1,3 +1,19 @@ +#!/bin/bash + +# Copyright 2015 The Kubernetes Authors All rights reserved. +# +# 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. + #K8PetStore version is tied to the redis version. We will add more info to version tag later. #Change the 'jayunit100' string below to you're own dockerhub name and run this script. #It will build all the containers for this application and publish them to your dockerhub account diff --git a/examples/k8petstore/dev/test.sh b/examples/k8petstore/dev/test.sh index 8c524e033ef50..53d42a8c5b773 100755 --- a/examples/k8petstore/dev/test.sh +++ b/examples/k8petstore/dev/test.sh @@ -1,3 +1,19 @@ +#!/bin/bash + +# Copyright 2015 The Kubernetes Authors All rights reserved. +# +# 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. + ## First set up the host VM. That ensures ## we avoid vagrant race conditions. set -x diff --git a/examples/k8petstore/k8petstore.sh b/examples/k8petstore/k8petstore.sh index 4caf89b4cb12a..612640f21fd61 100755 --- a/examples/k8petstore/k8petstore.sh +++ b/examples/k8petstore/k8petstore.sh @@ -1,3 +1,19 @@ +#!/bin/bash + +# Copyright 2015 The Kubernetes Authors All rights reserved. +# +# 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. + echo "WRITING KUBE FILES , will overwrite the jsons, then testing pods. is kube clean ready to go?" #for dev/test you can use: diff --git a/examples/k8petstore/redis-slave/run.sh b/examples/k8petstore/redis-slave/run.sh index 513249dbbeb51..d42c8f261faf6 100755 --- a/examples/k8petstore/redis-slave/run.sh +++ b/examples/k8petstore/redis-slave/run.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 The Kubernetes Authors All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,7 @@ # 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. -i + echo "Note, if you get errors below indicate kubernetes env injection could be faliing..." echo "env vars =" env diff --git a/examples/k8petstore/web-server/test.sh b/examples/k8petstore/web-server/test.sh index 9787018d5e988..7b8b0eacd10b2 100644 --- a/examples/k8petstore/web-server/test.sh +++ b/examples/k8petstore/web-server/test.sh @@ -1,3 +1,19 @@ +#!/bin/bash + +# Copyright 2015 The Kubernetes Authors All rights reserved. +# +# 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. + echo "start test of frontend" curl localhost:3000/llen curl localhost:3000/llen