diff options
author | ramamani yeleswarapu <ramamani.yeleswarapu@intel.com> | 2017-10-11 17:41:52 -0700 |
---|---|---|
committer | Justin chi <chigang@huawei.com> | 2017-12-05 19:23:50 +0000 |
commit | 51ce441ca60cd115d9e8a932203ccc9d3cebcf82 (patch) | |
tree | 5f08db028c06a5e2c19035dc6f8276f2a8b494de /deploy/conf/vm_environment/os-nosdn-bar-ha.yml | |
parent | db18432af86badcac4d12066f0c2379b7857a165 (diff) |
Add plugin for Barometer.
Change-Id: I5049805eb4e2e2c5e2cc87772afe6650253be36c
Signed-off-by: John Hinman <john.hinman@intel.com>
Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com>
Diffstat (limited to 'deploy/conf/vm_environment/os-nosdn-bar-ha.yml')
-rw-r--r-- | deploy/conf/vm_environment/os-nosdn-bar-ha.yml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/deploy/conf/vm_environment/os-nosdn-bar-ha.yml b/deploy/conf/vm_environment/os-nosdn-bar-ha.yml new file mode 100644 index 00000000..e9abb592 --- /dev/null +++ b/deploy/conf/vm_environment/os-nosdn-bar-ha.yml @@ -0,0 +1,45 @@ +############################################################################## +# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + +--- +TYPE: virtual +FLAVOR: cluster + +plugins: + - barometer: "Enable" + +hosts: + - name: host1 + roles: + - controller + - ha + - ceph-adm + - ceph-mon + + - name: host2 + roles: + - controller + - ha + - ceph-mon + + - name: host3 + roles: + - controller + - ha + - ceph-mon + + - name: host4 + roles: + - compute + - ceph-osd + + - name: host5 + roles: + - compute + - ceph-osd |