aboutsummaryrefslogtreecommitdiff
path: root/provisioner/docker/config_centos6.yaml
diff options
context:
space:
mode:
authorKonstantin Boudnik <konstantin_boudnik@epam.com>2017-06-14 23:55:29 -0700
committerEvans Ye <evansye@apache.org>2017-06-15 00:16:27 -0700
commitc6b60a81e4cbb5adf2a6659553dc76ec91feed4e (patch)
tree3a993bee7026d6490910af55b82bfd5c2ed2f085 /provisioner/docker/config_centos6.yaml
parentbf513ded37d0e60c1d9e47991e473cc3c9c1e227 (diff)
BIGTOP-2814. Make provisioner config names be consistent with OS names in CI
Signed-off-by: Evans Ye <evansye@apache.org>
Diffstat (limited to 'provisioner/docker/config_centos6.yaml')
-rw-r--r--provisioner/docker/config_centos6.yaml24
1 files changed, 0 insertions, 24 deletions
diff --git a/provisioner/docker/config_centos6.yaml b/provisioner/docker/config_centos6.yaml
deleted file mode 100644
index 7912aca6..00000000
--- a/provisioner/docker/config_centos6.yaml
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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.
-
-docker:
- memory_limit: "4g"
- image: "bigtop/puppet:centos-6"
-
-repo: "http://bigtop-repos.s3.amazonaws.com/releases/1.2.0/centos/6/x86_64"
-distro: centos
-components: [hdfs, yarn, mapreduce]
-enable_local_repo: false
-smoke_test_components: [hdfs, yarn, mapreduce]