*** shashank_hegde has joined #akanda | 01:51 | |
*** shashank_hegde has quit IRC | 06:11 | |
*** shashank_hegde has joined #akanda | 06:50 | |
*** ronis has joined #akanda | 08:13 | |
*** openstack has joined #akanda | 09:19 | |
*** taka has joined #akanda | 10:12 | |
*** openstackgerrit has quit IRC | 15:17 | |
*** openstackgerrit has joined #akanda | 15:17 | |
*** ronis has quit IRC | 16:08 | |
davidlenwell | adam_g, markmcclain are we having some kind of planning meeting today? | 16:25 |
---|---|---|
markmcclain | yeah I thought that was the main part of the agenda for the IRC meeting | 16:26 |
*** BharatK has joined #akanda | 16:58 | |
*** cleverdevil has joined #akanda | 17:17 | |
*** ronis has joined #akanda | 17:41 | |
*** shashank_hegde has quit IRC | 18:00 | |
*** stanchan has joined #akanda | 18:21 | |
*** shashank_hegde has joined #akanda | 18:28 | |
*** elo has joined #akanda | 18:37 | |
*** cleverdevil- has joined #akanda | 19:00 | |
*** cleverdevil has quit IRC | 19:02 | |
shashank_hegde | Hi… I am trying out Akanda by following instructions in the developer quick start guide | 19:36 |
shashank_hegde | But it looks like the VMs do not get a DHCP IP address at all | 19:37 |
shashank_hegde | Any pointers on how I can debug this? | 19:37 |
shashank_hegde | I don’t see any error messages in the ak-rug screen | 19:37 |
adam_g | shashank_hegde, which branch are you running? master or stable/liberty? | 19:39 |
shashank_hegde | stable/liberty | 19:39 |
adam_g | shashank_hegde, can you confirm that akanda has a booted the router appliance? | 19:39 |
shashank_hegde | Yep | 19:40 |
shashank_hegde | I created a router as well and I see a couple of akanda service vms | 19:40 |
adam_g | hmm | 19:41 |
shashank_hegde | adam_g: Any idea what the credentials are to log into the service VMs? | 19:41 |
adam_g | shashank_hegde, user is akanda, and (if you used defaults in devstack) you should be able to login using the devstack users ssh key, or whatever is configured in /etc/akanda-rug/rug.ini under ssh_public_key | 19:42 |
adam_g | shashank_hegde, that is where the dhcp service is running (within the appliance) so thats a good place to start your debugging | 19:42 |
shashank_hegde | adam_g: I see that the router instances do not even have an IPv4 address | 19:44 |
adam_g | shashank_hegde, the management network, by default, is an IPv6 netowrk.l you can ssh to it via that | 19:44 |
shashank_hegde | adam_g: I see… Let me try it out | 19:45 |
adam_g | shashank_hegde, within the appliance, one NIC will be assigned the mgmt address, router interfaces addresses should be brought up on a NIC | 19:46 |
*** cleverdevil- is now known as cleverdevil | 19:46 | |
*** puranamr has joined #akanda | 19:49 | |
*** puranamr has quit IRC | 19:50 | |
*** sarob_ has joined #akanda | 19:56 | |
*** sarob_ has quit IRC | 20:12 | |
*** cleverdevil has quit IRC | 20:51 | |
shashank_hegde | adam_g: Sorry, had to step out for a bit. It looks like the public key was not added to the service VM and so I am unable to login :( | 20:58 |
adam_g | shashank_hegde, you can configure rug.ini to point to any ssh key you want, but you'll need to destroy + re-create the router appliances | 20:58 |
shashank_hegde | adam_g: Cool… let me try that | 20:59 |
adam_g | you can either restar the rug and rebuild them via rug-ctl or horizon | 20:59 |
adam_g | or stop the rug, delete the instances in nova, and restart it | 20:59 |
shashank_hegde | adam_g: I tried it. But no luck :(. Am I missing something obvious? The rug.ini has “ssh_public_key=/home/arastra/.ssh/id_rsa.pub” and when I try “ssh -i ~/.ssh/id_rsa.pub akanda@fdca:3ba5:a17a:acda:f816:3eff:feaf:2a82”, it still asks me for a password :/ | 21:08 |
adam_g | “ssh_public_key=/home/arastra/.ssh/id_rsa.pub” should that be arastra or astara? | 21:13 |
*** ronis has quit IRC | 21:24 | |
adam_g | shashank_hegde, the ssh keys are injected into the appliance VM when it boots, via cloud-init. so onc eyou update it in your config, you need to rebuild / redeploy the appliance VMs for it to take affect | 21:28 |
shashank_hegde | adam_g: its “arastra”, the username for the server | 21:30 |
shashank_hegde | I actually did reboot the instances | 21:30 |
adam_g | shashank_hegde, reboot != rebuild | 21:30 |
shashank_hegde | Actually I meant rebuild | 21:30 |
shashank_hegde | I didn’t seem to have helped | 21:30 |
adam_g | shashank_hegde, hm | 21:31 |
shashank_hegde | adam_g: So no way of getting console access? | 21:31 |
adam_g | shashank_hegde, so when you rebuilt the instance, did you do so via nova or akanda? | 21:33 |
shashank_hegde | adam_g: I actually use horizon | 21:33 |
adam_g | shashank_hegde, but i mean, was it a command for nova to rebuild it, or for akanda? | 21:34 |
shashank_hegde | none of the “rug-ctl” commands seem to work | 21:34 |
shashank_hegde | They all fail with http://paste.openstack.org/show/478383/ | 21:34 |
adam_g | shashank_hegde, oh wow. now *thats* a bug. | 21:35 |
adam_g | shashank_hegde, but wrt rebuild, when you go to horizon to rebuild them.. are you accessing the list of nova instances and rebuilding those? or are you going into the RUG tab and rebuilding the router there? | 21:36 |
adam_g | the two are different | 21:36 |
* adam_g goes to fix the rug-ctl issue | 21:36 | |
shashank_hegde | adam_g: I rebuilt the instance under the RUG tab | 21:36 |
adam_g | shashank_hegde, gimme a few, i need to rebuild a dev env and poke at this with you. the bug you found makes me wonder about rebuild'ing via horizon. in the meantime, you might try stopping the rug, nova delete'ing the instances and starting it again to rebuild them entirely | 21:46 |
shashank_hegde | adam_g: Sure… I can try that | 21:47 |
*** cleverdevil has joined #akanda | 21:51 | |
*** cleverdevil has quit IRC | 21:55 | |
adam_g | shashank_hegde, doh | 22:30 |
adam_g | shashank_hegde, im an idiot, sorry | 22:30 |
adam_g | shashank_hegde, i forgot the project renamed progressed far enough to rename the ssh user in the appliance from akanda to astara | 22:31 |
shashank_hegde | adam_g: ? | 22:31 |
adam_g | shashank_hegde, try sshing to astara@ and not akanda@ | 22:32 |
shashank_hegde | adam_g: Even in liberty? | 22:33 |
adam_g | shashank_hegde, yes | 22:33 |
shashank_hegde | adam_g: Works! | 22:34 |
shashank_hegde | Thanks :) | 22:34 |
adam_g | shashank_hegde, nice | 22:34 |
shashank_hegde | adam_g: Let me now try to figure out why DHCP isn’t working | 22:34 |
adam_g | udhcpc (v1.20.1) started | 22:38 |
adam_g | Sending discover... | 22:38 |
adam_g | Sending select for 10.10.0.2... | 22:38 |
adam_g | Lease of 10.10.0.2 obtained, lease time 86400 | 22:38 |
adam_g | shashank_hegde, i can at least vouch for that working here ATM | 22:38 |
adam_g | trying to reproduce the error you are seeing with rug-ctl | 22:38 |
shashank_hegde | adam_g: I see… Let me try debugging this | 22:40 |
adam_g | shashank_hegde, so eth2 in the appliance should have an address on the fixed network, and a dnsmasq dhcp config in /etc/dnsmasq.d/eth2.conf | 22:43 |
shashank_hegde | adam_g: Interesting… I see a DHCP reply going out. But its not making it back to the VM | 22:45 |
adam_g | actually strayandy was hitting a similar issue last week | 22:47 |
adam_g | strayandy, did you make an progress on that? | 22:47 |
*** cleverdevil has joined #akanda | 23:00 | |
*** markmcclain has quit IRC | 23:09 | |
*** markmcclain has joined #akanda | 23:10 | |
adam_g | davidlenwell, is this irc channel registered to you /w chanserv? | 23:34 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!