Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'configure' hook #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

freyes
Copy link
Member

@freyes freyes commented Sep 25, 2023

The configure hook restarts the discoveryserver daemon, without this stage is not possible to override listen.address config.

$ sudo snap set discoveryserver listen.server=10.5.1.75
error: cannot perform the following tasks:
- Run configure hook of "discoveryserver" snap (snap "discoveryserver" has no "configure" hook)

The configure hook restarts the discoveryserver daemon, without this
stage is not possible to override listen.address config.

    $ sudo snap set discoveryserver listen.server=10.5.1.75
    error: cannot perform the following tasks:
    - Run configure hook of "discoveryserver" snap (snap "discoveryserver" has no "configure" hook)
@freyes freyes requested a review from wolsen September 25, 2023 12:56
freyes added a commit to freyes/charm-discoveryserver that referenced this pull request Sep 25, 2023
The discoveryserver will reply to requests including the host's ip
address when passed via the command line argument, this configures the
snap with the unit's public-address

Depends-On: openstack-charmers/snap-discoveryserver#2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant