*** sdake has joined #openstack-ansible | 00:02 | |
*** lejonet has joined #openstack-ansible | 00:06 | |
*** shanec has quit IRC | 00:18 | |
lejonet | Hmm, I'm having a issue with the running of the foundation playbook, it seems like openstack-ansible cannot SSH to the machines at all, but I can use my own ansible, with same IPs, to push to them without any problem | 00:19 |
---|---|---|
lejonet | I get this error in the gathering facts phase: "SSH Error: data could not be sent to the remote host. Make sure this host can be reached over ssh" | 00:20 |
lejonet | The /etc/openstack_deploy/openstack_inventory.json seems to have the right IPs for each servers ansible_ssh_host too | 00:21 |
lejonet | (oh and what are the internal_lb and external_lb that seem to be required vars in global_override, in openstack_user_config.yml for? The docs don't really tell what it is, is it a load balancer infront of horizon or?) | 00:28 |
*** tomoe_ has joined #openstack-ansible | 00:31 | |
*** izaakk has quit IRC | 00:33 | |
jmccrory | lejonet could you try `ansible hosts -m ping` from your openstack-ansible/playbooks folder? | 00:40 |
jmccrory | and here's what the the vips are used for: https://github.com/openstack/openstack-ansible/blob/master/etc/openstack_deploy/openstack_user_config.yml.example#L103-L118 | 00:41 |
lejonet | jmccrory: Same thing with that | 00:41 |
lejonet | I'm thinking that it might be because it would seem like most plays wants to ssh as root | 00:42 |
jmccrory | do you have an ssh public key on each of those hosts matching the private on your deployment host? | 00:42 |
lejonet | Yep, I've setup a nopasswd sudo for the ansible user | 00:42 |
lejonet | with passwordless ssh | 00:42 |
jmccrory | ah could be, right now i believe they do require root | 00:42 |
lejonet | so I'm going to generate a key for root and push it out with my own ansible and see if that fixes anything | 00:43 |
lejonet | I got a non fatal warning about that when running the bootstrap iirc | 00:43 |
lejonet | Yep, that would seem to have been the problem | 00:46 |
lejonet | Should probably add that to the docs tho, I can't recall seeing it mentioned anywhere | 00:46 |
lejonet | ah, it assumes the target hosts are debian derivatives, so I guess this was doomed to fail anyway (I use gentoo) | 00:47 |
*** tomoe_ has quit IRC | 00:48 | |
*** sdake has quit IRC | 00:51 | |
jmccrory | yep, only ubuntu right now. work on adding support for other distros is just getting started | 00:53 |
lejonet | Bummer, tho I kindof realized by now that openstack is probably waaay to complex to the very small env I'm going to have | 00:54 |
*** eil397 has quit IRC | 00:59 | |
logan- | bgmccollum: sorry for the late reply.. but yep, if it resolves you're good to go OTHER than setting keepalive vip cidr manually | 01:02 |
lejonet | jmccrory: know of any good appliances with ubuntu? Cba to reinstall these hosts (I still want to try openstack lol) | 01:09 |
*** baker has joined #openstack-ansible | 01:19 | |
*** baker_ has joined #openstack-ansible | 01:21 | |
*** baker has quit IRC | 01:24 | |
jmccrory | lejonet not sure about appliances, but you could probably get by with even just a virtualbox VM and do an all-in-one install to poke around | 01:26 |
lejonet | jmccrory: I guess I could do that, but where is the fun in that? :P | 01:30 |
lejonet | jmccrory: how much of the plays are ubuntu specific, if you had to estimate? | 01:31 |
jmccrory | heh | 01:32 |
lejonet | I.e. is it even worth for me to try and dive in and see if I can do some adjustments here and there to get it to run on gentoo :P | 01:33 |
jmccrory | right now, it's really all ubuntu. there's a couple plays that are added centos support, but think each of those are still a work in progress | 01:33 |
jmccrory | if you have the time to take a look, sure. more than welcome to help get gentoo support going | 01:34 |
lejonet | Well, I meant, how much is locked to ubuntu in terms of installing packages, with names that probably are ubuntu specific, utilizing networking setups that are ubuntu specific and the like, I bet the actual openstack parts are fairly OS agnostic | 01:35 |
lejonet | and even so the setup of the containers are probably fairly OS agnostic too | 01:35 |
jmccrory | yeah, openstack install itself is directly from git repos and pypi | 01:35 |
lejonet | so technically, it shouldn't be all that much that is OS dependent, you'd think atleast | 01:36 |
jmccrory | all the package install tasks use the apt module with apt package names right now, here's an example of one role being updated for multidistros https://review.openstack.org/#/c/274290/ | 01:36 |
jmccrory | it'll require changes in each ansible role | 01:37 |
lejonet | yeah, but that is a fairly "dumb" change as in, it doesn't need to rewrite logic usually, so there it'd most likely mainly be to "just" put in the man hours to do a mapping from the ubuntu packages to $OS names and package manager | 01:38 |
jmccrory | yep | 01:38 |
lejonet | and if most of the changes needed are like that, I might actually take a look at doing some work on it this weekend :P | 01:39 |
jmccrory | ah great | 01:39 |
lejonet | Because I still think openstack is probably one of the more comprehensive "cloud solutions" (I hate that term :P ) even for smaller envs, even tho it is very complex to setup | 01:40 |
lejonet | and especially the neutron part of it, coupled with cinder/swift are the main parts I want to look at it, because otherwise ganeti, with the web manager interface and some manual networking setup for different vlans would probably due it, but the maintenance burden, especially for VLANs or supporting different types of instances in terms of hypervisor/containerisation method | 01:41 |
lejonet | s/due/do/ | 01:41 |
lejonet | would be quite high | 01:42 |
lejonet | But now I'm heading to bed, I really don't feel like going hunting for an alternative that I have to put together pieces that might not be completely designed to work together, just because I want a slightly easier env for VMs and containers :P | 01:44 |
jmccrory | hah well come back if you run into any issues or have questions during your install. night | 01:45 |
*** baker_ has quit IRC | 02:14 | |
*** markvoelker_ has quit IRC | 02:15 | |
*** Bjoern has joined #openstack-ansible | 02:19 | |
*** Bjoern has quit IRC | 02:26 | |
*** dmsimard has quit IRC | 02:38 | |
*** dmsimard has joined #openstack-ansible | 02:56 | |
*** daneyon has joined #openstack-ansible | 03:03 | |
*** daneyon_ has joined #openstack-ansible | 03:04 | |
*** daneyon has quit IRC | 03:08 | |
*** bryan_att has quit IRC | 03:20 | |
*** cemmason has joined #openstack-ansible | 03:38 | |
*** cemmason has quit IRC | 03:43 | |
*** cemmason has joined #openstack-ansible | 03:43 | |
*** sdake has joined #openstack-ansible | 03:46 | |
*** zhangjn has quit IRC | 04:01 | |
*** zhangjn has joined #openstack-ansible | 04:02 | |
*** sdake has quit IRC | 04:09 | |
*** daneyon_ has quit IRC | 04:27 | |
*** sdake has joined #openstack-ansible | 04:31 | |
*** sdake has quit IRC | 04:47 | |
*** dolpher has quit IRC | 04:57 | |
*** dolpher has joined #openstack-ansible | 04:58 | |
*** errr_ has quit IRC | 04:59 | |
*** e-vad_ has quit IRC | 05:00 | |
*** e-vad has joined #openstack-ansible | 05:01 | |
*** tomoe_ has joined #openstack-ansible | 05:06 | |
*** tomoe_ has joined #openstack-ansible | 05:06 | |
*** errr_ has joined #openstack-ansible | 05:27 | |
*** sdake has joined #openstack-ansible | 05:27 | |
*** mrodden has left #openstack-ansible | 05:38 | |
*** sdake has quit IRC | 05:43 | |
*** hybridpollo has quit IRC | 06:03 | |
*** sdake has joined #openstack-ansible | 06:13 | |
*** sdake has quit IRC | 06:14 | |
*** sdake has joined #openstack-ansible | 06:15 | |
*** tomoe_ has quit IRC | 06:19 | |
*** sdake has quit IRC | 06:26 | |
*** tomoe_ has joined #openstack-ansible | 07:19 | |
*** tomoe_ has quit IRC | 07:24 | |
*** skamithi1 has joined #openstack-ansible | 07:30 | |
*** xek_ has joined #openstack-ansible | 07:34 | |
*** xek has quit IRC | 07:35 | |
*** gparaskevas has joined #openstack-ansible | 07:38 | |
*** tomoe_ has joined #openstack-ansible | 07:49 | |
*** tomoe_ has quit IRC | 07:54 | |
*** tomoe_ has joined #openstack-ansible | 08:28 | |
*** tomoe_ has quit IRC | 08:33 | |
*** tomoe_ has joined #openstack-ansible | 09:26 | |
*** tomoe_ has quit IRC | 09:30 | |
*** mgoddard has joined #openstack-ansible | 09:44 | |
*** tomoe_ has joined #openstack-ansible | 09:46 | |
*** phiche1 has joined #openstack-ansible | 09:47 | |
*** tomoe_ has quit IRC | 09:50 | |
*** tomoe_ has joined #openstack-ansible | 10:10 | |
*** phiche1 has quit IRC | 10:16 | |
*** tomoe_ has quit IRC | 10:18 | |
*** tomoe_ has joined #openstack-ansible | 10:31 | |
*** tomoe_ has quit IRC | 10:45 | |
*** mgoddard has quit IRC | 11:39 | |
odyssey4me | lejonet if you're keen on getting in on the game to enable multi-OS then please add your name to the etherpad linked in the community meeting agenda: https://wiki.openstack.org/wiki/Meetings/openstack-ansible#Agenda_for_next_meeting | 12:18 |
odyssey4me | we've started work on it, right now we're just trying to work on getting the patterns right before going ahead and converting | 12:18 |
odyssey4me | the basic package installing pattern is established, we're looking at systemd next | 12:19 |
odyssey4me | if you want to poke into one or two of the other issues identified that will need to be resolved, that'd be great! | 12:19 |
odyssey4me | d34dh0r53 stevelle andymccr hughsaunders mattt cloudnull if anyone happens to pop online this weekend, please review https://review.openstack.org/276753 and https://review.openstack.org/276752 | 12:22 |
lejonet | odyssey4me: I've written a systemd-networkd module, to be able to even get to the run playbook stages, if that helps :) | 12:28 |
odyssey4me | lejonet oh nice, perhaps you can put together a proof of concept with one of the roles in a github fork, then we can discuss it at the next meeting on thu, if you're able to make it? | 12:29 |
lejonet | odyssey4me: I have to add bonds to it and do some documentation, but other than that, its all up and running :) I'll look at if I can make it to the meeting | 12:30 |
odyssey4me | lejonet you already have it up and running on gentoo? | 12:35 |
lejonet | odyssey4me: Yeah, I used it to configure the networking part for the target hosts I was going to deploy OSA on | 12:36 |
lejonet | or you mean have OSA up and running? That I do not sadly | 12:36 |
odyssey4me | oh I see - you have your hosts configured with the role you mentioned, not all of OSA running :) | 12:36 |
lejonet | Yeah exactly, otherwise I'd be a very happy camper now :P | 12:37 |
odyssey4me | well, we expect an example review to be up for adding systemd support by Tue for discussion | 12:37 |
odyssey4me | if you'd like to also put a review in for that, go for it - the more patterns we have to inspect the better | 12:38 |
odyssey4me | if there's an existing role you're aware of that sets out a pattern for implementing systemd & init & other systems then let us know | 12:38 |
lejonet | I've tried to find it, but there is hardly anything for systemd for ansible it would seem | 12:39 |
lejonet | There is for registering services and journald, but that is about it (systemd-service and systemd-journal) | 12:40 |
lejonet | The systemd-service seems fairly good too | 12:41 |
*** gparaskevas has quit IRC | 12:55 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Updated neutron plugin_base setup and config(s) https://review.openstack.org/275894 | 13:13 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Updated neutron plugin_base setup and config(s) https://review.openstack.org/275894 | 13:16 |
*** tomoe_ has joined #openstack-ansible | 13:26 | |
*** tomoe_ has quit IRC | 13:31 | |
*** skamithi1 has quit IRC | 13:38 | |
mattt | odyssey4me: done | 13:43 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-lxc_hosts: [WIP] Set lxc image cache to build locally https://review.openstack.org/272743 | 13:44 |
odyssey4me | thanks mattt | 13:46 |
odyssey4me | for interest sake, take a look at the list of gate check results in https://review.openstack.org/274290 :) | 13:46 |
*** johnmilton has joined #openstack-ansible | 13:48 | |
*** johnmilton has quit IRC | 13:54 | |
*** johnmilton has joined #openstack-ansible | 13:55 | |
*** johnmilton has quit IRC | 13:55 | |
*** johnmilton has joined #openstack-ansible | 13:55 | |
*** skamithi has joined #openstack-ansible | 13:56 | |
*** johnmilton has quit IRC | 14:04 | |
*** johnmilton has joined #openstack-ansible | 14:04 | |
*** skamithi has quit IRC | 14:05 | |
*** johnmilton has quit IRC | 14:06 | |
*** johnmilton has joined #openstack-ansible | 14:06 | |
*** johnmilton has joined #openstack-ansible | 14:07 | |
*** johnmilton has joined #openstack-ansible | 14:08 | |
*** sdake has joined #openstack-ansible | 14:09 | |
*** sdake_ has joined #openstack-ansible | 14:10 | |
*** sdake has quit IRC | 14:14 | |
*** skamithi has joined #openstack-ansible | 14:24 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-lxc_hosts: [WIP] Set lxc image cache to build locally https://review.openstack.org/272743 | 14:43 |
*** skamithi has quit IRC | 14:49 | |
*** sdake_ has quit IRC | 14:59 | |
*** zhangjn has quit IRC | 15:01 | |
*** zhangjn has joined #openstack-ansible | 15:05 | |
*** metral is now known as metral_zzz | 15:31 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible: Add support for Horizon customization module https://review.openstack.org/275494 | 15:37 |
*** tomoe_ has joined #openstack-ansible | 15:46 | |
*** metral_zzz is now known as metral | 15:50 | |
*** tomoe_ has quit IRC | 15:50 | |
*** cemmason has quit IRC | 16:01 | |
*** cemmason has joined #openstack-ansible | 16:01 | |
*** cemmason has quit IRC | 16:07 | |
*** skamithi has joined #openstack-ansible | 16:09 | |
*** johnmilton has quit IRC | 16:18 | |
*** skamithi has left #openstack-ansible | 16:20 | |
*** sdake has joined #openstack-ansible | 16:29 | |
*** johnmilton has joined #openstack-ansible | 16:33 | |
*** johnmilton has quit IRC | 16:35 | |
mattt | odyssey4me: nice! once a pattern is figured out we can knock out all the roles pretty quickly i'd imagine | 16:37 |
*** tomoe_ has joined #openstack-ansible | 16:44 | |
*** CheKoLyN has joined #openstack-ansible | 16:45 | |
*** tomoe_ has quit IRC | 16:48 | |
*** sdake has quit IRC | 17:06 | |
*** galstrom_zzz is now known as galstrom | 17:11 | |
*** sdake has joined #openstack-ansible | 17:41 | |
*** weshay_xchat has quit IRC | 17:49 | |
*** jaypipes has quit IRC | 17:52 | |
*** weshay_xchat has joined #openstack-ansible | 18:02 | |
*** metral is now known as metral_zzz | 18:03 | |
*** galstrom is now known as galstrom_zzz | 18:05 | |
*** skamithi has joined #openstack-ansible | 18:07 | |
*** sdake has quit IRC | 18:15 | |
*** metral_zzz is now known as metral | 18:24 | |
*** skamithi has left #openstack-ansible | 18:37 | |
openstackgerrit | Kevin Carter proposed openstack/openstack-ansible: Updated neutron plugin_base setup and config(s) https://review.openstack.org/275894 | 18:48 |
*** phiche has joined #openstack-ansible | 19:17 | |
*** sdake has joined #openstack-ansible | 19:24 | |
*** sdake has quit IRC | 19:45 | |
*** CheKoLyN has quit IRC | 19:47 | |
*** skamithi has joined #openstack-ansible | 19:53 | |
*** sdake has joined #openstack-ansible | 19:54 | |
*** hybridpollo has joined #openstack-ansible | 20:04 | |
*** phiche has quit IRC | 20:06 | |
*** phiche has joined #openstack-ansible | 20:14 | |
*** skamithi has quit IRC | 20:22 | |
openstackgerrit | Merged openstack/openstack-ansible: Docs: RabbitMQ/MariaDB least privilege https://review.openstack.org/276908 | 20:26 |
openstackgerrit | Merged openstack/openstack-ansible: Docs: nova config options for Ceph RBD https://review.openstack.org/275796 | 20:26 |
openstackgerrit | Merged openstack/openstack-ansible: Docs: Explain container_mtu https://review.openstack.org/275819 | 20:26 |
*** raddaoui_ has joined #openstack-ansible | 20:27 | |
*** raddaoui has joined #openstack-ansible | 20:27 | |
*** mikelk has joined #openstack-ansible | 20:51 | |
*** raddaoui has quit IRC | 21:22 | |
*** raddaoui_ has quit IRC | 21:22 | |
*** mikelk has quit IRC | 21:34 | |
openstackgerrit | Merged openstack/openstack-ansible: DEFCORE: Updated tempest config and resources https://review.openstack.org/274248 | 21:36 |
*** sdake has quit IRC | 22:38 | |
*** sdake has joined #openstack-ansible | 22:40 | |
*** phiche has quit IRC | 22:40 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible: Docs: RabbitMQ/MariaDB least privilege https://review.openstack.org/277121 | 22:40 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible: Docs: nova config options for Ceph RBD https://review.openstack.org/277122 | 22:41 |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible: Docs: Explain container_mtu https://review.openstack.org/277123 | 22:41 |
*** sdake_ has joined #openstack-ansible | 22:59 | |
*** sdake has quit IRC | 23:01 | |
*** sdake_ has quit IRC | 23:06 | |
*** phiche has joined #openstack-ansible | 23:08 | |
*** cfarquhar has quit IRC | 23:14 | |
*** cfarquhar has joined #openstack-ansible | 23:27 | |
*** cfarquhar has quit IRC | 23:27 | |
*** cfarquhar has joined #openstack-ansible | 23:27 | |
*** opok has joined #openstack-ansible | 23:43 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!