vagrant/libvirt/dcos/config/cluster-1m4a1p.yaml (52 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: bt type: bootstrap box: centos/7 ip: 100.1.10.100 mem: 2048 cpu: 2 - name: m1 type: master box: centos/7 ip: 100.1.10.101 mem: 2048 cpu: 2 - name: a1 type: agent-private box: centos/7 ip: 100.1.10.102 mem: 2048 cpu: 2 - name: a2 type: agent-private box: centos/7 ip: 100.1.10.103 mem: 2048 cpu: 2 aditional_disk: - 50G - 50G - name: a3 type: agent-private box: centos/7 ip: 100.1.10.104 mem: 2048 cpu: 2 aditional_disk: - 50G - 50G - name: a4 type: agent-private box: centos/7 ip: 100.1.10.105 mem: 2048 cpu: 2 aditional_disk: - 50G - 50G - name: p1 type: agent-public box: centos/7 ip: 100.1.10.106 mem: 2048 cpu: 2