Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
remove cluster_name from relation data
Browse files Browse the repository at this point in the history
Slurmdbd should no longer depends on slurmctld. The cluster_name,
used for tagging the associated cluster in the fluentbit config
is not necessary and can be removed to enable independent operation.
  • Loading branch information
jamesbeedy committed Jun 6, 2024
1 parent f413371 commit b1930fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/interface_slurmdbd.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def _on_relation_created(self, event: RelationCreatedEvent) -> None:
{
"munge_key": self._charm.get_munge_key(),
"jwt_rsa": self._charm.get_jwt_rsa(),
"cluster_name": self._charm.cluster_name,
}
)
except json.JSONDecodeError as e:
Expand Down

0 comments on commit b1930fe

Please sign in to comment.