[11:24:00] !log tools.cloud-ceph-performance-tests Deploying latest changes [11:24:01] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.cloud-ceph-performance-tests/SAL [12:46:46] Hi, I have a question about a VPS on. If I have an instance deployed and I want to change its flavor to change the allocation of cores/RAM the only thing that I can do is eliminate the old instance and create a new one, right? [12:55:55] there's an openstack resize command, it will reboot the instance though [12:57:23] https://wikitech.wikimedia.org/wiki/Portal:Cloud_VPS/Admin/Resizing_instances [15:23:41] CristianCantoro: which flavor is that instance currently using? [15:45:25] +majavah g2.cores8.ram16.disk160 - [15:48:33] CristianCantoro: sorry, I don't think you can resize that - new vms which use gen3 flavors (prefixed with g3.) can be, but g1/g2 usually can't [15:49:37] gen3 flavors all have a 20GB root disk and possibility to attach more (https://wikitech.wikimedia.org/wiki/Help:Adding_Disk_Space_to_Cloud_VPS_instances), while gen1/gen2 had varying disk sizes and shrinking disks is not possible [16:49:16] !log toolsbeta renew registry-admission-webhook certificates T280301 [16:49:20] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Toolsbeta/SAL [16:49:21] T280301: Refresh certs that are not controlled by kubeadm - https://phabricator.wikimedia.org/T280301 [16:55:00] !log toolsbeta renew ingress-admission-controller certificates T280301 [16:55:03] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Toolsbeta/SAL [16:55:04] T280301: Refresh certs that are not controlled by kubeadm - https://phabricator.wikimedia.org/T280301 [17:06:41] !log tools renew admission webhook certificates T280301 [17:06:45] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools/SAL [17:06:45] T280301: Refresh certs that are not controlled by kubeadm - https://phabricator.wikimedia.org/T280301 [17:52:38] !log tools.wdvd deployed 9a9b970c47 (support sitelinks for hyphenated language codes) [17:52:42] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.wdvd/SAL [18:26:58] !log tools renew prometheus kubernetes certificate T280301 [18:27:02] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools/SAL [18:27:03] T280301: Refresh certs that are not controlled by kubeadm - https://phabricator.wikimedia.org/T280301 [18:47:10] CristianCantoro, if you launch something new you'll get a gen3 flavor. And you can use cinder to make changing allocations/VMs easier if you decide to do so :-) [19:59:24] Hi, Github Toolforge push bot (https://github.com/toolforge-push) doesn't seem to work anymore but I don't find documentation on it. I created https://phabricator.wikimedia.org/T284144, does the ticket have the correct tags to reach the maintainer(s)? [20:07:08] don-vip, thanks for filing the ticket. Unfortunately, I'm also unaware of where/how the push bot operates, but I'll do some digging [20:10:43] balloons: blame me :) [20:11:04] don-vip: thanks for the bug report. I'll try to make some time to look into it tomorrow [20:11:08] I didn't want to assume! It looked like you :-) [20:11:33] is their a toolforge project for this? I went looking [20:12:00] bd808: thanks! I also assumed it was you but wasn't sure :) [20:12:10] balloons: no, it's just magic config in Phabricator in practice [20:12:44] ahh.. I was wondering if that would be the case.. In which case it's harder if phabricator or github are just acting funny [20:12:45] it stopped working right after I committed only a .github action file, it it can help [20:38:24] hi [20:41:21] hi, cannot ssh taxonbot [20:41:23] taxonbot@bastion-eqiad1-01:~$ ssh taxonbot [20:41:23] ssh: Could not resolve hostname taxonbot: Name or service not known [20:41:33] what can I do? [20:42:12] doctaxon1: are you using key forwarding? [20:42:24] I ask because I'm unfamiliar with someone trying to ssh from a bastion to another host [20:42:40] typically you'd use proxyjump (if you're on mac or linux locally) [20:42:49] iirc, he does [20:43:30] doctaxon1: it might work for you to use the fqdn (taxonbot..eqiad1.wikimedia.cloud) but I'd really suggest a different proxy arrangement. [20:43:32] !log paws tagged new singleuser image, fixes T283969 [20:43:35] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Paws/SAL [20:43:35] T283969: PAWS asks users to ask help at Freenode - https://phabricator.wikimedia.org/T283969 [20:43:49] windows, I'm using putty with pageant [20:44:48] doctaxon1: ok -- I don't really know anything about putty setup but let's start with using the fqdn [20:45:17] fqdn is the long address [20:45:19] ? [20:45:35] taxonbot.dwl.eqiad1.wikimedia.cloud, yes [20:46:15] I'm on [20:46:18] thank you [20:46:20] cool [20:46:39] why have I to use the long address [20:47:02] putty does have proxyjump capabilities as well, not sure we have that documented in wikitech, but it is likely [20:49:02] what have I to do, to use further the short 'ssh -q taxonbot' [20:51:14] doctaxon1: short names are ambiguous (because a given hostname could exist in multiple projects) [20:51:24] so support for that is being phased out along with the .wmflabs domain [20:51:43] you might be able to get away with just taxonbot.dwl? not sure. [21:12:16] andrewbogott: thanks for all [22:21:39] taxonbot.dwl won't work andrewbogott. we have ndots:1 [22:23:17] or rather, we only search bastion.eqiad1.wikimedia.cloud bastion.eqiad.wmflabs eqiad.wmflabs [22:56:29] doctaxon: you can have that mapping on .ssh/config [22:56:33] Host taxonbot [22:56:44] Hostname taxonbot.dwl.wmflabs.org [22:56:47] ProxyHost ...