Skip to content

Fix cassandra_mapping.yaml reference for cutoutcass nodes #587

Description

@genghisken

The cutoutcass nodes are missing the reference to the cassandra_mapping.yaml file in deploy.yaml. (The file ensures that cassandra nodes are mapped to the correct hypervisor.) Just needs one file reference added under vars_files as below.

- hosts: cutoutcass
  gather_facts: false
  vars_files:
    - settings.yaml
    - cassandra_mapping.yaml
  vars:
    cassandra_cluster_name: "{{ group_names[0] }}"
    cassandra_commitlog_dir: /var/lib/cassandra-commitlog
  roles:
    - gkansible.gkservercollection.cassandra4
  tags: cutoutcass

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions