~sudeephb/charm-graylog:graylog-webinterface

Last commit made on 2019-06-28
Get this branch:
git clone -b graylog-webinterface https://git.launchpad.net/~sudeephb/charm-graylog
Only Sudeep Bhandari can upload to this branch. If you are Sudeep Bhandari please log in for upload directions.

Branch merges

Branch information

Name:
graylog-webinterface
Repository:
lp:~sudeephb/charm-graylog

Recent commits

6ffe70b... by Jeremy Lounder

lp:1834352 - Updated multiline operator in config for better formatting.

babb3d4... by Jeremy Lounder

lp:1834352/1827173 - Added functionality to detect /api/ path on rest_transport_uri and web_endpoint_uri, and add if missing. Updated config to match. Also, added blocking if conflicting configs are set for web_listen_uri port and default api listen port.

542b010... by Jeremy Lounder

lp:1834352 - Now close previous port from web_listen_uri if the port changes. Also removed duplicate open_port lines from website relation.

512bbc2... by Jeremy Lounder

LP#1827173/1834352 - Added ability to configure web_endpoint_uri Graylog config via charm configs. Also, registered the web and api ports with Juju.

f95473e... by Nicolas Pochet

Support multiple nodes

* Select the inital master based on juju leadership. This information is
then stored for further use.
* The master is only changed if the actual master is departed.
* The elected leader will also send its password to the others.
* Migrate functional tests to zaza
* Fixes LP:1794631

Reviewed-on: https://code.launchpad.net/~npochet/graylog-charm/+git/graylog-charm/+merge/368200
Reviewed-by: Jeremy Lounder <email address hidden>
Reviewed-by: Stuart Bishop <email address hidden>

b5487d2... by Nicolas Pochet

Select master based on juju leader and store it

* Select the inital master based on juju leadership. This information is
then stored for further use.
* The master is only changed if the actual master is departed.

a3b54c2... by Nicolas Pochet

Migrate functional tests to zaza

b39de0f... by Nicolas Pochet

Support multiple nodes

* Follow the juju leader election to select the graylog master and set
the `is_master` parameter accordingly.
* The elected leader will also send its password to the others.

f233dad... by Kevin W Monroe

lp:1828063 add a core.snap resource to facilitate offline installs

Reviewed-on: https://code.launchpad.net/~graylog-charmers/graylog-charm/+git/graylog-charm/+merge/367201
Reviewed-by: George Kraft <email address hidden>
Reviewed-by: Stuart Bishop <email address hidden>

9d710af... by Kevin W Monroe

reword charmrelease per review