*** rodolof has quit IRC | 00:03 | |
*** tosky has quit IRC | 00:04 | |
*** rmcallis has joined #openstack-ansible | 00:42 | |
*** rmcallis has quit IRC | 00:45 | |
*** rmcallis has joined #openstack-ansible | 00:49 | |
*** rmcallis has quit IRC | 00:51 | |
*** dcdamien has quit IRC | 01:08 | |
*** chason has joined #openstack-ansible | 01:11 | |
*** trident has quit IRC | 01:31 | |
*** trident has joined #openstack-ansible | 01:35 | |
*** openstackgerrit has quit IRC | 02:22 | |
*** spatel has joined #openstack-ansible | 02:53 | |
*** spatel has quit IRC | 02:57 | |
*** maddtux has joined #openstack-ansible | 03:15 | |
*** weezS has joined #openstack-ansible | 03:18 | |
*** weezS has quit IRC | 03:22 | |
*** PrinzElvis has joined #openstack-ansible | 03:29 | |
*** udesale has joined #openstack-ansible | 03:51 | |
*** radeks has joined #openstack-ansible | 04:29 | |
*** chandankumar has joined #openstack-ansible | 04:33 | |
*** radeks has quit IRC | 04:34 | |
*** chandankumar is now known as chkumar|ruck | 04:36 | |
*** ianychoi_ has joined #openstack-ansible | 06:30 | |
*** ianychoi has quit IRC | 06:33 | |
*** radeks has joined #openstack-ansible | 06:51 | |
*** faizy98 has joined #openstack-ansible | 07:34 | |
*** vnogin has joined #openstack-ansible | 08:01 | |
*** shardy has joined #openstack-ansible | 08:02 | |
*** jbadiapa has quit IRC | 08:07 | |
*** pcaruana has joined #openstack-ansible | 08:39 | |
*** vnogin has quit IRC | 08:40 | |
*** tosky has joined #openstack-ansible | 08:57 | |
*** chkumar|ruck has quit IRC | 09:04 | |
*** cshen has joined #openstack-ansible | 09:07 | |
*** dcdamien has joined #openstack-ansible | 09:13 | |
*** chandankumar has joined #openstack-ansible | 09:15 | |
*** udesale has quit IRC | 09:18 | |
*** chandankumar is now known as chkumar|ruck | 09:27 | |
*** dave-mccowan has joined #openstack-ansible | 09:46 | |
*** dave-mccowan has quit IRC | 09:50 | |
*** jbadiapa has joined #openstack-ansible | 09:52 | |
*** dcdamien has quit IRC | 09:52 | |
*** arbrandes has quit IRC | 09:53 | |
*** shubjero has quit IRC | 09:53 | |
*** shubjero has joined #openstack-ansible | 09:53 | |
*** arbrandes has joined #openstack-ansible | 09:53 | |
*** vollman has quit IRC | 09:53 | |
*** openstackgerrit has joined #openstack-ansible | 10:06 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-lxc_hosts master: Add ansible architecture mapping for arm64 https://review.openstack.org/618500 | 10:06 |
---|---|---|
*** cshen has quit IRC | 10:08 | |
*** udesale has joined #openstack-ansible | 10:10 | |
*** vnogin has joined #openstack-ansible | 10:15 | |
*** vnogin has quit IRC | 10:20 | |
*** udesale has quit IRC | 10:21 | |
*** openstackgerrit has quit IRC | 10:27 | |
*** asettle has joined #openstack-ansible | 10:39 | |
*** electrofelix has joined #openstack-ansible | 10:46 | |
*** hamzaachi has joined #openstack-ansible | 10:51 | |
*** hamzaachi has quit IRC | 11:31 | |
*** savvas_ has joined #openstack-ansible | 11:53 | |
*** nowster has joined #openstack-ansible | 12:17 | |
nowster | Hi all. I'm trying to get Openstack-Ansible working on aarch64 (arm64) and have so far found a few changes needed in the ansible role playbooks. | 12:19 |
* persia waves at nowster, but isn't sure how to help precisely | 12:26 | |
persia | nowster: Can you describe the changes needed? That might get more folk context to be able to answer. | 12:27 |
nowster | It's one line patches to openstack-ansible-lxc_container_create, openstack-ansible-lxc_hosts and openstack-ansible-rabbitmq_server repos | 12:29 |
*** hwoarang has quit IRC | 12:29 | |
*** stream10 has joined #openstack-ansible | 12:29 | |
nowster | eg. erlang-base-hipe isn't available on arm64 yet | 12:30 |
*** hwoarang has joined #openstack-ansible | 12:30 | |
nowster | and the architecture mappings need "aarch64: arm64" added. | 12:31 |
*** asettle has quit IRC | 12:44 | |
*** radeks has quit IRC | 12:45 | |
*** radeks has joined #openstack-ansible | 12:46 | |
*** stream10 has quit IRC | 12:46 | |
*** asettle has joined #openstack-ansible | 12:49 | |
*** chkumar|ruck has quit IRC | 12:56 | |
jrosser | nowster: by complete coincidence i put up a patch for one of those this morning https://review.openstack.org/#/c/618500/ | 13:23 |
nowster | jrosser: you also need the same change in openstack-ansible-lxc_container_create | 13:25 |
*** openstackgerrit has joined #openstack-ansible | 13:25 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: [DNM] Test arm64 https://review.openstack.org/618305 | 13:25 |
nowster | Now there's a problem with erlang-base-hipe... you want it on the archs that have it, but want erlang-base on the archs that don't have it. | 13:26 |
jrosser | nowster: if you have patches for them then feel free to submit them | 13:26 |
nowster | my solution was just to delete the fixed dependency on erlang-base-hipe ... | 13:27 |
nowster | erlang-nox has Depends: erlang-base | erlang-base-hipe, ... | 13:27 |
nowster | but will prefer -base over -base-hipe | 13:28 |
nowster | jrosser: there's also a problem with haproxy on arm64 which you'll hit. | 13:28 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-lxc_container_create master: Add ansible architecture mapping for arm64 https://review.openstack.org/618523 | 13:28 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: [DNM] Test arm64 https://review.openstack.org/618305 | 13:29 |
nowster | jrosser: https://www.mail-archive.com/haproxy@formilux.org/msg31750.html | 13:31 |
*** strattao has joined #openstack-ansible | 13:33 | |
*** stream10 has joined #openstack-ansible | 13:36 | |
*** stream10 has left #openstack-ansible | 13:37 | |
*** shardy has quit IRC | 13:55 | |
*** shardy has joined #openstack-ansible | 14:00 | |
*** maddtux has quit IRC | 14:16 | |
*** ianychoi_ is now known as ianychoi | 14:41 | |
*** weezS has joined #openstack-ansible | 14:45 | |
*** blinkiz has quit IRC | 15:01 | |
*** strattao has quit IRC | 15:05 | |
tacco | hm.. what could be wrong if i try to deploy swift and just get a error with the check of the venv checksum. Because the request to http://192.168.122.101:8181/venvs/18.0.0/ubuntu-16.04-x86_64/swift-18.0.0-x86_64.checksum fails with 404. any other checksums are available there. tryed to run bootstrap anf then the os-swift-install.yml | 15:10 |
*** strattao has joined #openstack-ansible | 15:17 | |
*** dcdamien has joined #openstack-ansible | 15:17 | |
*** strattao has quit IRC | 15:21 | |
openstackgerrit | Merged openstack/openstack-ansible-os_cinder stable/rocky: Install network storage related packages only on volume and backup containers https://review.openstack.org/617641 | 15:51 |
*** cshen has joined #openstack-ansible | 15:54 | |
*** maddtux has joined #openstack-ansible | 15:55 | |
*** pcaruana has quit IRC | 15:56 | |
*** dcdamien has quit IRC | 16:01 | |
*** vollman has joined #openstack-ansible | 16:02 | |
*** maddtux has quit IRC | 16:09 | |
*** thuydang has joined #openstack-ansible | 16:11 | |
*** cshen has quit IRC | 16:16 | |
*** gyee has joined #openstack-ansible | 16:29 | |
*** savvas_ has quit IRC | 16:30 | |
*** thuydang has quit IRC | 16:31 | |
*** vakuznet has joined #openstack-ansible | 16:35 | |
*** cshen has joined #openstack-ansible | 16:49 | |
*** cshen has quit IRC | 16:54 | |
*** electrofelix has quit IRC | 16:56 | |
*** aludwar has quit IRC | 16:57 | |
*** shardy has quit IRC | 17:04 | |
*** cshen has joined #openstack-ansible | 17:07 | |
*** vollman has quit IRC | 17:24 | |
*** dcdamien has joined #openstack-ansible | 17:28 | |
*** hamzaachi has joined #openstack-ansible | 17:30 | |
*** strattao has joined #openstack-ansible | 17:59 | |
*** ahosam has joined #openstack-ansible | 18:00 | |
*** strattao has quit IRC | 18:05 | |
*** dcdamien has quit IRC | 18:18 | |
*** hamzaachi has quit IRC | 18:32 | |
*** hamzaachi has joined #openstack-ansible | 18:36 | |
*** ahosam has quit IRC | 18:47 | |
*** ahosam has joined #openstack-ansible | 18:49 | |
*** cshen has quit IRC | 19:02 | |
*** savvas has joined #openstack-ansible | 19:17 | |
*** ahosam has quit IRC | 19:17 | |
*** cshen has joined #openstack-ansible | 19:26 | |
*** cshen has quit IRC | 19:31 | |
*** cshen has joined #openstack-ansible | 19:33 | |
openstackgerrit | Chenjun Shen proposed openstack/openstack-ansible master: Fix "configure container (other services)" when statement https://review.openstack.org/581248 | 19:37 |
*** weezS has quit IRC | 19:53 | |
*** weezS has joined #openstack-ansible | 19:54 | |
*** weezS has quit IRC | 19:54 | |
*** weezS has joined #openstack-ansible | 19:55 | |
*** weezS has quit IRC | 19:55 | |
*** weezS has joined #openstack-ansible | 19:55 | |
*** weezS has joined #openstack-ansible | 19:56 | |
*** weezS has joined #openstack-ansible | 19:57 | |
*** weezS has quit IRC | 19:57 | |
*** weezS has joined #openstack-ansible | 19:58 | |
*** weezS has quit IRC | 19:58 | |
*** weezS has joined #openstack-ansible | 19:58 | |
*** weezS has joined #openstack-ansible | 19:59 | |
*** vakuznet has quit IRC | 20:06 | |
*** hamzaachi has quit IRC | 20:27 | |
*** klamath has joined #openstack-ansible | 20:42 | |
*** klamath has quit IRC | 20:43 | |
*** klamath has joined #openstack-ansible | 20:45 | |
*** strattao has joined #openstack-ansible | 20:51 | |
*** cshen has quit IRC | 20:57 | |
*** radeks_ has joined #openstack-ansible | 21:08 | |
*** radeks has quit IRC | 21:08 | |
*** cshen has joined #openstack-ansible | 21:21 | |
*** weezS has joined #openstack-ansible | 21:26 | |
*** klamath has quit IRC | 21:52 | |
*** strattao has quit IRC | 21:52 | |
*** klamath has joined #openstack-ansible | 21:54 | |
*** ahosam has joined #openstack-ansible | 21:55 | |
*** radeks_ has quit IRC | 21:57 | |
*** ahosam has quit IRC | 22:22 | |
*** thuydang has joined #openstack-ansible | 22:26 | |
*** dcdamien has joined #openstack-ansible | 22:57 | |
*** cshen has quit IRC | 23:01 | |
*** ivve has quit IRC | 23:04 | |
*** weezS has quit IRC | 23:14 | |
*** DanyC has quit IRC | 23:17 | |
*** thuydang has quit IRC | 23:21 | |
*** dcdamien has quit IRC | 23:50 | |
openstackgerrit | Jonathan Herlin proposed openstack/openstack-ansible-os_nova master: Fixes ansible deprecation warnings https://review.openstack.org/618607 | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!