nickva opened a new pull request, #22: URL: https://github.com/apache/couchdb-infra-cm/pull/22
It's a Debian 13 arm64 host. Managed to added it to the CI node list and put it under Ansible management. To do that had to harmonize some packages between Ubuntu and Debian Also had to introduce an idea that extra hosts (those are non-IBM ones) also can have a bastion entry. So that added some complications to setup but the chances are we'll see much such cases in the future. The list was generated with `./tools/gen-config` The input list `~/.couchdb-infra-cm.cfg` was updated with ``` [extra.asfmini] user = administrator ip_addr = 207.254.28.245 [extra.asfminidebian] user = couchdb ip_addr = 192.168.66.3 arch = arm64 num_cpus = 4 ram = 4 proxyjump = asfmini ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
