launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #31219
[Merge] ~ines-almeida/launchpad-mojo-specs/+git/private:vbuilder-update-charm-path into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder
Ines Almeida has proposed merging ~ines-almeida/launchpad-mojo-specs/+git/private:vbuilder-update-charm-path into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.
Commit message:
vbuilder: updating charm origin to use `ch` instead of `cs`
There was a migration and all charms should now all come from charmhub (ch). See https://docs.openstack.org/charm-guide/latest/project/procedures/charmhub-migration.html"
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~ines-almeida/launchpad-mojo-specs/+git/private/+merge/469754
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~ines-almeida/launchpad-mojo-specs/+git/private:vbuilder-update-charm-path into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.
diff --git a/vbuilder/bundle.yaml b/vbuilder/bundle.yaml
index 0366af0..6f198fb 100644
--- a/vbuilder/bundle.yaml
+++ b/vbuilder/bundle.yaml
@@ -155,7 +155,7 @@
series: "{{ series }}"
applications:
rabbitmq-server:
- charm: cs:rabbitmq-server
+ charm: ch:rabbitmq-server
constraints: "cores=2 mem=8G root-disk=20G {{ extra_constraints }}"
num_units: 2
glance-simplestreams-sync-bos01-amd64:
@@ -603,7 +603,7 @@ applications:
options:
http-proxy: "http://squid.internal:3128/"
ntp:
- charm: cs:ntp
+ charm: ch:ntp
options:
source: "ntp1.canonical.com ntp2.canonical.com ntp3.canonical.com ntp4.canonical.com"
# We need to configure telegraf explicitly here because we use custom
Follow ups