← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] ~hyask/autopkgtest-cloud:skia/dump-lxd-remotes into autopkgtest-cloud:master

 

Skia has proposed merging ~hyask/autopkgtest-cloud:skia/dump-lxd-remotes into autopkgtest-cloud:master.

Requested reviews:
  Canonical's Ubuntu QA (canonical-ubuntu-qa)

For more details, see:
https://code.launchpad.net/~hyask/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/461439
-- 
Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~hyask/autopkgtest-cloud:skia/dump-lxd-remotes into autopkgtest-cloud:master.
diff --git a/mojo/dump-lxd-remotes b/mojo/dump-lxd-remotes
new file mode 100755
index 0000000..3cff232
--- /dev/null
+++ b/mojo/dump-lxd-remotes
@@ -0,0 +1,3 @@
+#!/usr/bin/bash
+
+juju config autopkgtest-lxd-worker lxd-remotes > ~/lxd-remotes.yaml
diff --git a/mojo/manifest b/mojo/manifest
index 2c2b6d6..07c30f6 100644
--- a/mojo/manifest
+++ b/mojo/manifest
@@ -4,3 +4,4 @@ bundle config=service-bundle wait=True max-wait=1200
 script config=make-lxd-secgroup
 script config=postdeploy
 script config=rabbitmq-cleanup-setup
+script config=dump-lxd-remotes