What's on this page

Storage

Existing Storage Services

Ansible RM requires a connection to Cassandra and Kafka. By default the Helm chart is configured to locate existing persisted services using labels:

Check your existing Cassandra and Kafka have the given labels. If you did not install foundation services from Telco Network Cloud Orchestration (TNC-O) with the Helm release name of foundation, then the release label may have an alternative value. If this is the case, update the labels by adding the following to your custom values:

app:
  config:
    kafka:
      existingSelectors:
        app: kafka
        release: foundation

    cassandra
      existingSelectors:
        app: cassandra
        release: foundation

Next Steps

Continue configuring your installation with Access Configuration