*** Adri2000 has quit IRC | 00:41 | |
*** Adri2000 has joined #openstack-ansible | 00:48 | |
*** cshen has joined #openstack-ansible | 00:53 | |
*** cshen has quit IRC | 00:58 | |
*** cshen has joined #openstack-ansible | 02:54 | |
*** cshen has quit IRC | 02:59 | |
*** dave-mccowan has quit IRC | 03:30 | |
*** rh-jelabarre has quit IRC | 03:46 | |
*** gyee has quit IRC | 04:15 | |
*** cshen has joined #openstack-ansible | 04:55 | |
*** udesale has joined #openstack-ansible | 04:57 | |
jrosser | arkan: the heat stack domain admin role should be configured here https://github.com/openstack/openstack-ansible-os_heat/blob/master/tasks/heat_service_setup.yml#L67-L71 | 05:17 |
---|---|---|
jrosser | arkan: and for this bug https://bugs.launchpad.net/openstack-ansible/+bug/1877421 the comments are a bit confusing, one saying train/nautilus is OK and another saying it is not? | 05:21 |
openstack | Launchpad bug 1877421 in openstack-ansible "Cinder-volume is not able to recognize a ceph cluster on OpenStack Train." [Undecided,New] | 05:21 |
*** cshen has quit IRC | 06:03 | |
*** this10nly has joined #openstack-ansible | 06:36 | |
*** csmart has joined #openstack-ansible | 06:38 | |
*** arkan has quit IRC | 06:50 | |
*** andrewbonney has joined #openstack-ansible | 07:03 | |
*** shyamb has joined #openstack-ansible | 07:05 | |
*** arkan_ has joined #openstack-ansible | 07:12 | |
*** arkan_ is now known as arkan | 07:12 | |
*** shyam89 has joined #openstack-ansible | 07:18 | |
*** shyamb has quit IRC | 07:21 | |
arkan | jrosser: I've changed in openstack_user_config.yml under storage_hosts: cinder_backends: ceph: rbd_user: | 07:22 |
arkan | from cinder ---> ceph | 07:22 |
arkan | then run os-cinder-install.yml | 07:23 |
arkan | this will change rbd_user = cinder in [ceph] (/etc/cinder/cinder.conf) in the container to rbd_user = ceph | 07:23 |
arkan | now the issue disappeared, but another one appeared | 07:24 |
arkan | http://paste.openstack.org/show/795968/ | 07:25 |
arkan | something with rados.PermissionDeniedError | 07:25 |
*** udesale has quit IRC | 07:26 | |
arkan | And about ceph nautilus, I have it installed separately with ceph-ansible, there is no problem with it | 07:26 |
arkan | also from openstack glance-images, and ephemeral-vms pools are working | 07:27 |
arkan | I have images in ephemeral-vms and glance-images pools and no problem about these | 07:28 |
*** shyam89 has quit IRC | 07:28 | |
arkan | I'm using rbd from ceph, but I'm not using ceph fs | 07:30 |
*** udesale has joined #openstack-ansible | 07:31 | |
*** yasemind has joined #openstack-ansible | 07:43 | |
jrosser | arkan: i think that rbd_user should be cinder, not ceph | 07:46 |
arkan | jrosser: ok, then I will get the same error again if I will set it, I will put it back | 07:47 |
jrosser | arkan: the thing that is odd in that bug report is this "infra1-cinder-volumes-container-b943c727" | 07:49 |
jrosser | we don't normally run a container for cinder-volume service | 07:50 |
arkan | jrosser: I think rbd_user is ceph not cinder | 07:50 |
arkan | one moment to verify | 07:50 |
arkan | root@controller1:~# ps aux | grep ceph | 07:51 |
arkan | root 7227 0.0 0.0 46256 11468 ? Ss 05:58 0:00 /usr/bin/python2.7 /usr/bin/ceph-crash | 07:51 |
arkan | ceph 8298 1.9 0.4 1452804 325484 ? Ssl 05:58 2:14 /usr/bin/ceph-mgr -f --cluster ceph --id controller1 --setuser ceph --setgroup ceph | 07:51 |
arkan | ceph 8329 1.2 0.3 710092 254556 ? Ssl 05:58 1:26 /usr/bin/ceph-mon -f --cluster ceph --id controller1 --setuser ceph --setgroup ceph | 07:51 |
arkan | ceph 8446 0.4 0.3 1076604 242988 ? Ssl 05:58 0:33 /usr/bin/ceph-osd -f --cluster ceph --id 0 --setuser ceph --setgroup ceph | 07:51 |
arkan | ceph 8453 0.4 0.3 1112232 276244 ? Ssl 05:58 0:30 /usr/bin/ceph-osd -f --cluster ceph --id 3 --setuser ceph --setgroup ceph | 07:51 |
arkan | oh | 07:51 |
arkan | pastbin | 07:51 |
arkan | http://paste.openstack.org/show/795970/ | 07:51 |
arkan | usually something like this must be ceph@ceph | 07:51 |
arkan | not cinder@ceph | 07:51 |
jrosser | but isnt that the user that the ceph daemons are running under | 07:52 |
jrosser | the unix user | 07:52 |
jrosser | thats really not the same as the user/keyring for client access | 07:52 |
arkan | ok | 07:52 |
arkan | one moment | 07:52 |
jrosser | for example | 07:52 |
jrosser | root@infra1:~# ls -l /etc/ceph/*.keyring | 07:52 |
jrosser | -rw-r----- 1 root ceph 82 May 14 2019 /etc/ceph/ceph.client.cinder.keyring | 07:52 |
arkan | ceph auth list --> http://paste.openstack.org/show/795971/ | 07:53 |
arkan | I will check also /etc/ceph/*.keyring | 07:53 |
arkan | in the container | 07:53 |
arkan | ceph.client.cinder.keyring (ciner volume container) ---> http://paste.openstack.org/show/795972/ | 07:55 |
jrosser | yes, so in this case the name of the client for cinder is "cinder" | 07:55 |
arkan | ok | 07:55 |
arkan | then I will put it back to cinder | 07:55 |
jrosser | i have a similar setup here with a seperate ceph cluster made with ceph-ansible so we can compare things if you like | 07:56 |
arkan | also there is another settings that I've used in user_variables: | 07:57 |
arkan | cinder_ceph_client: cinder | 07:57 |
arkan | sure | 07:57 |
arkan | let's compare | 07:57 |
jrosser | user variables for ceph http://paste.openstack.org/show/795973/ | 07:58 |
arkan | ok | 07:58 |
arkan | I will past also mine 2 files | 07:59 |
jrosser | openstack user config for storage hosts http://paste.openstack.org/show/795975/ | 07:59 |
arkan | openstack_user_config.yml ---> http://paste.openstack.org/show/795974/ | 07:59 |
*** shyamb has joined #openstack-ansible | 07:59 | |
arkan | user_variables.yml ---> http://paste.openstack.org/show/795976/ | 08:00 |
*** cshen has joined #openstack-ansible | 08:00 | |
*** tosky has joined #openstack-ansible | 08:02 | |
*** cshen has quit IRC | 08:04 | |
arkan | from what I can see, it seems ok | 08:04 |
jrosser | as i understand it 'rbd_user' is whats passed as the client name to the rbd command | 08:05 |
jrosser | which then makes it find the corresponding keyring in /etc/ceph | 08:05 |
arkan | ok | 08:07 |
arkan | but this is strange, that I have glance and ephemeral are working | 08:07 |
arkan | I have images there | 08:07 |
arkan | and I can upload images | 08:07 |
arkan | my ceph health is OK, greeen | 08:08 |
arkan | *green | 08:08 |
arkan | maybe if I solve this problem then magnum will work | 08:09 |
arkan | because it could not create volume | 08:10 |
*** shyam89 has joined #openstack-ansible | 08:13 | |
arkan | I put the config back and rerun ansible os cinder | 08:15 |
*** shyamb has quit IRC | 08:16 | |
*** tosky has quit IRC | 08:16 | |
arkan | now it's throwing cinder.exception.ClusterNotFound: Cluster {'name': 'ceph@ceph'} could not be found | 08:16 |
arkan | strange | 08:16 |
arkan | but from command line it works | 08:18 |
arkan | cli (cinder volume) ---> http://paste.openstack.org/show/795977/ | 08:18 |
arkan | and my config was working sometimes ago | 08:19 |
arkan | in the old deployments, I'm using the same config for cinder volumes | 08:20 |
arkan | but in the recent deployment it's not working | 08:20 |
arkan | I don't know if something has changed in the meantime, because I'm like CI/CD, I made a lot of deployments | 08:21 |
arkan | :)) | 08:21 |
*** stingrayza has joined #openstack-ansible | 08:23 | |
*** also_stingrayza has quit IRC | 08:24 | |
jrosser | arkan: you also have a cinder-volumes container? | 08:25 |
arkan | I pasted from inside controller1-cinder-volumes-container-1f5a9348 | 08:26 |
arkan | isn't it ? | 08:26 |
*** shyam89 has quit IRC | 08:30 | |
*** tosky has joined #openstack-ansible | 08:33 | |
jrosser | arkan: are you able to paste some of the error you are getting from cinder-volume log? | 08:35 |
arkan | one moment | 08:36 |
arkan | journalctl -xf (from cinder volumes container), debug = False : http://paste.openstack.org/show/795981/ | 08:38 |
arkan | I can also turn the debug = True, to get more | 08:38 |
jrosser | right, so i get this INFO cinder.service [req-0c7ef275-78e4-4761-aaf0-9fc2d7e2946a - - - - -] Starting cinder-volume cluster ceph@rbd_hdd (version 15.1.1) | 08:43 |
arkan | humm ceph@rbd_hdd !! | 08:44 |
jrosser | and that is corresponding to volume_backend_name: rbd_hdd from openstack_user_config | 08:44 |
arkan | I have it volume_backend_name: ceph | 08:45 |
jrosser | and that in turn then corresponds to a config section in /etc/cinder/cinder.conf http://paste.openstack.org/show/795982/ | 08:46 |
*** shyamb has joined #openstack-ansible | 08:47 | |
arkan | in my case it's Starting cinder-volume cluster ceph@ceph (version 15.1.1) | 08:50 |
arkan | and that is corresponds to the section config in /etc/cinder/cinder.conf | 08:51 |
jrosser | yes, looks like the names all line up | 08:51 |
arkan | http://paste.openstack.org/show/795983/ | 08:51 |
arkan | I'm sure that I could created volumes in the past deployment | 08:52 |
arkan | *deployments | 08:52 |
jrosser | what about rbd_secret_uuid? | 08:53 |
arkan | I did not use it at all in all my deployments | 08:53 |
arkan | and I could created volumes, volumes were working | 08:53 |
*** cshen has joined #openstack-ansible | 08:54 | |
jrosser | arkan: really as always the reference should be the AIO build, thats what we test | 09:08 |
arkan | jrosser: thanks, I will check further | 09:09 |
*** shyamb has quit IRC | 09:22 | |
*** cshen has quit IRC | 09:31 | |
jrosser | arkan: i have run an AIO here and it does this cinder.service [req-c70b93c4-06e2-41e8-9254-c7d032a153b4 - - - - -] Starting cinder-volume cluster ceph@RBD (version 16.1.0) | 09:39 |
jrosser | this is the section in cinder.conf http://paste.openstack.org/show/795985/ | 09:40 |
jrosser | i just wonder if there is some bug in cinder somewhere with the section name being called 'ceph' or its some reserved word somewhere | 09:41 |
*** shyamb has joined #openstack-ansible | 09:45 | |
*** pamsoo has joined #openstack-ansible | 09:45 | |
*** arkan has quit IRC | 09:50 | |
*** arkan has joined #openstack-ansible | 09:50 | |
pamsoo | hi. i'm wondering that this value(https://github.com/openstack/openstack-ansible/blob/stable/train/inventory/group_vars/all/keystone.yml#L27) might be invalid. | 09:52 |
pamsoo | i think that keystone_service_adminuri_insecure should be 'false' when keystone_service_adminuri_proto is https, but it's opposite. am i correct? | 09:52 |
pamsoo | any reply will helpful to me :-) | 09:55 |
*** cshen has joined #openstack-ansible | 10:07 | |
*** cshen has quit IRC | 10:12 | |
*** pamsoo has quit IRC | 10:24 | |
*** sakharkar has joined #openstack-ansible | 10:28 | |
sakharkar | noonedeadpunk: As OSA U is supporting Ubuntu20, is it under development or we can deploy it as on Ubuntu 18 | 10:29 |
sakharkar | As OSA U is supporting Ubuntu20, is it under development or we can deploy it as on Ubuntu 18? Doc is not updated for Ubuntu20 | 10:31 |
*** shyamb has quit IRC | 10:36 | |
*** cshen has joined #openstack-ansible | 10:41 | |
jrosser | pamsoo is gone but the answer there is that keystone_service_adminuri_insecure should be true when the protocol is https but the certificate is self signed | 10:44 |
jrosser | a self signed certificate is untrusted and required insecure=True | 10:45 |
*** cshen has quit IRC | 10:45 | |
jrosser | sakharkar: OSA U is still a release candidate and not yet released, but the plan is to support ubuntu 20 | 10:45 |
jrosser | sakharkar: if you are going to test in a lab environment it would be good to get feedback on Ussuri/Focal | 10:46 |
*** shyamb has joined #openstack-ansible | 10:55 | |
CeeMac | before i go check the nova channel, has anyone here any expierence with quem-guest-agent not working? virsh guest-ping isn't working | 11:06 |
CeeMac | and if I dump the xml of the instance. the socket config has a state of disconnected | 11:07 |
CeeMac | but I' ve no clue what variable in nova would affect that at instance creation. the only relevant image property I've seen was enabled on the image I deployed the test instance from | 11:07 |
*** mgariepy has quit IRC | 11:10 | |
watersj | i get this error when trying to access masakari webui (train, ubuntu, source install) http://paste.openstack.org/show/795993/ | 11:20 |
watersj | yes, its self-sign cert. and doesn't appear to have a CA in the chain (inhouse). | 11:23 |
jrosser | watersj: it should not really be trying to contact the external endpoint in the ui code | 11:37 |
jrosser | most likley this is a wrong or missing config for masakari, but I don’t run that here unfortunately | 11:39 |
watersj | its internal to my network, and ip it resolve to is the "external_lb_vip_address:" | 11:39 |
watersj | should be using "internal_lb_vip_address:" | 11:40 |
watersj | double checking service definitions http://paste.openstack.org/show/795994/, its using the public service | 11:56 |
*** rh-jelabarre has joined #openstack-ansible | 11:59 | |
*** shyamb has quit IRC | 12:13 | |
*** mgariepy has joined #openstack-ansible | 12:17 | |
*** cshen has joined #openstack-ansible | 12:42 | |
*** cshen has quit IRC | 12:46 | |
*** cshen has joined #openstack-ansible | 12:49 | |
*** cshen has quit IRC | 12:54 | |
*** andrewbonney has quit IRC | 12:56 | |
tow | jrosser: you nailed it, repo_hosts was the issue | 13:04 |
*** spatel has joined #openstack-ansible | 13:04 | |
*** pamsoo has joined #openstack-ansible | 13:13 | |
jrosser | tow: cool - is it all looking a bit more sensible now? | 13:18 |
pamsoo | watersj: thank you for replying. then, are you saying 'insecure' means that verifying certificate is not necessary and doesn't mean that messages will not be encrypted? | 13:18 |
pamsoo | oh, sorry watersj. i mean jrosser. ^^;;; | 13:18 |
jrosser | insecure means that the certificate should not be trusted | 13:19 |
jrosser | it will be encrypted, but the cert is not checked as being valid against the store of CA certificates | 13:20 |
jrosser | pamsoo: the logic is both of these lines https://github.com/openstack/openstack-ansible/blob/stable/train/inventory/group_vars/all/keystone.yml#L29-L30 | 13:20 |
pamsoo | i was misunderstanding. thank you for correcting me. | 13:20 |
jrosser | no problem | 13:21 |
tow | jrosser: yeah, as far as OSA goes things look good, having some weird yum issues though | 13:21 |
*** pamsoo has quit IRC | 13:24 | |
*** dave-mccowan has joined #openstack-ansible | 13:25 | |
*** andrewbonney has joined #openstack-ansible | 13:37 | |
openstackgerrit | Andrew Bonney proposed openstack/openstack-ansible master: DNM: Test nova changes from OSA repo https://review.opendev.org/741449 | 13:44 |
openstackgerrit | Andrew Bonney proposed openstack/openstack-ansible-os_nova master: Use Nova management IP for live migrations https://review.opendev.org/741155 | 13:51 |
openstackgerrit | Andrew Bonney proposed openstack/openstack-ansible-os_nova master: Use nova_management_address as a default VNC bind address https://review.opendev.org/741156 | 13:58 |
openstackgerrit | Andrew Bonney proposed openstack/openstack-ansible master: DNM: Test nova changes from OSA repo https://review.opendev.org/741449 | 14:03 |
*** ianychoi has joined #openstack-ansible | 14:05 | |
skelly | is there any documentation on how to do OS upgrades? I've done a few but am stuck on how to upgrade the first host in the host group | 14:05 |
*** this10nly has quit IRC | 14:08 | |
*** cshen has joined #openstack-ansible | 14:50 | |
*** cshen has quit IRC | 14:54 | |
*** yasemind has quit IRC | 14:55 | |
*** schwicht has quit IRC | 14:55 | |
*** miouge362536868 has quit IRC | 14:55 | |
*** irclogbot_2 has quit IRC | 14:55 | |
*** alvinstarr has quit IRC | 14:55 | |
*** maharg101 has quit IRC | 14:55 | |
*** admin0 has quit IRC | 14:55 | |
*** yasemind has joined #openstack-ansible | 14:57 | |
*** schwicht has joined #openstack-ansible | 14:57 | |
*** miouge362536868 has joined #openstack-ansible | 14:57 | |
*** irclogbot_2 has joined #openstack-ansible | 14:57 | |
*** alvinstarr has joined #openstack-ansible | 14:57 | |
*** maharg101 has joined #openstack-ansible | 14:57 | |
*** admin0 has joined #openstack-ansible | 14:57 | |
*** mloza has joined #openstack-ansible | 15:00 | |
*** spatel has quit IRC | 15:04 | |
*** gyee has joined #openstack-ansible | 15:25 | |
*** dave-mccowan has quit IRC | 15:28 | |
*** udesale_ has joined #openstack-ansible | 15:32 | |
*** udesale has quit IRC | 15:34 | |
arkan | jrosser: "i have run an AIO here and it does this cinder.service [req-c70b93c4-06e2-41e8-9254-c7d032a153b4 - - - - -] Starting cinder-volume cluster ceph@RBD (version 16.1.0)" | 16:24 |
arkan | Thanks, I will make a change for RBD | 16:24 |
arkan | and see | 16:24 |
*** udesale_ has quit IRC | 16:25 | |
*** sshnaidm is now known as sshnaidm|afk | 16:28 | |
jrosser | arkan: ok, remember that theres nothing special about "RBD" it's just the name given to the backend | 16:35 |
arkan | yes | 16:36 |
arkan | jrosser: but you said maybe it's a reserved word "ceph" | 16:37 |
jrosser | maybe yes, just a hunch | 16:37 |
*** mgariepy has quit IRC | 16:45 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Add zun to required-projects https://review.opendev.org/741493 | 16:45 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_zun master: Add placement client to zun config file https://review.opendev.org/741494 | 16:48 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_zun master: Add placement client to zun config file https://review.opendev.org/741494 | 16:48 |
*** arkan has quit IRC | 16:50 | |
*** cshen has joined #openstack-ansible | 16:50 | |
*** arkan has joined #openstack-ansible | 16:50 | |
*** cshen has quit IRC | 16:54 | |
arkan | jrosser: I have this installed for ceph http://paste.openstack.org/show/796018/ | 17:13 |
arkan | volume type = ceph, volume_backend_name = ceph | 17:13 |
*** mgariepy has joined #openstack-ansible | 17:26 | |
*** andrewbonney has quit IRC | 17:46 | |
*** cshen has joined #openstack-ansible | 18:50 | |
*** cshen has quit IRC | 18:54 | |
*** cshen has joined #openstack-ansible | 19:13 | |
*** nicolasbock has quit IRC | 19:14 | |
*** nicolasbock has joined #openstack-ansible | 19:15 | |
*** d34dh0r53 has quit IRC | 19:20 | |
*** cshen has quit IRC | 19:23 | |
*** cshen has joined #openstack-ansible | 19:26 | |
*** d34dh0r53 has joined #openstack-ansible | 19:28 | |
*** cshen has quit IRC | 19:30 | |
arkan | jrosser: the volumes are working now | 19:31 |
arkan | this is odd | 19:32 |
arkan | I just add rbd which correspond to the section [rbd] in /etc/cinder/cinder.conf | 19:32 |
arkan | even 'ceph' type is working | 19:32 |
arkan | I've deleted 'ceph' type because I don't want it now | 19:35 |
arkan | openstack volume type delete ceph | 19:35 |
arkan | and I can create volumes now | 19:35 |
*** sakharkar has quit IRC | 19:37 | |
arkan | my openstack_user_config.yml now it's using rbd as key for cinder_backends: which corresponds to [rbd] in /etc/cinder/cinder.conf and which corresponds to a volume type | 19:38 |
jrosser | arkan: so everything is aligned with the key 'rbd' | 19:44 |
arkan | yes | 19:44 |
jrosser | when you were using 'ceph' did it all look aligned the same, just not working? | 19:45 |
arkan | yes, it was aligned | 19:45 |
jrosser | that is really odd | 19:45 |
arkan | yes | 19:45 |
arkan | I don't know, maybe something have to do with the keyword ceph | 19:45 |
arkan | but this is odd | 19:45 |
jrosser | and we see from the AIO that 'RBD' is also OK, so different strings can work | 19:45 |
jrosser | very strange indeed | 19:46 |
arkan | and I only re-run os-cinder-install.yml as usual | 19:46 |
arkan | anyway, now I returned to magnum :)) | 19:46 |
arkan | I can see this error magnum.common.exception.GetDiscoveryUrlFailed: Failed to get discovery url from 'https://discovery.etcd.io/new?size=1'. | 19:47 |
arkan | but why ? | 19:47 |
arkan | the link seems to work | 19:47 |
arkan | and if I curl from inside the magnum container, it works | 19:48 |
arkan | also I caught this strange policy file which I could not find in /etc/magnum/ | 19:49 |
arkan | 2020-07-16 19:43:53.555 138 ERROR magnum.drivers.heat.k8s_fedora_template_def [req-8607a2a1-8bf8-481b-a1c6-58c356148c99 - - - - -] Failed to load default keystone auth policy: FileNotFoundError: [Errno 2] No such file or directory: '/etc/magnum/keystone_auth_default_policy.json' | 19:49 |
*** arkan has quit IRC | 19:50 | |
*** arkan has joined #openstack-ansible | 19:50 | |
arkan | journalctl -xf (magnum container) ---> http://paste.openstack.org/show/796026/ | 19:51 |
*** cshen has joined #openstack-ansible | 20:02 | |
*** theintern_ has joined #openstack-ansible | 20:05 | |
*** vesper11 has quit IRC | 20:20 | |
*** vesper11 has joined #openstack-ansible | 20:21 | |
*** schwicht has quit IRC | 20:35 | |
*** schwicht has joined #openstack-ansible | 20:36 | |
*** arkan has quit IRC | 20:50 | |
*** arkan has joined #openstack-ansible | 20:50 | |
*** schwicht has quit IRC | 20:50 | |
*** cshen has quit IRC | 21:03 | |
*** jbadiapa has quit IRC | 21:20 | |
*** markvoelker has joined #openstack-ansible | 21:23 | |
*** markvoelker has quit IRC | 21:26 | |
*** this10nly has joined #openstack-ansible | 21:28 | |
*** markvoelker has joined #openstack-ansible | 21:33 | |
*** markvoelker has quit IRC | 21:38 | |
*** arkan has quit IRC | 21:50 | |
*** yasemind has quit IRC | 22:03 | |
*** aedc_ has joined #openstack-ansible | 22:36 | |
*** aedc has quit IRC | 22:39 | |
*** aedc_ has quit IRC | 22:52 | |
*** idlemind has quit IRC | 22:56 | |
*** aedc has joined #openstack-ansible | 22:56 | |
*** aedc has quit IRC | 22:57 | |
*** aedc has joined #openstack-ansible | 22:58 | |
*** cshen has joined #openstack-ansible | 23:00 | |
*** tosky has quit IRC | 23:04 | |
*** theintern_ has quit IRC | 23:04 | |
*** cshen has quit IRC | 23:05 | |
*** idlemind has joined #openstack-ansible | 23:10 | |
*** aedc has quit IRC | 23:10 | |
*** gyee has quit IRC | 23:16 | |
*** miouge362536868 has quit IRC | 23:16 | |
*** irclogbot_2 has quit IRC | 23:16 | |
*** alvinstarr has quit IRC | 23:16 | |
*** maharg101 has quit IRC | 23:16 | |
*** admin0 has quit IRC | 23:16 | |
*** gyee has joined #openstack-ansible | 23:23 | |
*** miouge362536868 has joined #openstack-ansible | 23:23 | |
*** irclogbot_2 has joined #openstack-ansible | 23:23 | |
*** alvinstarr has joined #openstack-ansible | 23:23 | |
*** maharg101 has joined #openstack-ansible | 23:23 | |
*** admin0 has joined #openstack-ansible | 23:23 | |
*** this10nly has quit IRC | 23:32 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!