sts-sponsors team mailing list archive
-
sts-sponsors team
-
Mailing list archive
-
Message #03664
[Merge] ~dmascialino/maas-ci/+git/system-tests:update_o11y_setup into ~maas-committers/maas-ci/+git/system-tests:master
Diego Mascialino has proposed merging ~dmascialino/maas-ci/+git/system-tests:update_o11y_setup into ~maas-committers/maas-ci/+git/system-tests:master.
Commit message:
Update o11y systemd unit.
Requested reviews:
MAAS Committers (maas-committers)
For more details, see:
https://code.launchpad.net/~dmascialino/maas-ci/+git/system-tests/+merge/433801
--
Your team MAAS Committers is requested to review the proposed merge of ~dmascialino/maas-ci/+git/system-tests:update_o11y_setup into ~maas-committers/maas-ci/+git/system-tests:master.
diff --git a/systemtests/fixtures.py b/systemtests/fixtures.py
index 033fa08..4e5610c 100644
--- a/systemtests/fixtures.py
+++ b/systemtests/fixtures.py
@@ -129,6 +129,9 @@ def maas_deb_repo(
build_container, ["git", "-C", "maas", "checkout", maas_git_branch]
)
lxd.execute(
+ build_container, ["git", "config", "--global", "core.abbrev", "9"]
+ )
+ lxd.execute(
build_container,
[
"mk-build-deps",
@@ -573,7 +576,8 @@ def maas_region(
-E MAAS_AZ="default" \
{AGENT_PATH} \
-config.expand-env \
- -config.file=/opt/agent/agent.yml
+ -config.file=/opt/agent/agent.yml \
+ -server.http.address="0.0.0.0:3100" -server.grpc.address="0.0.0.0:9095"
"""
)
lxd.execute(maas_container, ["sh", "-c", telemetry_run_cmd])
Follow ups