tripleo-quickstart/config/general_config/ceph.yml

24 lines
559 B
YAML

# This config file is used to deploy a dedicated node in the overcloud for ceph
# Define a controller node, a compute node, and a ceph node.
overcloud_nodes:
- name: control_0
flavor: control
virtualbmc_port: 6230
- name: compute_0
flavor: compute
virtualbmc_port: 6231
- name: ceph_0
flavor: ceph
virtualbmc_port: 6232
# Tell tripleo how we want things done.
extra_args: >-
--ntp-server pool.ntp.org
--ceph-storage-scale 1
-e {{overcloud_templates_path}}/environments/storage-environment.yaml
network_isolation: true