Friday, 2021-03-12

*** macz_ has quit IRC00:06
*** cloudnull has quit IRC00:27
*** cloudnull has joined #openstack-ansible00:27
*** macz_ has joined #openstack-ansible00:50
*** tosky has quit IRC00:51
*** rh-jelabarre has quit IRC00:52
*** macz_ has quit IRC00:55
*** rh-jelabarre has joined #openstack-ansible01:29
*** macz_ has joined #openstack-ansible02:04
*** macz_ has quit IRC02:09
*** rh-jelabarre has quit IRC02:16
*** spatel has joined #openstack-ansible02:25
*** macz_ has joined #openstack-ansible03:17
*** macz_ has quit IRC03:22
*** ianychoi_ has joined #openstack-ansible03:27
*** spatel has quit IRC03:30
*** ianychoi__ has quit IRC03:30
*** jamesdenton has quit IRC03:33
*** jamesdenton has joined #openstack-ansible03:35
*** macz_ has joined #openstack-ansible03:59
*** macz_ has quit IRC04:04
*** spatel_ has joined #openstack-ansible04:10
*** yasemind has joined #openstack-ansible05:00
*** macz_ has joined #openstack-ansible05:00
*** macz_ has quit IRC05:05
*** evrardjp has quit IRC05:33
*** evrardjp has joined #openstack-ansible05:33
*** shyamb has joined #openstack-ansible05:39
LowKeyHi , morning05:50
*** shyamb has quit IRC05:52
*** macz_ has joined #openstack-ansible05:56
*** macz_ has quit IRC06:00
*** spatel_ has quit IRC06:10
seanpThis might sound like a dumb question, but how do you begin troubleshooting issues? This is a new deployment, all the playbooks finished without incident, but I am unable to upload an image through Horizon; it just says "Unable to create the image." and leaves it in the Queued status on the images page. I was able to successfully upload an image from the utility container, I haven't tried deploying any VMs yet or anything06:35
*** jamesdenton has quit IRC07:55
*** jamesdenton has joined #openstack-ansible07:56
*** macz_ has joined #openstack-ansible07:57
*** macz_ has quit IRC08:01
*** gyee has quit IRC08:11
*** yasemind has quit IRC08:14
jrosserseanp: you may be running into this https://github.com/openstack/openstack-ansible-os_horizon/blob/master/defaults/main.yml#L158-L16308:17
jrosserbut on the topic of debug you would look through the serivce journals (journalctl -u <...>) on the relevant containers and hosts08:18
jrosserfor a production environment you'd probably have some centralised log collection like ELK or graylog08:18
*** ianychoi_ has quit IRC08:32
*** andrewbonney has joined #openstack-ansible08:33
*** tosky has joined #openstack-ansible08:51
*** macz_ has joined #openstack-ansible09:57
*** macz_ has quit IRC10:02
jonhercould also be your service urls if you did not set your external ip/dns name as part of the deployment10:34
jonherif you are attempting a upload from horizon from a external browser for example10:35
*** shyamb has joined #openstack-ansible10:36
*** shyam89 has joined #openstack-ansible10:44
*** shyamb has quit IRC10:46
*** jamesdenton has quit IRC11:50
*** jamesdenton has joined #openstack-ansible11:51
*** macz_ has joined #openstack-ansible11:58
*** macz_ has quit IRC12:03
*** jbadiapa has joined #openstack-ansible12:07
*** mensis has joined #openstack-ansible12:09
*** shyam89 has quit IRC12:16
*** rh-jelabarre has joined #openstack-ansible12:55
*** macz_ has joined #openstack-ansible13:10
*** macz_ has quit IRC13:15
LowKeyHi, I'm having an issue with nova compute error as this link : http://paste.openstack.org/show/InecmLMho1Yz8bpfVZFf/ , The playbooks was finished without any error..13:20
jamesdentonLowKey I have not hit this error personally, but it seems as though others have. the recommendation is to delete the conflicting provider. https://ask.openstack.org/en/question/122398/nova-conflicting-resource-provider-name/13:49
jamesdentoni do not know the repercussions of this, though, if any.13:49
LowKeyjamesdenton: okey, let me try13:57
*** spatel_ has joined #openstack-ansible13:58
LowKeyi've deleted http://paste.openstack.org/show/lpr1h2D7eJKJkPxxVUiS/ , and seems it's created new one..13:59
jamesdentongood deal13:59
*** macz_ has joined #openstack-ansible14:07
LowKeyjamesdenton: error seem gone on compute, will test create the vm later14:08
*** macz_ has quit IRC14:13
*** jamesdenton has quit IRC14:24
*** jamesdenton has joined #openstack-ansible14:24
openstackgerritMerged openstack/openstack-ansible-ops master: Allow longer timeouts for elasticsearch.service  https://review.opendev.org/c/openstack/openstack-ansible-ops/+/76969514:43
mgariepy was there an issue with variable inheritance on ansible 2.5.15 ?14:43
mgariepyjrosser, that seems like a thing you would remember ?^^ lol14:44
jrossero/14:44
openstackgerritMerged openstack/openstack-ansible-ops master: Remove tasks for v6.5 beats (aarch64) from elk7  https://review.opendev.org/c/openstack/openstack-ansible-ops/+/77906514:45
jrossermgariepy: do you have something specific in mind?14:45
mgariepytl;dr; i do have `lxc_container_allow_restarts: false` in my user_variables14:45
mgariepyfor historic reason.14:46
mgariepybut when i run the container-deploy it -e "lxc_container_allow_restarts=True" it does not override the value.14:46
jrosserperhaps check the git history on the openstack-ansible wrapper14:47
jrosserthere was something broken there in the past about argument passing14:47
jrosserit may also depend on the ordering that the cli options get passed to the ansible command14:49
jrosserif the user_<blah>.yml are passed after any user supplied -e then user_variables.yml will always win14:50
mgariepyopenstack-ansible containers-deploy.yml -l testbed-ctrl02_galera_container-9f8194dc -e "lxc_container_allow_restarts=False"14:51
mgariepyif I remove from user_var. the extra var does work as intended.14:52
mgariepyhmm. scratch that.. i'll just work on on the user_variable. i guess.14:55
mgariepythat's a really old version of ansible..14:55
mgariepythanks for your input.14:56
mgariepyho. i saw the one in master..   ${RUN_CMD} "${@}" ${VAR1} vs  ${RUN_CMD} ${VAR1} "${@}"14:59
jrossermgariepy: under the hood the openstack-ansible wrapper is forming a cli with multiple -e14:59
jrosseri'm fairly sure that got fixed for stuff like this at some point14:59
jrosserah yes, that ^15:00
mgariepyoops thant's not that .lol15:00
mgariepyoops.. need to read more than the last line15:01
mgariepygreat success:   "msg": "filtered: True, not filtered: True"15:03
mgariepythank you very much15:03
*** yasemind has joined #openstack-ansible15:22
*** macz_ has joined #openstack-ansible15:35
*** macz_ has quit IRC15:36
*** macz_ has joined #openstack-ansible15:37
openstackgerritMerged openstack/openstack-ansible-os_panko master: Switch default virtualenv to python3  https://review.opendev.org/c/openstack/openstack-ansible-os_panko/+/77968515:44
openstackgerritMerged openstack/openstack-ansible-os_panko master: Remove references to unsupported operating systems  https://review.opendev.org/c/openstack/openstack-ansible-os_panko/+/77974615:56
openstackgerritMerged openstack/openstack-ansible-os_panko master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_panko/+/77204315:56
openstackgerritMerged openstack/openstack-ansible-os_aodh master: Switch default virtualenv to python3  https://review.opendev.org/c/openstack/openstack-ansible-os_aodh/+/77966616:00
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_ceilometer master: Move ceilometer pip packages from constraints to requirements  https://review.opendev.org/c/openstack/openstack-ansible-os_ceilometer/+/77966816:05
openstackgerritMerged openstack/openstack-ansible-os_neutron master: Switch default virtualenv to python3  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/77968216:13
spatel_any idea of this error - http://paste.openstack.org/show/803517/16:14
spatel_we had big DDoS on our network cause making my rabbitMQ angry..16:15
spatel_I can create and delete vms but these error keep showing up so assuming its not able to create some exchanges16:15
openstackgerritMerged openstack/openstack-ansible-os_neutron master: Remove references to unsupported operating systems  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/77974316:35
openstackgerritMerged openstack/openstack-ansible-ceph_client stable/victoria: Fix Remove revoked ceph apt-keys  https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/77993016:36
openstackgerritMerged openstack/openstack-ansible master: Disable magnum zero nodes test.  https://review.opendev.org/c/openstack/openstack-ansible/+/78012416:39
openstackgerritAndrew Bonney proposed openstack/openstack-ansible stable/victoria: Disable magnum zero nodes test.  https://review.opendev.org/c/openstack/openstack-ansible/+/78008616:43
openstackgerritMerged openstack/openstack-ansible-ceph_client stable/ussuri: Fix Remove revoked ceph apt-keys  https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/77993116:46
spatel_should i use  rabbitmq_upgrade=true or not ?    openstack-ansible rabbitmq-install.yml -e rabbitmq_upgrade=true17:04
spatel_I don't want to upgrade anything just want to install whatever version we have17:05
jonherno i don't think you want that https://opendev.org/openstack/openstack-ansible/src/branch/master/playbooks/rabbitmq-install.yml#L45-L5417:12
spatel_+117:14
spatel_How does rabbitMQ loadbalance connection, i am noticing on node-3 i have 5000 TCP connection for rabbit and node-1 and node-2 has only 20017:23
spatel_Look like RabbitMQ doesn't do load-balancing, it redirect all request to master queue server and look like node-3 is master for all queues at present.17:33
openstackgerritMerged openstack/openstack-ansible-os_tempest master: Save tempestconf output to file  https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/77966217:36
jrosserspatel_: have you checked that the cluster is healthy? https://docs.openstack.org/openstack-ansible/victoria/admin/maintenance-tasks/rabbitmq-maintain.html17:39
spatel_jrosser yes it look like healthy - http://paste.openstack.org/show/803524/17:40
spatel_I can create vm and delete vm and can do all short of operation17:41
spatel_We had DDoS on our network cause network outage for few seconds and may be that time rabbitMQ isolated nodes17:41
spatel_I am assuming during that time all client started talking to node-3 and its fully loaded with connections17:42
spatel_I have restarted node-1/2 because they where throwing errors but after restart it stopped throwing errors in logs and cluster status looks good.17:43
spatel_i was reading about rabbitMQ and it doesn't support round-robin :(  it redirect all request to master queue node (assuming in my case its node-3 who is master for all queue)17:44
spatel_This is amazing document - https://insidethecpu.com/2014/11/17/load-balancing-a-rabbitmq-cluster/comment-page-1/17:46
spatel_I am thinking to restart node-3 and see if it shift connection to node-1/217:46
*** gyee has joined #openstack-ansible17:59
*** spatel_ has quit IRC18:02
seanpIs this meaningful? -bash: ./scripts/pw-token-gen.py: /opt/ansible-runtime/bin/python: bad interpreter: No such file or directory18:39
seanpI get that when I run ./scripts/pw-token-gen.py --file /etc/openstack_deploy/user_secrets.yml from /opt/openstack-ansible18:39
seanpif I preface with python3 it works just fine18:39
*** LowKey has quit IRC18:52
*** LowKey has joined #openstack-ansible18:52
*** andrewbonney has quit IRC18:54
*** yasemind has quit IRC18:57
*** MrClayPole has quit IRC19:01
*** MrClayPole has joined #openstack-ansible19:03
seanpI think that error I got was because I was trying to do that before executing bootstrap-ansible.sh19:10
seanpI am coming up with a strange error when the (I think) setup-openstack.yml is running where it cannot create the openrc file because it thinks the internal_lb_vip_address is undefined: http://paste.openstack.org/show/803531/19:13
seanpbut it is defined in my /etc/network/interfaces as it was in the example config I modified19:13
*** spatel has joined #openstack-ansible19:17
*** jamesdenton has quit IRC19:26
*** jamesdenton has joined #openstack-ansible19:28
jrosserseanp: you must have the variable defined in your config, here's the example https://github.com/openstack/openstack-ansible/blob/master/etc/openstack_deploy/openstack_user_config.yml.example#L10419:28
seanpIt is: https://github.com/sean-perryman/openstack/blob/main/openstack_user_config.yml19:28
seanpI'm using (basically) the default config from the docs19:29
seanpand the br-mgmt:0 interface is defined and functional19:29
seanpThe only thing I have really changed was commenting out the compute1 stuff at the end of the file, maybe I should just take that out?19:30
seanpunless its angry there is no compute node19:32
jrosserinternal_lb_vip_address is kind of fundamental to * as it's what all the internal components communicate with19:32
jrosserseanp: what i'm wondering is why the task that fails is targetting localhsot19:37
jrosser*localhost19:37
seanpI think that in the end it was because I didn't have anything defined for compute_hosts. I was hoping to get the controller node fully functional first, then add additional nodes on afterward. Seems there is some part of the process that requires interaction with compute, which makes sense as your system would be non-functional without any compute resources19:37
seanpplaybook is running fine now that I just added the infra1 server as a compute destination19:38
seanpit's frustrating, but this is literally what I wanted to accomplish; trying to learn something new isn't always easy19:38
jrosserbtw have you seen the all-in-one?19:38
seanpI have, and I've played around with it some. In my testing I was unable to bring up a VM on it, but that was before I had a real understanding of openstack. Was hoping to learn more by going with the less AIO setup19:39
jrosserthing with OSA is that its kind of a swiss-army-knife tool for openstack deployment, and it kind of allows you to make all/any deployment choices you like19:39
seanpI tried Microstack as well, same thing. Likely the problem is the default configs don't have any storage defined for glance, but I didn't know that at the time19:39
jrosserbut that does open all the opportunities for things going wrong19:39
seanphaha19:39
seanpthat is the truth!19:40
jrosseron the other hand, it means you can have exactly the setup you want and learn a bunch along the way19:40
seanpim not like going into production or anything, i just want to learn more19:40
seanpyep, that is exactly it19:40
jrosserother tools are maybe more opinionated about how stuff works, and more like 'shrink wrap' installers19:40
jrosserlike OSA specifically avoids anything to do with proivsioning hosts, as most places will have their own ideas about that19:41
jrosserother tools will do a bunch of that for you too19:41
seanpyou mean like doing the base setup on the host before running the playbooks? like what I assume maas or ironic do?19:45
*** zul has quit IRC19:46
jrosseryeah, thats right19:47
seanpOh, in case I didn't say it before, my problem from yesterday was that I was attempting to make a Raspberry Pi the controller. I just assumed that since it ran Ubuntu 20.04 that everything would work, but someone brought up that since its an ARM processor it's quite likely some stuff wouldn't compile/run19:47
seanpOnce I moved to an x86 it went right through19:47
jrosseroh!19:47
seanplol, i really felt dumb after that19:48
jrosserwell i did try to get aarch64 going, and we've got some patches for that19:48
jrosserbut thats totally experimental territory :)19:48
jrosseralso the controller architecture might need to match that of the computes with the default config19:48
seanpthat is an interesting thought19:49
seanpand one I hadn't considered19:49
jrosserthe python wheels are built on the controller by default19:49
jrosserbut that could be disabled19:49
openstackgerritEbbex proposed openstack/openstack-ansible-os_neutron master: powervm: drop custom code  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/78011620:15
*** macz_ has quit IRC20:28
*** macz_ has joined #openstack-ansible20:28
openstackgerritMerged openstack/openstack-ansible-os_neutron master: Move neutron pip packages from constraints to requirements  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/77027620:33
spateljrosser this is interesting, i am trying to add compute node in my older openstack cloud running on queue (centos 7) throwing this error - http://paste.openstack.org/show/803532/20:52
spatelwhat is the work around here?20:52
jrosserqueens?20:54
spatelyes20:55
spateli know its older deployment20:55
spatels/queue/queen20:55
jrosseryou need to fix this line https://opendev.org/openstack/openstack-ansible-pip_install/src/branch/stable/queens/defaults/main.yml#L2120:57
jrosserthey changed the url very recently20:57
jrossermake it be https://bootstrap.pypa.io/pip/3.3/get-pip.py instead20:58
spatelok let me try21:04
spatelre-running playbook21:07
jrosserspatel: btw i have no context at all for which playbook or stuff thats from, so i'm taking a best guess at where you need to fix it21:09
spatelsetup-hosts.yml21:09
spateljrosser that step passed and now stuck at neutron - http://paste.openstack.org/show/803533/21:15
spateltrying to figuring out21:15
jrosserthat means the compute node cant find http://172.28.0.9:8181/venvs/17.0.8/centos-7.9-x86_64/neutron-17.0.8-x86_64.checksum21:16
jrosserwhich is the repo server21:16
jrossersee what you've got in /var/www/... on there21:16
spatelhmm21:17
spateldamn it - CentOS Linux release 7.9.2009 (Core)21:17
jrosserthis is an old enough release that the venvs are built entirely on the repo server21:17
spatelmy controller running on 7.521:17
spateli need to bring down centos compute to 7.521:18
spatelThank you for help, let me rebuild it21:19
jrossersure no worries, feels like you are close21:19
spatelat somepoint i have to figure out how do i migrate this could to latest version of ubunut21:19
spateljust don't know what to do :(21:20
jrosserfirst you'd have to get well beyond queens21:20
spatelcloud*21:20
spatelI have 350 compute nodes on this cloud running on centos 7.521:20
spatelhow do i migrate this to ubuntu ? (i know its not easy)21:21
jrosseryou could do that on rocky, to bionic21:34
jrosserussuri would be the first place you could jump to focal21:36
jrosserthe alterntive is to build a 2nd control plane and just slowly move the computes and workload over into a totally new deployment21:38
spateljrosser that is what i thought build parallel universe and migrate but then i need to work on public IP also, because all public pool attached to that cloud.21:41
spateli may need to find out how i can share VLAN between cloud21:41
jrosseryou router is external though isnt it21:41
spateli have external router and using vlan provider21:43
spatelno virtual router21:44
jrosserperhaps you can adjust allocation_pool on the old deployment and free up some address space21:44
jrosserthen give the free bit to the new deployment, all in the same vlan21:44
jrosserwould need to test that though21:44
jrosserdepends if you have neutron doing dhcp for your instances?21:45
spatelYes, i was also thinking logically how i can spread same public VLAN between two cloud and disable DHCP so they won't conflict21:45
spatelYes i have neutron DHCP21:45
jrossera very brief read suggests that when you define the subnet you can specify the usable addresses21:46
spatelIn floating ip you can easily migrate one IP at a time but in VLAN based its whole subnet you have to do21:47
jrosserwell i was meaning what actually stops you having the same L2 vlan on two clouds21:47
spatelBut i think i can get one public IP from ISP and put condition when second one will free up i will give you back :)21:47
spatelI meant public IP pool from ISP21:48
jrosserif when you moved the instances from old->new you guaranteed that the IP also moved, it might be OK21:48
jrosseri'm totally speculating here :)21:48
jrosserhope i'm being clear? from the POV of the vlan in your setup it just visits all the computes21:49
spatelmy application doesn't need same IP and also we keep TTL almost 5 minute for public endpoint so it will be quick bleed out21:49
jrosserdoesnt matter maybe so much that some of them are on the old controller and some on the new21:49
spatelI am not following you21:50
openstackgerritMerged openstack/openstack-ansible-tests master: Clean up code from unsupported operating systems  https://review.opendev.org/c/openstack/openstack-ansible-tests/+/77972222:06
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-apt_package_pinning master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-apt_package_pinning/+/78033522:15
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-ceph_client master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/78033622:15
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-galera_server master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/78033722:15
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-haproxy_server master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-haproxy_server/+/78033822:16
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-lxc_container_create master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-lxc_container_create/+/78033922:16
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-lxc_hosts master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/78034022:16
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-memcached_server master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-memcached_server/+/78034122:16
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-nspawn_container_create master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-nspawn_container_create/+/75415722:16
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-nspawn_hosts master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-nspawn_hosts/+/78034222:16
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-openstack_hosts master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/78034322:16
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-openstack_openrc master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-openstack_openrc/+/78034422:17
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-ops master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-ops/+/78034522:17
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_adjutant master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_adjutant/+/78034622:17
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_aodh master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_aodh/+/78034722:17
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_barbican master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_barbican/+/78034922:17
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_blazar master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_blazar/+/78035022:18
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_ceilometer master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_ceilometer/+/78035122:18
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_cinder master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_cinder/+/78035222:18
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_cloudkitty master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_cloudkitty/+/78035322:18
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_designate master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_designate/+/78035422:18
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_glance master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/78035522:18
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_gnocchi master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_gnocchi/+/78035622:18
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_heat master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_heat/+/78035722:19
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_horizon master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_horizon/+/78035822:19
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_ironic master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_ironic/+/78035922:19
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_keystone master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/78036022:19
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_magnum master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_magnum/+/78036122:19
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_manila master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_manila/+/78036222:19
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_masakari master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_masakari/+/78036322:19
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_mistral master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_mistral/+/78036422:19
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_murano master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_murano/+/74585622:20
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_neutron master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/78036522:20
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_nova master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/78036622:20
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_octavia master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_octavia/+/78036722:20
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_panko master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_panko/+/78036822:20
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_placement master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_placement/+/78036922:20
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_rally master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_rally/+/78037022:20
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_sahara master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_sahara/+/78037122:21
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_senlin master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_senlin/+/78037222:21
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_swift master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_swift/+/78037322:21
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_tacker master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_tacker/+/78037422:21
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_tempest master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/78037522:21
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_trove master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_trove/+/78037622:21
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_zun master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-os_zun/+/78037822:22
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-plugins master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/78037922:22
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-rabbitmq_server master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/78038022:22
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-repo_server master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-repo_server/+/78038122:22
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-rsyslog_client master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-rsyslog_client/+/75418922:22
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-rsyslog_server master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/openstack-ansible-rsyslog_server/+/78038222:23
openstackgerritOpenStack Proposal Bot proposed openstack/ansible-config_template master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/ansible-config_template/+/78038322:23
openstackgerritOpenStack Proposal Bot proposed openstack/ansible-hardening master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/ansible-hardening/+/78038422:23
openstackgerritOpenStack Proposal Bot proposed openstack/ansible-role-python_venv_build master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/78038522:23
openstackgerritOpenStack Proposal Bot proposed openstack/ansible-role-systemd_mount master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/ansible-role-systemd_mount/+/78038622:23
openstackgerritOpenStack Proposal Bot proposed openstack/ansible-role-systemd_networkd master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/ansible-role-systemd_networkd/+/78038722:23
openstackgerritOpenStack Proposal Bot proposed openstack/ansible-role-systemd_service master: Updated from OpenStack Ansible Tests  https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/78038822:23
*** watersj has joined #openstack-ansible22:29
watersjis anyone using manila? is it worth using it to setup nfs shares or just setup an instance and go with it?22:31
*** mensis has quit IRC23:11
*** jbadiapa has quit IRC23:14
*** jbadiapa has joined #openstack-ansible23:17
*** mgariepy has quit IRC23:21
*** jbadiapa has quit IRC23:22
*** mgariepy has joined #openstack-ansible23:34

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!