vagrant/libvirt/mesos/config/cluster-3m4a.yaml (58 lines of code) (raw):

# # 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. # --- - name: build type: build box: centos/7 ip: 100.0.10.100 mem: 2048 cpu: 2 - name: mesos-m1 type: master box: centos/7 ip: 100.0.10.101 mem: 2048 cpu: 2 - name: mesos-m2 type: master box: centos/7 ip: 100.0.10.102 mem: 2048 cpu: 2 - name: mesos-m3 type: master box: centos/7 ip: 100.0.10.103 mem: 2048 cpu: 2 - name: mesos-a1 type: agent box: centos/7 ip: 100.0.10.104 mem: 2048 cpu: 2 - name: mesos-a2 type: agent box: centos/7 ip: 100.0.10.105 mem: 2048 cpu: 2 aditional_disk: - 50G - 50G - name: mesos-a3 type: agent box: centos/7 ip: 100.0.10.106 mem: 1024 cpu: 2 aditional_disk: - 50G - 50G - name: mesos-a4 type: agent box: centos/7 mem: 2048 ip: 100.0.10.107 aditional_disk: - 50G - 50G cpu: 2