Skip to content

Cluster not listed at tab #cluster #9

@alex-dot

Description

@alex-dot

Strangely nothing is shown on the web app. In particular there is nothing to select under the Cluster drop-down menu and it just shows Nothing selected. So probably the webapp isn't correctly configured yet. I followed the guide and also changed settings.py to the following:

clusters = [
    Cluster(id='clustername', name='clustername', host=socket.getfqdn())
]

and

clusters = [
    Cluster(id='clustername', name='clustername', host='hostname')
]

to no avail. Any ideas?

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