launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #31772
[Merge] ~pelpsi/launchpad-mojo-specs/+git/private:bump-fetch-service-to-111-prod into ~launchpad/launchpad-mojo-specs/+git/private:master
Simone Pelosi has proposed merging ~pelpsi/launchpad-mojo-specs/+git/private:bump-fetch-service-to-111-prod into ~launchpad/launchpad-mojo-specs/+git/private:master.
Commit message:
fetch-service: bump to 111 on prod.
Requested reviews:
Canonical Launchpad Engineering (launchpad)
For more details, see:
https://code.launchpad.net/~pelpsi/launchpad-mojo-specs/+git/private/+merge/475689
--
Your team Launchpad code reviewers is subscribed to branch ~launchpad/launchpad-mojo-specs/+git/private:master.
diff --git a/lp-fetch-service/bundle.yaml b/lp-fetch-service/bundle.yaml
index 668fd34..22baf0e 100644
--- a/lp-fetch-service/bundle.yaml
+++ b/lp-fetch-service/bundle.yaml
@@ -1,6 +1,6 @@
{%- if stage_name == "production" %}
{%- set devel = False %}
-{%- set fetch_service_snap_revision = 110 %}
+{%- set fetch_service_snap_revision = 111 %}
{%- set nagios_context = "lp-prodstack-fetch-service" %}
{%- set nagios_hostgroups = "prodstack-lp" %}
{%- set nagios_master = "nagios.ps5.internal" %}
Follow ups