Project

General

Profile

Actions

Bug #55587

open

"initial_admin_password" does not work in Grafana Service spec

Added by Tobias Bossert almost 2 years ago. Updated almost 2 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
ceph cli
Target version:
-
% Done:

0%

Source:
Community (user)
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
ceph-deploy
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

When creating a "Grafana service spec" with the key "initial_admin_password" as described here: https://docs.ceph.com/en/latest/cephadm/services/monitoring/#setting-the-initial-admin-password, applying fails with

Error EINVAL: ServiceSpec: __init__() got an unexpected keyword argument 'initial_admin_password'

I tried both the "old" and the "new" variant of the service spec with the same result:

# "new" 
service_type: grafana
placement:
  count: 1
spec:
  initial_admin_password: ewofhewiofhweiofh

# "old" 
service_type: grafana
placement:
  count: 1
initial_admin_password: ewofhewiofhweiofh
Actions #1

Updated by Ilya Dryomov almost 2 years ago

  • Target version deleted (v16.2.8)
Actions

Also available in: Atom PDF