Skip to content
This repository was archived by the owner on Feb 27, 2020. It is now read-only.
This repository was archived by the owner on Feb 27, 2020. It is now read-only.

Error loading yaml files in python #73

Description

@AakashKT

Symptoms

yaml.constructor.ConstructorError: while constructing a mapping
in "clearwater-docker/kubernetes/bono-depl.yaml", line 33, column 18
found unacceptable key (unhashable type: 'dict')
in "clearwater-docker/kubernetes/bono-depl.yaml", line 33, column 19

Impact

This makes automation using python harder, since yaml files give error on loading.

Release and environment

On Kubernetes

Steps to reproduce

Try to load the "kubernetes/bono-depl.yaml" file in python3, using yaml (import yaml). It will give an error.

Its a small fix, the earlier <BONO_PUBLIC_IP> worked well instead of the new {{BONO_PUBLIC_IP}}, as a placeholder.
If its okay, I can submit a pull request reverting back to the old format.

Thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions