Monday, 2016-08-15

Pavook how do I do this Instruct every docker daemon to trust that certificate.00:01
PavoThis is done by copying the domain.crt file to /etc/docker/certs.d/myregistrydomain.com:5000/ca.crt00:01
Pavois there is no /etc/docker/certs.d directory00:01
Pavodo I make it?00:01
rstarmeryes, you have to make the domain:4000/ directory as well, so you can just do make -p /etc/docker/certs.d/mydomain.com:4000/00:02
rstarmerBTW, I've not verified that, but that's how I read the insructions00:02
Pavook00:02
*** zhurong has quit IRC00:03
Pavook got a new message when I try to curl00:07
Pavohttps://paste.pound-python.org/show/V2BSibEUBrRnMazunzIy/00:07
Pavooh nvm I forgot to update-ca-trust00:08
Pavonow I get00:08
Pavocurl https://deploy.local:4000/v2/_catalog00:08
Pavo{"repositories":[]}00:08
Pavotake that its working00:08
*** jtriley has joined #openstack-kolla00:21
*** tfukushima has joined #openstack-kolla00:24
rstarmeryes!00:26
kbaegiswell done00:27
kbaegis:)00:27
Pavoso... took down notes on what I did this time lol00:28
*** tfukushima has quit IRC00:29
Pavocreated /etc/docker/certs.d/deploy.local:4000 and copied /certs/domain.crt there00:29
Pavothen did a cp certs/domain.crt /etc/pki/ca-trust/source/anchors/deploy.local.crt && update-ca-trust00:30
Pavoand then did docker run -d -p 192.168.1.50:4000:5000 --restart=always --name registry -v /certs:/certs -e REGISTRY_HTTP_TLS_CERTIFICATE=/certs/domain.crt -e REGISTRY_HTTP_TLS_KEY=/certs/domain.key registry:200:30
Pavoand its working perfectly it seems00:30
Pavodoing the kolla-build now, so far so good00:31
rstarmer=]00:31
Pavohope kolla deploy works as good *crosses fingers*00:31
kbaegisGood luck! :)00:32
Pavoso if I add all these to my local private registry and then if I decide to save that registry to use on a completely offline system I could right?00:32
kbaegisYes00:33
kbaegisYou can rely on the tag you did kolla-build with00:33
Pavocool00:33
Pavothats my goal00:33
kbaegisOr you could simply isolate your lab, but not the registry00:33
kbaegis(preferable)00:33
Pavoyeah need to be able to use this on a complete offline system00:34
rstarmerwhere does the registry store it's state?  seem slike there's a path to the acutal image store, but the mapping?00:34
rstarmerI guess you'd make a state dump of your currently running registry with that info?00:34
Pavowell after I get testing down I would add a -v flag to have the registry saved to a filesystem directory and then just docker save > registry.tar00:35
rstarmerso on my end, neutron_linuxbridge_agent container is failing. I think this is because of an assumption made somewhere as to the type of underlying networks available, but I can't look at the config in the container, because it won't start.  any idea how to debug this?00:36
rstarmercool on the registry, seems like it'd be a nice way to "package" a known good OpenStack :D00:36
Pavonever used linuxbridges with neutron before, only used openvswitch00:36
Pavomy main goal is to use on a completely offline system that allows for ingesting traffic to be monitored in openstack instances00:38
rstarmerI have an issue with OVS having been defined as the "default" virtual switch, so I _always_ use linuxbridge.00:38
rstarmeryeah, OpenStack as appliance model. makes total sense.00:38
Pavowell I would love to rather use a Cisco N1000V switch instead of openvswitch lol00:39
Pavobut thats a nightmare in itself00:40
rstarmerYeah, with the overall complexity of this enviornment, the last thing I need is a difficult to debug and understand component in the middle.  and path based switching, while novel, doesn't buy me anything in my use cases.00:41
*** daneyon_ has joined #openstack-kolla00:41
Pavoexactly, feel the same00:42
Pavoits enough of a headache just debugging openstack itself00:42
*** duonghq has joined #openstack-kolla00:44
*** daneyon_ has quit IRC00:46
rstarmer=]00:48
rstarmerok, so if you do need to get "into" the deployment config.  'docker inspect {container_name_or_id}' will give yo info about where it's actually getting it's config from (e.g. where the mappings are)00:49
Pavoah nice00:50
*** kbaegis has quit IRC00:56
*** kbaegis1 has joined #openstack-kolla00:56
*** kbaegis1 has quit IRC01:17
*** jtriley has quit IRC01:19
*** jtriley has joined #openstack-kolla01:19
*** kbaegis has joined #openstack-kolla01:23
Pavook now having issues with the target nodes01:25
Pavowith the cert01:25
*** tfukushima has joined #openstack-kolla01:25
Pavodo I need to copy the certs over to them also?01:26
kbaegisYes01:26
kbaegisIf they need to push to the repo01:26
Pavoin the same places?01:26
Pavothey need to pull from the repo I don't know about push01:27
Pavohttps://paste.pound-python.org/show/htLrTWYT9q0li9ZDEnYC/01:27
Pavothats the error I am getting for kolloa deploy01:28
Pavokolla01:28
*** jtriley has quit IRC01:28
*** jtriley has joined #openstack-kolla01:29
*** tfukushima has quit IRC01:30
Pavohmmm I don't get it, the certs are there and update-ca-trust and kolla deploy still erroring out with the same error01:35
Pavoand I can curl from both nodes01:35
kbaegisexpired or not yet valid?01:35
Pavohttps://paste.pound-python.org/show/w0c8Gbjqc0nqmguNtbOp/01:36
kbaegisCould either be ntp or the cert-update function01:36
Pavoyeah I don't get that01:36
kbaegisCA's are funny. Because of the attack methods, certs are only good for a certain period01:36
kbaegisSo if you certified it tomorrow, it won't be usable until then01:36
Pavohmm01:37
Pavomaybe ntp issue?01:37
kbaegisvery possibly01:37
Pavothinking so, deployer Sun Aug 14 21:37:37 EDT 201601:37
Pavotarget nodes Sun Aug 14 18:51:16 EDT 201601:38
*** tfukushima has joined #openstack-kolla01:39
Pavook updated ntp trying again01:39
Pavojesus lol now getting x509: certificate signed by unknown authority01:40
Pavohmm weird errored on node1 but worked fine on node201:41
*** jtriley has quit IRC01:41
*** jtriley has joined #openstack-kolla01:42
*** huikang has joined #openstack-kolla01:43
Pavowoot finally got it working on both nodes now01:44
Pavohad to cp the /etc/docker/certs.d/deploy.local:4000/ca.crt to both nodes lol01:45
openstackgerritTin Lam proposed openstack/kolla: Add support for building vmtp container  https://review.openstack.org/35436201:46
Pavouh oh getting TASK [mariadb : Waiting for MariaDB service to be ready] ***********************01:47
PavoFAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (10 retries left).01:47
PavoFAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (10 retries left).01:47
PavoFAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (9 retries left).01:47
PavoFAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (9 retries left).01:47
Pavobut when I do a docker ps on node1 I see01:48
Pavo4d81194ace0c        deploy.local:4000/kolla/centos-binary-mariadb:3.0.0         "kolla_start"           2 minutes ago       Up 16 seconds                           mariadb01:48
*** jtriley has quit IRC01:55
*** jtriley has joined #openstack-kolla01:56
kbaegisdocker logs01:57
kbaegisIt will probably tell you that it can't bind to the address/port combination specified01:57
kbaegisYou'll need to use a different vip or manage the port01:58
kbaegis"Error: Could not find default role "_member_" in Keystone"01:58
kbaegisAnyone seen this gem?01:58
kbaegis"Error: Could not find default role "_member_" in Keystone" after a deployment?01:58
Pavook I'll take a look01:58
PavoI'm not seeing anything02:01
Pavohttps://paste.pound-python.org/show/NeQKMfk5fFzIlWvVkmB2/02:01
*** jtriley has quit IRC02:04
*** jtriley has joined #openstack-kolla02:05
openstackgerritJeffrey Zhang proposed openstack/kolla: Fix the Ubuntu Xenial build gate  https://review.openstack.org/35527402:07
*** jtriley has quit IRC02:14
*** jtriley has joined #openstack-kolla02:14
openstackgerritJeffrey Zhang proposed openstack/kolla: Pin to the Ubuntu 16.04  https://review.openstack.org/32945402:18
openstackgerritLu lei proposed openstack/kolla: Fix Kolla home-page URL  https://review.openstack.org/35527502:22
*** britthouser has quit IRC02:23
rstarmerthe fact that _member_ isn't there implies that something didn't make it through the configuration.  I actually recall that being a database migration default, so perhaps the db scripts didn't run properly?02:25
*** daneyon_ has joined #openstack-kolla02:30
*** jtriley has quit IRC02:32
*** jtriley has joined #openstack-kolla02:33
*** klint has joined #openstack-kolla02:33
*** daneyon_ has quit IRC02:34
kbaegisshouldn't take 3 minutes to spawn an instance under kolla should it?02:36
*** jtriley has quit IRC02:50
*** jtriley has joined #openstack-kolla02:51
openstackgerritJeffrey Zhang proposed openstack/kolla: Pin to the Ubuntu 16.04  https://review.openstack.org/32945402:56
*** jtriley has quit IRC02:59
*** zhurong has joined #openstack-kolla02:59
*** jtriley has joined #openstack-kolla03:00
duonghqkbaegis: it's depend on your hardware, but 3 min is quite long03:02
*** huikang has quit IRC03:02
duonghqhave you tried install OpenStack directly03:03
*** jtriley has quit IRC03:09
*** jtriley has joined #openstack-kolla03:09
*** huikang has joined #openstack-kolla03:15
*** jtriley has quit IRC03:18
*** jtriley has joined #openstack-kolla03:19
*** jtriley has quit IRC03:32
openstackgerritzhubingbing proposed openstack/kolla: Add gnocchi ansible role  https://review.openstack.org/34935103:37
*** zhubingbing has joined #openstack-kolla03:41
*** tfukushima has quit IRC03:53
*** jtriley has joined #openstack-kolla04:28
*** jtriley has quit IRC04:37
*** zhubingbing has quit IRC04:39
*** huikang has quit IRC04:40
*** kbaegis1 has joined #openstack-kolla04:41
*** kbaegis has quit IRC04:41
*** zhurong has quit IRC04:43
*** zhurong has joined #openstack-kolla04:44
*** dmueller-evoila has joined #openstack-kolla04:50
*** dmueller-evoila has quit IRC04:55
*** bjolo has joined #openstack-kolla05:09
bjolomorning :)05:10
*** daneyon_ has joined #openstack-kolla05:12
*** senk_ has joined #openstack-kolla05:16
*** daneyon_ has quit IRC05:16
*** rbergeron has quit IRC05:24
*** rbergeron has joined #openstack-kolla05:24
*** dmsimard has quit IRC05:25
*** dmsimard has joined #openstack-kolla05:26
*** kbaegis has joined #openstack-kolla05:31
*** kbaegis1 has quit IRC05:31
*** kbaegis1 has joined #openstack-kolla05:34
*** kbaegis has quit IRC05:34
*** zhubingbing has joined #openstack-kolla05:35
*** kbaegis1 has quit IRC05:36
*** kbaegis has joined #openstack-kolla05:36
*** jtriley has joined #openstack-kolla05:38
*** kbaegis1 has joined #openstack-kolla05:39
*** kbaegis has quit IRC05:39
openstackgerritRoss Krumbeck proposed openstack/kolla: Ansible-ize OpenStack Designate  https://review.openstack.org/35326105:41
*** kbaegis has joined #openstack-kolla05:42
*** kbaegis1 has quit IRC05:42
*** kbaegis1 has joined #openstack-kolla05:45
*** kbaegis has quit IRC05:45
*** jtriley has quit IRC05:47
*** rkrum has joined #openstack-kolla05:47
*** jtriley has joined #openstack-kolla05:48
*** kbaegis has joined #openstack-kolla05:48
*** kbaegis1 has quit IRC05:48
*** kbaegis1 has joined #openstack-kolla05:51
*** kbaegis has quit IRC05:51
*** kbaegis has joined #openstack-kolla05:54
*** kbaegis1 has quit IRC05:54
*** kbaegis1 has joined #openstack-kolla05:56
*** kbaegis has quit IRC05:56
*** kbaegis has joined #openstack-kolla06:00
*** hieulq has quit IRC06:00
*** duonghq_ has joined #openstack-kolla06:00
*** jtriley has quit IRC06:01
*** kbaegis1 has quit IRC06:01
*** duonghq has quit IRC06:01
*** jtriley has joined #openstack-kolla06:01
*** kbaegis has quit IRC06:03
*** kbaegis has joined #openstack-kolla06:03
*** kbaegis1 has joined #openstack-kolla06:06
*** hieulq has joined #openstack-kolla06:07
*** kbaegis has quit IRC06:07
*** kbaegis has joined #openstack-kolla06:10
*** jtriley has quit IRC06:10
*** kbaegis1 has quit IRC06:10
*** jtriley has joined #openstack-kolla06:11
*** kbaegis1 has joined #openstack-kolla06:13
*** kbaegis has quit IRC06:14
*** zhurong has quit IRC06:15
*** kbaegis has joined #openstack-kolla06:16
*** kbaegis1 has quit IRC06:16
*** zhurong has joined #openstack-kolla06:16
*** zhubingbing_ has joined #openstack-kolla06:18
*** duonghq_ is now known as duonghq06:18
*** jtriley has quit IRC06:19
*** kbaegis1 has joined #openstack-kolla06:19
*** jtriley has joined #openstack-kolla06:20
*** kbaegis has quit IRC06:20
*** zhubingbing has quit IRC06:20
*** kbaegis has joined #openstack-kolla06:22
*** kbaegis1 has quit IRC06:23
*** kbaegis has quit IRC06:25
*** kbaegis1 has joined #openstack-kolla06:25
openstackgerritJeffrey Zhang proposed openstack/kolla: Pin to the Ubuntu 16.04  https://review.openstack.org/32945406:26
*** kbaegis1 has quit IRC06:28
*** kbaegis has joined #openstack-kolla06:28
*** kbaegis1 has joined #openstack-kolla06:30
*** kbaegis has quit IRC06:30
*** kbaegis has joined #openstack-kolla06:33
*** kbaegis1 has quit IRC06:34
*** senk_ has quit IRC06:35
*** david-lyle has joined #openstack-kolla06:36
*** kbaegis1 has joined #openstack-kolla06:37
*** kbaegis has quit IRC06:37
*** david-lyle_ has quit IRC06:39
*** kbaegis has joined #openstack-kolla06:39
*** kbaegis1 has quit IRC06:39
*** jtriley has quit IRC06:42
*** jtriley has joined #openstack-kolla06:43
*** belmoreira has joined #openstack-kolla06:48
*** phuongnh has joined #openstack-kolla06:49
*** jtriley has quit IRC06:51
*** daneyon_ has joined #openstack-kolla07:00
*** daneyon_ has quit IRC07:05
*** rkrum has quit IRC07:07
*** bootsha has joined #openstack-kolla07:11
*** senk_ has joined #openstack-kolla07:11
rstarmerso how does one debug the startup of a service in a container?  the neutron-linuxbridge-agent container fails right as it tries to run the agent:07:11
rstarmerRunning command: 'neutron-linuxbridge-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini'07:11
rstarmerGuru mediation now registers SIGUSR1 and SIGUSR2 by default for backward compatibility. SIGUSR1 will no longer be registered in a future release, so please use SIGUSR2 to generate reports.07:11
*** hanchao has joined #openstack-kolla07:15
openstackgerritLu lei proposed openstack/kolla: Fix oslo.i18n in kolla project  https://review.openstack.org/35534207:15
*** matrohon has joined #openstack-kolla07:28
*** kbaegis1 has joined #openstack-kolla07:37
*** kbaegis has quit IRC07:37
*** kbaegis1 has quit IRC07:40
*** kbaegis has joined #openstack-kolla07:40
*** kbaegis1 has joined #openstack-kolla07:42
*** kbaegis has quit IRC07:42
*** kbaegis has joined #openstack-kolla07:44
*** kbaegis1 has quit IRC07:44
*** kbaegis1 has joined #openstack-kolla07:47
*** kbaegis has quit IRC07:47
*** kbaegis has joined #openstack-kolla07:49
*** kbaegis1 has quit IRC07:49
*** kbaegis has quit IRC07:52
*** kbaegis1 has joined #openstack-kolla07:52
*** jtriley has joined #openstack-kolla07:53
*** kbaegis has joined #openstack-kolla07:55
bjolorstarmer, docker logs?07:56
rstarmerthat is the log07:56
rstarmercommand runs, and... nothing, contianer restarts07:56
*** kbaegis1 has quit IRC07:56
rstarmerI have a working version based on 3.0.0 tagged images, that starts, and looks identical. I just don't see why the failing container does07:57
*** jtriley has quit IRC07:57
*** kbaegis1 has joined #openstack-kolla07:57
*** kbaegis has quit IRC07:58
openstackgerritLu lei proposed openstack/kolla: Fix oslo.i18n in kolla project  https://review.openstack.org/35534208:00
*** kbaegis1 has quit IRC08:01
*** kbaegis has joined #openstack-kolla08:01
*** sdake has joined #openstack-kolla08:01
*** kbaegis1 has joined #openstack-kolla08:03
*** kbaegis has quit IRC08:03
sdakeevening folks08:04
rstarmersdake: evening08:06
*** kbaegis has joined #openstack-kolla08:06
rstarmeror morning, depending on your preference08:06
*** kbaegis1 has quit IRC08:06
bjolostart the container manually with the -D flag_08:06
bjolo?08:06
bjolosdake, evening08:06
rstarmerbjolo:  will try, don't thing I've done that.08:07
*** kbaegis1 has joined #openstack-kolla08:08
*** kbaegis has quit IRC08:09
wznoinskPavo: is your mariadb listening on the same IP as you're trying to connect to? (vip/haproxy(keepalived)) ?08:09
*** kbaegis1 has quit IRC08:11
*** kbaegis has joined #openstack-kolla08:11
*** athomas has joined #openstack-kolla08:13
sdakewell off to bed08:14
sdakebeen workign on on tonearm setup all weekend08:14
sdakeabout wrapped up with "basic" setup08:14
*** kbaegis1 has joined #openstack-kolla08:14
*** kbaegis has quit IRC08:14
sdake3 12 hr days of stand sit stand sit = out of steam08:15
*** sdake has quit IRC08:15
*** kbaegis has joined #openstack-kolla08:16
*** kbaegis1 has quit IRC08:17
*** kbaegis has quit IRC08:18
*** kbaegis has joined #openstack-kolla08:19
*** prithiv has joined #openstack-kolla08:20
*** kbaegis1 has joined #openstack-kolla08:22
*** Serlex has joined #openstack-kolla08:22
*** kbaegis has quit IRC08:22
*** strigazi is now known as strigazi_AFK08:26
*** dmueller-evoila has joined #openstack-kolla08:27
*** dmueller-evoila has quit IRC08:34
*** sdake has joined #openstack-kolla08:35
*** bootsha has quit IRC08:40
prithivHi. Can someone look at the BP I proposed. https://blueprints.launchpad.net/kolla/+spec/kolla-collectd-container. Need approval08:41
*** sdake has quit IRC08:43
openstackgerritLu lei proposed openstack/kolla: Fix oslo.i18n in kolla project  https://review.openstack.org/35534208:46
*** daneyon_ has joined #openstack-kolla08:49
*** dmueller-evoila has joined #openstack-kolla08:50
openstackgerritPaul Bourke proposed openstack/kolla: Fix bandit gate jobs  https://review.openstack.org/35394208:52
*** jtriley has joined #openstack-kolla08:53
*** daneyon_ has quit IRC08:53
openstackgerritWei Cao proposed openstack/kolla: Remove duplicate items  https://review.openstack.org/35537708:55
*** The_Ball has joined #openstack-kolla08:58
*** jtriley has quit IRC08:59
The_BallWhat process installs the ansible playbooks into /usr/share/kolla/ansible? And how can I re-run it to put the latest once in place after a "git checkout 2.0.2" for example?08:59
*** dmueller-evoila has quit IRC09:00
*** bootsha has joined #openstack-kolla09:02
pbourkeThe_Ball: pip install .09:03
*** dmueller-evoila has joined #openstack-kolla09:04
The_Ballah, I see, thank you09:05
*** prithiv has quit IRC09:05
openstackgerritPaul Bourke proposed openstack/kolla: Document the Dockerfile customisation mechanism  https://review.openstack.org/35112309:11
*** dmueller-evoila has quit IRC09:11
*** bootsha has quit IRC09:14
*** bootsha has joined #openstack-kolla09:14
*** bootsha_ has joined #openstack-kolla09:16
*** bootsha__ has joined #openstack-kolla09:18
*** bootsha has quit IRC09:20
*** papacz has joined #openstack-kolla09:21
*** bootsha_ has quit IRC09:22
openstackgerritPrithiv proposed openstack/kolla: Add networking guide for Neutron extensions  https://review.openstack.org/35538609:23
openstackgerritLu lei proposed openstack/kolla: Fix oslo.i18n in kolla project  https://review.openstack.org/35534209:28
openstackgerritPaul Bourke proposed openstack/kolla: Handle empty package list for install_packages  https://review.openstack.org/35442909:29
*** kbaegis has joined #openstack-kolla09:30
openstackgerritPrithiv proposed openstack/kolla: Add networking guide for Neutron extensions  https://review.openstack.org/35538609:30
*** prithiv has joined #openstack-kolla09:31
*** kbaegis1 has quit IRC09:31
*** kbaegis has quit IRC09:33
*** kbaegis has joined #openstack-kolla09:33
*** kbaegis1 has joined #openstack-kolla09:35
*** kbaegis has quit IRC09:35
*** kbaegis has joined #openstack-kolla09:38
*** kbaegis1 has quit IRC09:38
*** kbaegis has quit IRC09:40
*** kbaegis has joined #openstack-kolla09:40
*** kbaegis1 has joined #openstack-kolla09:43
*** kbaegis has quit IRC09:45
*** sdake has joined #openstack-kolla09:46
*** kbaegis1 has quit IRC09:47
*** kbaegis has joined #openstack-kolla09:47
*** kbaegis1 has joined #openstack-kolla09:49
*** hanchao has quit IRC09:49
*** kbaegis has quit IRC09:49
*** kbaegis has joined #openstack-kolla09:52
*** kbaegis1 has quit IRC09:52
*** jtriley has joined #openstack-kolla09:54
*** kbaegis1 has joined #openstack-kolla09:55
*** kbaegis has quit IRC09:55
openstackgerritPrithiv proposed openstack/kolla: Add networking guide for Neutron extensions  https://review.openstack.org/35538609:56
*** athomas has quit IRC09:57
*** kbaegis1 has quit IRC09:58
*** kbaegis has joined #openstack-kolla09:58
*** jtriley has quit IRC09:59
*** kbaegis1 has joined #openstack-kolla10:00
*** kbaegis has quit IRC10:01
*** athomas has joined #openstack-kolla10:02
*** kbaegis has joined #openstack-kolla10:03
*** kbaegis1 has quit IRC10:03
The_Ballshould I change enable_glance for example in ansible/group_vars/all.yml or is it possible to override this in /etc/kolla/globals.yml?10:04
*** kbaegis1 has joined #openstack-kolla10:05
*** kbaegis has quit IRC10:06
duonghqYou should change in /etc/.... due to kolla-binary read config from that10:06
*** kbaegis has joined #openstack-kolla10:08
*** kbaegis1 has quit IRC10:08
*** kbaegis1 has joined #openstack-kolla10:10
*** kbaegis has quit IRC10:11
The_Ballduonghq, that makes sense, I must have been doing something else wrong10:11
*** prithiv has quit IRC10:11
*** kbaegis has joined #openstack-kolla10:13
*** kbaegis1 has quit IRC10:13
*** kbaegis1 has joined #openstack-kolla10:15
*** kbaegis has quit IRC10:16
*** prithiv has joined #openstack-kolla10:16
duonghqanybody got "ImportError: No module named fixtures10:17
duonghq" in boostrap_neutron?10:17
duonghqsdake: are you there?10:18
*** kbaegis1 has quit IRC10:18
*** kbaegis has joined #openstack-kolla10:18
*** kbaegis has quit IRC10:21
*** kbaegis1 has joined #openstack-kolla10:21
kbaegis1Morning sdake :)10:24
kbaegis1Kolla confirmed on Gentoo10:24
kbaegis1With some caveats/workarounds10:24
duonghqkbaegis1: everything is up?10:25
kbaegis1It was. 2.0.1.  Had to work around a couple of things10:26
kbaegis13.0.0/centos-source doesn't work yet though10:26
SerlexNot a kolla question, but anyone know where I can download HVM images for Xen computenodes?10:27
kbaegis12.0.1 works with 1) linuxbridging only (ovs doesn't seem to), and HAProxy/keepalived disabled or the vip manually assigned10:29
kbaegis1Does the host have to have ovs installed?  I know I enabled support for it in the kernel10:30
kbaegis1On 3.0.0 I was able to deploy up until the neutron database bootstrap container10:31
duonghqkbaegis1: which error did you get?10:31
kbaegis1There may be an issue with that in master10:31
kbaegis1I'm reproducing now10:31
duonghqI have trouble with this, too10:32
kbaegis1I'll paste the docker logs soon10:32
duonghqdoes it like: ImportError: No module named fixtures10:32
openstackgerritWei Cao proposed openstack/kolla: Add solum container  https://review.openstack.org/35540810:32
duonghqI look around source code but still cannot find anything unusual10:33
kbaegis1That sounds familiar10:33
kbaegis1I know I've seen that.  I just remember it was neutron-db-bootstram10:34
kbaegis1*p10:34
duonghqthe bootstrap_neutron?10:34
*** prithiv has quit IRC10:35
*** prithiv has joined #openstack-kolla10:35
kbaegis1I'm on nova already.  I'll give you an actual paste in a minute :)10:36
duonghqsound good10:36
kbaegis1http://hastebin.com/gikoguquje.vhdl10:37
kbaegis1fixtures, yes10:37
kbaegis1Last opportunities for regressions (by comments) were July 15th and Aug 12th10:39
kbaegis1Ken Wronkiewicz <wh-openstack@wirewd.com> and Jenkins <jenkins@review.openstack.org> (who knows), respectively10:40
*** kbaegis1 has quit IRC10:40
duonghqThe Jenkins is a bot, he merge W+1 commit to master branch10:40
*** kbaegis has joined #openstack-kolla10:41
kbaegisWeird, got dropped10:41
kbaegisRolled back to de7e8bc00b8f430d37df86857877b94f96c23fe3 to check10:41
duonghqand Ken Wronkiewicz is wirehead_ ? afaik10:42
sdakeyou have trouble with which duonghq ?10:42
kbaegisneutron-server10:42
rstarmeryes, bootstrap_neutron and a complaint about fixtures10:42
kbaegisrolled back10:43
kbaegistesting now10:43
sdakecentos binary will sometimes do thigns like that10:43
sdakeare you using centos binary?10:43
sdakecentos binary has trouble tracking their dependencies in rpm packaging10:43
kbaegisI guess I need to rebuild the image too :)10:43
rstarmerI thought it was centos/source for me10:43
sdakeholy shit my tonearm finally works10:43
sdakeafter 20+ hours of jerking around10:43
duonghqsdake: I use Ubuntu/source10:43
sdakeoff by half a MM10:44
kbaegiscentos source10:44
*** hieulq has quit IRC10:44
kbaegistwo stderrs already: base:Ignoring dnspython3: markers u"python_version=='3.4'" don't match your environment INFO:kolla.image.build.neutron-base:Ignoring ovs: markers u"python_version=='3.4'" don't match your environment10:45
sdakeplease dont skip please dont skip please dont skip :)10:45
sdakeignore those stderrs kbaegis10:46
sdakethose are nonsense errors10:46
sdakewe should probabll yfilter them in the build tool10:46
kbaegisOkay :)10:46
kbaegisSo I just rebuild nova-server/nova-base10:46
kbaegis*neutron-server/neutron-base10:46
*** prithiv has quit IRC10:46
kbaegistrying redeploy from de7e8bc00b8f430d37df86857877b94f96c23fe310:47
*** mbound has joined #openstack-kolla10:47
*** duonghq has left #openstack-kolla10:50
kbaegisI do a lot of developery things for a non-developer these days :)10:50
*** mbound has quit IRC10:51
rstarmerthat's because you live in the world of Ops/Dev, just enough Development to get things Operational10:52
*** jtriley has joined #openstack-kolla10:55
kbaegissame issue with that commit10:55
kbaegisrolling back10:55
*** rstarmer has quit IRC10:56
The_BallI'm hitting an error: ERROR! Unexpected Exception: No module named runner.return_data but I'm using the latest ansible (pip install -U ansible)10:56
kbaegisOh hi, The_Ball.  Think we were learning things on #docker together :)10:57
The_BallHehe, yeah10:57
*** phuongnh has quit IRC10:58
Davieyhey gang.11:00
kbaegisWe're a gang?11:00
kbaegisNice!  I'll get my leather jacket ;)11:00
*** jtriley has quit IRC11:00
Davieyindeed11:00
*** vbel has quit IRC11:00
*** vbel has joined #openstack-kolla11:01
kbaegisb9e6848c5366046ee7cbd3e2ae683ecee30cc721 fails to build neutron-server from centos-source11:01
kbaegisOkay, I want to try something11:02
kbaegisHow can I isolate neutron for rollback?  ie- everything else on 3.0.0devxxx, only neutron components on 2.0.1?11:03
kbaegisIs that possible?11:03
*** zhurong has quit IRC11:05
kbaegisAnyone? OpenStack itself has great latitude with the API versions.  It shouldn't care11:06
kbaegisDoes kolla add additional requirements?11:06
kbaegisWell there's a wrinkle11:10
kbaegisI'll play around with it.  See if I can fix the image11:10
kbaegisBet it's just missing a package11:11
kbaegis@The_Ball you may not want the latest version of ansible, depending on the deployed version11:14
*** britthouser has joined #openstack-kolla11:18
*** dmueller-evoila has joined #openstack-kolla11:19
*** dmueller-evoila has quit IRC11:24
kbaegisHey guys11:28
kbaegisHow do I troubleshoot the container?11:28
kbaegisIt keeps stopping before exec lets me execute any actual commands11:28
*** dmueller-evoila has joined #openstack-kolla11:28
*** duonghq has joined #openstack-kolla11:31
*** daneyon_ has joined #openstack-kolla11:31
duonghqkbaegis: anything news?11:32
duonghqkbaegis: I think you can replace the original binary with script to do some investigate11:34
kbaegisYeah, how?11:34
kbaegis:)11:34
kbaegisIt's on a loop11:35
kbaegisI guess I can try to reverse engineer all the -v and -e switches :/11:35
*** dmueller-evoila has quit IRC11:35
*** daneyon_ has quit IRC11:35
duonghqkbaegis: I think there are 2 point to probe: neutron_server and neutron_base11:37
*** rhallisey has joined #openstack-kolla11:38
*** dmueller-evoila has joined #openstack-kolla11:39
*** rhallisey_ has joined #openstack-kolla11:39
kbaegisOkay11:42
kbaegisI have to figure out the whole damn command though11:42
duonghqand the whole process flow11:42
kbaegisdocker run crucible.lab:4000/zerolabs/centos-source-neutron-server:3.0.0 -e KOLLA_SERVICE_NAME=bootstrap-neutron -e KOLLA_CONFIG_STRATEGY=COPY_ALWAYS -e KOLLA_BOOTSTRAP= -e PATH=/var/lib/kolla/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -e KOLLA_BASE_DISTRO=centos -e KOLLA_INSTALL_TYPE=source -e KOLLA_INSTALL_METATYPE=mixed -e 'PS1=$(tput bold)($(printenv KOLLA_SERVICE_NAME))$(tput sgr0)[$(id -un)@$(hostname -s) $(pwd)]$ ' -11:43
sdakekbaegis the rollback you want is possible11:43
sdakeit requires manual hacking11:43
kbaegissdake how? :)11:43
The_Ballkbaegis, cherry-picking 491822c510ca9010d36aeecbcf7716828088cb1b to 2.0.2 fixed the ansible 2 compatibility issue btw11:43
sdakemoment11:43
kbaegisNice!11:44
duonghqstill can't understand why this thing can be broken11:44
sdakekbaegis you have to do this or each one in this file - you basically override it in globals.yml11:45
sdakehttps://github.com/openstack/kolla/blob/master/ansible/roles/neutron/defaults/main.yml#L1611:45
sdaketake a look and let me know if you if q&a :)11:45
kbaegisThat's not too bad :)11:45
sdakechange tag to what you want it to be (hardcode in globals.yml)11:46
kbaegisWait, so could I set those values in globals?11:48
kbaegisRight11:48
kbaegisOkay11:48
*** rhallisey has quit IRC11:51
*** mbound has joined #openstack-kolla11:51
*** dave-mccowan has joined #openstack-kolla11:53
*** jtriley has joined #openstack-kolla11:55
kbaegisdone :)11:55
kbaegisLet's try that then11:55
*** mbound has quit IRC11:56
*** dwalsh has joined #openstack-kolla11:57
*** prithiv has joined #openstack-kolla11:59
*** jtriley has quit IRC12:00
kbaegisI didn't see 2.0.1 images for lbaas or ovs-base12:01
kbaegisLet's see how this works12:01
*** sdake has quit IRC12:02
*** rhallisey has joined #openstack-kolla12:03
*** prithiv has quit IRC12:06
*** sdake has joined #openstack-kolla12:06
kbaegisfingers crossed12:08
*** JoseMello has joined #openstack-kolla12:08
kbaegisThanks sdake! Working!12:10
sdakenp12:10
*** dmueller-evoila has quit IRC12:12
*** dmueller-evoila has joined #openstack-kolla12:19
wznoinskhi all12:26
kbaegiswell, it deployed successfully12:27
kbaegisHorizon barfed though12:27
kbaegisOnly returning 50012:28
kbaegishttp://hastebin.com/imaqorejej.rb12:32
The_BallCan I trigger the "upgrade" bootstrap manually?12:32
kbaegisThere's the vomit from horizon when someone tries to connect12:32
The_Ballmy sql schema is out of date12:32
*** rhallisey_ has quit IRC12:34
The_Ballsorry, kolla-ansible upgrade, that sounds too easy :D12:34
kbaegisDoesn't it?12:36
kbaegisDelayed hello wznoinsk12:37
*** sdake has quit IRC12:38
kbaegisWell, keystone is setup with all of the appropriate endpoints, but 3.0.0 horizon is still broken12:45
kbaegisI'll roll that back to 2.0.1 too12:45
The_Ballmy cinder for oVirt is back up after the fs corruption. Learnt a lot about kolla in the process, pretty awesome!12:46
*** rkrum has joined #openstack-kolla12:47
kbaegisYeah, neat huh?12:47
duonghqhmm, I think tommorrow I'll recheck the neutron error, strange bug12:48
kbaegisThanks duonghq12:49
kbaegisHorizon 3.0.0 is also broken12:49
kbaegisafaict anyways12:49
kbaegisI'm good at finding bugs.  Creating them too :)12:50
duonghqat these days, commit focus mainly on bp/third-party-plugin-support12:50
duonghqIt shouldn't screw up something like that12:51
duonghqI'm good at make trouble too12:51
kbaegisredeploy #1012:55
kbaegistenth time's the charm ;)12:56
kbaegisThe_Ball how did you end up recovering?13:01
kbaegisooc?13:01
*** dmueller-evoila has quit IRC13:05
duonghqkbaegis: so up downgrade Horizon to 2.x.x?13:07
duonghq*up -> you13:07
duonghqiirc: the version from about 2 weeks ago run smoothly13:08
*** klint has quit IRC13:09
*** dmueller-evoila has joined #openstack-kolla13:10
*** rkrum has quit IRC13:10
kbaegisYeah, I downgraded13:11
*** rkrum has joined #openstack-kolla13:11
duonghqkbaegis: does it run  now?13:12
kbaegisWell, it runs13:12
duonghqnice13:12
duonghqeverything?13:12
kbaegisEverything is deployed and running13:12
kbaegisHorizon still isn't working for me though13:13
kbaegisI'm getting 404s13:13
kbaegis'The requested URL / was not found on this server'13:13
duonghqwhat does the log say?13:13
duonghq(apache2 log)13:13
*** jtriley has joined #openstack-kolla13:13
kbaegishuh'13:14
kbaegis'Target WSGI script not found or unable to stat: /var/lib/kolla/venv'13:14
duonghqaha13:14
kbaegisWhat's up with that?13:15
duonghqCan you try jump in to this container and check by hand13:15
kbaegisThat's what I did :)13:15
duonghqthis script doesn't exist?13:16
*** rkrum has quit IRC13:16
kbaegisDoesn't appear to, no13:16
kbaegishttp://hastebin.com/wulayokivu.js13:16
openstackgerritAbe Music proposed openstack/kolla: enhancements to install_packages macro  https://review.openstack.org/34856713:17
kbaegisconfig_files13:17
kbaegisis the only thing in there13:17
duonghqno idea, sorry13:18
duonghqtoday I just run out of luck, I think I'll take a rest soon.13:19
*** daneyon_ has joined #openstack-kolla13:20
*** daneyon_ has quit IRC13:24
wznoinskkbaegis: hi13:29
*** bjolo has quit IRC13:30
openstackgerritDennis Mueller proposed openstack/kolla: Added neutron_metering_agent to ansible tasks for neutron  https://review.openstack.org/34663013:31
*** belmoreira has quit IRC13:31
*** signed8bit has joined #openstack-kolla13:33
*** dmueller-evoila has quit IRC13:41
zhubingbing_hi13:41
*** rbergeron has quit IRC13:43
*** rbergeron has joined #openstack-kolla13:43
*** dmueller-evoila has joined #openstack-kolla13:44
*** huikang has joined #openstack-kolla13:48
*** belmoreira has joined #openstack-kolla13:50
*** ayoung has joined #openstack-kolla13:55
*** dasTor has joined #openstack-kolla13:57
*** dims has quit IRC13:59
*** bootsha__ has quit IRC14:01
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: WIP Adding Mariadb shutdown command to POD delete event  https://review.openstack.org/35518914:01
*** jtriley_ has joined #openstack-kolla14:02
Pavomorning everyone14:03
*** jtriley has quit IRC14:04
kbaegisMorning14:05
*** dims has joined #openstack-kolla14:05
openstackgerritzhubingbing proposed openstack/kolla: repair aodh image dockerfile  https://review.openstack.org/35071514:07
*** sdake has joined #openstack-kolla14:10
zhubingbing_ morning everyone14:12
Pavomorning14:13
huikangMorning14:14
*** dmueller-evoila has quit IRC14:15
*** jtriley_ has quit IRC14:18
Jeffrey4l_huikang, hi please review this https://review.openstack.org/345751 ;)14:19
*** fragatina has joined #openstack-kolla14:20
*** dave-mcc_ has joined #openstack-kolla14:21
*** fragatina has quit IRC14:21
*** jtriley has joined #openstack-kolla14:21
*** fragatina has joined #openstack-kolla14:21
*** dave-mccowan has quit IRC14:22
*** dave-mccowan has joined #openstack-kolla14:23
*** dmueller-evoila has joined #openstack-kolla14:23
wznoinskI got the ironic on kolla stable/mitaka working, found bugs are here http://bit.ly/2bbxNk0 , could someone triage or comment on them?14:24
*** dave-mcc_ has quit IRC14:25
rhalliseywznoinsk, sure14:25
*** dave-mcc_ has joined #openstack-kolla14:26
openstackgerritzhubingbing proposed openstack/kolla: repair aodh image dockerfile  https://review.openstack.org/35071514:27
rhalliseywznoinsk, that's awesome you got it working14:28
*** dave-mccowan has quit IRC14:29
wznoinskrhallisey: thanks, I was basing my work on ground work done by our work-mates, sean-k-mooney being one of them14:29
*** dave-mccowan has joined #openstack-kolla14:29
rhalliseynice :)14:29
*** dave-mcc_ has quit IRC14:32
sean-k-mooneyrhallisey: wznoinsk: and rodolfoh (i think that his irc name) have been doing some good work on this on and off this cycle. i was really glad when they told me it was working this morning14:33
sean-k-mooneysdake: ^ fyi wznoinsk got ironic working with kolla locally.14:34
*** zhurong has joined #openstack-kolla14:37
*** zhurong has quit IRC14:39
kbaegisHuh14:39
kbaegis3 minute creation time for an instance on 2.0.1 kolla14:39
kbaegisStill hasn't finished spawning14:40
*** JoseMello has quit IRC14:40
*** ralonsoh has joined #openstack-kolla14:44
wznoinsksdake: rhallisey credits to ralonsoh too14:44
rhalliseynice work :)14:44
*** sdake has quit IRC14:48
openstackgerritPaul Bourke proposed openstack/kolla: Check volume group exists for Cinder in prechecks  https://review.openstack.org/35415414:50
*** lyncos has joined #openstack-kolla14:52
*** michauds has joined #openstack-kolla14:56
sbezverkJeffrey4l_, infra people keeps ignoring our requests. :-(15:02
Jeffrey4l_sbezverk, yup :(15:03
openstackgerritPaul Bourke proposed openstack/kolla: Add basic checking for network_interface to prechecks  https://review.openstack.org/35551515:03
sbezverkI am going to write nasty email to openstack mailer, asking wtf15:03
*** mbound has joined #openstack-kolla15:05
*** senk_ has quit IRC15:06
rhalliseywznoinsk, ok all triaged.  Looks like a bunch of those are quick and painless Dockerfile changes15:06
*** dmueller-evoila has quit IRC15:09
Pavoanyone have a networking diagram on how the interfaces for nodes are suppose to be assigned best pratice15:11
Pavopractice*15:11
rhalliseyPavo, I know sdake does15:13
rhalliseyhe's not around at the moment15:13
Pavoyeah docs doesn't rally explain that well15:13
Pavoreally* jesus I can't type today lol15:14
openstackgerritMerged openstack/kolla: Customizations for Tgtd  https://review.openstack.org/35439215:16
*** kbaegis has quit IRC15:16
rhalliseyPavo, https://github.com/openstack/kolla/blob/master/doc/kollanet.png15:16
Pavook so from that digram I take it that eth0 is internal?15:17
rhalliseyyes15:19
Pavois that referring to the deployer node or the controller and compute nodes?15:20
rhalliseyI believe its for controller & compute15:21
Pavothats what I thought, thanks15:21
rhalliseyno problem15:21
Pavoso whats assigning dhcp for internal?15:21
Pavodhcp_agent?15:22
openstackgerritWei Cao proposed openstack/kolla: Add solum container  https://review.openstack.org/35540815:24
rhalliseyuntil bifrost is around, an op will do it by hand15:24
*** lyncos has quit IRC15:31
*** kbaegis has joined #openstack-kolla15:32
*** diogogmt has joined #openstack-kolla15:33
*** lyncos has joined #openstack-kolla15:35
openstackgerritMerged openstack/kolla: Dockerfiles for Networking-SFC Container  https://review.openstack.org/34493015:37
openstackgerritMerged openstack/kolla: Volume specification for ironic-api was invalid.  https://review.openstack.org/35120615:37
*** belmoreira has quit IRC15:38
*** harlowja_at_home has joined #openstack-kolla15:40
*** haplo37__ has joined #openstack-kolla15:41
wznoinskrhallisey: thanks, they're not hard changes, true15:41
openstackgerritMerged openstack/kolla: Modify some spelling mistakes  https://review.openstack.org/35054415:42
zhubingbing_TASK [aodh : Creating the aodh service and endpoint] ***************************15:45
zhubingbing_fatal: [localhost]: FAILED! => {"failed": true, "msg": "'item' is undefined"}15:45
zhubingbing_to retry, use: --limit @/usr/local/share/kolla/ansible/site.retry15:45
zhubingbing_PLAY RECAP *********************************************************************15:45
zhubingbing_localhost                  : ok=141  changed=1    unreachable=0    failed=115:45
zhubingbing_who can help me15:45
*** vhosakot has joined #openstack-kolla15:47
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: WIP Adding Mariadb shutdown command to POD delete event  https://review.openstack.org/35518915:47
openstackgerritPrithiv proposed openstack/kolla: Add Networking-SFC roles in ansible  https://review.openstack.org/34684215:52
*** vhosakot has quit IRC15:52
openstackgerritMerged openstack/kolla: Fix the neutron-lbaas-agent container issues  https://review.openstack.org/34760615:53
*** vhosakot has joined #openstack-kolla15:53
openstackgerritMerged openstack/kolla: Fix 'reconfigure' command of kolla  https://review.openstack.org/34812015:53
openstackgerritMerged openstack/kolla: Customizations for Ceph  https://review.openstack.org/35182315:54
openstackgerritMerged openstack/kolla: Add heka custom config to define user's log pipline  https://review.openstack.org/35266215:55
*** vhosakot has quit IRC15:57
*** vhosakot has joined #openstack-kolla15:58
sbezverkkolla-kube gates should be restored.. Thank you Jeffrey for your help!!16:00
rhalliseynice16:00
rhalliseyI didn't realize he had a patch for that :)16:00
rhalliseywe had the exact same patch16:01
rhalliseyglad that's fixed16:01
*** daneyon_ has joined #openstack-kolla16:02
rhalliseyzhubingbing_, I'm not sure what it is, I would output item.url and item.interface and see what's going on there16:03
zhubingbing_i have fixed it16:04
zhubingbing_As a result of aodh_api_port no setting16:05
zhubingbing_- -thank you rhallisey16:05
*** daneyon_ has quit IRC16:06
*** srwilkers has joined #openstack-kolla16:10
*** dims has quit IRC16:10
*** vhosakot has quit IRC16:17
*** vhosakot has joined #openstack-kolla16:18
*** harlowja_at_home has quit IRC16:28
*** rstarmer has joined #openstack-kolla16:32
*** Jeffrey4l_ has quit IRC16:33
*** duonghq has quit IRC16:37
*** daneyon_ has joined #openstack-kolla16:38
*** daneyon has quit IRC16:40
*** dims has joined #openstack-kolla16:42
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: WIP Adding Mariadb shutdown command to POD delete event  https://review.openstack.org/35518916:43
*** dims has quit IRC16:47
Mech422morning16:48
openstackgerritKen Johnston proposed openstack/kolla: Minor formatting change to CONTRIBUTING.rst  https://review.openstack.org/34703216:49
*** lrensing_ has joined #openstack-kolla16:50
*** dims has joined #openstack-kolla16:53
openstackgerritKen Johnston proposed openstack/kolla: Readability Improvements to Advanced Config Doc  https://review.openstack.org/34710216:54
*** signed8bit is now known as signed8bit_Zzz17:00
*** sdake has joined #openstack-kolla17:00
sdakesean-k-mooney hotness!!17:01
*** daneyon has joined #openstack-kolla17:03
*** signed8bit_Zzz is now known as signed8bit17:04
*** ralonsoh has quit IRC17:04
openstackgerritMerged openstack/kolla-kubernetes: Jinja2 pvc template error because of imcomplete if else  https://review.openstack.org/35407217:06
*** daneyon_ has quit IRC17:06
*** daneyon_ has joined #openstack-kolla17:07
*** harlowja has joined #openstack-kolla17:08
openstackgerritMerged openstack/kolla-kubernetes: Add persistent volumes to Rabbitmq  https://review.openstack.org/35407317:09
*** daneyon has quit IRC17:09
*** jrich523_ has joined #openstack-kolla17:11
*** jrich523_ has quit IRC17:12
*** jrich523 has quit IRC17:12
*** jrich523 has joined #openstack-kolla17:12
*** wirehead_ has quit IRC17:15
*** vhosakot has quit IRC17:15
*** vhosakot has joined #openstack-kolla17:16
sean-k-mooneysdake: im assuming you were refering to ironic as a service :)17:17
sdakesean-k-mooney yup17:17
*** Serlex has quit IRC17:17
sdakeoh thatis what you meant - i thought you meant bifrost deployment17:17
sdakethat is even hotter17:18
sdakeso you can use baremetal as a service now with newton once patches land?17:18
*** wirehead_ has joined #openstack-kolla17:18
sdakeyo wirehead_17:18
sean-k-mooneysdake: wznoinsk was using stable/mitaka but i dont think the iroic code has change in kolla since then so his next step is to move to master and try again17:19
sdakesweet17:19
sdakeso what hapepns when you use it?17:19
sdakecan you give me a rundown of what occurs?17:19
sean-k-mooneysdake: but ya after that you should be able to use it with master.17:20
sdakedoes it interfere with nova?17:20
sean-k-mooneysdake: yes17:20
sdake(nova's scheduler specifically)17:20
sean-k-mooneysdake: we were booting the server via horison17:20
sean-k-mooneysdake: it works with nova too17:20
sdakeso its vm or baremetal but not both at the same time correct?17:20
sean-k-mooneysdake: currently but i would like to figure out how to enable both at the same time17:21
sdakeyes that is what we need17:21
sdakebut atleast we are making progress :)17:21
sdakeyay for progress17:21
sean-k-mooneysdake nova can handle both in the same could as it the flavor that select if its ironic or a nova vm17:22
Pavoanyone have a suggested setup for 2 node deployment using VMs for testing? ie... network adapters, cpus, ram17:22
*** daneyon has joined #openstack-kolla17:22
sdakeyes I would like for it to work like that but every time i asked jpeeler about it he said its not possible to work that way17:22
sdakepavo - 80gb disk - 2 nic - 8g ram min - try to get above that17:23
sdakeper vm17:23
sdaketry to get aboe the 8g ram I mean17:23
sdakethe 80gb disk is probably overkill17:23
sdakeI haven't measured usage on a vm for a long time17:23
sdakebut it at one time was 80g17:24
sdakebut we have optimized17:24
Pavook cool I have 200Gb disk, 4 cpus, 16Gb ram and 2 NICs per17:24
sdakebut also added features17:24
wirehead_heya sdake17:24
sean-k-mooneysdake: i think we might be able to make it work via kollas ansible inventory file. currently the enable ironic sets the virt driver to ironic on all compute nodes but that is not what we want in this case.17:24
sdakePavo personally if you have never deployed kolla before I'd go for an AIO17:24
Pavoso should I have external nic bridged and internal nic NAT?17:24
sdakepavo which hypervisor are you using17:24
Pavosdake well I have been trying for 2 days now17:24
sdakepavo the fastest path is using bare metal17:25
sdakekolla doesn't make a mess to clean up17:25
sdakeits very tidy - unlike something like devstack for example17:25
Pavoyeah I understand that but if I can't get it deployed to 2 VMs then I doubt I can get it deployed to 2x baremetals17:25
sean-k-mooneyPavo:  i use a 8 core 16GB vm with 40 GB of space for my dev usually but 8 GB should work too as sdake said17:25
*** mark-casey has joined #openstack-kolla17:25
*** ayoung has quit IRC17:25
sdakepavo can't get deployed for what reason17:25
sdakepavo - firt i'd focus on getting a nova vm booted17:26
*** daneyon_ has quit IRC17:26
sdakethen sort out getting host networking and all that jazz setup later17:26
Pavowell the late attempt was I think networking issue, said that host from node1 had to be resolvable from node2 but had all nodes and IPs in /etc/hosts for all VMs so... have no clue yet17:26
sdakePavo vms present all kinds of network challlenges - if you know how to use virutalbox well you could probably figure it out17:27
sdakeotherwise, a baremetal machine with two nics is easy17:27
wirehead_Your friends will love you if you nick some nics.17:27
sdakepavo when you get to that point again ask in channel - someone can walk you through it17:27
sean-k-mooneyPavo: if you are using virtmanager/libvirt to spawn the vms then yes create a new linux bridge. nat the first interface in each vm and add the second interface to the bridge with no dhcp on the bridge17:27
sean-k-mooneyPavo: baremetal kolla is simpler the in vms though as sdake said17:28
Pavoyeah using vmware fusion on my mac pro 5,117:28
Pavoyeah I think it will be easier also, just trying to get the process down right and to get all the repos and dependencies correctly so I can do it on bare metal machines completely offline17:30
*** vhosakot has quit IRC17:30
Pavocurrent setup requires airgap installs17:30
Pavoor guess I should say current policies17:31
sean-k-mooneyPavo: ah offline kolla is not really a thing. it can be done once the container build server has internet access but you will either have to set up a registery or copy all of the contianer to the other hosts17:32
Pavoyeah got all the images built and pushed to private registry17:32
Pavoon the deployer machine17:32
Pavowhich is only connected to the target nodes17:33
sean-k-mooneyPavo: ok cool and the target machines can acess that machine over the network?17:33
sean-k-mooneynever mind thats a dumb question as it is deploying the other nodes17:33
*** vhosakot has joined #openstack-kolla17:34
Pavoyeah, I have seen it done before just trying to replicate the process, biggest issue right now is what kolla uses for for internal and external interface configs, to understand the network design on how the nodes should be configured17:36
*** lyncos has quit IRC17:40
*** ayoung has joined #openstack-kolla17:41
*** athomas has quit IRC17:45
*** senk_ has joined #openstack-kolla17:45
sdakepavo you can make it easy or can make it hard17:46
sdakepavo i have a diagram of hard17:46
sdake(as in secure)17:46
Pavoyeah secure would be ideal17:46
sdakeeasy = eval = 2 nics17:46
*** JoseMello has joined #openstack-kolla17:47
*** inc0 has joined #openstack-kolla17:47
inc0hey17:47
inc0I'm back from my voyages, so I should help more'17:48
sdakehttps://www.gliffy.com/go/publish/1048675517:48
inc0vhosakot, around?17:48
sdakepavo ^^17:48
sdakepavo before going complex i'd focus on getting somethign workign :)17:48
sdakebaby steps17:48
Pavonow thats a network digram thanks sdake17:48
*** vhosakot has quit IRC17:54
*** srwilkers has quit IRC17:54
*** srwilkers has joined #openstack-kolla17:55
*** Pavo_ has joined #openstack-kolla17:57
*** Pavo has quit IRC17:58
*** Pavo_ is now known as Pavo17:58
*** inc0 has quit IRC18:01
kbaegisPretty good one.  I like the "sorage network" :)18:03
sdakethanks it took me about 6 hours to draw it18:09
wirehead_So, it was a long drawn-out process.18:09
sdakemost of that was sorting out how the networks should connect18:09
openstackgerritzhubingbing proposed openstack/kolla: Add aodh role  https://review.openstack.org/35102718:09
sdakewirehead_ i don't even know what to say ;-)18:09
*** Pavo has quit IRC18:10
*** kbaegis1 has joined #openstack-kolla18:15
*** kbaegis has quit IRC18:15
*** vhosakot has joined #openstack-kolla18:15
*** mbound has quit IRC18:16
*** zhubingbing_ has quit IRC18:20
*** egonzalez90 has joined #openstack-kolla18:21
*** inc0 has joined #openstack-kolla18:21
*** vhosakot_ has joined #openstack-kolla18:24
*** vhosakot has quit IRC18:25
*** senk_ has quit IRC18:27
*** Pavo has joined #openstack-kolla18:28
openstackgerritMerged openstack/kolla: Minor formatting change to CONTRIBUTING.rst  https://review.openstack.org/34703218:30
*** vhosakot_ has quit IRC18:33
*** neophy has joined #openstack-kolla18:33
*** ayoung has quit IRC18:37
sdakeany progress on the networking on osic cluster?18:42
sdakeinc0 ?18:43
*** daneyon_ has joined #openstack-kolla18:44
*** vhosakot has joined #openstack-kolla18:47
*** vhosakot has quit IRC18:47
inc0sdake, I need to dig through it18:47
inc0irtermite, around?18:47
sdakethis problem is blocking all progress on osic work18:47
*** vhosakot has joined #openstack-kolla18:48
inc0but what exactly is problem?18:48
sdakeovs dhcp doesn't work18:48
inc0I have just Jeffreys mail that he gets lost packets18:48
sdakethe next step was someone was going to try linuxbridge18:48
sdakei think lost packets = all packets lost18:48
inc0and it seems to be TOR problem?18:48
inc0not our own for sure?18:48
sdakeno idea if its a tor problem or problem with our code18:49
sdakehence the desire to deploy with linuxbridge18:49
inc0I doubt it's code18:49
inc0more likely configuration18:49
sean-k-mooneysdake: wasnt it working fine when inc0 did the first somketest18:49
*** daneyon_ has quit IRC18:49
sdakesean-k-mooney he never sshed into the vm18:49
inc0I pinged it18:49
inc0through namespace18:49
sean-k-mooneysdake: ^18:49
inc0which seems ok18:49
sean-k-mooneysdake: since the ping worked dhcp worked18:49
inc0it's our provider vlan that seems fleaky18:49
sdakesean-k-mooney we need it accessable outside of namesapce to operate with rally18:49
sean-k-mooneysdake: yes the floating ip need to work via br-ex18:50
*** haplo37__ has quit IRC18:50
inc0ok, I'm getting into cluster18:50
inc0and debugging networking18:50
inc0yay18:50
sean-k-mooneysdake: if that is the issue its likely a route is missing18:50
sdakeif i knew how it worked - id help :)18:51
sdakeit took me months to get my internal test bed operational18:52
sdakeinternal as in the one in my house18:52
sdakethe networking - always the networking18:52
sdakeinc0 i didn't see jeffrey4l's mail18:52
inc0he just asked me if switches are misconfigured18:53
inc0nothing more18:53
inc0so we have linuxbridge deployed18:53
sean-k-mooneysdake: as long as i dont have to deal with iptables,tc or linux bridge i dont mind ovs openstack networking too much.18:53
sdakeya deploying linuxbridge was the next step in our debug process18:54
sean-k-mooneysdake: the kernel stack is much harder to debug then ovs at least for me18:54
sdakeif both are broken - its likely an environmental problem18:54
sdakejeffrey4l probably did that linuxbridge deploy18:54
sdakeand sent the email as a consequence of the results18:55
sdakei know for certain at one point the networks were not setup via neutron properly18:55
sdakesince it was 10./8 address18:55
sdakein other words, my personal network environment form init-runonce18:56
sean-k-mooneysdake: 10./8 or 10.0.0.0/24?18:56
sean-k-mooney10.0.0.0/24 is the default in the init-runonce18:57
*** Pavo has quit IRC18:57
sdake10.0.2.0/2418:57
sdakeand 10.0.0.0/2418:57
sdakeone was float one was management work iirc18:57
sdakeerr rather tenant network18:57
*** lrensing_ has quit IRC18:58
sean-k-mooneyyes 10.0.2.0/24 is the default public/foating ip subnet18:58
sdakenot in osic...18:58
sean-k-mooney10.0.0.0/24 is the default tenant subnet in the init-runonce so on that deploy that script was probably run by mistake18:58
sdakerunning init-runonce gets evrything into shape18:59
sdakebut then neutron needs to be conffigured after tht18:59
sdakepbourke iirc had solved that prolem18:59
sdakewe have beeen blocked on this for 4-5 days18:59
sdakeit prevents rally from running so wee can't gather benchmark results19:00
sean-k-mooneysdake: i wonder if when pbourke change the external network subnet,did he also adjust the routing table on the host runing rally to send it to the br-ex or onto it correct vlan network?19:01
sdakeunlikely but dont know19:02
inc0hmm19:02
inc0soo19:02
inc0I can ping it19:02
*** srwilkers has quit IRC19:03
inc0let's play around it19:03
inc0something is not right19:03
*** srwilkers has joined #openstack-kolla19:03
sdakecan you ssh to it?19:03
sean-k-mooneyif not it could be the mtu19:03
sdakecould also be ingress/outgress rules19:03
inc0not ssh19:03
inc0unlikely19:03
inc0as I'm in low level networking19:04
inc0connection refused on .2219:04
inc0:2219:04
inc0which is strange19:04
sdakelooks like firewll to me19:04
*** haplo37__ has joined #openstack-kolla19:04
sdakefirewall doesn't block ping typically19:04
sdakebut does block ssh unless enabled19:04
sean-k-mooneyi guess check default security group rules but the init-runouce opens port 2219:05
inc0but drop on .22 would cause timeout not connection refused19:05
inc0but let's see19:05
sdakei have found flushing iptables on the target can be of help19:05
sdakelunch bbiaf19:06
sean-k-mooneyinc0: im assuming you are using cirros images so ssh should be enabeld right.19:08
inc0yeah19:08
sean-k-mooneyinc0: if the tenant is useing vxlan and the mtu on the interfaces is not reduced to <145019:08
sean-k-mooneyinc0: the ssh packet will be droped19:08
sean-k-mooneyvxlan does not allow ip fragmentation of a vxlan packet.19:09
inc0well network is meant to be vlan19:10
*** haplo37__ has quit IRC19:10
sean-k-mooneythe tenant network or the osic network19:10
inc0,that's bad19:10
*** egonzalez90 has quit IRC19:10
inc0I have 80% packet drop19:10
inc01 ping went through19:10
sean-k-mooneyinc0: do you have a broadcast storm again?19:10
sean-k-mooneyinc0: was the stp issue ever rootcaused19:11
inc0hmm19:12
inc0I don't see nay traffic now19:12
sdakei mean flush before deploy19:13
*** egonzalez90 has joined #openstack-kolla19:14
inc0there is some traffic19:14
inc0brb gonna walk to irtermite19:15
sean-k-mooneyinc0: just not enough to account for the packet loss.19:15
*** mbound has joined #openstack-kolla19:17
*** srwilkers has quit IRC19:18
inc0yeah stp storm allright19:19
*** srwilkers has joined #openstack-kolla19:20
sean-k-mooney:( inc0 is it coming from the osic TORs or something we did?19:20
inc0hard to tell19:20
sean-k-mooneyinc0: stp is truned off in the ovs deployment but is it on with linux bridge?19:21
*** haplo37__ has joined #openstack-kolla19:22
*** mbound has quit IRC19:22
inc0so we've seen stp in ovs too19:22
inc0so we might be looking at TOR with stp enabled19:22
sean-k-mooneyinc0: could this be related to the bond in any way?19:23
inc0if we have loop, yes19:23
inc0however19:23
inc0I'm trying to figure out where19:23
sean-k-mooneyits ironic considering stp is intended to keep your network from exploding when you have a loop19:24
inc0yeah19:24
inc0however I'm not sure about loop19:24
inc0more likely one of our own linuxbridges has stp enabled19:24
sean-k-mooneysee anyting in brctl show19:25
inc0none of nodes has it enabled19:26
inc0I'll play till the end of the day and tomorrow I'd repave bare metal19:27
sean-k-mooneyinc0: could cobbler maybe reconfigure the tors to disable it19:27
inc0we don't have access to TOR19:27
inc0and I think TOR has it disabled19:27
sean-k-mooneyit might be worth running  kolla-ansible cleanup and seeing if the traffic stops19:29
sean-k-mooneythat will tell you if its on our end as it shoudl clean up the linux bridges. at least i think it will19:30
*** signed8bit is now known as signed8bit_Zzz19:30
inc0yeah19:33
inc0and rmmod openvswitch19:33
*** lyncos has joined #openstack-kolla19:34
irtermiteinc0: send me the tcp dump and I will talk with networking when I am done with this ticket19:34
sean-k-mooneywell if the deployment is using linux bridge im not sure that will help19:34
inc0sure, let me repave whole thing and check if that helps19:35
irtermitesean-k-mooney: tor is configured for spanning-tree port type edge... they are automatically put into a fowarding state and do not go through the listening state << response from networking when this was asked about this environment on Aug 4th.19:37
*** signed8bit_Zzz is now known as signed8bit19:38
sean-k-mooneyirtermite: so looking at http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/configuration/guide/cli/CLIConfigurationGuide/SpanningEnhanced.html#2096819:41
sean-k-mooneyin edge mode if we then bond the interfaces would that cause what we are seeing?19:42
inc0hmm I think I see what's wrong19:43
sean-k-mooneyit says "Interfaces that are connected to hosts should not receive STP Bridge Protocol Data Units" for edge ports but that is not what we are seeing19:43
inc0sean-k-mooney, so we have setup p4p1.733 iface19:43
inc0and we still use p4p1 as neutron external19:44
inc0which doesn't seem right19:44
sean-k-mooneyinc0: im not certin that would break anyting. the subport should strip out vlan 733 packets but the rest should go to p4p1 tagged19:45
sean-k-mooneyare p4p1 and p4p1.733 connected to the same bridge19:45
inc0shouldn't19:45
inc0so what I'm going to do is to tell neutron to use p4p1.733 as external19:46
inc0and create flat network on top of it19:46
inc0with address space corresponding to this vlan19:46
inc0it was meant for ceph replication, but we're not doing this now19:46
inc0if it works we'll repave everything and sort out vlans19:47
sean-k-mooneythat should work correctly19:47
sean-k-mooneywe will not be able to test tenant vlan but that does not give us much anyway19:47
sean-k-mooneywe are already testing flat and tunneled networks19:47
inc0for example I'll leave bond0 out of it and use p4p1 for all non-mgmt non-neuton traffic19:47
ntpttr___hey inc0, is it possible to use the master branch of kolla to deploy services in another branch, maybe through a globals.yml config option?19:47
inc0ntpttr___, you mean use master kolla to deploy mitaka cinder?19:48
ntpttr___inc0: yep19:48
sean-k-mooneyntpttr___: it should be19:48
inc0yeah, just use kolla-build.conf19:48
inc0look at stable mitaka build-conf19:48
sean-k-mooneyntpttr___: i have used master to deploy mitaka19:48
*** ayoung has joined #openstack-kolla19:48
inc0defaults will point to stable19:48
inc0uncomment repo config from it and use it with master19:49
inc0should be fien19:49
*** senk_ has joined #openstack-kolla19:49
ntpttr___inc0: okay, do I need to copy kolla-build.conf into /etc/kolla as well then?19:50
inc0off we go with deployment19:50
inc0yeah19:50
*** senk_ has quit IRC19:50
*** fragatina has quit IRC19:53
sean-k-mooneyinc0: so what is your current network config. neutron_external_interface=p4p1.733 networking_interface=p1p119:55
*** daneyon_ has joined #openstack-kolla19:55
inc0sean-k-mooney, http://paste.openstack.org/show/557618/19:56
inc0not exactly19:56
inc0we leave p1p1 out of it19:56
inc0we have bunch of tagged networks on bond019:56
inc0but in fact we should put a neutron there and not tag it at all19:57
inc0instead use neutrons provider vlan nets19:57
*** lyncos has quit IRC19:57
*** egonzalez90 has quit IRC19:58
*** daneyon has quit IRC19:58
sean-k-mooneyuse neutron provider vlans for tenants or for the storage network etc?19:58
inc0tenants19:58
sean-k-mooneyok thats what i taught19:58
inc0we'll put all the storage and all on p4p119:59
inc0with tags19:59
sean-k-mooneyso bassical give bond0 to neutron and everything else goes via one of the other interfaces19:59
*** lyncos has joined #openstack-kolla19:59
inc0yeah19:59
sean-k-mooneyya that will likely cause less issues19:59
inc0if that fails, I'll ask politely to unbind ifaces on TOR20:00
inc0and we'll deal with raw ifaces20:00
inc0we don't really need bonding20:00
sean-k-mooneyya i guess even though we will be doing scale testing of the control plane not performance testing of the tenant networking20:01
*** srwilkers has quit IRC20:02
sean-k-mooneythe bond is not required20:02
sean-k-mooneyinc0: by the way one thing that kolla is missing is the ability to automatically add the neutron local ip to the ovs external brige to make tunneled traffic go over the provider bridge20:04
inc0well we'd need to specify this bridge somewhere20:05
inc0IP*20:05
*** lyncos has quit IRC20:05
sean-k-mooneyill take a look at adding that next cycle but im not going to start anything new until after the rcs are out20:05
sean-k-mooneythere is enough in the review queue as it is.20:06
*** huikang has quit IRC20:08
irtermiteinc0: sean-k-mooney: was this seen on more than one server? which one(s)20:10
*** lyncos has joined #openstack-kolla20:10
inc0irtermite, all of them, I repaved and spawning new vm20:10
inc0let me test it out20:10
sean-k-mooneyinc0: oh is it redeployed?20:11
inc0yeah20:11
inc0configuring sectroups etc as we speak20:11
sean-k-mooneyi have to run soon. but kind of interested if that was the issue20:11
*** vhosakot has quit IRC20:12
inc0still bad20:14
inc0no dhcp traffic20:14
inc0on flat network20:14
*** neophy has quit IRC20:14
sean-k-mooneyno flat network in neutron or create in ovs?20:15
inc0neutron has flat network20:15
sean-k-mooneywith the correct physnet?20:16
sean-k-mooneyim assuming you ran basically this https://github.com/openstack/kolla/blob/master/tools/init-runonce#L5420:16
inc0so I see dhcp traffic in p4p1.733 on controller20:16
inc0sean-k-mooney, not exactly20:16
inc0I enabled dhcp in flat network20:17
inc0and spawned vm there20:17
sean-k-mooneyoh ok20:17
sean-k-mooneyso on the contoler p4p1,733 is reciving the dhcp boot request form the vm correct?20:18
sean-k-mooneyare you seeing that on the host with tcpdump or in the network namespace?20:18
inc0I see it on host20:18
inc0in a moment I'll go to compute node20:19
inc0cuz dhcp is reaching host20:19
inc0and host replies20:19
inc0but vm never gets reply20:19
inc0which might mean that we have arp issue20:19
inc0because multicast is working, unicast seems not20:19
inc0brb20:19
*** inc0 has quit IRC20:19
*** kbaegis has joined #openstack-kolla20:20
*** kbaegis1 has quit IRC20:20
sean-k-mooneyinc0 hum ok maybe enableing the l2_pop mech driver would help as arp would be resolved on the node but then again that make things more complicated to debug20:20
sean-k-mooneyok got to go have dinner or i might eat my monitor20:24
sean-k-mooneysorry i cant help more. hopefully its something fixable.20:24
*** sdake has quit IRC20:32
*** jtriley has quit IRC20:33
*** Pavo has joined #openstack-kolla20:38
ntpttr___when we enable tempest in kolla, how do we know things like tempest_image_id, tempest_public_network_id, and that sort of thing to put in globals.yml? Openstack hasn't been deployed yet20:38
*** dwalsh has quit IRC20:38
*** Pavo has quit IRC20:39
*** fragatina has joined #openstack-kolla20:41
*** fragatina has quit IRC20:42
sean-k-mooneyntpttr___: i think tempest need to be deployed after you have deployed your cloud20:42
sean-k-mooneynot sure though20:42
*** fragatina has joined #openstack-kolla20:43
ntpttr___sean-k-mooney: so I deploy, then get all that info to put in globals, then do kolla-ansible deploy again?20:44
sean-k-mooneyntpttr___: reading through the ansible i dont see anything that would allow it to poplate them itself20:44
sean-k-mooneyam you could jsut run kolla-ansible deploy -e tempest_image_id=123 --tags tempest20:45
sean-k-mooneyi dont think it needs to be in the global.yml20:45
sean-k-mooneybut yes deploy cloud. enrole images then deploy tempest20:46
ntpttr___sean-k-mooney: cool I'll give it a go, thanks20:47
*** rstarmer_ has joined #openstack-kolla20:48
sean-k-mooneyntpttr___: the current workflow is kinda flawed e.g. if you enable tempest we probably shoudl run the init_run once or something similar to setup the required networks and iamges for you but at lest the cureent workflow is scriptable20:49
rstarmer_why is the nova scheduler such a hater...20:49
ntpttr___sean-k-mooney: yeah that would be nice if it were automated, but at least documenting the current workflow would probably be good too. It's tough to piece it together looking at the code20:50
rstarmer_VirtualBox VM based instance, neutron appears to be behaving, glance is happy, the nova-compute container is humming and letting the scheduler know that it has cores avaialble... and still: the filter returns 0 hosts...20:50
*** kbaegis has quit IRC20:56
*** sdake has joined #openstack-kolla20:57
*** Pavo has joined #openstack-kolla20:59
*** JoseMello has quit IRC21:00
irtermitesean-k-mooney: are you all experiencing packet loss between instances only, hosts only, both? over VPN?21:00
irtermitebonding? what mode?21:00
irtermiteOVS or LinuxBridge?  Think I saw you mention LinuxBridge earlier21:01
*** haplo37__ has quit IRC21:03
*** sdake has quit IRC21:08
*** Pavo has quit IRC21:09
*** Pavo has joined #openstack-kolla21:13
*** jamesden_ has joined #openstack-kolla21:13
*** rhallisey has quit IRC21:14
*** sdake has joined #openstack-kolla21:17
rstarmer_anyone seen this error before in nova_scheduler: Require both a host and instance NUMA topology to fit instance on host21:17
*** haplo37__ has joined #openstack-kolla21:18
wznoinskrstarmer_: it's rather question to guys on #openstack-nova but it basically means you can't spawn two numa nodes VM when you have single numa on the host21:21
wznoinskor other variations21:21
rstarmer_seems like other than that (and a bug where the _member_ role doesn't seem to be created), my centos-binary kolla 3.0.0 system is up and running21:23
sdakewell my tonearm is working21:24
sdakeunfortunately my MC catridge is bust21:24
sdakerstarmer_ i think there was some patch activity to enable numa21:25
sdakerstarmer_ perhaps we busted that inadvertently21:25
sdake(patch activity in kolla)21:25
*** lyncos_ has joined #openstack-kolla21:26
*** lyncos_ has quit IRC21:26
*** lyncos has quit IRC21:26
rstarmer_sdake: any pointer to how I can turn that off? :D21:27
sdakerstarmer_ no clue21:27
sdakegit blame is what i'd look at21:27
sdakethe review said NUMA right in it21:27
rstarmer_ok ,will dig in the scheduler see if I can find it.21:27
sdakegit log kolla21:27
sdakesearch for nUMA21:27
sdakegit blame the commit21:27
sdakeor rathe rgit show the commit21:28
wznoinskrstarmer_: numa may be requested a flavor-key21:28
wznoinsks/a/as21:29
rstarmer_wznoinsk: there doesn't seem to be any key related to NUMA in the flavor I'm using, perhaps this is the issue?21:31
rstarmer_http://pastebin.com/quJhcg5921:31
wznoinskrequesting a machine with 1cpu should work no matter what (single numa), let me check something here21:32
wznoinskrstarmer_: how about image props?21:32
rstarmer_http://pastebin.com/uLnEgukP21:35
rstarmer_not that I created21:35
*** sdake has quit IRC21:39
irtermitesean-k-mooney: Note from networking... "If they can rerun that packet capture with the –ne that would be helpful. That will show the multicast address (hopefully) and that actual VLAN IDs."21:39
irtermite"What they’re likely doing is performing packet captures on an interface (trunk) that has upwards of 30+ VLANs on it. They are likely seeing BDPUs being sent from the root bridge for each of the VLANs (PVST). The normal interval is 2 seconds between messages. But when you have 30+ VLANs (which is true for OSIC interfaces), those timers vary between VLANs, and you’ll get the behavior they’re seeing."21:39
irtermiteHeading out shortly. Buffer is running. Will see mentions later.21:40
rstarmer_I just added virt_type=qemu to nova.conf for compute, and now the instance starts, so perhaps the numa "error" wasn't an error, just the lack of a defined virt_type caused the issue?21:42
rstarmer_not sure, but will test more later.21:42
rstarmer_now on to the next bug?21:43
rstarmer_ :)21:43
wznoinskah, forgot about it21:43
rstarmer_Wow, I think I can finally say I have a _Working_ Kolla deployed instance.  Time to launch (from a blank VM) ~ 3 hours, including image build and an hour of debug.21:48
irtermiteDoes that mean you all aren't seeing networking issues anymore?21:53
mark-caseyirtermite: unrealted I think21:53
mark-caseyrelated21:53
irtermiteACK21:53
rstarmer_irermite: I don't have any network issues at the moment, but I'mon an All-in-one instance21:54
*** sdake has joined #openstack-kolla21:54
irtermiteunderstod21:54
irtermiteunderstood*21:54
irtermiteok, out for real this time21:54
rstarmer_Now I get to build a multi-node system. now _that_ will be some fun :)21:55
*** harlowja has quit IRC21:55
Pavosetting up a 2 node deployment right now with 3 VMs, 1x Deployer and 2 nodes21:56
wznoinskrstarmer_: out of curiosity, numa topology filter is now enabled by default?21:57
rstarmer_I can't find any reference to it, the defaults that I have found didn't seem to call it out, but given that there's no schduler_default_filters defined, I'm assuming that it is now part of the default list21:58
rstarmer_actually, it doesn't look like it's a filter afte rall21:59
*** matrohon has quit IRC22:00
wznoinskrstarmer_: right, the error seems to be coming from the driver22:00
rstarmer_Retry AZ Ram Disk compute Compute Cap Image Server-anti pro affinit are listed as filters,  it comes out of the filter, is the only choice so it's the top weight, and then is selected and locked, and then the scheduler throws up a "Require both..." error22:00
rstarmer_nova.virt.hardware process22:01
sdakehow do you define that numa configuration option22:01
rstarmer_so perhaps the virt_type not being set doesn't have an appropriate default?22:01
*** mark-casey has quit IRC22:01
rstarmer_sdake: I don't know...22:01
wznoinsksdake: via nova flavor-key22:02
wznoinskhttps://specs.openstack.org/openstack/nova-specs/specs/juno/implemented/virt-driver-numa-placement.html22:02
wznoinskand NUMATopologyFilter in filters list in nova.conf22:02
wznoinsksdake: maybe a better written guide to numa - http://docs.openstack.org/developer/nova/testing/libvirt-numa.html22:03
rstarmer_My 'resolution" appears to have been setting the virt_type under [libvirt] in nova.conf on nova_compute container22:04
rstarmer_But to be clear, on second review, it's not the Filter that was causing issues, it's another part of the scheduler22:04
*** fragatin_ has joined #openstack-kolla22:10
wznoinskrstarmer_: NUMA filter is not one of the default ones in nova.conf https://github.com/openstack/nova/blob/282c257aff6b53a1b6bb4b4b034a670c450d19d8/nova/conf/scheduler.py22:10
*** jamesden_ has quit IRC22:10
wznoinskhardware.py couldn't read host_topology (or part of it) hence it was throwing that error, odd22:10
rstarmeryeah, wonder why setting qemu fixed it?  double odd, but at least there's a fix22:13
*** fragatina has quit IRC22:13
*** fragatin_ has quit IRC22:14
*** fragatina has joined #openstack-kolla22:15
*** haplo37__ has quit IRC22:15
openstackgerritShaun Smekel proposed openstack/kolla: Add full support for fernet  https://review.openstack.org/34936622:20
*** sdake has quit IRC22:20
*** daneyon has joined #openstack-kolla22:21
*** vhosakot has joined #openstack-kolla22:25
*** daneyon has quit IRC22:25
openstackgerritShaun Smekel proposed openstack/kolla: Add full support for fernet  https://review.openstack.org/34936622:26
openstackgerritShaun Smekel proposed openstack/kolla: Add full support for fernet  https://review.openstack.org/34936622:29
*** signed8bit is now known as signed8bit_Zzz22:34
*** sdake has joined #openstack-kolla22:35
sdake1800 cartridge22:41
sdakepaperweight22:41
* sdake growls profusely22:41
* sdake nerd rages some more22:44
openstackgerritKevin Fox proposed openstack/kolla: Add jq  https://review.openstack.org/35500322:45
sdakesmekel_ - say re https://blueprints.launchpad.net/kolla/+spec/third-party-plugin-support22:46
*** signed8bit_Zzz is now known as signed8bit22:46
wirehead_so, it’s more cart-rage than cartridge.22:47
sdakesmekel_ it is always good to check the bllueprint status to make sure other people aren't working on a peice of work already22:47
* sdake does cartwheels22:47
*** mbound has joined #openstack-kolla22:47
sdakesmekel_ thats why we have those work item fields - to help distribute work amongst the community22:47
sdakesmekel_ can yoou please get the work items there up to date with your reviews in the queue22:49
*** MrDan has joined #openstack-kolla22:50
MrDanhello22:50
MrDani have an issue when I do a precheck, it fails on checking ansible version22:51
sdakeMrDan are you using master or mitaka or liberty branch?22:51
MrDanmaster I think, default22:51
sdakeare you doing an evaluation?22:51
sdakeor do you intend to do development on kolla22:51
MrDanfor my own fun for now22:52
MrDanand dev i think, not a dev person yet22:52
sdakeok - well master may or may not work based upon data just provided by rstarmer22:52
MrDani am playing aroung openstack atm22:52
*** mbound has quit IRC22:52
sdakeroger22:52
sdakewhich distro do you have22:52
sdakeand type pip show ansible22:52
MrDanubuntu 14.0422:52
sdakesudo pip install -U ansible==2.1.0.022:52
MrDanit correctly said ansible 2.1.1.022:53
*** vhosakot has quit IRC22:53
sdakehrm22:53
sdakemaybe our prechecks dont check for 2.1.1.022:53
MrDanthe command runned by the playbook is 'ansible --version'22:53
sdaketry 2.1.0.022:53
sdakesame sudo command will do the job22:53
MrDan-U will not update to latest?22:54
MrDanthat is 2.1.1.22:54
MrDanthe code where it fails is the following failed_when: result.stdout | regex_replace('ansible (\\d+\\.\\d+\\.\\d+)', '\\1') | version_compare(ansible_version_min, '<')22:55
sdakeit will update to what you specify22:55
MrDanok22:55
* sdake head hurts looking at that regex22:55
MrDanhaha, yes :D22:56
MrDanok, did downgrade to 2.1.022:56
sdake2.1.0.0 you mean?22:56
MrDanrunned the script again...22:56
MrDanyes22:56
sdakeok i am off to bed22:57
sdakenight folks22:57
*** sdake has quit IRC22:57
MrDannight, thanks for the help22:58
MrDansame thing22:59
MrDanfatal: [localhost -> localhost]: FAILED! => {"changed": false, "cmd": ["ansible", "--version"], "delta": "0:00:00.166055", "end": "2016-08-16 01:58:38.135598", "failed": true, "failed_when_result": true, "rc": 0, "start": "2016-08-16 01:58:37.969543", "stderr": "", "stdout": "ansible 2.1.0.0\n  config file = \n  configured module search path = Default w/o overrides", "stdout_lines": ["ansible22:59
MrDan2.1.0.0", "  config file = ", "  configured module search path = Default w/o overrides"], "warnings": []}22:59
MrDanthis is the error22:59
MrDanif I do 'ansible --version' i get the version nice and dandy, exit with 023:00
*** kbaegis has joined #openstack-kolla23:01
*** michauds has quit IRC23:02
*** kbaegis has left #openstack-kolla23:04
*** UnSavvy has joined #openstack-kolla23:04
MrDani think it fails on this 'regex_replace('ansible (\\d+\\.\\d+\\.\\d+)', '\\1')'23:06
*** UnSavvy has quit IRC23:23
*** diogogmt has quit IRC23:31
*** harlowja has joined #openstack-kolla23:36
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Adding Mariadb shutdown command to POD delete event  https://review.openstack.org/35518923:45
*** MrDan has quit IRC23:49
*** zhurong has joined #openstack-kolla23:50
*** zhurong has quit IRC23:57

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!