*** heyongli has quit IRC | 00:05 | |
*** heyongli has joined #openstack-infra | 00:05 | |
*** felipemonteiro has quit IRC | 00:07 | |
*** tosky has quit IRC | 00:10 | |
*** heyongli has quit IRC | 00:15 | |
*** heyongli has joined #openstack-infra | 00:15 | |
*** felipemonteiro has joined #openstack-infra | 00:22 | |
*** zul has quit IRC | 00:25 | |
*** heyongli has quit IRC | 00:25 | |
*** heyongli has joined #openstack-infra | 00:26 | |
openstackgerrit | Ian Wienand proposed openstack-infra/system-config master: mirror-update: install afsmon and run from cron https://review.openstack.org/573493 | 00:32 |
---|---|---|
openstackgerrit | Clark Boylan proposed openstack-infra/openstack-zuul-jobs master: Improve kata-runsh job https://review.openstack.org/573748 | 00:34 |
*** heyongli has quit IRC | 00:36 | |
*** heyongli has joined #openstack-infra | 00:36 | |
*** vivsoni_ has joined #openstack-infra | 00:41 | |
*** felipemonteiro has quit IRC | 00:43 | |
*** markvoelker has quit IRC | 00:43 | |
*** vivsoni has quit IRC | 00:44 | |
*** heyongli has quit IRC | 00:46 | |
*** heyongli has joined #openstack-infra | 00:46 | |
*** markvoelker has joined #openstack-infra | 00:50 | |
*** rh-jelabarre has quit IRC | 00:51 | |
*** vtapia has quit IRC | 00:56 | |
*** heyongli has quit IRC | 00:56 | |
*** heyongli has joined #openstack-infra | 00:56 | |
*** yamahata has quit IRC | 01:03 | |
openstackgerrit | Clark Boylan proposed openstack-infra/openstack-zuul-jobs master: Improve kata-runsh job https://review.openstack.org/573748 | 01:04 |
*** heyongli has quit IRC | 01:06 | |
*** heyongli has joined #openstack-infra | 01:07 | |
*** hongbin has joined #openstack-infra | 01:08 | |
*** lifeless has quit IRC | 01:12 | |
*** heyongli has quit IRC | 01:17 | |
*** heyongli has joined #openstack-infra | 01:17 | |
*** felipemonteiro has joined #openstack-infra | 01:18 | |
*** haleyb has quit IRC | 01:19 | |
*** jgrassler has quit IRC | 01:21 | |
*** jgrassler has joined #openstack-infra | 01:21 | |
*** vivsoni has joined #openstack-infra | 01:22 | |
*** harlowja has quit IRC | 01:25 | |
*** vivsoni_ has quit IRC | 01:25 | |
*** yamahata has joined #openstack-infra | 01:25 | |
*** heyongli has quit IRC | 01:27 | |
*** heyongli has joined #openstack-infra | 01:27 | |
*** jgrassler has quit IRC | 01:32 | |
*** jgrassler has joined #openstack-infra | 01:32 | |
openstackgerrit | Clark Boylan proposed openstack-infra/openstack-zuul-jobs master: Improve kata-runsh job https://review.openstack.org/573748 | 01:34 |
*** caphrim007 has joined #openstack-infra | 01:37 | |
*** heyongli has quit IRC | 01:37 | |
*** heyongli has joined #openstack-infra | 01:37 | |
*** caphrim007 has quit IRC | 01:38 | |
*** XP_2600 has joined #openstack-infra | 01:38 | |
XP_2600 | hey, anyone can give a hand with an issue? | 01:42 |
clarkb | what is the issue? | 01:42 |
XP_2600 | i configured AIO server for testing | 01:42 |
XP_2600 | using Queen | 01:42 |
XP_2600 | everything worked as expected expect the networking | 01:42 |
XP_2600 | VMs can reach each other | 01:43 |
XP_2600 | but they cannot reach the host or the internet | 01:43 |
XP_2600 | i did everything with Open virtual switch | 01:43 |
clarkb | did you use devstack? I think this is normal unless you explicitly bridge the host and the guest netowrks together | 01:43 |
XP_2600 | and namespaces | 01:43 |
clarkb | beacuse otherwise there is no path from the guest network(s) to the host network and from there to the internet | 01:43 |
XP_2600 | i used Openstack | 01:43 |
*** vivsoni has quit IRC | 01:44 | |
clarkb | right, but what installation method did you use? | 01:44 |
*** vivsoni has joined #openstack-infra | 01:44 | |
XP_2600 | i tried to tap or use Veth | 01:44 |
XP_2600 | i followed a video where he created a router between external and internal connection | 01:45 |
XP_2600 | ip netns exec qrouter-3cd19a76-c305-45dd-8d90-d5a5405d6a7f ip addr show | 01:46 |
*** caphrim007 has joined #openstack-infra | 01:46 | |
XP_2600 | its working and i can see the interfaces and their IP addresses | 01:46 |
XP_2600 | i tried to send on ask, but my request never been approved | 01:46 |
XP_2600 | maybe i did not explain it clear enough | 01:46 |
clarkb | my hunch is that the networking for guests has no path through to networking on the host and from there to the internet | 01:47 |
clarkb | it is likely completely segregated on those separate namespaces with no bridge out | 01:47 |
XP_2600 | so i can simply add a veth or tap the router namespace with the host | 01:47 |
XP_2600 | right ? | 01:47 |
*** heyongli has quit IRC | 01:47 | |
XP_2600 | i also created internal/external/router using horizon | 01:48 |
*** heyongli has joined #openstack-infra | 01:48 | |
clarkb | you'll likely also need a bridge with the hosts interface and that tap/veth on it | 01:48 |
clarkb | otherwise they still won't talk to each other I think | 01:48 |
XP_2600 | there is ex-br | 01:48 |
XP_2600 | i thought it should do the job | 01:48 |
XP_2600 | as its linked with the router as well | 01:49 |
XP_2600 | also should not the router created from horizon do this job ? | 01:50 |
XP_2600 | creatiing link between the namespace router and the host or the external | 01:50 |
XP_2600 | ? | 01:50 |
clarkb | I think it dependso n how you have it set up? that is beyond my knowledge I'd have to look it up | 01:50 |
clarkb | as for ex-br check what interfaces are attached to it | 01:50 |
*** dave-mccowan has joined #openstack-infra | 01:52 | |
XP_2600 | Port int-br-ex | 01:53 |
XP_2600 | Interface int-br-ex | 01:53 |
XP_2600 | type: patch | 01:53 |
XP_2600 | options: {peer=phy-br-ex} | 01:53 |
XP_2600 | Port "tapeab02823-82" | 01:53 |
XP_2600 | tag: 1 | 01:53 |
XP_2600 | Interface "tapeab02823-82" | 01:53 |
XP_2600 | type: internal | 01:53 |
XP_2600 | Port br-int | 01:53 |
XP_2600 | Interface br-int | 01:53 |
XP_2600 | type: internal | 01:53 |
XP_2600 | Port "qvoc0c7b253-d1" | 01:53 |
XP_2600 | tag: 1 | 01:53 |
XP_2600 | Interface "qvoc0c7b253-d1" | 01:53 |
clarkb | I don't think any of those are a host interface which may explain it. Also in the future if you need to paste a large amount of text using a paste service like paste.openstack.org or github's gist is helpful | 01:54 |
*** nhicher has quit IRC | 01:55 | |
XP_2600 | ok i realized that, sorry | 01:55 |
*** heyongli has quit IRC | 01:58 | |
*** heyongli has joined #openstack-infra | 01:58 | |
XP_2600 | is there anyway to simply build a such connection manually? | 01:59 |
clarkb | without being on the host I couldn't say either way | 02:00 |
clarkb | also you have to be careful adding your main host itnerface to a bridge as it will lose its networking config when you do so iirc | 02:00 |
clarkb | I need to go find dinner now. But that is what I would look into doing | 02:02 |
XP_2600 | yes i have physical access | 02:02 |
XP_2600 | actually i am running it all over VMware vsphere | 02:03 |
XP_2600 | anyway go to your dinner, and if you back later and willing to give a hand it will be great, thanks man | 02:03 |
*** jamesmcarthur has joined #openstack-infra | 02:03 | |
*** roman_g has quit IRC | 02:04 | |
*** vtapia has joined #openstack-infra | 02:06 | |
*** heyongli has quit IRC | 02:08 | |
*** jamesmcarthur has quit IRC | 02:08 | |
*** heyongli has joined #openstack-infra | 02:08 | |
*** vivsoni has quit IRC | 02:17 | |
*** vivsoni has joined #openstack-infra | 02:17 | |
*** heyongli has quit IRC | 02:18 | |
*** heyongli has joined #openstack-infra | 02:19 | |
*** vivsoni has quit IRC | 02:23 | |
*** vivsoni has joined #openstack-infra | 02:23 | |
*** Goneri has quit IRC | 02:25 | |
*** heyongli has quit IRC | 02:28 | |
*** heyongli has joined #openstack-infra | 02:29 | |
*** jesslampe has quit IRC | 02:32 | |
*** jesslampe has joined #openstack-infra | 02:33 | |
*** jesslampe has quit IRC | 02:35 | |
*** heyongli has quit IRC | 02:39 | |
*** heyongli has joined #openstack-infra | 02:39 | |
*** XP_2600 has quit IRC | 02:41 | |
*** dbecker has quit IRC | 02:46 | |
*** eernst has quit IRC | 02:47 | |
*** eernst has joined #openstack-infra | 02:47 | |
*** heyongli has quit IRC | 02:49 | |
*** heyongli has joined #openstack-infra | 02:49 | |
*** vivsoni has quit IRC | 02:52 | |
*** vivsoni has joined #openstack-infra | 02:52 | |
*** heyongli has quit IRC | 02:59 | |
*** heyongli has joined #openstack-infra | 03:00 | |
*** felipemonteiro has quit IRC | 03:00 | |
*** dbecker has joined #openstack-infra | 03:01 | |
*** felipemonteiro has joined #openstack-infra | 03:08 | |
*** heyongli has quit IRC | 03:09 | |
*** heyongli has joined #openstack-infra | 03:10 | |
*** jesslampe has joined #openstack-infra | 03:14 | |
*** dave-mccowan has quit IRC | 03:15 | |
*** yamamoto has joined #openstack-infra | 03:16 | |
*** anteaya has quit IRC | 03:16 | |
*** yamamoto has quit IRC | 03:17 | |
*** heyongli has quit IRC | 03:20 | |
*** heyongli has joined #openstack-infra | 03:20 | |
*** harlowja has joined #openstack-infra | 03:27 | |
*** Bhujay has joined #openstack-infra | 03:29 | |
*** heyongli has quit IRC | 03:30 | |
*** heyongli has joined #openstack-infra | 03:30 | |
*** heyongli has quit IRC | 03:40 | |
*** heyongli has joined #openstack-infra | 03:40 | |
*** yamamoto has joined #openstack-infra | 03:45 | |
*** heyongli has quit IRC | 03:50 | |
*** heyongli has joined #openstack-infra | 03:51 | |
*** yamamoto has quit IRC | 04:01 | |
*** heyongli has quit IRC | 04:01 | |
*** heyongli has joined #openstack-infra | 04:01 | |
*** kjackal has joined #openstack-infra | 04:03 | |
*** rajinir has quit IRC | 04:03 | |
*** yamamoto has joined #openstack-infra | 04:05 | |
*** heyongli has quit IRC | 04:11 | |
*** heyongli has joined #openstack-infra | 04:11 | |
*** harlowja has quit IRC | 04:14 | |
*** heyongli has quit IRC | 04:21 | |
*** heyongli has joined #openstack-infra | 04:22 | |
*** psachin has joined #openstack-infra | 04:28 | |
*** heyongli has quit IRC | 04:31 | |
*** heyongli has joined #openstack-infra | 04:32 | |
*** yamamoto has quit IRC | 04:37 | |
*** lpetrut has joined #openstack-infra | 04:41 | |
*** heyongli has quit IRC | 04:42 | |
*** heyongli has joined #openstack-infra | 04:42 | |
*** eernst has quit IRC | 04:42 | |
*** heyongli has quit IRC | 04:52 | |
*** heyongli has joined #openstack-infra | 04:52 | |
*** markvoelker has quit IRC | 04:58 | |
*** heyongli has quit IRC | 05:02 | |
*** heyongli has joined #openstack-infra | 05:03 | |
*** yamamoto has joined #openstack-infra | 05:08 | |
*** hongbin has quit IRC | 05:09 | |
*** heyongli has quit IRC | 05:12 | |
*** heyongli has joined #openstack-infra | 05:13 | |
*** lpetrut has quit IRC | 05:15 | |
*** heyongli has quit IRC | 05:23 | |
*** heyongli has joined #openstack-infra | 05:23 | |
*** jamesmcarthur has joined #openstack-infra | 05:26 | |
*** yamamoto has quit IRC | 05:28 | |
*** tdasilva has joined #openstack-infra | 05:31 | |
*** jamesmcarthur has quit IRC | 05:31 | |
*** felipemonteiro has quit IRC | 05:32 | |
*** heyongli has quit IRC | 05:33 | |
*** heyongli has joined #openstack-infra | 05:33 | |
*** psachin has quit IRC | 05:35 | |
*** psachin has joined #openstack-infra | 05:41 | |
*** heyongli has quit IRC | 05:43 | |
*** heyongli has joined #openstack-infra | 05:43 | |
*** iranzo has joined #openstack-infra | 05:47 | |
*** auristor has quit IRC | 05:48 | |
*** lpetrut has joined #openstack-infra | 05:52 | |
*** heyongli has quit IRC | 05:53 | |
*** heyongli has joined #openstack-infra | 05:54 | |
*** auristor has joined #openstack-infra | 06:02 | |
*** heyongli has quit IRC | 06:04 | |
*** heyongli has joined #openstack-infra | 06:04 | |
*** heyongli has quit IRC | 06:14 | |
*** heyongli has joined #openstack-infra | 06:14 | |
*** lpetrut has quit IRC | 06:23 | |
*** lpetrut has joined #openstack-infra | 06:23 | |
*** Bhujay has quit IRC | 06:23 | |
*** Bhujay has joined #openstack-infra | 06:24 | |
*** heyongli has quit IRC | 06:24 | |
*** heyongli has joined #openstack-infra | 06:25 | |
*** kjackal has quit IRC | 06:29 | |
*** yamamoto has joined #openstack-infra | 06:29 | |
*** heyongli has quit IRC | 06:34 | |
*** yamamoto has quit IRC | 06:35 | |
*** heyongli has joined #openstack-infra | 06:35 | |
*** lifeless has joined #openstack-infra | 06:40 | |
*** heyongli has quit IRC | 06:45 | |
*** heyongli has joined #openstack-infra | 06:45 | |
*** cshastri has joined #openstack-infra | 06:52 | |
*** heyongli has quit IRC | 06:55 | |
*** heyongli has joined #openstack-infra | 06:55 | |
*** markvoelker has joined #openstack-infra | 06:59 | |
*** heyongli has quit IRC | 07:05 | |
*** heyongli has joined #openstack-infra | 07:06 | |
*** slaweq has quit IRC | 07:13 | |
*** Bhujay has quit IRC | 07:13 | |
*** Bhujay has joined #openstack-infra | 07:14 | |
*** heyongli has quit IRC | 07:15 | |
*** heyongli has joined #openstack-infra | 07:16 | |
*** slaweq has joined #openstack-infra | 07:21 | |
*** cshastri has quit IRC | 07:22 | |
*** heyongli has quit IRC | 07:26 | |
*** lpetrut has quit IRC | 07:26 | |
*** heyongli has joined #openstack-infra | 07:26 | |
*** Bhujay has quit IRC | 07:31 | |
*** Bhujay has joined #openstack-infra | 07:32 | |
*** markvoelker has quit IRC | 07:33 | |
*** nicolasbock has joined #openstack-infra | 07:34 | |
*** cshastri has joined #openstack-infra | 07:35 | |
*** heyongli has quit IRC | 07:36 | |
*** slaweq has quit IRC | 07:36 | |
*** heyongli has joined #openstack-infra | 07:36 | |
*** slaweq has joined #openstack-infra | 07:37 | |
*** heyongli has quit IRC | 07:46 | |
*** heyongli has joined #openstack-infra | 07:46 | |
*** nicolasbock has quit IRC | 07:55 | |
*** quiquell|off has quit IRC | 07:55 | |
*** heyongli has quit IRC | 07:56 | |
*** heyongli has joined #openstack-infra | 07:57 | |
*** PapaOurs has quit IRC | 08:01 | |
*** e0ne has joined #openstack-infra | 08:03 | |
*** cshastri has quit IRC | 08:03 | |
*** heyongli has quit IRC | 08:07 | |
*** heyongli has joined #openstack-infra | 08:07 | |
*** e0ne has quit IRC | 08:07 | |
*** heyongli has quit IRC | 08:17 | |
*** heyongli has joined #openstack-infra | 08:17 | |
*** yamamoto has joined #openstack-infra | 08:20 | |
*** heyongli has quit IRC | 08:27 | |
*** heyongli has joined #openstack-infra | 08:27 | |
*** alkhodos_ has quit IRC | 08:31 | |
*** heyongli has quit IRC | 08:37 | |
*** XP_2600 has joined #openstack-infra | 08:38 | |
*** heyongli has joined #openstack-infra | 08:38 | |
XP_2600 | i need help with Neutron, vms can ping each other but cannot ping the host or the internet | 08:40 |
XP_2600 | i built internal/external networks and a router | 08:41 |
*** heyongli has quit IRC | 08:48 | |
*** heyongli has joined #openstack-infra | 08:48 | |
*** claudiub has joined #openstack-infra | 08:49 | |
*** heyongli has quit IRC | 08:58 | |
*** heyongli has joined #openstack-infra | 08:58 | |
*** XP_2600 has quit IRC | 08:59 | |
*** heyongli has quit IRC | 09:08 | |
*** heyongli has joined #openstack-infra | 09:08 | |
*** Bhujay has quit IRC | 09:17 | |
*** Bhujay has joined #openstack-infra | 09:17 | |
*** heyongli has quit IRC | 09:18 | |
*** heyongli has joined #openstack-infra | 09:19 | |
*** slaweq has quit IRC | 09:23 | |
*** slaweq has joined #openstack-infra | 09:23 | |
*** heyongli has quit IRC | 09:29 | |
*** heyongli has joined #openstack-infra | 09:29 | |
*** markvoelker has joined #openstack-infra | 09:31 | |
*** yamamoto has quit IRC | 09:31 | |
*** slaweq_ has joined #openstack-infra | 09:32 | |
*** slaweq has quit IRC | 09:32 | |
*** heyongli has quit IRC | 09:39 | |
*** heyongli has joined #openstack-infra | 09:39 | |
*** lifeless has quit IRC | 09:41 | |
*** lifeless has joined #openstack-infra | 09:42 | |
*** pbourke has quit IRC | 09:42 | |
*** pbourke has joined #openstack-infra | 09:42 | |
*** heyongli has quit IRC | 09:49 | |
*** heyongli has joined #openstack-infra | 09:50 | |
*** zul_ has joined #openstack-infra | 09:57 | |
*** zul_ is now known as zul | 09:57 | |
*** heyongli has quit IRC | 09:59 | |
*** heyongli has joined #openstack-infra | 10:00 | |
*** markvoelker has quit IRC | 10:03 | |
*** XP_2600 has joined #openstack-infra | 10:04 | |
*** slaweq_ has quit IRC | 10:05 | |
*** slaweq has joined #openstack-infra | 10:06 | |
*** yamamoto has joined #openstack-infra | 10:07 | |
*** yamamoto has quit IRC | 10:07 | |
*** heyongli has quit IRC | 10:10 | |
*** heyongli has joined #openstack-infra | 10:10 | |
*** lifeless_ has joined #openstack-infra | 10:14 | |
*** lifeless has quit IRC | 10:14 | |
*** slaweq has quit IRC | 10:16 | |
*** heyongli has quit IRC | 10:20 | |
*** heyongli has joined #openstack-infra | 10:20 | |
*** heyongli has quit IRC | 10:30 | |
*** heyongli has joined #openstack-infra | 10:31 | |
*** yamamoto has joined #openstack-infra | 10:37 | |
*** lifeless_ has quit IRC | 10:40 | |
*** heyongli has quit IRC | 10:40 | |
*** lifeless has joined #openstack-infra | 10:41 | |
*** heyongli has joined #openstack-infra | 10:41 | |
*** yamamoto has quit IRC | 10:42 | |
*** XP_2600 has quit IRC | 10:43 | |
*** heyongli has quit IRC | 10:51 | |
*** heyongli has joined #openstack-infra | 10:51 | |
*** slaweq has joined #openstack-infra | 10:59 | |
*** markvoelker has joined #openstack-infra | 11:01 | |
*** heyongli has quit IRC | 11:01 | |
*** heyongli has joined #openstack-infra | 11:01 | |
*** slaweq has quit IRC | 11:03 | |
*** slaweq has joined #openstack-infra | 11:11 | |
*** heyongli has quit IRC | 11:11 | |
*** heyongli has joined #openstack-infra | 11:11 | |
*** slaweq has quit IRC | 11:15 | |
*** heyongli has quit IRC | 11:21 | |
*** heyongli has joined #openstack-infra | 11:22 | |
*** markvoelker has quit IRC | 11:27 | |
*** markvoelker has joined #openstack-infra | 11:27 | |
openstackgerrit | Alessandro Nesta proposed openstack/os-testr master: fix tox python3 overrides https://review.openstack.org/573951 | 11:27 |
*** heyongli has quit IRC | 11:32 | |
*** heyongli has joined #openstack-infra | 11:32 | |
*** lifeless_ has joined #openstack-infra | 11:33 | |
*** lifeless has quit IRC | 11:33 | |
*** heyongli has quit IRC | 11:42 | |
*** heyongli has joined #openstack-infra | 11:42 | |
*** heyongli has quit IRC | 11:52 | |
*** heyongli has joined #openstack-infra | 11:52 | |
*** heyongli has quit IRC | 12:02 | |
*** heyongli has joined #openstack-infra | 12:03 | |
*** heyongli has quit IRC | 12:13 | |
*** heyongli has joined #openstack-infra | 12:13 | |
*** zul has quit IRC | 12:16 | |
*** tosky has joined #openstack-infra | 12:17 | |
*** heyongli has quit IRC | 12:23 | |
*** heyongli has joined #openstack-infra | 12:23 | |
*** eharney has quit IRC | 12:25 | |
*** heyongli has quit IRC | 12:33 | |
*** heyongli has joined #openstack-infra | 12:34 | |
*** heyongli has quit IRC | 12:43 | |
*** heyongli has joined #openstack-infra | 12:44 | |
*** kjackal has joined #openstack-infra | 12:46 | |
*** yamamoto has joined #openstack-infra | 12:52 | |
*** heyongli has quit IRC | 12:54 | |
*** heyongli has joined #openstack-infra | 12:54 | |
*** yamamoto has quit IRC | 12:56 | |
*** yamamoto has joined #openstack-infra | 12:58 | |
*** yamamoto has quit IRC | 13:00 | |
*** heyongli has quit IRC | 13:04 | |
*** heyongli has joined #openstack-infra | 13:04 | |
*** felipemonteiro has joined #openstack-infra | 13:07 | |
*** slaweq has joined #openstack-infra | 13:11 | |
*** heyongli has quit IRC | 13:14 | |
*** heyongli has joined #openstack-infra | 13:15 | |
*** slaweq has quit IRC | 13:15 | |
fungi | #status log temporarily added storyboard.openstack.org to the emergency disable list and manually reverted to openstack-infra/storyboard commit f38f3bc while working to bisect a database locking problem | 13:20 |
openstackstatus | fungi: finished logging | 13:20 |
*** heyongli has quit IRC | 13:24 | |
*** heyongli has joined #openstack-infra | 13:25 | |
*** heyongli has quit IRC | 13:35 | |
*** yamamoto has joined #openstack-infra | 13:35 | |
*** heyongli has joined #openstack-infra | 13:35 | |
*** heyongli has quit IRC | 13:45 | |
*** heyongli has joined #openstack-infra | 13:45 | |
*** Nil_ has quit IRC | 13:50 | |
*** zul has joined #openstack-infra | 13:55 | |
*** heyongli has quit IRC | 13:55 | |
*** heyongli has joined #openstack-infra | 13:56 | |
*** heyongli has quit IRC | 14:05 | |
*** heyongli has joined #openstack-infra | 14:06 | |
*** felipemonteiro has quit IRC | 14:10 | |
*** dklyle has quit IRC | 14:10 | |
*** roman_g has joined #openstack-infra | 14:11 | |
*** heyongli has quit IRC | 14:16 | |
*** heyongli has joined #openstack-infra | 14:16 | |
*** heyongli has quit IRC | 14:26 | |
*** heyongli has joined #openstack-infra | 14:26 | |
*** heyongli has quit IRC | 14:36 | |
*** heyongli has joined #openstack-infra | 14:36 | |
*** caphrim007_ has joined #openstack-infra | 14:40 | |
mnaser | not sure if any infra-root are around, but not sure if the ovh servers have some dns issues | 14:42 |
mnaser | http://mirror.gra1.ovh.openstack.org:8080/images.linuxcontainers//meta/1.0/index-system | 14:42 |
mnaser | Reason: DNS lookup failure for: us.images.linuxcontainers.org | 14:42 |
mnaser | however, it seems to be accessible: https://us.images.linuxcontainers.org/ | 14:42 |
*** r-daneel has joined #openstack-infra | 14:43 | |
*** felipemonteiro has joined #openstack-infra | 14:43 | |
*** caphrim007 has quit IRC | 14:44 | |
fungi | i wonder if the unbound unattended upgrade tanked there too... checking | 14:45 |
*** heyongli has quit IRC | 14:46 | |
fungi | yeah, unattended-upgrades updated unbound on there today | 14:47 |
*** heyongli has joined #openstack-infra | 14:47 | |
*** rfolco_ has quit IRC | 14:47 | |
fungi | #status log manually started the unbound daemon on mirror.gra1.ovh.openstack.org due to https://launchpad.net/bugs/1775833 | 14:48 |
openstack | Launchpad bug 1775833 in unbound (Ubuntu) "unbound not running after automatic update" [Undecided,Confirmed] | 14:48 |
openstackstatus | fungi: finished logging | 14:48 |
fungi | infra-root: if anybody gets a chance to check for more servers impacted by that bug, that would probably be good to get ahead of | 14:50 |
* fungi has to keep a close eye on his roux for a while, as it's gumbo day here | 14:51 | |
mnaser | sorry for bothering ya but thanks for looking into it | 14:54 |
fungi | not a bother in the least! | 14:55 |
fungi | and thanks for pointing it out | 14:55 |
mnaser | :) | 14:55 |
fungi | serves as proof that whatever exposes that bug is actually not limited to conditions on our zuul executorsd | 14:55 |
mnaser | does puppet have an ensure service=>started for unbound? maybe that might make life easy | 14:56 |
*** heyongli has quit IRC | 14:57 | |
*** heyongli has joined #openstack-infra | 14:57 | |
fungi | not sure | 14:59 |
fungi | though if it had, we likely would never have found this bug and reported it | 15:00 |
mnaser | so does that mean propose a change to make sure unbound is up and running or just fix things as they come up :p | 15:00 |
*** owalsh has quit IRC | 15:01 | |
fungi | we generally don't use ensure=>running for service resources in the puppet modules we maintain because it will fight you if you intentionally stop the service for any particular reason without disabling it completely or without disabling puppet | 15:05 |
*** heyongli has quit IRC | 15:07 | |
*** heyongli has joined #openstack-infra | 15:07 | |
*** r-daneel has quit IRC | 15:11 | |
*** vtapia has quit IRC | 15:12 | |
mnaser | fungi: gotcha | 15:14 |
*** dhill_ has joined #openstack-infra | 15:16 | |
*** heyongli has quit IRC | 15:17 | |
*** heyongli has joined #openstack-infra | 15:18 | |
*** mriedem has quit IRC | 15:24 | |
*** heyongli has quit IRC | 15:27 | |
*** heyongli has joined #openstack-infra | 15:28 | |
*** felipemonteiro has quit IRC | 15:30 | |
*** owalsh has joined #openstack-infra | 15:34 | |
*** Goneri has joined #openstack-infra | 15:36 | |
*** heyongli has quit IRC | 15:38 | |
*** heyongli has joined #openstack-infra | 15:38 | |
clarkb | fungi just check ps output for unbound? can pribably have ansible check everything fairly easily | 15:40 |
*** eernst has joined #openstack-infra | 15:43 | |
*** heyongli has quit IRC | 15:48 | |
*** heyongli has joined #openstack-infra | 15:48 | |
*** eernst has quit IRC | 15:49 | |
*** kjackal has quit IRC | 15:49 | |
*** dhill_ has quit IRC | 15:49 | |
*** yamamoto has quit IRC | 15:53 | |
*** heyongli has quit IRC | 15:58 | |
*** heyongli has joined #openstack-infra | 15:59 | |
*** vtapia has joined #openstack-infra | 16:00 | |
*** yamamoto has joined #openstack-infra | 16:01 | |
*** heyongli has quit IRC | 16:08 | |
*** heyongli has joined #openstack-infra | 16:09 | |
*** salv-orlando has joined #openstack-infra | 16:10 | |
*** salv-orlando has quit IRC | 16:15 | |
*** zul has quit IRC | 16:16 | |
*** heyongli has quit IRC | 16:19 | |
*** heyongli has joined #openstack-infra | 16:19 | |
*** yamamoto has quit IRC | 16:23 | |
*** zul has joined #openstack-infra | 16:25 | |
fungi | yup | 16:26 |
fungi | also it seems to get confused so can't just `sudo service unbound start` you have to either use restart or stop/start | 16:28 |
fungi | because the initscript thinks it's already running even though it's not | 16:28 |
clarkb | huh, well I'm running a ps -elf | grep unbound against all the nodes with ansible | 16:28 |
*** Goneri has quit IRC | 16:29 | |
*** heyongli has quit IRC | 16:29 | |
clarkb | we need to clear the old infracloud nodes out of our inventory | 16:29 |
*** heyongli has joined #openstack-infra | 16:29 | |
clarkb | backup01.ord.rax.ci.openstack.org is the only one that ansible can get to that isn't running it right now | 16:31 |
*** e0ne has joined #openstack-infra | 16:32 | |
clarkb | https://review.openstack.org/#/c/534395/ https://review.openstack.org/#/c/534395/ possibly we just need to clear out those files if they are still on disk then rebuild the inventory cache | 16:32 |
clarkb | something for another day | 16:32 |
*** yamamoto has joined #openstack-infra | 16:35 | |
*** hongbin has joined #openstack-infra | 16:35 | |
clarkb | I discoverd a fun ansible behavior yesterday. If you have a package task and forget become: yes it works as long as the package is already installed. Then if the pckage is not installed it breaks on you and you have a sad | 16:36 |
*** heyongli has quit IRC | 16:39 | |
*** heyongli has joined #openstack-infra | 16:40 | |
*** yamamoto has quit IRC | 16:40 | |
*** pcichy has joined #openstack-infra | 16:41 | |
*** heyongli has quit IRC | 16:49 | |
*** heyongli has joined #openstack-infra | 16:50 | |
*** e0ne has quit IRC | 16:50 | |
*** e0ne has joined #openstack-infra | 16:52 | |
*** psachin` has joined #openstack-infra | 16:54 | |
*** psachin has quit IRC | 16:55 | |
*** jesslampe has quit IRC | 16:56 | |
*** jesslampe has joined #openstack-infra | 16:56 | |
openstackgerrit | Fabien Boucher proposed openstack-infra/zuul master: Accumulate errors in context managers - part 2 https://review.openstack.org/574028 | 16:58 |
*** heyongli has quit IRC | 17:00 | |
*** heyongli has joined #openstack-infra | 17:00 | |
*** jesslampe has quit IRC | 17:01 | |
*** heyongli has quit IRC | 17:10 | |
*** heyongli has joined #openstack-infra | 17:10 | |
*** slaweq has joined #openstack-infra | 17:11 | |
*** jesslampe has joined #openstack-infra | 17:13 | |
*** slaweq has quit IRC | 17:16 | |
*** jtomasek has joined #openstack-infra | 17:17 | |
*** pcichy has quit IRC | 17:20 | |
*** heyongli has quit IRC | 17:20 | |
*** heyongli has joined #openstack-infra | 17:21 | |
*** heyongli has quit IRC | 17:30 | |
*** heyongli has joined #openstack-infra | 17:31 | |
*** yamamoto has joined #openstack-infra | 17:35 | |
openstackgerrit | Hongbin Lu proposed openstack-infra/devstack-gate master: Copy over docker logs if any https://review.openstack.org/506411 | 17:36 |
*** yamamoto has quit IRC | 17:40 | |
*** heyongli has quit IRC | 17:41 | |
*** heyongli has joined #openstack-infra | 17:41 | |
*** dklyle has joined #openstack-infra | 17:43 | |
*** kjackal has joined #openstack-infra | 17:44 | |
*** SergeyLukjanov has quit IRC | 17:47 | |
*** DinaBelova has quit IRC | 17:47 | |
*** DinaBelova has joined #openstack-infra | 17:48 | |
*** SergeyLukjanov has joined #openstack-infra | 17:49 | |
*** yamamoto has joined #openstack-infra | 17:50 | |
*** yamamoto has quit IRC | 17:50 | |
*** heyongli has quit IRC | 17:51 | |
*** heyongli has joined #openstack-infra | 17:51 | |
*** ykarel has joined #openstack-infra | 17:52 | |
*** ykarel has quit IRC | 17:58 | |
*** edwarnicke has quit IRC | 18:00 | |
*** mtreinish has quit IRC | 18:00 | |
*** mtreinish has joined #openstack-infra | 18:01 | |
*** mnencia has quit IRC | 18:01 | |
*** heyongli has quit IRC | 18:01 | |
*** heyongli has joined #openstack-infra | 18:02 | |
*** edwarnicke has joined #openstack-infra | 18:02 | |
*** zul_ has joined #openstack-infra | 18:02 | |
*** oanson_ has joined #openstack-infra | 18:02 | |
*** jbadiapa_ has joined #openstack-infra | 18:02 | |
*** jrollen has joined #openstack-infra | 18:02 | |
*** zul has quit IRC | 18:04 | |
*** jroll has quit IRC | 18:04 | |
*** jbadiapa has quit IRC | 18:04 | |
*** oanson has quit IRC | 18:04 | |
*** jrist has quit IRC | 18:04 | |
*** zul_ is now known as zul | 18:04 | |
*** oanson_ is now known as oanson | 18:04 | |
*** jrist has joined #openstack-infra | 18:04 | |
*** warlord77[m] has quit IRC | 18:06 | |
*** smcginnis[m] has quit IRC | 18:06 | |
*** lbragstad[m] has quit IRC | 18:06 | |
*** dhellmann[m] has quit IRC | 18:06 | |
*** aspiers[m] has quit IRC | 18:06 | |
*** mnencia has joined #openstack-infra | 18:07 | |
*** masayukig has quit IRC | 18:07 | |
*** igormarnat has quit IRC | 18:07 | |
*** DinaBelova has quit IRC | 18:08 | |
*** bandini has quit IRC | 18:08 | |
*** masayukig has joined #openstack-infra | 18:08 | |
*** bandini has joined #openstack-infra | 18:09 | |
*** DinaBelova has joined #openstack-infra | 18:09 | |
*** igormarnat has joined #openstack-infra | 18:10 | |
*** Bhujay has quit IRC | 18:10 | |
*** iranzo has quit IRC | 18:11 | |
*** heyongli has quit IRC | 18:11 | |
*** heyongli has joined #openstack-infra | 18:12 | |
*** jtomasek has quit IRC | 18:14 | |
*** yamamoto has joined #openstack-infra | 18:20 | |
*** heyongli has quit IRC | 18:22 | |
*** heyongli has joined #openstack-infra | 18:22 | |
*** yamamoto has quit IRC | 18:26 | |
*** heyongli has quit IRC | 18:32 | |
*** heyongli has joined #openstack-infra | 18:32 | |
*** kjackal has quit IRC | 18:40 | |
*** heyongli has quit IRC | 18:42 | |
*** heyongli has joined #openstack-infra | 18:43 | |
*** e0ne has quit IRC | 18:45 | |
*** heyongli has quit IRC | 18:52 | |
*** heyongli has joined #openstack-infra | 18:53 | |
openstackgerrit | Merged openstack-infra/zuul master: Accumulate errors in context managers https://review.openstack.org/573438 | 19:00 |
*** heyongli has quit IRC | 19:03 | |
*** heyongli has joined #openstack-infra | 19:03 | |
*** slaweq has joined #openstack-infra | 19:11 | |
*** heyongli has quit IRC | 19:13 | |
*** heyongli has joined #openstack-infra | 19:13 | |
*** slaweq has quit IRC | 19:15 | |
*** Goneri has joined #openstack-infra | 19:17 | |
*** slaweq has joined #openstack-infra | 19:17 | |
*** heyongli has quit IRC | 19:23 | |
*** heyongli has joined #openstack-infra | 19:24 | |
*** psachin` has quit IRC | 19:26 | |
*** heyongli has quit IRC | 19:33 | |
*** heyongli has joined #openstack-infra | 19:34 | |
*** Goneri has quit IRC | 19:36 | |
*** armaan has joined #openstack-infra | 19:37 | |
*** lifeless_ is now known as lifeless | 19:40 | |
*** heyongli has quit IRC | 19:44 | |
*** heyongli has joined #openstack-infra | 19:44 | |
*** zul has quit IRC | 19:46 | |
*** jesslampe has quit IRC | 19:51 | |
*** heyongli has quit IRC | 19:54 | |
*** heyongli has joined #openstack-infra | 19:54 | |
*** r-daneel has joined #openstack-infra | 19:56 | |
*** r-daneel has quit IRC | 20:00 | |
*** heyongli has quit IRC | 20:04 | |
*** heyongli has joined #openstack-infra | 20:05 | |
*** pcrews has quit IRC | 20:13 | |
*** heyongli has quit IRC | 20:14 | |
*** heyongli has joined #openstack-infra | 20:15 | |
*** pcrews has joined #openstack-infra | 20:15 | |
*** pcichy has joined #openstack-infra | 20:18 | |
*** armaan has quit IRC | 20:18 | |
*** eernst has joined #openstack-infra | 20:23 | |
*** heyongli has quit IRC | 20:25 | |
*** heyongli has joined #openstack-infra | 20:25 | |
*** tdasilva has quit IRC | 20:26 | |
*** warlord77[m] has joined #openstack-infra | 20:29 | |
*** jesslampe has joined #openstack-infra | 20:29 | |
*** jesslampe has quit IRC | 20:30 | |
*** jesslampe has joined #openstack-infra | 20:30 | |
*** heyongli has quit IRC | 20:35 | |
*** heyongli has joined #openstack-infra | 20:35 | |
*** lifeless has quit IRC | 20:38 | |
*** eernst has quit IRC | 20:44 | |
*** heyongli has quit IRC | 20:45 | |
*** heyongli has joined #openstack-infra | 20:46 | |
*** heyongli has quit IRC | 20:55 | |
*** heyongli has joined #openstack-infra | 20:56 | |
*** tdasilva has joined #openstack-infra | 21:02 | |
*** jesslampe has quit IRC | 21:05 | |
*** aspiers[m] has joined #openstack-infra | 21:05 | |
*** lbragstad[m] has joined #openstack-infra | 21:05 | |
*** dhellmann[m] has joined #openstack-infra | 21:05 | |
*** smcginnis[m] has joined #openstack-infra | 21:05 | |
*** heyongli has quit IRC | 21:06 | |
*** heyongli has joined #openstack-infra | 21:06 | |
*** lifeless has joined #openstack-infra | 21:09 | |
*** zul has joined #openstack-infra | 21:11 | |
*** heyongli has quit IRC | 21:16 | |
*** heyongli has joined #openstack-infra | 21:16 | |
*** jesslampe has joined #openstack-infra | 21:20 | |
*** yamamoto has joined #openstack-infra | 21:23 | |
*** heyongli has quit IRC | 21:26 | |
*** heyongli has joined #openstack-infra | 21:27 | |
*** jesslampe has quit IRC | 21:27 | |
*** yamamoto has quit IRC | 21:28 | |
*** heyongli has quit IRC | 21:36 | |
*** heyongli has joined #openstack-infra | 21:37 | |
*** caphrim007_ has quit IRC | 21:37 | |
*** heyongli has quit IRC | 21:47 | |
*** heyongli has joined #openstack-infra | 21:47 | |
*** felipemonteiro has joined #openstack-infra | 21:54 | |
*** heyongli has quit IRC | 21:57 | |
*** heyongli has joined #openstack-infra | 21:57 | |
*** slaweq has quit IRC | 21:59 | |
*** heyongli has quit IRC | 22:07 | |
*** heyongli has joined #openstack-infra | 22:08 | |
*** hongbin has quit IRC | 22:16 | |
*** heyongli has quit IRC | 22:17 | |
*** heyongli has joined #openstack-infra | 22:18 | |
*** heyongli has quit IRC | 22:28 | |
*** heyongli has joined #openstack-infra | 22:28 | |
*** roman_g has quit IRC | 22:29 | |
*** heyongli has quit IRC | 22:38 | |
*** heyongli has joined #openstack-infra | 22:38 | |
*** heyongli has quit IRC | 22:48 | |
*** heyongli has joined #openstack-infra | 22:49 | |
*** lifeless has quit IRC | 22:55 | |
*** heyongli has quit IRC | 22:58 | |
*** heyongli has joined #openstack-infra | 22:59 | |
*** heyongli has quit IRC | 23:09 | |
*** heyongli has joined #openstack-infra | 23:09 | |
*** heyongli has quit IRC | 23:19 | |
*** heyongli has joined #openstack-infra | 23:19 | |
*** xarses_ has joined #openstack-infra | 23:23 | |
*** xarses has quit IRC | 23:26 | |
*** heyongli has quit IRC | 23:29 | |
*** heyongli has joined #openstack-infra | 23:30 | |
*** heyongli has quit IRC | 23:39 | |
*** heyongli has joined #openstack-infra | 23:40 | |
*** heyongli has quit IRC | 23:50 | |
*** heyongli has joined #openstack-infra | 23:50 | |
*** tosky has quit IRC | 23:50 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!