[11:12] Hey guys, is it possible to get some help writing a #cloud-init script that installs npm, node, yarn on a Azure build agent? [11:13] I got as far as installing the packages but its now complaining about the permissions and version of node [12:57] anyone familiar with https://lists.launchpad.net/yahoo-eng-team/msg84992.html ? It seems to refer a bug on launchpad that isn't public. While I think it can be addressed on RHEL like it has on Ubuntu with updated service configs, I'm wondering if instead of `mount -a` cloud-init should only be mounting the devices it added to fstab? [15:08] cjp256: It got moved private because logs with PII were uploaded. There isn't a whole lot of additional context in the ticket. It looks like Anh was involved with some previous conversations, so he might have some more context as well [15:33] man something is really crawling for me today on sbulid runs. It's taking me 10 mins to get a build locally to test our latest ubunut jammy upload [17:16] falcojr: SRU of cloud-init status --wait hotfix branches look good, I'm wrapping up sbuild run on impish and will queue uploads into B, F I proposed right afterward [18:37] is there a way to dump the merged cloud cfg? [19:51] jdv: for merged config from disk (as in merged config from filesystem at /etc/cloud/cloud.cfg.d/*) `sudo cloud-init query merged_cfg` if you are talking about the fully merged configuration which also includes datasource vendor_data && user_data etc. I'll dig up a one-off python invocation that'll help.. But it's not yet exposed easily in the cloud-init commandline [19:52] `sudo cloud-init query userdata; sudo cloud-init query vendordata; sudo cloud-init query ds.meta_data` also give you aspects to some of those individual components [20:35] falcojr: uploads to bionic, focal, impish just got approved for hotfix SRU on `cloud-init status --wait` behavior. I've also just dput them to ppa:cloud-nit-dev/proposed [20:36] blackboxsw: great, thanks! [20:36] once packages are up we can manually run CLOUD_INIT_PLATFORM=lxd_container CLOUD_INIT_CLOUD_INIT_SOURCE=PROPOSED CLOUD_INIT_OS_IMAGE=impish tox -e integration-tests tests/integration_tests/cmd/test_status.py on each series and mark verification done [21:16] falcojr: minor thought on how we do pinning, just because our original pin for rtd modules is not antiquated a bit [21:16] s/not/now/