*** zhanglong has joined #openstack-kolla | 00:05 | |
*** jaosorior has quit IRC | 00:05 | |
*** k_mouza has joined #openstack-kolla | 00:42 | |
*** sean-k-mooney has quit IRC | 00:44 | |
*** zhanglong has quit IRC | 00:57 | |
*** sean-k-mooney has joined #openstack-kolla | 00:58 | |
*** wolverin_ has quit IRC | 00:59 | |
*** wolverineav has joined #openstack-kolla | 01:00 | |
*** wolverineav has quit IRC | 01:02 | |
*** wolverineav has joined #openstack-kolla | 01:02 | |
*** k_mouza has quit IRC | 01:06 | |
*** k_mouza has joined #openstack-kolla | 01:09 | |
*** chrizl has quit IRC | 01:11 | |
*** k_mouza has quit IRC | 01:28 | |
*** chrizl has joined #openstack-kolla | 02:14 | |
*** chrizl has quit IRC | 02:18 | |
*** chrizl has joined #openstack-kolla | 02:29 | |
*** hongbin has joined #openstack-kolla | 02:36 | |
*** chrizl has quit IRC | 02:38 | |
*** chrizl has joined #openstack-kolla | 02:39 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: [wip] use match test instead of equalto https://review.openstack.org/620438 | 02:50 |
---|---|---|
*** wolverineav has quit IRC | 03:12 | |
*** Sravan has quit IRC | 03:14 | |
*** wolverineav has joined #openstack-kolla | 03:17 | |
*** Sravan has joined #openstack-kolla | 03:18 | |
*** Sravan has quit IRC | 03:23 | |
openstackgerrit | Yongjun Bai proposed openstack/kolla master: Add cyborg to kolla https://review.openstack.org/619587 | 03:23 |
*** wolverineav has quit IRC | 03:24 | |
*** Sravan has joined #openstack-kolla | 03:51 | |
*** wolverineav has joined #openstack-kolla | 03:53 | |
*** Sravan has quit IRC | 03:55 | |
*** wolverineav has quit IRC | 03:59 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: [wip] use match test instead of equalto https://review.openstack.org/620438 | 03:59 |
*** hoangcx has joined #openstack-kolla | 04:11 | |
*** hongbin_ has joined #openstack-kolla | 04:23 | |
*** hongbin has quit IRC | 04:24 | |
*** Sravan has joined #openstack-kolla | 04:32 | |
*** hongbin has joined #openstack-kolla | 04:37 | |
*** hongbin_ has quit IRC | 04:38 | |
*** hongbin has quit IRC | 04:40 | |
*** janki has joined #openstack-kolla | 04:48 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: [wip] use match test instead of equalto https://review.openstack.org/620438 | 04:58 |
*** munimeha1 has joined #openstack-kolla | 05:02 | |
*** pcaruana has joined #openstack-kolla | 05:09 | |
*** masber has quit IRC | 05:10 | |
*** munimeha1 has quit IRC | 05:19 | |
*** k_mouza has joined #openstack-kolla | 05:36 | |
*** k_mouza has quit IRC | 05:40 | |
*** shadowphax has joined #openstack-kolla | 05:55 | |
*** shadowphax has quit IRC | 05:59 | |
*** shadowphax has joined #openstack-kolla | 06:01 | |
*** jaosorior has joined #openstack-kolla | 06:36 | |
*** hjensas has quit IRC | 06:40 | |
openstackgerrit | Tone Zhang proposed openstack/kolla-ansible master: Add Kolla Ceph filestore CI jobs https://review.openstack.org/619671 | 06:51 |
*** Luzi has joined #openstack-kolla | 07:00 | |
*** gkadam has joined #openstack-kolla | 07:00 | |
*** wolverineav has joined #openstack-kolla | 07:01 | |
*** wolverineav has quit IRC | 07:06 | |
*** radeks has joined #openstack-kolla | 07:07 | |
*** skramaja has joined #openstack-kolla | 07:15 | |
*** Sravan has quit IRC | 07:25 | |
*** rgogunskiy has quit IRC | 07:28 | |
*** lvdombrkr has joined #openstack-kolla | 07:38 | |
*** hamzaachi has joined #openstack-kolla | 07:45 | |
lvdombrkr | hello folks, who can explain how is realized service HA (mariadb, rabbitq) in 3 controllers setup? mariadb ha privded by galera, right? and rabbitq? | 07:46 |
*** mtudosoiu has quit IRC | 07:48 | |
*** hjensas has joined #openstack-kolla | 07:53 | |
shadowphax | rabbitmq is HA | 07:54 |
mnasiadka | rabbitmq provided by rabbitmq | 07:54 |
mnasiadka | :) | 07:54 |
shadowphax | haproxy | 07:54 |
shadowphax | mariadb uses galeria for STT | 07:55 |
shadowphax | but also uses haproxy for the endpoint | 07:55 |
lvdombrkr | mnasiadka shadowphax , so rabbitmq HA provided by itself, mariadb HA by galera, right? for what services haproxy provide HA? | 07:59 |
shadowphax | have a look in the haproxy.conf on the controller | 08:00 |
shadowphax | will provide you with a list of services | 08:00 |
mnasiadka | lvdombrkr: haproxy provides HA for all active/active services (openstack, etc) and also a vip for mariadb endpoint ;) | 08:00 |
lvdombrkr | shadowphax : thanks looked into.. so is there reason to use haproxy if there is only one controller for example? | 08:04 |
shadowphax | if you had one controller then you won't need haproxy | 08:05 |
lvdombrkr | mnasiadka: active/active means thet there is no slaves and masters, right? | 08:05 |
mnasiadka | lvdombrkr: right, all openstack services use rabbitmq and the database - the services themselves are stateless | 08:05 |
lvdombrkr | mnasiadka: what you mean by stateless? | 08:08 |
mnasiadka | lvdombrkr: that they don't write any data beside mariadb, and use rabbitmq for a message bus, you can kill and wipe it, start it again and it will work | 08:09 |
mnasiadka | (as long as the database is intact) | 08:09 |
*** shadowphax has quit IRC | 08:15 | |
lvdombrkr | mnasiadka: so idea is that, you can delete all services, except mariadb, than install this services from scratch, and all will continue work as before deletion? right? | 08:17 |
lvdombrkr | shadowphax: great, thanks in assist | 08:18 |
mnasiadka | more or less yes | 08:18 |
*** hamzaachi has quit IRC | 08:19 | |
lvdombrkr | mnasiadka: thanks its more or less clean ) | 08:20 |
*** jonaspaulo has joined #openstack-kolla | 08:21 | |
egonzalez | lvdombrkr if using one node not need to use haproxy, i'd do it if want to scale controllers in the future, wont be a breaking change | 08:23 |
jonaspaulo | hi all :) | 08:23 |
egonzalez | jonaspaulo sup! | 08:27 |
*** hamzaachi has joined #openstack-kolla | 08:31 | |
lvdombrkr | egonzalez: thanks! maybe there is some slides/documentations which explain service HA in details? | 08:31 |
*** hamzaachi has quit IRC | 08:32 | |
*** hamzaachi has joined #openstack-kolla | 08:32 | |
jonaspaulo | :) having some doubts with kolla-ansible plus opendaylight but doing some more test. will get back soon | 08:33 |
*** hamzaachi has quit IRC | 08:33 | |
*** hamzaachi has joined #openstack-kolla | 08:34 | |
egonzalez | jonaspaulo let me know, i'm doing some work for ODL | 08:36 |
*** lemko has joined #openstack-kolla | 08:38 | |
*** rgogunskiy has joined #openstack-kolla | 08:41 | |
*** rgogunskiy has quit IRC | 08:42 | |
*** rgogunskiy has joined #openstack-kolla | 08:44 | |
*** hamzaachi has quit IRC | 08:45 | |
*** hamzaachi has joined #openstack-kolla | 08:46 | |
jonaspaulo | Meanwhile another doubt when using multinode config and not using the localhost for any role if we don't install and start docker on the localhost we will get the error below when running the destroy task | 08:48 |
jonaspaulo | TASK [destroy : Ensure the docker service is running] **************************************************************************************************************************************************** fatal: [localhost]: FAILED! => {"changed": true, "msg": "non-zero return code", "rc": 1, "stderr": "User root can't seem to run Docker commands. Verify product documentation to allow user to execute docker commands\n", "std | 08:48 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: [wip] use match test instead of equalto https://review.openstack.org/620438 | 08:48 |
egonzalez | jonaspaulo thats not an issue if there is no kolla container running in there, other's hosts will be destroyed | 08:49 |
jonaspaulo | shouldn't we check the multinode file and see if the localhost is having any role and if not not running this check on localhost in order to avoid the error? | 08:49 |
jonaspaulo | sure it works still | 08:49 |
jonaspaulo | just throws the failed task on the localhost | 08:49 |
jonaspaulo | the solution is simples is to install and start docker on the localhost also but ok ehe | 08:50 |
lvdombrkr | mnasiadka : what it keepalived role in all HA processes ? | 08:50 |
mnasiadka | lvdombrkr: keepalived is a VRRP implementation, it configures a virtual IP, that you can use to connect to haproxy served services | 08:51 |
egonzalez | jonaspaulo hrm, i've never worried about that error, maybe we should work on something, just remove deployment from inventory will work i think, could you open a bug for it? | 08:53 |
lvdombrkr | mnasiadka: thanks. so if there only one controller there is nothing to do with keepalived? | 08:55 |
openstackgerrit | Debo Zhang proposed openstack/kolla-ansible master: Fix Chinese quotes https://review.openstack.org/620536 | 08:55 |
mnasiadka | lvdombrkr: if you have one controller setup (and you don't plan to scale up in future), then you don't need haproxy/keepalived enabled | 09:07 |
*** cah_link has joined #openstack-kolla | 09:08 | |
jonaspaulo | egonzalez: sure i will try. never opened one ehe | 09:09 |
*** shardy has joined #openstack-kolla | 09:10 | |
jonaspaulo | i guess that would be enought yes to remove it from deployment | 09:10 |
jonaspaulo | *enough | 09:10 |
*** rgogunskiy has quit IRC | 09:11 | |
*** owalsh_ is now known as owalsh | 09:12 | |
*** k_mouza has joined #openstack-kolla | 09:13 | |
*** eandersson has quit IRC | 09:13 | |
lvdombrkr | mnasiadka: thanks, if i have right now 3 controller setup, and when check keepalived container logs see that one is on MASTER state and others on BACKUP, by whose this states are managed? it is keepalived self-process? | 09:16 |
egonzalez | lvdombrkr yep, is keepalived, only one master VIP can exists, keepalived checks the status of the services and moves the IP over other hosts | 09:17 |
mnasiadka | lvdombrkr: yes, keepalived manages it | 09:17 |
lvdombrkr | egonzalez mnasiadka great, thanks | 09:19 |
*** cah_link has quit IRC | 09:22 | |
*** serlex has joined #openstack-kolla | 09:32 | |
egonzalez | i'll probably cannot handle todays meeting due job conflict, is anybody able to handle it, or we cancel the meeting? | 09:39 |
egonzalez | ^^ mgoddard pbourke spsurya mnasiadka chason | 09:40 |
*** Sravan has joined #openstack-kolla | 09:40 | |
mnasiadka | I can't, also a job conflict... | 09:41 |
*** Sravan has quit IRC | 09:45 | |
mgoddard | egonzalez: I will be in meetings today, probably cannot attend | 09:47 |
jonaspaulo | egonzalez: done : https://bugs.launchpad.net/kolla-ansible/+bug/1805596 | 09:48 |
openstack | Launchpad bug 1805596 in kolla-ansible "destroy action role fails on localhost" [Undecided,New] | 09:48 |
lvdombrkr | mnasiadka: there is haproxy container on each controller, how to understood which handle processes at the moment? not all three same time, right? | 10:02 |
mnasiadka | lvdombrkr: the one where the vip is ACTIVE | 10:03 |
egonzalez | ok thanks for the replies, will cancel the meetings as many people wont be attending and there is no new topic in the agenda | 10:03 |
spsurya | egonzalez: yeah no topic for this week | 10:07 |
*** dougsz has joined #openstack-kolla | 10:08 | |
*** hamzaachi has quit IRC | 10:08 | |
*** hamzaachi has joined #openstack-kolla | 10:09 | |
lvdombrkr | mnasiadka: so in which controller on interfaces there is external, internal VIP in that controller haproxy is active, right? | 10:09 |
*** k_mouza has quit IRC | 10:18 | |
*** k_mouza has joined #openstack-kolla | 10:18 | |
*** k_mouza has quit IRC | 10:22 | |
openstackgerrit | Merged openstack/kolla-ansible master: Add ironic_dnsmasq_interface parameter to globals.yml https://review.openstack.org/619659 | 10:26 |
*** ktibi has joined #openstack-kolla | 10:27 | |
*** gbatir__ has joined #openstack-kolla | 10:30 | |
*** jistr is now known as jistr|mtg | 10:34 | |
egonzalez | Added an etherpad to track CI status and changes https://etherpad.openstack.org/p/kolla-ci-status | 10:34 |
egonzalez | feel free to update | 10:34 |
*** hamzaachi has quit IRC | 10:35 | |
*** robbbe has joined #openstack-kolla | 10:36 | |
jonaspaulo | general question is there anyway to do something like ironic provisioning of the nodes prior to running kolla-ansible? so that we don't have to install the OS manually on each node first | 10:36 |
*** wolverineav has joined #openstack-kolla | 10:37 | |
*** k_mouza has joined #openstack-kolla | 10:38 | |
ktibi | jonaspaulo, Hi, you can use Kayobe for provision your node | 10:39 |
egonzalez | jonaspaulo we have bifrost for it https://docs.openstack.org/kolla-ansible/latest/reference/deployment-and-bootstrapping/bifrost.html | 10:39 |
jonaspaulo | nice. thanks gonna check it | 10:40 |
*** k_mouza has quit IRC | 10:41 | |
*** k_mouza has joined #openstack-kolla | 10:42 | |
*** wolverineav has quit IRC | 10:42 | |
jonaspaulo | there are so many projects popping up this days that one gets lost | 10:42 |
jonaspaulo | like airship | 10:42 |
jonaspaulo | starlingx | 10:42 |
jonaspaulo | etc | 10:42 |
jonaspaulo | *airshipit | 10:44 |
*** serlex has quit IRC | 10:44 | |
ktibi | jonaspaulo, yes, I discovered a lot of new tools in the last summit | 10:44 |
jonaspaulo | too bad i couldn0t attend | 10:45 |
jonaspaulo | for example how does airshipit compares with kayobe? | 10:45 |
jonaspaulo | both seems to be used for containarized openstack deplopyments | 10:45 |
ktibi | I guess it depends of your constraints | 10:46 |
ktibi | airship had release 1.0 recently | 10:46 |
jonaspaulo | sure it is recent yep | 10:47 |
ktibi | If you want a stable project, with a large community you can try kolla first | 10:47 |
jonaspaulo | another thing i will look afterwards is to integrate something like ansible tower or other type to have a GUI on kolla-ansible | 10:47 |
jonaspaulo | yep that is what i am doing ehe | 10:47 |
jonaspaulo | just got curious | 10:47 |
ktibi | I don't if someone have already try to integrate kolla-a in a tower. | 10:48 |
ktibi | Tower have own logical for inventory or playbooks | 10:49 |
egonzalez | ktibi jonaspaulo we've a goal to make a PoC of a GUI, tower(awx) and rundeck was discussed, not sure if anyone have started to work on it | 10:50 |
jonaspaulo | yep very nice | 10:50 |
egonzalez | *not a goal because wasnt defined, but is in the backlog of previous PTG | 10:50 |
jonaspaulo | i searched for GUIs and rundeck came along | 10:50 |
jonaspaulo | also others were ansible-semaphore | 10:50 |
ktibi | jonaspaulo, you can use jenkins for deploy or update (I use that) | 10:51 |
jonaspaulo | and polemarch | 10:51 |
egonzalez | jonaspaulo if want to try making something like that, your welcomed to share :) | 10:51 |
jonaspaulo | sure if i have the time i will tinker something up | 10:51 |
jonaspaulo | not the best programmer though ehe | 10:51 |
jonaspaulo | thanks ktibi | 10:51 |
ktibi | jonaspaulo, if you are interested, we have meeting today. Anyone are welcome. | 10:53 |
egonzalez | never heard about polemarch, looks good | 10:53 |
egonzalez | ktibi today's is cancelled | 10:53 |
ktibi | egonzalez, ho, I missed the mail I guess >< | 10:54 |
jonaspaulo | i will keep an eye on it, if no meetings i will join the next | 10:54 |
egonzalez | sent to openstack-discuss, not sure if that ML is working properly or not | 10:54 |
jonaspaulo | it is , i saw it | 10:55 |
*** hamzaachi has joined #openstack-kolla | 10:57 | |
*** ktibi has quit IRC | 11:26 | |
openstackgerrit | Asharam Meena proposed openstack/kolla-ansible master: Closes-Bug: #1804850 https://review.openstack.org/619743 | 11:29 |
openstack | bug 1804850 in kolla-ansible "External MariaDB Cluster Integration Guide with Kolla-Ansible" [Undecided,Fix committed] https://launchpad.net/bugs/1804850 - Assigned to Ram Meena (ram.meena) | 11:29 |
openstackgerrit | Surya Prakash (spsurya) proposed openstack/kolla master: DNM: Test jobs running on bionic instead of xenial https://review.openstack.org/620567 | 11:29 |
*** chason has quit IRC | 11:31 | |
*** chason has joined #openstack-kolla | 11:36 | |
*** dave-mccowan has joined #openstack-kolla | 11:44 | |
*** hamzaachi has quit IRC | 11:50 | |
openstackgerrit | Surya Prakash (spsurya) proposed openstack/kolla master: DNM: Test jobs running on bionic instead of xenial https://review.openstack.org/620567 | 11:52 |
*** hjensas has quit IRC | 12:02 | |
openstackgerrit | Surya Prakash (spsurya) proposed openstack/kolla master: DNM: Test jobs running on bionic instead of xenial https://review.openstack.org/620567 | 12:04 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: [wip] use match test instead of equalto https://review.openstack.org/620438 | 12:08 |
*** ktibi has joined #openstack-kolla | 12:09 | |
*** hamzaachi has joined #openstack-kolla | 12:14 | |
*** Shadowphax has joined #openstack-kolla | 12:15 | |
Shadowphax | hi, i've just noticed that my /etc/hosts across compute nodes are not consistent. Anyone else see this ? | 12:16 |
Shadowphax | nodes which i've provisioned last have the full set of hostnames in /etc/hosts | 12:16 |
Shadowphax | The bootstrap function is used for this. | 12:17 |
Shadowphax | as it generates and updates /etc/hosts. | 12:18 |
*** munimeha1 has joined #openstack-kolla | 12:19 | |
*** janki has quit IRC | 12:20 | |
lvdombrkr | folks if i use L3 HA, how can i see which vrouter is active and which passive? | 12:22 |
lvdombrkr | i see vrouters on each controllers, but which handle processes? | 12:22 |
*** tolisbar has joined #openstack-kolla | 12:24 | |
*** munimeha1 has quit IRC | 12:28 | |
*** ramishra has joined #openstack-kolla | 12:33 | |
*** beagles is now known as beagles_mtgs | 12:55 | |
*** k_mouza has quit IRC | 13:02 | |
*** hamzaachi has quit IRC | 13:06 | |
*** munimeha1 has joined #openstack-kolla | 13:13 | |
*** phuoc has quit IRC | 13:15 | |
*** phuoc has joined #openstack-kolla | 13:16 | |
*** munimeha1 has quit IRC | 13:19 | |
*** jistr|mtg is now known as jistr | 13:21 | |
*** hamzaachi has joined #openstack-kolla | 13:24 | |
*** k_mouza has joined #openstack-kolla | 13:28 | |
*** Shadowphax has quit IRC | 13:36 | |
openstackgerrit | Merged openstack/kolla master: Add management and monitoring utilities for qdrouterd https://review.openstack.org/620091 | 13:42 |
jonaspaulo | egonzalez: the error is this one : 2018-11-28 13:25:52.235 28 WARNING networking_odl.ml2.pseudo_agentdb_binding [req-afb10396-43ac-42bd-aa5a-84075c870cfa 29074d782714476ea7e6746b81ad1f26 fcd8e63e3eb349c79658c351aece02da - default default] No valid hostconfigs in agentsdb for host compute1.casa.pt 2018-11-28 13:25:52.235 28 ERROR neutron.plugins.ml2.managers [req-afb10396-43ac-42bd-aa5a-84075c870cfa 29074d782714476ea7e6746b | 13:44 |
jonaspaulo | btw the config is as follows: https://pastebin.com/U3rZ4HCV | 13:46 |
jonaspaulo | afterwards if also throws the error: 2018-11-28 13:25:52.235 28 ERROR neutron.plugins.ml2.managers [req-afb10396-43ac-42bd-aa5a-84075c870cfa 29074d782714476ea7e6746b81ad1f26 fcd8e63e3eb349c79658c351aece02da - default default] Failed to bind port 9a8b3629-ef70-409d-9587-38b0a4aa152f on host compute1.casa.pt for vnic_type normal using segments [{'network_id': 'e4e3e536-53e8-4bd7-8db2-2d97b97f6730', 'segmentation_id': 12, 'ph | 13:47 |
*** skramaja has quit IRC | 13:49 | |
jonaspaulo | even just creating networks an error is shown | 13:49 |
jonaspaulo | i am using rocky btw | 13:50 |
jonaspaulo | maybe some feature missing on opendaylight in globals.yml | 13:50 |
jonaspaulo | i have inserted odl-restconf additionally to the page: https://docs.openstack.org/kolla-ansible/latest/reference/networking/opendaylight.html | 13:51 |
jonaspaulo | because it was throwing an error before with that feature missing i think | 13:51 |
*** janki has joined #openstack-kolla | 13:55 | |
*** yan0s has joined #openstack-kolla | 14:07 | |
*** janki has quit IRC | 14:11 | |
lvdombrkr | folks is there way to discover which vrouter is master ( l3 HA ) except going to each ip netns and checking if theare floating ips on interfaces etc? | 14:12 |
*** janki has joined #openstack-kolla | 14:12 | |
*** wolverineav has joined #openstack-kolla | 14:14 | |
egonzalez | jonaspaulo odl-restconf is a dependency of netvirt, should be installed on boot | 14:16 |
egonzalez | jonaspaulo any log in karaf, and using HAProxy? | 14:16 |
egonzalez | jonaspaulo how many nodes in network group? | 14:16 |
egonzalez | jonaspaulo docker exec -ti openvswitch_vswitchd ovs-vsctl show in both network and compute hosts | 14:19 |
*** wolverineav has quit IRC | 14:19 | |
*** ktibi has quit IRC | 14:22 | |
jonaspaulo | hm i was following just the default guide https://docs.openstack.org/kolla-ansible/latest/reference/networking/opendaylight.html but didnt work that why i add the rest | 14:30 |
jonaspaulo | yes there is errors on karaf log | 14:30 |
*** mjturek has joined #openstack-kolla | 14:30 | |
jonaspaulo | *there is an error | 14:30 |
egonzalez | please paste to paste. openstack. org | 14:31 |
egonzalez | also neutron agents too | 14:31 |
jonaspaulo | karaf log when creating a vm on openstack: http://paste.openstack.org/show/736316/ | 14:32 |
jonaspaulo | i am just using one controller for network role | 14:32 |
jonaspaulo | ovs-vsctl : http://paste.openstack.org/show/736317/ | 14:34 |
jonaspaulo | maybe the main question is should ODL work ok with just the features listed on the docs which are: opendaylight_features: "odl-mdsal-apidocs,odl-netvirt-openstack" | 14:34 |
egonzalez | yes, should work | 14:35 |
jonaspaulo | at least for a working example we have to add also this line: neutron_plugin_agent: "opendaylight" no? | 14:35 |
jonaspaulo | ok i can launch it again with just those features but i have tried with no success | 14:36 |
egonzalez | yes, thats missing in the doc | 14:36 |
egonzalez | one of the hosts isnt connected to the tunnel in br-int | 14:37 |
jonaspaulo | also the multinode setup: http://paste.openstack.org/show/736319/ | 14:37 |
egonzalez | can you check logs of neutron ovs agent in compute? | 14:37 |
lvdombrkr | egonzalez: which sdn controller kolla-ansible using by default, is there no customizations? | 14:38 |
jonaspaulo | hm you mean compute0 ? that one the order of the output is inverted | 14:38 |
jonaspaulo | sure i can check | 14:38 |
egonzalez | lvdombrkr: neutron controlling ovs | 14:38 |
lvdombrkr | egonzalez: so if you activated opendaylight you must disable neutron? | 14:39 |
egonzalez | no, neutron calls opendaylight rest api, which then odl controll ovs | 14:40 |
jonaspaulo | http://paste.openstack.org/show/736320/ | 14:41 |
jonaspaulo | ovs-vswitchd.log on one compute | 14:42 |
egonzalez | jonaspaulo going to a meeting, brb in a couple hours | 14:46 |
jonaspaulo | ok np | 14:49 |
lvdombrkr | egonzalez: so if deploy without customization neutron use their own plugin to control ovs, right? | 14:50 |
*** emccormick has joined #openstack-kolla | 14:50 | |
jonaspaulo | yes and it works | 14:51 |
lvdombrkr | jonaspaulo: hi you try to enable odl l3 plugin, right? | 14:55 |
jonaspaulo | yes | 14:58 |
lvdombrkr | lvdombrkr: its a some reason to do that, if you just testing? | 15:01 |
*** hjensas has joined #openstack-kolla | 15:05 | |
mnasiadka | lvdombrkr: speaking to yourself? :) | 15:18 |
lvdombrkr | mnasiadka: will start after reading all day documentations ))) | 15:20 |
*** ivve has joined #openstack-kolla | 15:21 | |
lvdombrkr | mnasiadka: how can discover which vrouter is master (when using l3 HA) ? is any ways except going into ip netns and checking ips etc.. | 15:21 |
mnasiadka | lvdombrkr: currently in kolla it's rather logging in to all the controllers and checking where the ip is currently bound, I don't think kolla has any keepalived logging/notify script to put that data somewhere | 15:23 |
mnasiadka | I mean't kolla-ansible | 15:23 |
jonaspaulo | lvdombrkr: i am testing it out | 15:27 |
*** gkadam has quit IRC | 15:35 | |
*** pbourke has quit IRC | 15:37 | |
*** beagles_mtgs is now known as beagles | 15:37 | |
*** pbourke has joined #openstack-kolla | 15:38 | |
*** Sravan has joined #openstack-kolla | 15:40 | |
*** ktibi has joined #openstack-kolla | 15:41 | |
*** Sravan has quit IRC | 15:45 | |
*** ramishra has quit IRC | 15:46 | |
*** gbatir__ has quit IRC | 15:47 | |
openstackgerrit | Chason Chan proposed openstack/kolla-ansible master: Update the reference of External MariaDB https://review.openstack.org/619743 | 15:49 |
lvdombrkr | mnasiadka: thanks, can you explain me a little but closer about l3 plugins? ml2 more or less clean for me.. its for L2 connectivity and common used plugins are ovs/linux bridges... l3 plugins is for l3 connectivity but which plugin is used by default? and which is common used l3 plugins? | 15:50 |
*** yan0s has quit IRC | 15:55 | |
*** Luzi has quit IRC | 16:15 | |
*** hamzaachi has quit IRC | 16:27 | |
*** robbbe has quit IRC | 16:45 | |
jonaspaulo | see you later | 17:00 |
*** pcaruana has quit IRC | 17:03 | |
*** jonaspaulo has quit IRC | 17:08 | |
*** lvdombrkr has quit IRC | 17:19 | |
*** robbbe has joined #openstack-kolla | 17:26 | |
*** ktibi has quit IRC | 17:30 | |
*** janki has quit IRC | 17:41 | |
*** hamzaachi has joined #openstack-kolla | 17:48 | |
openstackgerrit | Dan Radez proposed openstack/kolla stable/queens: Install networking-ansible ML2 driver in neutron base images https://review.openstack.org/620666 | 17:51 |
emccormick | Is there a way to force kolla-build, building from source, to fetch the latest release from pip rather than whatever the default is? For example, with kolla 7.0.0, Keystone 14.0.0, but 14.0.1 is available. | 17:56 |
emccormick | I mean to do this as a blanket thing rather than having to hard-set the version in kolla-build.conf for each and every module. | 17:56 |
*** k_mouza_ has joined #openstack-kolla | 17:57 | |
*** Sravan has joined #openstack-kolla | 18:00 | |
*** sshnaidm is now known as sshnaidm|afk | 18:01 | |
*** k_mouza has quit IRC | 18:01 | |
*** k_mouza_ has quit IRC | 18:01 | |
*** shardy has quit IRC | 18:11 | |
*** wolverineav has joined #openstack-kolla | 18:23 | |
emccormick | hmm. Seems to work if I clone the kolla git repo rather thank installing from pip | 18:28 |
emccormick | I guess pip didn't get the 7.0.1 tagged release | 18:48 |
*** wolverineav has quit IRC | 18:50 | |
openstackgerrit | Merged openstack/kolla-ansible master: Update the reference of External MariaDB https://review.openstack.org/619743 | 18:50 |
*** wolverineav has joined #openstack-kolla | 18:51 | |
openstackgerrit | Merged openstack/kolla stable/ocata: Fix the horizon failed to start https://review.openstack.org/618502 | 18:52 |
*** goldyfruit has joined #openstack-kolla | 19:11 | |
*** k_mouza has joined #openstack-kolla | 19:21 | |
openstackgerrit | Merged openstack/kolla stable/rocky: horizon: regenerate compressed javascript and css on configuration changes https://review.openstack.org/610455 | 19:24 |
*** radeks_ has joined #openstack-kolla | 19:25 | |
*** radeks has quit IRC | 19:26 | |
*** chrizl has quit IRC | 19:33 | |
*** jonaspaulo has joined #openstack-kolla | 19:38 | |
jonaspaulo | hi again :) | 19:38 |
*** chrizl has joined #openstack-kolla | 19:40 | |
openstackgerrit | Merged openstack/kolla master: Bump storage available to Docker in CI to 25G https://review.openstack.org/619707 | 19:43 |
jonaspaulo | egonzalez, r youthere? | 19:46 |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible master: WIP: Split placement from nova https://review.openstack.org/613629 | 19:50 |
*** radeks has joined #openstack-kolla | 19:53 | |
*** radeks_ has quit IRC | 19:55 | |
*** chrizl has quit IRC | 19:59 | |
openstackgerrit | Merged openstack/kolla stable/queens: Install UEFI related package for nova image https://review.openstack.org/619511 | 20:03 |
openstackgerrit | Merged openstack/kolla stable/pike: Install UEFI related package for nova image https://review.openstack.org/619512 | 20:03 |
*** chrizl has joined #openstack-kolla | 20:03 | |
*** wolverineav has quit IRC | 20:05 | |
*** wolverineav has joined #openstack-kolla | 20:07 | |
*** cah_link has joined #openstack-kolla | 20:12 | |
*** chrizl has quit IRC | 20:12 | |
*** wolverineav has quit IRC | 20:16 | |
*** chrizl has joined #openstack-kolla | 20:17 | |
*** robbbe has quit IRC | 20:19 | |
*** chrizl has quit IRC | 20:22 | |
*** robbbe has joined #openstack-kolla | 20:22 | |
*** chrizl has joined #openstack-kolla | 20:26 | |
*** chrizl has quit IRC | 20:31 | |
*** hamzaachi has quit IRC | 20:31 | |
*** chrizl has joined #openstack-kolla | 20:35 | |
*** cah_link has quit IRC | 20:36 | |
*** openstackgerrit has quit IRC | 20:36 | |
*** dougsz has quit IRC | 20:40 | |
*** chrizl has quit IRC | 20:40 | |
*** atmark has quit IRC | 20:41 | |
*** k_mouza has quit IRC | 20:44 | |
*** tolisbar has quit IRC | 20:44 | |
*** wolverineav has joined #openstack-kolla | 20:48 | |
*** chrizl has joined #openstack-kolla | 20:49 | |
*** chrizl has quit IRC | 20:58 | |
*** openstackgerrit has joined #openstack-kolla | 21:01 | |
openstackgerrit | Gaëtan Trellu proposed openstack/kolla-ansible master: Set region_id for karbor_client https://review.openstack.org/620695 | 21:01 |
*** wolverineav has quit IRC | 21:02 | |
*** chrizl has joined #openstack-kolla | 21:03 | |
*** cah_link has joined #openstack-kolla | 21:04 | |
*** k_mouza has joined #openstack-kolla | 21:04 | |
*** wolverineav has joined #openstack-kolla | 21:06 | |
openstackgerrit | Gaëtan Trellu proposed openstack/kolla-ansible master: Fix Karbor endpoints https://review.openstack.org/620699 | 21:13 |
*** cah_link has quit IRC | 21:13 | |
*** cah_link has joined #openstack-kolla | 21:14 | |
*** chrizl has quit IRC | 21:17 | |
*** wolverineav has quit IRC | 21:22 | |
*** chrizl has joined #openstack-kolla | 21:22 | |
*** wolverineav has joined #openstack-kolla | 21:23 | |
*** wolverineav has quit IRC | 21:23 | |
*** wolverineav has joined #openstack-kolla | 21:23 | |
*** mchlumsky has quit IRC | 21:25 | |
*** chrizl has quit IRC | 21:31 | |
*** radeks has quit IRC | 21:32 | |
*** lemko has quit IRC | 21:35 | |
*** chrizl has joined #openstack-kolla | 21:36 | |
*** chrizl has quit IRC | 21:41 | |
*** cah_link has quit IRC | 21:44 | |
*** chrizl has joined #openstack-kolla | 21:51 | |
*** chrizl has quit IRC | 22:00 | |
*** tolisbar has joined #openstack-kolla | 22:02 | |
openstackgerrit | Nicolas Haller proposed openstack/kolla-ansible master: Fix section keystone_authtoken of sahara.conf https://review.openstack.org/620712 | 22:04 |
*** chrizl has joined #openstack-kolla | 22:04 | |
*** chrizl has quit IRC | 22:09 | |
*** chrizl has joined #openstack-kolla | 22:42 | |
*** Reepicheep has quit IRC | 22:45 | |
*** wolverineav has quit IRC | 23:01 | |
*** wolverineav has joined #openstack-kolla | 23:02 | |
*** wolverineav has quit IRC | 23:03 | |
*** wolverineav has joined #openstack-kolla | 23:03 | |
*** chrizl has quit IRC | 23:05 | |
*** chrizl has joined #openstack-kolla | 23:10 | |
*** jonaspaulo has quit IRC | 23:13 | |
*** chrizl has quit IRC | 23:14 | |
*** k_mouza has quit IRC | 23:15 | |
*** chrizl has joined #openstack-kolla | 23:19 | |
*** pbourke has quit IRC | 23:30 | |
*** wolverineav has quit IRC | 23:42 | |
*** chrizl has quit IRC | 23:42 | |
*** wolverineav has joined #openstack-kolla | 23:44 | |
*** pbourke has joined #openstack-kolla | 23:46 | |
*** chrizl has joined #openstack-kolla | 23:47 | |
*** wolverineav has quit IRC | 23:51 | |
*** chrizl has quit IRC | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!