*** ThiagoCMC has joined #openstack-ansible | 00:22 | |
*** spatel has quit IRC | 00:23 | |
*** spatel_ has joined #openstack-ansible | 00:49 | |
*** spatel_ is now known as spatel | 00:49 | |
*** rh-jelabarre has quit IRC | 01:05 | |
openstackgerrit | yang yawei proposed openstack/openstack-ansible-os_swift master: setup.cfg: Replace dashes with underscores https://review.opendev.org/c/openstack/openstack-ansible-os_swift/+/788862 | 01:54 |
---|---|---|
openstackgerrit | yang yawei proposed openstack/openstack-ansible-specs master: setup.cfg: Replace dashes with underscores https://review.opendev.org/c/openstack/openstack-ansible-specs/+/788865 | 01:59 |
*** gyee has quit IRC | 02:06 | |
*** spatel has quit IRC | 02:07 | |
*** spatel_ has joined #openstack-ansible | 02:15 | |
*** spatel_ is now known as spatel | 02:15 | |
*** evrardjp has quit IRC | 02:33 | |
*** evrardjp has joined #openstack-ansible | 02:33 | |
*** spatel has quit IRC | 03:55 | |
*** oleksandry has quit IRC | 04:00 | |
*** NewJorg has quit IRC | 04:15 | |
*** NewJorg has joined #openstack-ansible | 04:18 | |
openstackgerrit | yang yawei proposed openstack/openstack-ansible-os_neutron master: setup.cfg: Replace dashes with underscores https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/788888 | 05:58 |
openstackgerrit | yang yawei proposed openstack/openstack-ansible-openstack_hosts master: setup.cfg: Replace dashes with underscores https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/788889 | 06:02 |
openstackgerrit | yang yawei proposed openstack/openstack-ansible-os_nova master: setup.cfg: Replace dashes with underscores https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/788892 | 06:08 |
*** ChipOManiac has joined #openstack-ansible | 06:11 | |
*** oleksandry has joined #openstack-ansible | 06:16 | |
ChipOManiac | noonedeadpunk Hello, | 06:21 |
ChipOManiac | Just read the chat logs. | 06:21 |
ChipOManiac | Read that you might know what the reason for my problem yesterday was. | 06:22 |
*** ChipOManiac has quit IRC | 07:06 | |
*** rpittau|afk is now known as rpittau | 07:24 | |
*** pcaruana has quit IRC | 07:38 | |
*** ChipOManiac has joined #openstack-ansible | 07:40 | |
noonedeadpunk | ChipOManiac yeah I do :((( | 07:49 |
noonedeadpunk | I patched masakari regarding this thing | 07:50 |
noonedeadpunk | I wish you left for more time on the server | 07:50 |
ChipOManiac | Oh? | 07:51 |
noonedeadpunk | oh, you;'re around:) | 07:51 |
ChipOManiac | Yeah. Looks like I disconnect because I'm in a rural area. :) | 07:51 |
noonedeadpunk | so, the thing is there, that your compute name differs between openstack compute service list and openstack hypervisor list | 07:51 |
ChipOManiac | Exactly. | 07:51 |
ChipOManiac | Is that something that OpenStack-Ansible does or is it supposed to be that way? | 07:52 |
noonedeadpunk | eventually it goes to how python returns socket.gethostname() and socket.getfqdn() | 07:52 |
noonedeadpunk | and changing order of the records in /etc/hosts might solve it. But eventually, you need to create hosts in masakari with the compute name that is returned via compute service list | 07:53 |
noonedeadpunk | that's the patch for masakari itself https://review.opendev.org/c/openstack/masakari/+/728629 | 07:53 |
ChipOManiac | Meaning I need to put the short-hostname at the top of the hosts file and then the fqdn? | 07:54 |
noonedeadpunk | well, ideally, you need to match return of the `python -c "import socket; print(socket.getfqdn())"` and `python -c "import socket; print(socket.gethostname())"` | 07:55 |
noonedeadpunk | what release do you run? as fix has landed for V | 07:55 |
ChipOManiac | Train. As of current. | 07:55 |
ChipOManiac | But we were testing this in our PoC. | 07:56 |
noonedeadpunk | gotcha | 07:56 |
ChipOManiac | So I can move to Victoria. | 07:56 |
ChipOManiac | Is there a code change? | 07:56 |
noonedeadpunk | well, I mean that's pretty nasty thing and I had one region running with hostname!=fqdn and for other I matched these 2 things, and I think it's better to make them the same | 07:57 |
noonedeadpunk | I think hostname is not really altered with openstack-ansible but it's smth that you do while node setup | 07:57 |
noonedeadpunk | as compute service list use socket.gethostname() | 07:57 |
noonedeadpunk | and the name from hypervisor list comes from libvirt | 07:58 |
noonedeadpunk | yes, in V fix is already applied | 07:58 |
noonedeadpunk | and masakari also just search for compute service list | 07:58 |
noonedeadpunk | you can actually just use masakari ersion with fix on Train | 07:59 |
ChipOManiac | Ah okay. Understood. | 08:00 |
ChipOManiac | > you can actually just use masakari ersion with fix on Train | 08:00 |
ChipOManiac | Do you mean use a patch? | 08:00 |
ChipOManiac | Also, I think this problem also affect adding hosts to segments. | 08:03 |
ChipOManiac | Because when I initially tried to add the hosts based on the answers from compute service list it refused to add them until I used the entries in hypervisor list. | 08:04 |
*** andrewbonney has joined #openstack-ansible | 08:14 | |
*** pcaruana has joined #openstack-ansible | 08:16 | |
*** tosky has joined #openstack-ansible | 08:21 | |
noonedeadpunk | Yeah, that's what this patch does fix actually | 08:22 |
noonedeadpunk | ChipOManiac: you can actually specify in your suer_variables this: masakari_git_install_branch: 4322968b893b242f229912c2b70e3895f0227402 | 08:24 |
noonedeadpunk | and re-run masakari role to get the patched version from V | 08:25 |
*** lkoranda has joined #openstack-ansible | 08:27 | |
*** gokhani has joined #openstack-ansible | 08:29 | |
gokhani | Hi folks, ı want to try manila with CephFS + native and CephFS + NFS on OSA. I configured backends in user_variables.yml like http://paste.openstack.org/show/804874/ but I am not sure to define nfs_ganesha_server_ip like "cephfs_ganesha_server_ip: {{ hostvars[inventory_hostname]['ansible_default_ipv4'] }}". May be you have ideas about that. | 08:43 |
noonedeadpunk | well, ideally you need to somehow loadbalance ganesha | 08:44 |
noonedeadpunk | that's smth that's not currently implemented out of the box | 08:45 |
noonedeadpunk | and then you will set cephfs_ganesha_server_ip to the haproxy vip | 08:45 |
gokhani | ok gotcha. osa installs nfs-ganesha but not loadbalance them. If I see correctly, OSA installs nfs-ganesha | 09:06 |
noonedeadpunk | yeah, we do install it | 09:06 |
noonedeadpunk | and I think it's mostly tested just in the aio :( | 09:07 |
gokhani | can we use same vip which we use for OpenStack services? or we need a new haproxy-keepalived. | 09:27 |
openstackgerrit | Jonathan Herlin proposed openstack/openstack-ansible-os_horizon stable/victoria: Install adjutant-ui when the adjutant service is deployed https://review.opendev.org/c/openstack/openstack-ansible-os_horizon/+/788611 | 09:31 |
*** shyamb has joined #openstack-ansible | 09:41 | |
*** ChipOManiac47 has joined #openstack-ansible | 09:50 | |
ChipOManiac47 | noonedeadpunk Thanks! I'll look into that and get back to you. Thanks for looking into it. :) | 09:52 |
*** lkoranda has quit IRC | 09:52 | |
*** ChipOManiac has quit IRC | 09:53 | |
*** shyamb has quit IRC | 10:02 | |
*** dasp has quit IRC | 10:31 | |
*** oleksandry has quit IRC | 10:44 | |
*** oleksandry has joined #openstack-ansible | 10:58 | |
*** PrinzElvis has quit IRC | 11:01 | |
admin0 | strange ... c1 and c2 were formatted and worked fine without issue from xenial -> bionic .. i formatted c3 and it gives fatal: [c3]: FAILED! => {"attempts": 5, "changed": false, "msg": "No package matching 'python-software-properties' is available"} .. same playbook | 11:11 |
admin0 | checking if anyone seen this error before | 11:11 |
admin0 | python3 software properties and software-properties-common both seems to be installed fine | 11:11 |
*** dasp has joined #openstack-ansible | 11:57 | |
*** sshnaidm is now known as sshnaidm|off | 11:59 | |
*** rh-jelabarre has joined #openstack-ansible | 12:04 | |
*** ChipOManiac47 has quit IRC | 12:15 | |
*** gokhani has quit IRC | 12:28 | |
*** gokhani has joined #openstack-ansible | 12:29 | |
*** spatel_ has joined #openstack-ansible | 13:02 | |
*** spatel_ is now known as spatel | 13:02 | |
*** gokhani has quit IRC | 13:09 | |
noonedeadpunk | on R I think it will try to use python2 | 13:11 |
*** shyam89 has joined #openstack-ansible | 13:12 | |
*** lkoranda has joined #openstack-ansible | 13:13 | |
*** dwilde has joined #openstack-ansible | 13:16 | |
*** gokhani has joined #openstack-ansible | 13:33 | |
*** lkoranda has quit IRC | 13:46 | |
*** owalsh has quit IRC | 13:54 | |
*** rpittau is now known as rpittau|afk | 14:10 | |
*** shyam89 has quit IRC | 14:13 | |
*** owalsh has joined #openstack-ansible | 14:13 | |
*** mgariepy has quit IRC | 14:42 | |
*** mgariepy has joined #openstack-ansible | 14:45 | |
admin0 | so controller3 also was fine migrating from xenial -> bionic and all services are running on bionic | 15:09 |
admin0 | the only thing thats not working is rabbit1 and rabbit2 are in cluster .. rabbit3 is standalone | 15:09 |
admin0 | the rabbit playbooks runs OK .. but i can't get them to be in the same cluster | 15:09 |
*** dwilde has quit IRC | 15:10 | |
*** shyamb has joined #openstack-ansible | 15:15 | |
*** dwilde has joined #openstack-ansible | 15:18 | |
mgariepy | admin0, ? http://paste.openstack.org/show/804886/ | 15:23 |
mgariepy | on the failed one ofc. | 15:24 |
mgariepy | failed / standalone.. | 15:26 |
admin0 | mgariepy, many thanks | 15:28 |
admin0 | that worked | 15:28 |
admin0 | i read the rabbitmq docs wrong, and i was doing stop_app on the c1 node :D | 15:28 |
*** gyee has joined #openstack-ansible | 15:32 | |
mgariepy | cool, i'm glad it worked :D | 15:36 |
mgariepy | admin0, how are you doing the compute nodes? | 15:36 |
openstackgerrit | Merged openstack/ansible-role-pki master: Add boilerplate ansible role components https://review.opendev.org/c/openstack/ansible-role-pki/+/774620 | 15:44 |
*** spatel has quit IRC | 16:07 | |
*** shyamb has quit IRC | 16:20 | |
*** shyamb has joined #openstack-ansible | 16:20 | |
openstackgerrit | Merged openstack/openstack-ansible master: Update rgw client definition for OpenStack-RadosGW integration https://review.opendev.org/c/openstack/openstack-ansible/+/788470 | 16:22 |
openstackgerrit | Merged openstack/openstack-ansible-specs master: setup.cfg: Replace dashes with underscores https://review.opendev.org/c/openstack/openstack-ansible-specs/+/788865 | 16:25 |
*** spatel_ has joined #openstack-ansible | 16:26 | |
*** spatel_ is now known as spatel | 16:26 | |
*** oleksandry has quit IRC | 16:31 | |
*** spatel has quit IRC | 16:46 | |
*** shyamb has quit IRC | 16:46 | |
*** jbadiapa has quit IRC | 16:49 | |
*** spatel_ has joined #openstack-ansible | 16:50 | |
*** spatel_ is now known as spatel | 16:50 | |
*** macz_ has joined #openstack-ansible | 16:55 | |
*** spatel has quit IRC | 17:07 | |
*** oleksandry has joined #openstack-ansible | 17:23 | |
*** andrewbonney has quit IRC | 17:48 | |
*** lkoranda has joined #openstack-ansible | 18:04 | |
*** oleksandry has quit IRC | 18:04 | |
*** owalsh has quit IRC | 18:04 | |
*** priteau has quit IRC | 18:04 | |
*** waxfire has quit IRC | 18:04 | |
*** akahat|ruck has quit IRC | 18:04 | |
*** bradm has quit IRC | 18:04 | |
*** lemko has quit IRC | 18:04 | |
*** partlycl- has quit IRC | 18:06 | |
*** oleksandry has joined #openstack-ansible | 18:07 | |
*** owalsh has joined #openstack-ansible | 18:07 | |
*** priteau has joined #openstack-ansible | 18:07 | |
*** waxfire has joined #openstack-ansible | 18:07 | |
*** akahat|ruck has joined #openstack-ansible | 18:07 | |
*** bradm has joined #openstack-ansible | 18:07 | |
*** lemko has joined #openstack-ansible | 18:07 | |
*** gouthamr has quit IRC | 18:08 | |
*** gouthamr has joined #openstack-ansible | 18:09 | |
*** partlycloudy has joined #openstack-ansible | 18:10 | |
*** lkoranda has quit IRC | 18:11 | |
*** oleksandry has quit IRC | 18:35 | |
*** cyberpear has joined #openstack-ansible | 18:41 | |
*** dave-mccowan has quit IRC | 18:45 | |
*** gokhani has quit IRC | 18:53 | |
*** dwilde has quit IRC | 19:26 | |
*** dwilde has joined #openstack-ansible | 19:49 | |
*** luksky has joined #openstack-ansible | 20:11 | |
*** poopcat has quit IRC | 20:37 | |
*** luksky has quit IRC | 21:56 | |
*** luksky has joined #openstack-ansible | 21:56 | |
*** luksky has quit IRC | 21:57 | |
*** luksky has joined #openstack-ansible | 21:58 | |
*** dwilde has quit IRC | 23:26 | |
*** tosky has quit IRC | 23:31 | |
*** luksky has quit IRC | 23:31 | |
*** macz_ has quit IRC | 23:35 | |
*** poopcat has joined #openstack-ansible | 23:44 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!