From dbd4804f6353c5ba49af784502654991520e02e6 Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Wed, 27 Sep 2017 02:02:14 -0700 Subject: add dummy build/deploy scripts Change-Id: I498ff7ebc7994df6e3cca024038295952c0702e9 Signed-off-by: Guo Ruijing (cherry picked from commit d9c7adad6ec6f5496f9b9ea2db07e01ffc8d4899) --- ci/build.sh | 18 ++++++++++++++++++ ci/deploy.sh | 18 ++++++++++++++++++ scripts/README | 6 ------ src/scripts/README | 6 ++++++ 4 files changed, 42 insertions(+), 6 deletions(-) create mode 100755 ci/build.sh create mode 100755 ci/deploy.sh delete mode 100644 scripts/README create mode 100644 src/scripts/README diff --git a/ci/build.sh b/ci/build.sh new file mode 100755 index 0000000..1011923 --- /dev/null +++ b/ci/build.sh @@ -0,0 +1,18 @@ +#!/bin/bash +# +# Copyright (c) 2017 Intel Corporation +# +# 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 "build" diff --git a/ci/deploy.sh b/ci/deploy.sh new file mode 100755 index 0000000..d1a9d86 --- /dev/null +++ b/ci/deploy.sh @@ -0,0 +1,18 @@ +#!/bin/bash +# +# Copyright (c) 2017 Intel Corporation +# +# 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 "deploy" diff --git a/scripts/README b/scripts/README deleted file mode 100644 index 4b6c0e1..0000000 --- a/scripts/README +++ /dev/null @@ -1,6 +0,0 @@ -This directory will give a common ansible scripts to setup a container enviroment in OpenStack. -(1) Container in virtual machine -(2) Container in bare metal machine -(3) Container could connect with container and virtual machine. -(4) Container and virtual machine management platform. - diff --git a/src/scripts/README b/src/scripts/README new file mode 100644 index 0000000..4b6c0e1 --- /dev/null +++ b/src/scripts/README @@ -0,0 +1,6 @@ +This directory will give a common ansible scripts to setup a container enviroment in OpenStack. +(1) Container in virtual machine +(2) Container in bare metal machine +(3) Container could connect with container and virtual machine. +(4) Container and virtual machine management platform. + -- cgit 1.2.3-korg