Comment 1 for bug 1697870

Revision history for this message
Jan Provaznik (jan-provaznik) wrote :

there were actually following changes in the oooq config file (-N parameter):
# cat config/nodes/3ctlr_1comp_ceph.yml
# 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: control_1
    flavor: control
    virtualbmc_port: 6231

  - name: control_2
    flavor: control
    virtualbmc_port: 6232

  - name: compute_0
    flavor: compute
    virtualbmc_port: 6233

  - name: ceph_0
    flavor: ceph
    virtualbmc_port: 6234

node_count: 5

# Tell tripleo which nodes to deploy.
topology: >-
  --ceph-storage-scale 1
  --control-scale 3
  -e {{overcloud_templates_path}}/environments/storage-environment.yaml
  -e {{overcloud_templates_path}}/environments/enable-swap.yaml
  -e {{overcloud_templates_path}}/environments/puppet-pacemaker.yaml
  -e {{overcloud_templates_path}}/environments/manila-cephfsnative-config.yaml

network_isolation: true
network_isolation_type: 'single-nic-vlans'