canonical-ubuntu-qa team mailing list archive
-
canonical-ubuntu-qa team
-
Mailing list archive
-
Message #02083
[Merge] ~andersson123/autopkgtest-cloud:update-docs-lxd-flavor into autopkgtest-cloud:master
Tim Andersson has proposed merging ~andersson123/autopkgtest-cloud:update-docs-lxd-flavor into autopkgtest-cloud:master.
Requested reviews:
Canonical's Ubuntu QA (canonical-ubuntu-qa)
For more details, see:
https://code.launchpad.net/~andersson123/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/456987
--
Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~andersson123/autopkgtest-cloud:update-docs-lxd-flavor into autopkgtest-cloud:master.
diff --git a/docs/lxd.rst b/docs/lxd.rst
index 1f88c67..20d6fc6 100644
--- a/docs/lxd.rst
+++ b/docs/lxd.rst
@@ -29,7 +29,7 @@ To deploy a new node, after having sourced the cloud ``.rc`` file:
$ IMAGE=$(openstack image list --format csv -c Name --quote none | grep auto-sync/ubuntu-focal-daily-arm64-server | tail -n1)
$ NET_ID=$(openstack network show net_prod-proposed-migration --format json | jq -r '."id"')
- $ openstack server create --image $IMAGE --flavor cpu8-ram8-disk100 --nic net-id=$NET_ID --key-name wendigo --security-group default --security-group lxd --user-data ~/autopkgtest-cloud/autopkgtest-cloud/tools/armhf-lxd.userdata -- lxd-armhfN
+ $ openstack server create --image $IMAGE --flavor m1.xlarge --nic net-id=$NET_ID --key-name wendigo --security-group default --security-group lxd --user-data ~/autopkgtest-cloud/autopkgtest-cloud/tools/armhf-lxd.userdata -- lxd-armhfN
In the event that you want to deploy the new node on a specifc host you can use the ``--hint same_host`` argument e.g. ``openstack server create --hint same_host=2e838a71-f6d9-46c4-94f9-dd0c6a2632fe``.
Follow ups