openstackgerrit | Amy Marrich (spotz) proposed openstack/openstack-ansible master: Rewording Limited Connectivity for clarity https://review.opendev.org/722554 | 00:44 |
---|---|---|
openstackgerrit | Amy Marrich (spotz) proposed openstack/openstack-ansible master: Rewording Limited Connectivity for clarity https://review.opendev.org/722554 | 01:03 |
*** gyee has quit IRC | 01:40 | |
*** cshen has joined #openstack-ansible | 02:25 | |
*** cshen has quit IRC | 02:29 | |
*** rh-jelabarre has quit IRC | 02:40 | |
*** evrardjp has quit IRC | 04:35 | |
*** evrardjp has joined #openstack-ansible | 04:35 | |
*** cshen has joined #openstack-ansible | 05:00 | |
*** cshen has quit IRC | 05:05 | |
*** udesale has joined #openstack-ansible | 05:57 | |
*** cshen has joined #openstack-ansible | 06:00 | |
*** yolanda has joined #openstack-ansible | 06:28 | |
*** this10nly has joined #openstack-ansible | 06:31 | |
*** thuydang has joined #openstack-ansible | 06:35 | |
*** rpittau|afk is now known as rpittau | 07:17 | |
*** tosky has joined #openstack-ansible | 07:33 | |
*** maharg101 has quit IRC | 08:40 | |
*** cshen has quit IRC | 08:44 | |
*** maharg101 has joined #openstack-ansible | 08:44 | |
*** cshen_ has joined #openstack-ansible | 08:44 | |
*** gshippey has joined #openstack-ansible | 09:05 | |
*** yoctozepto has quit IRC | 10:09 | |
*** rpittau is now known as rpittau|bbl | 10:12 | |
*** jbadiapa has joined #openstack-ansible | 10:23 | |
*** thuydang has quit IRC | 10:39 | |
*** nikparasyr has joined #openstack-ansible | 11:30 | |
*** ansmith has joined #openstack-ansible | 11:50 | |
*** thuydang has joined #openstack-ansible | 12:02 | |
*** rh-jelabarre has joined #openstack-ansible | 12:08 | |
*** rpittau|bbl is now known as rpittau | 12:13 | |
*** mmethot has quit IRC | 13:08 | |
*** mmethot has joined #openstack-ansible | 13:08 | |
*** this10nly has quit IRC | 13:17 | |
*** mgariepy has joined #openstack-ansible | 13:27 | |
*** d34dh0r53 has quit IRC | 13:44 | |
*** d34dh0r53 has joined #openstack-ansible | 13:45 | |
*** brosky has joined #openstack-ansible | 13:54 | |
*** udesale_ has joined #openstack-ansible | 13:54 | |
brosky | Hi there | 13:55 |
*** nikparasyr has quit IRC | 13:55 | |
brosky | I've sucessfully deployed openstack on a 4 compute nodes and 3 infrastructure VM's, cinder nfs | 13:56 |
brosky | I have another cluster, identical hardware but installed manually - everything works. (it's just that now I try it via ansible) | 13:56 |
brosky | and i'm having dificulties understanding ansible ceph playbooks | 13:56 |
brosky | anyone here care to spare a few minutes ? :) | 13:56 |
*** udesale has quit IRC | 13:57 | |
*** udesale_ has quit IRC | 14:19 | |
*** shananigans has joined #openstack-ansible | 14:32 | |
*** maaritamm has joined #openstack-ansible | 14:32 | |
*** thuydang has quit IRC | 14:39 | |
noonedeadpunk | brosky: hey, actually we do use ceph-ansible for ceph deployments, so no big experts in their structure tbh:) | 14:41 |
noonedeadpunk | I mean that OSA just leverages ceph-ansible | 14:41 |
brosky | I know | 14:43 |
*** pcaruana has quit IRC | 14:44 | |
brosky | I've installed previously ceph via ceph-deploy and everything was ok | 14:44 |
*** pcaruana has joined #openstack-ansible | 14:45 | |
brosky | but know i'm in the dark with ansible | 14:45 |
brosky | so basically I have to study ceph-ansible and try to implement/configure that in openstack-ceph | 14:46 |
brosky | IMO the production examples seem very incomplete. | 14:46 |
*** schwicht has joined #openstack-ansible | 14:51 | |
mgariepy | brosky, with ceph-ansible there is a takeover playbook | 14:56 |
mgariepy | what i would suggest is deploy a small cluster un openstack over a couple of vms with your old deploy, and try to do the takeover. | 14:56 |
brosky | hmmm.. i'm checking this now. | 14:58 |
brosky | basically I don't need the existing cluster | 14:58 |
brosky | the ideea is to replace the existing cluster with a new one | 14:59 |
brosky | existing cluster 4 x (52 cores, 256G, 6x4TB); replaced with 4 x (72 cores, 512G, 6x10TB) | 14:59 |
brosky | existing cluster was installed by me by hand, following the official docs, | 15:00 |
brosky | this new one I want to do it via ansible | 15:00 |
brosky | this new one I want to do it via ansible :) | 15:00 |
brosky | and that's why I found some things obscure - mostly due to my lack of experience with ansible | 15:00 |
noonedeadpunk | brosky: ok, and you want to use another ceph or just connect the new one to old ceph? | 15:01 |
brosky | No, I don't want them interconnected. I just one to be deployed via openstack-ansible | 15:01 |
brosky | so far the playbook setup-infrastructure.yml hangs at discovering the OSD's | 15:02 |
brosky | and i've discovered now that ansible will use any disks without partitions | 15:02 |
noonedeadpunk | have you looked through https://docs.openstack.org/openstack-ansible/latest/user/ceph/full-deploy.html ? | 15:02 |
brosky | Yes. My particular setup is that the OSD-s are on the same metal where the compute is | 15:03 |
brosky | I think they call it HCI | 15:04 |
brosky | and there shoiuld be a paramenter somewhere "is_hci = true" | 15:04 |
noonedeadpunk | yeah, I see | 15:04 |
noonedeadpunk | yep, this is ceph-ansible variable | 15:05 |
noonedeadpunk | I think you can re-run ceph-install.yml isntead of the whole setup-infratructure once you're at ceph setup step | 15:06 |
noonedeadpunk | but not sure I got what exactly the issue is | 15:07 |
brosky | setup-hosts.yml has no failures and setup-infrastructure hungs at one point (I think it's discovering the OSD's) | 15:08 |
brosky | I''m running now again the playbook, i'll get back with details. | 15:08 |
brosky | TASK [ceph-osd : wait for all osd to be up] ********************************************************************************* | 15:08 |
brosky | FAILED - RETRYING: wait for all osd to be up (60 retries left). | 15:08 |
brosky | well, here we go | 15:08 |
mgariepy | do you mind binpaste your yml config ? | 15:10 |
noonedeadpunk | and eventually what does ceph -s and ceph osd tree report? | 15:10 |
brosky | Uploaded file: https://uploads.kiwiirc.com/files/b5b3b56be6484cf6496d7905e43ab4ba/pasted.txt | 15:12 |
brosky | cluster: | 15:13 |
brosky | id: a4151ac9-6028-4647-ab23-dc4f65b684e3 | 15:13 |
brosky | health: HEALTH_WARN | 15:13 |
brosky | OSD count 0 < osd_pool_default_size 3 | 15:13 |
brosky | services: | 15:13 |
brosky | mon: 3 daemons, quorum infra1-ceph-mon-container-2734c963,infra3-ceph-mon-container-fb43a91a,infra2-ceph-mon-container-37c031c9 (age 2h) | 15:13 |
brosky | mgr: infra2-ceph-mon-container-37c031c9(active, since 2h), standbys: infra3-ceph-mon-container-fb43a91a, infra1-ceph-mon-container-2734c963 | 15:13 |
brosky | osd: 0 osds: 0 up, 0 in | 15:13 |
brosky | data: | 15:13 |
brosky | pools: 0 pools, 0 pgs | 15:13 |
brosky | objects: 0 objects, 0 B | 15:13 |
brosky | usage: 0 B used, 0 B / 0 B avail | 15:13 |
brosky | pgs: | 15:13 |
mgariepy | !pastebin | 15:13 |
openstack | mgariepy: Error: "pastebin" is not a valid command. | 15:13 |
brosky | root@infra1-ceph-mon-container-2734c963:~# ceph osd tree | 15:13 |
brosky | ID CLASS WEIGHT TYPE NAME STATUS REWEIGHT PRI-AFF | 15:13 |
brosky | -1 0 root default | 15:13 |
brosky | ok ok - pastebin from now on :) | 15:14 |
mgariepy | your openstack ansible config ? | 15:14 |
mgariepy | probably just the part about ceph osds | 15:14 |
brosky | I haven't changed there anything because in openstack_user_config.yml and in user_variables.yml there's no mention of osd's | 15:15 |
brosky | thats' why i'm saying that i'm a bit confused | 15:15 |
mgariepy | ok. you deploy via openstakc-ansible ? | 15:16 |
brosky | yes | 15:16 |
brosky | I have a working openstack with nfs backend and I want to add ceph - osd's on compute nodes | 15:16 |
brosky | so basically i've configured ceph-osd_hosts to have the same IP addresses as hte compute hosts | 15:17 |
brosky | then ceph-mon_hosts, ceph-mds_hosts and ceph-nfs_hosts on the infra1,2,3 machines | 15:18 |
brosky | https://pastebin.com/WzQLw97P | 15:19 |
*** thuydang has joined #openstack-ansible | 15:19 | |
brosky | https://pastebin.com/WzQLw97P - the user_variables.yml part | 15:19 |
brosky | all standard - i haven't changed anything | 15:20 |
noonedeadpunk | brosky: have you defined ceph-osd group? | 15:33 |
noonedeadpunk | disregard | 15:33 |
noonedeadpunk | saw answer to my question | 15:33 |
noonedeadpunk | yeah eventually it's more ceph-ansible thing which I'm not so big expert at... | 15:35 |
noonedeadpunk | brosky: I think you can/should define devices variable at host_vars which would be used as osds https://github.com/ceph/ceph-ansible/blob/master/roles/ceph-osd/defaults/main.yml#L24-L32 | 15:36 |
*** brosky has quit IRC | 15:41 | |
maaritamm | Hi everyone! | 15:55 |
maaritamm | I am learning/getting to know ansible and I am trying to upgrade from 19.0.7 to 20.1.0 using the run-upgrade script —> and failing to do so: | 15:55 |
maaritamm | Failed on task "setup-infrastructure.yml -e 'galera_upgrade=true' -e 'rabbitmq_upgrade=true' -e 'placement_migrate_flag=true'" | 15:55 |
maaritamm | TASK [rabbitmq_server : Install the RabbitMQ package deb] | 15:55 |
maaritamm | fatal: [alice_rabbit_mq_container-43a2432f]: FAILED! => {"changed": false, "msg": "A later version is already installed"} | 15:55 |
maaritamm | Maybe someone here can give me some hints about how to solve this? | 15:56 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-tests master: Add requirements_git_install_branch to test-vars https://review.opendev.org/722922 | 16:03 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-tests stable/rocky: Add requirements_git_install_branch to test-vars https://review.opendev.org/722923 | 16:03 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_tempest stable/rocky: Pin neutron-tempest-plugin to 0.9.0 for Rocky branch. https://review.opendev.org/722498 | 16:04 |
noonedeadpunk | maaritamm: is rabbit functional? Like rabbitmqctl cluster_status reports any errors? | 16:06 |
noonedeadpunk | and what version is it running? | 16:06 |
*** thuydang has quit IRC | 16:14 | |
*** evrardjp has quit IRC | 16:35 | |
*** evrardjp has joined #openstack-ansible | 16:35 | |
*** maaritamm has quit IRC | 16:37 | |
*** rpittau is now known as rpittau|afk | 16:41 | |
spotz | jrosser you about? | 16:51 |
jrosser | sort of... (i.e not really!) | 16:53 |
mgariepy | lol | 16:57 |
*** brosky has joined #openstack-ansible | 17:07 | |
openstackgerrit | Merged openstack/openstack-ansible-tests stable/ocata: Retire repo_build and pip_install roles https://review.opendev.org/722022 | 17:09 |
*** pcaruana has quit IRC | 17:21 | |
*** mmethot_ has joined #openstack-ansible | 17:25 | |
*** mmethot has quit IRC | 17:28 | |
*** logan- has quit IRC | 17:30 | |
*** pcaruana has joined #openstack-ansible | 17:34 | |
*** logan- has joined #openstack-ansible | 17:42 | |
*** alanmeadows has quit IRC | 18:03 | |
*** alanmeadows has joined #openstack-ansible | 18:03 | |
*** spatel has joined #openstack-ansible | 18:04 | |
spatel | what longest name i can use for OSA compute nodes? | 18:04 |
spatel | i know there is a limit on hostname character but not sure what is that | 18:05 |
*** yolanda has quit IRC | 18:11 | |
spatel | i think 52 char | 18:34 |
*** thuydang has joined #openstack-ansible | 18:34 | |
*** pcaruana has quit IRC | 18:40 | |
*** thuydang has quit IRC | 18:51 | |
mgariepy | that is a long name. | 18:56 |
openstackgerrit | Amy Marrich (spotz) proposed openstack/openstack-ansible master: Rewording Limited Connectivity for clarity https://review.opendev.org/722554 | 18:58 |
*** gshippey has quit IRC | 19:03 | |
*** thuydang has joined #openstack-ansible | 19:06 | |
*** thuydang has quit IRC | 19:24 | |
*** KeithMnemonic has quit IRC | 19:24 | |
*** KeithMnemonic has joined #openstack-ansible | 19:25 | |
*** _mmethot_ has joined #openstack-ansible | 19:26 | |
*** ansmith_ has joined #openstack-ansible | 19:26 | |
*** vesper has quit IRC | 19:27 | |
*** vesper11 has joined #openstack-ansible | 19:27 | |
*** mmethot_ has quit IRC | 19:30 | |
*** ansmith has quit IRC | 19:30 | |
*** mgagne has joined #openstack-ansible | 19:52 | |
*** mgariepy has quit IRC | 20:12 | |
-openstackstatus- NOTICE: The Zuul project gating service is reporting new patches in merge conflict erroneously due to a configuration error, fix in progress | 20:19 | |
*** shananigans has quit IRC | 20:25 | |
*** jbadiapa has quit IRC | 20:32 | |
*** d34dh0r53 has quit IRC | 20:44 | |
*** andrea15 has quit IRC | 20:59 | |
*** d34dh0r53 has joined #openstack-ansible | 21:02 | |
*** KeithMnemonic has quit IRC | 21:03 | |
*** rh-jelabarre has quit IRC | 21:52 | |
*** spatel has quit IRC | 22:40 | |
*** spatel has joined #openstack-ansible | 22:43 | |
*** spatel has quit IRC | 22:48 | |
-openstackstatus- NOTICE: the This Zuul outage was taken as an opportunity to perform an impromptu maintenance for changing our service deployment model; any merge failures received from Zuul between 19:40 and 20:20 UTC were likely in error and those changes should be rechecked; any patches uploaded between 20:55 and 22:45 UTC were missed entirely by Zuul and should also be rechecked to get fresh test results | 22:56 | |
*** tosky has quit IRC | 23:14 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!