Wednesday, 2017-05-24

*** chas has quit IRC00:05
*** dxiri has joined #openstack-ansible00:06
*** galstrom_zzz is now known as galstrom00:25
jgriffithsIs there some trick for getting the VM console to work after installing openstack with Ansible.00:27
*** fyu has joined #openstack-ansible00:27
*** marst_ has joined #openstack-ansible00:34
*** chas has joined #openstack-ansible00:42
*** chas has quit IRC00:46
*** woodard has quit IRC00:46
*** woodard has joined #openstack-ansible00:47
*** cuongnv has joined #openstack-ansible00:52
*** acormier has joined #openstack-ansible00:52
*** poopcat has quit IRC00:54
*** acormier has quit IRC00:57
*** acormier has joined #openstack-ansible00:58
*** poopcat has joined #openstack-ansible00:58
*** poopcat has quit IRC01:03
*** poopcat has joined #openstack-ansible01:03
*** chas has joined #openstack-ansible01:03
*** galstrom is now known as galstrom_zzz01:06
*** SerenaFeng has joined #openstack-ansible01:06
*** chas has quit IRC01:08
openstackgerritMerged openstack/openstack-ansible master: Avoid jinja2 templating in when warnings  https://review.openstack.org/46639101:20
*** chas has joined #openstack-ansible01:24
*** acormier has quit IRC01:27
*** chas has quit IRC01:28
*** cpuga has quit IRC01:43
*** cpuga has joined #openstack-ansible01:44
*** smatzek has joined #openstack-ansible01:44
*** chas has joined #openstack-ansible01:44
openstackgerritMiguel Alex Cantu (alextricity25) proposed openstack/openstack-ansible master: DO NOT MERGE - testing integrated gate w/ceilo  https://review.openstack.org/45378801:46
*** cpuga has quit IRC01:48
*** chas has quit IRC01:49
*** dxiri_ has joined #openstack-ansible01:55
*** dxiri has quit IRC01:55
*** chas has joined #openstack-ansible02:06
*** chas has quit IRC02:10
*** jamesdenton has joined #openstack-ansible02:14
*** smatzek has quit IRC02:19
*** jamesdenton has quit IRC02:21
*** chas has joined #openstack-ansible02:26
*** thorst_afk has joined #openstack-ansible02:27
*** chas has quit IRC02:30
*** gouthamr has quit IRC02:33
*** cNilesh has joined #openstack-ansible02:33
cloudnulljgriffiths: you trying to hit the console in horizon ?02:33
jgriffithsI was. Yes. I just tore down the environment again though02:33
jgriffithsFor some reason, we couldn't reach the instances after they spun up02:34
jgriffithsAll the interfaces, ml2, and linxubridge looked okay but I couldn't ping them02:34
*** thorst_afk has quit IRC02:35
cloudnullif you check the logs from the nova cli or horizon you should see a bit more details on why vms dont get networking02:37
cloudnulltypically its due to meta-data/dhcp02:37
*** thorst_afk has joined #openstack-ansible02:37
cloudnullif you see a dhcp problem (generally a timeout) its typically something in how the network was created or something in path not working quite right02:38
jgriffithsI didnt see anything in any logs and a couple of us looked pretty hard.02:38
jgriffithsDo you se anything wrong with this?02:38
jgriffithshttps://pastebin.com/qg7QvHNg02:38
jgriffithshttps://pastebin.com/X8Sw7Wmb02:38
jgriffithsI'm about five minutes from spinning eveything up again02:39
cloudnullboth the user config and network interface looks fine02:42
jgriffithsThanks for looking at those. I've been staring at them for 8 hours. lol02:42
cloudnullso do you have this config https://pastebin.com/X8Sw7Wmb on all of your network hosts and all of the compute nodes?02:44
cloudnulland when you spun up a vm have you looked at the nova console logs ?02:44
jgriffithsYes. It's a 4 node cluster so a lot is shared.02:44
*** cpuga has joined #openstack-ansible02:44
cloudnullnova console-log $VM_UUID02:44
cloudnullok02:45
cloudnullso 1 infra 3 compute?02:45
jgriffithsI was able to look at the console log through Horizon.02:45
cloudnullok.02:45
cloudnulldid you see a dhcp timeout ?02:45
cloudnullor anything wrong with meta-data ?02:45
jgriffithsThree of everything and 4 compute.02:45
cloudnullok02:46
cloudnullhyper-converged :)02:46
jgriffithsThese are some seriously big boxes.02:46
cloudnullthat's cool02:46
cloudnullI've done a few kicks like this, it works well02:46
jgriffithsI did see it trying to do a discover02:46
jgriffithsthem rather02:46
cloudnullthen timeout ?02:47
cloudnullor did it work ?02:47
jgriffithsIt timed out several times then booted02:47
*** chas has joined #openstack-ansible02:47
cloudnullok. sounds like somethings up with dhcp02:48
cloudnulldo you have the command on hand w/ how the network was setup ?02:48
jgriffithsI wish you wereon an hour ago. :)02:48
cloudnullneutron that is ^02:48
cloudnullstory of my life :)02:48
cloudnullday late and a dollar short02:48
jgriffithsHa02:48
jgriffithsI will have to look for it.02:49
*** cpuga has quit IRC02:49
*** marst_ has quit IRC02:49
cloudnullis the cloud still up ?02:49
cloudnullor have you nuked it02:49
jgriffithsNo. I nuked it about 30 minutes ago.02:50
cloudnullok02:50
cloudnullso you should have a flat netowork02:50
cloudnullif you ip one of your br-vlan devices and create the flat network within neutron using the same subnet you should be able to ping your vms02:51
cloudnullfor the simple case I'd recommend trying that first02:51
*** chas has quit IRC02:52
cloudnullsomething like https://github.com/openstack/openstack-ansible-ops/blob/master/multi-node-aio/openstack-service-setup.sh#L52-L102 should be able to get you there.02:52
*** thorst_afk has quit IRC02:52
jgriffithsOh. I needed a flat netork?02:53
jgriffithsIs that the only thing I was missing?02:53
cloudnullidk02:54
jgriffithsThat is required though.02:54
cloudnullno.02:54
cloudnullits just an easy network type to get going02:55
*** SerenaFeng has quit IRC02:55
*** SerenaFeng has joined #openstack-ansible02:55
cloudnullonce you can verify that vms get a dhcp lease using a flat network you can pivot to vlan  and later vxlan as needed.02:56
jgriffithsWow. That's a useful script there.02:56
cloudnullymmv. but it helps in setting up a dev cloud02:56
jgriffithsIt looks like a good starting point02:58
jgriffithsI just kicked off the new rebuild.03:00
jgriffithsMy CTO is threatening me with Juju if it doesn't work this time.03:00
cloudnullhahaha03:06
cloudnullthat sounds terribad03:06
*** chas has joined #openstack-ansible03:08
*** chas has quit IRC03:12
cloudnulljgriffiths: so you're doing the redeployment now ?03:16
jgriffithsYeah. It's in the middle of setup-infrastructure now03:16
*** piliman974 has quit IRC03:16
cloudnullill be up for a while longer ping me if you need/want.03:19
jgriffithsI really appreciate that. Thanks!03:19
*** SerenaFeng has quit IRC03:24
*** dxiri_ has quit IRC03:28
*** chas has joined #openstack-ansible03:29
*** SerenaFeng has joined #openstack-ansible03:30
*** chas has quit IRC03:34
*** dxiri has joined #openstack-ansible03:43
*** dxiri has quit IRC03:47
*** dxiri has joined #openstack-ansible03:47
*** cpuga has joined #openstack-ansible03:49
*** chas has joined #openstack-ansible03:50
*** chas has quit IRC03:55
*** winggundamth has joined #openstack-ansible03:57
*** SerenaFeng has quit IRC03:59
*** ChanServ changes topic to "Launchpad: https://launchpad.net/openstack-ansible || Weekly Meetings: https://wiki.openstack.org/wiki/Meetings/openstack-ansible || Review Dashboard: https://goo.gl/tTmdgs"04:04
-openstackstatus- NOTICE: Sufficient free space has been reclaimed that jobs are passing again; any POST_FAILURE results can now be rechecked.04:04
*** chhavi has joined #openstack-ansible04:07
*** cpuga has quit IRC04:09
*** cpuga has joined #openstack-ansible04:10
*** chas has joined #openstack-ansible04:11
*** cpuga has quit IRC04:14
*** chas has quit IRC04:15
*** lucasxu has joined #openstack-ansible04:20
*** udesale has joined #openstack-ansible04:24
*** chas has joined #openstack-ansible04:31
*** chas has quit IRC04:36
*** chas has joined #openstack-ansible04:52
*** admin0 has joined #openstack-ansible04:54
*** chas has quit IRC04:57
*** admin0 has quit IRC04:59
*** pranavb has joined #openstack-ansible05:08
*** lucasxu has quit IRC05:10
*** winggundamth has quit IRC05:12
*** admin0 has joined #openstack-ansible05:12
*** chas has joined #openstack-ansible05:13
*** hybridpollo has quit IRC05:15
*** admin0_ has joined #openstack-ansible05:17
*** chas has quit IRC05:18
*** admin0_ has quit IRC05:20
*** admin0_ has joined #openstack-ansible05:21
*** scottwd has quit IRC05:21
cloudnulljgriffiths: i'm going to bed.05:22
cloudnulli hope things are going well05:23
cloudnulland that this time is great success.05:23
cloudnulltake care.05:23
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_nova master: Convert role to use a common SystemD init role  https://review.openstack.org/46617905:23
jgriffithsThanks cloudnull. Have a good evening.05:25
jgriffithsThanks for your help05:25
*** admin0_ has quit IRC05:25
*** chas has joined #openstack-ansible05:31
*** admin0 has quit IRC05:31
*** SerenaFeng has joined #openstack-ansible05:38
*** Oku_OS-away is now known as Oku_OS05:40
*** markus_z has joined #openstack-ansible05:55
*** armaan has quit IRC06:04
*** armaan has joined #openstack-ansible06:05
*** chas has quit IRC06:13
*** dxiri has quit IRC06:15
*** chas has joined #openstack-ansible06:24
*** dxiri has joined #openstack-ansible06:31
*** dxiri has quit IRC06:36
*** muxdaemon has joined #openstack-ansible06:56
*** muxdaemon has quit IRC06:58
*** drifterza has joined #openstack-ansible07:00
*** manheim_ has joined #openstack-ansible07:02
*** pbandark has joined #openstack-ansible07:06
*** manheim_ has joined #openstack-ansible07:06
*** admin0 has joined #openstack-ansible07:06
*** pbandark has quit IRC07:07
*** pbandark has joined #openstack-ansible07:09
*** toddnni has quit IRC07:10
jgriffithsWoot! It worked! Thanks everybody!07:11
*** jroll has quit IRC07:12
*** manheim_ has quit IRC07:13
*** armaan has quit IRC07:14
*** armaan has joined #openstack-ansible07:14
*** shardy has joined #openstack-ansible07:14
*** pcaruana has joined #openstack-ansible07:16
*** jvidal has joined #openstack-ansible07:20
*** admin0 has quit IRC07:21
*** admin0 has joined #openstack-ansible07:31
*** karimb has joined #openstack-ansible07:35
*** oanson has quit IRC07:36
*** oanson has joined #openstack-ansible07:37
*** fabg has joined #openstack-ansible07:42
*** vnogin has joined #openstack-ansible07:57
*** armaan has quit IRC08:13
*** armaan has joined #openstack-ansible08:13
*** fyu has quit IRC08:20
*** fyu1 has joined #openstack-ansible08:20
*** vnogin has quit IRC08:22
evrardjpgood morning08:22
*** fyu1 is now known as fyu08:23
*** vnogin has joined #openstack-ansible08:27
*** admin0 has quit IRC08:31
*** admin0 has joined #openstack-ansible08:32
*** vnogin has quit IRC08:34
*** fabg has quit IRC08:35
*** vnogin has joined #openstack-ansible08:39
*** fabg has joined #openstack-ansible08:45
odyssey4mehwoarang ah, I was wondering why it wasn't kicking off - so it needs a change in one of the files to trigger it?08:57
*** oneswig has joined #openstack-ansible08:59
*** fabg has quit IRC09:00
*** vnogin has quit IRC09:02
*** vnogin has joined #openstack-ansible09:04
*** electrofelix has joined #openstack-ansible09:06
*** scottwd has joined #openstack-ansible09:09
scottwdhi, I want to configure High Availability multi controller setup, is it possible using ansible, any documentation steps are available for the same?09:09
*** chigang_ has joined #openstack-ansible09:10
*** Martin____ has joined #openstack-ansible09:19
*** cjloader_ has joined #openstack-ansible09:21
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_nova master: Perform an atomic policy file change  https://review.openstack.org/45932309:25
*** cjloader_ has quit IRC09:26
odyssey4mescottwd that's exactly what the openstack-ansible proiect does: https://docs.openstack.org/project-deploy-guide/openstack-ansible/ocata/09:26
scottwdodyssey4me: thank you, using this I can configure 2 controller nodes and 2 compute nodes right?09:27
odyssey4mescottwd for HA you should have 3 controller nodes - otherwise you have no tie breaker09:28
odyssey4mebut you could have two controller nodes, and just add an extra container for mariadb/rabbitmq on one of them09:28
scottwdodyssey4me: ok09:28
odyssey4melook at the architecture in the docs, then the examples09:29
Martin____Hi! I recently moved from devstack to openstack-ansible and have the following issue: When running `openstack-ansible setup-hosts.yml` I get the following error on the compute host: "No package matching 'linux-image-extra-4.8.0+' is available" I use a custom-built kernel and because of that, there is no package that can be installed. Can I discard this package from the list of package to be installed on the host? How d09:29
scottwdodyssey4me: thank you, I will have a look at them09:29
odyssey4meMartin____ that package is needed to ensure vxlan support IIRC09:30
scottwdodyssey4me: is it not possible with mysql?09:31
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_tempest master: Remove conditionals which include jinja templating  https://review.openstack.org/46755009:34
odyssey4mescottwd we deploy using mariadb/galera to ensure that there is minimal fuss for the database09:34
scottwdodyssey4me: got it09:35
odyssey4mescottwd the architecture we use as a default is used by many, many installations successfully and has matured over our releases starting in Icehouse09:35
*** stuartgr has joined #openstack-ansible09:36
scottwdodyssey4me: ohh09:37
scottwdodyssey4me: let me configure the same, If have any doubts I will ping you09:37
odyssey4mescottwd sure, you'll find the people in this channel very helpful so always feel free to ask and someone will answer when they have a moment09:38
scottwdodyssey4me: thnak you :)09:39
Martin____odyssey4me ok. But my point is that this package does not exist, or at least none with exactly that name since I do not use a kernel provided by my distro09:40
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cinder master: Perform an atomic policy file change  https://review.openstack.org/45924509:42
*** admin0 has quit IRC09:47
odyssey4meMartin____ yeah, we don't have anything implemented to cater for that at this stage09:47
*** joelgriffiths_ has joined #openstack-ansible09:47
odyssey4meif you want to change the package set that's implemented, you'd have to override it in user_variables.yml09:47
Martin____odyssey4me that would be fine to me09:47
odyssey4meyou'll have to duplicate this variable and all its contents, then remove the packages you won't have: https://github.com/openstack/openstack-ansible-openstack_hosts/blob/master/vars/ubuntu-16.04.yml#L5209:47
odyssey4meassuming your host is ubuntu xenial09:47
Martin____odyssey4me it is. but on an odroid ;)09:47
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-ops master: Ensure all the packages are installed  https://review.openstack.org/46755709:47
odyssey4meah, haha - nice09:47
*** joelgriffiths has quit IRC09:49
evrardjpoh man an Odroid 8 core is the same price as an amd64 4 cores09:49
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_barbican master: Perform an atomic policy file change  https://review.openstack.org/46108109:49
Martin____odyssey4me Thank you. That worked just fine :)09:52
*** admin0 has joined #openstack-ansible09:54
evrardjpodyssey4me: you mind voting on https://review.openstack.org/#/c/467228/ ?09:54
*** admin0 has quit IRC09:55
*** fabg has joined #openstack-ansible09:56
*** admin0 has joined #openstack-ansible09:57
*** admin0 has quit IRC10:04
*** vnogin has quit IRC10:04
*** admin0 has joined #openstack-ansible10:04
*** SerenaFeng has quit IRC10:05
*** vnogin has joined #openstack-ansible10:05
*** cuongnv has quit IRC10:11
*** piliman974 has joined #openstack-ansible10:14
*** cNilesh has quit IRC10:23
*** vnogin has quit IRC10:24
*** cNilesh has joined #openstack-ansible10:24
*** jroll has joined #openstack-ansible10:25
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_keystone master: Use command instead of debug for handlers  https://review.openstack.org/46757310:28
odyssey4meevrardjp done10:28
*** vnogin has joined #openstack-ansible10:28
*** fabg has quit IRC10:28
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_glance master: Use command instead of debug for handlers  https://review.openstack.org/46757410:30
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_neutron master: Use command instead of debug for handlers  https://review.openstack.org/46757510:30
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ceilometer master: Use command instead of debug for handlers  https://review.openstack.org/46757610:31
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_gnocchi master: Use command instead of debug for handlers  https://review.openstack.org/46757710:32
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_aodh master: Use command instead of debug for handlers  https://review.openstack.org/46757810:32
*** fabg has joined #openstack-ansible10:33
*** cNilesh has quit IRC10:33
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cloudkitty master: Use command instead of debug for handlers  https://review.openstack.org/46757910:34
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_designate master: Use command instead of debug for handlers  https://review.openstack.org/46758010:35
*** drifterza has quit IRC10:35
*** fyu has quit IRC10:36
*** udesale__ has joined #openstack-ansible10:38
*** udesale has quit IRC10:41
*** udesale__ has quit IRC10:43
*** udesale has joined #openstack-ansible10:44
*** cNilesh has joined #openstack-ansible10:45
*** fabg has quit IRC10:49
*** oneswig has quit IRC10:51
*** oneswig has joined #openstack-ansible10:52
*** admin0 has quit IRC10:56
*** oneswig has quit IRC10:56
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-tests master: Add clone of bowling ball testing tools  https://review.openstack.org/46729910:56
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-tests master: Add clone of bowling ball testing tools  https://review.openstack.org/46729910:58
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-tests master: Add clone of bowling ball testing tools  https://review.openstack.org/46729910:59
*** cNilesh has quit IRC10:59
*** vnogin has quit IRC11:00
*** vnogin has joined #openstack-ansible11:02
*** vnogin has quit IRC11:04
*** vnogin has joined #openstack-ansible11:05
*** admin0 has joined #openstack-ansible11:07
*** admin0_ has joined #openstack-ansible11:11
*** acormier has joined #openstack-ansible11:16
*** acormier has quit IRC11:16
*** acormier has joined #openstack-ansible11:17
*** admin0 has quit IRC11:22
*** admin0_ is now known as admin011:22
openstackgerritMerged openstack/openstack-ansible master: Remove when {{  https://review.openstack.org/46722811:23
*** smatzek has joined #openstack-ansible11:31
*** admin0 has quit IRC11:31
*** drifterza has joined #openstack-ansible11:32
*** udesale has quit IRC11:34
*** udesale has joined #openstack-ansible11:35
*** acormier has quit IRC11:40
*** admin0 has joined #openstack-ansible11:45
mhaydenhola11:46
*** acormier has joined #openstack-ansible11:46
*** exodusftw has quit IRC11:49
*** dabukalam has quit IRC11:49
*** dabukalam has joined #openstack-ansible11:50
*** exodusftw has joined #openstack-ansible11:50
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Move to a all/ group var folder  https://review.openstack.org/46627811:54
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Move to a all/ group var folder  https://review.openstack.org/46627811:54
openstackgerritMerged openstack/openstack-ansible-ops master: Ensure all the packages are installed  https://review.openstack.org/46755711:55
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Remove snowflaked keepalived config  https://review.openstack.org/46628411:57
*** muxdaemon has joined #openstack-ansible11:58
*** admin0 has quit IRC11:59
*** admin0 has joined #openstack-ansible12:03
openstackgerritMerged openstack/openstack-ansible-repo_build master: Add SUSE support  https://review.openstack.org/46625012:06
*** dxiri has joined #openstack-ansible12:07
openstackgerritAndy McCrae proposed openstack/openstack-ansible-tests master: [WIP] Implement generic developer mode.  https://review.openstack.org/46760412:08
*** fabg has joined #openstack-ansible12:09
*** armaan has quit IRC12:10
*** armaan has joined #openstack-ansible12:11
odyssey4meandymccr hmm, I think that's just a little too prescriptive and it definitely won't work with cross-repo tests12:14
odyssey4mewhy not just use that folder, do a listing of any folders in there and if there are any, override the git_repo var for the same name12:15
odyssey4meusing set_fact12:15
*** admin0 has quit IRC12:15
mgariepymorning everyone12:16
odyssey4meset_fact has a higher precedence than play vars, which is what the common vars are12:16
odyssey4methen for the cloning part you'll have to re-use the stuff in https://github.com/openstack/openstack-ansible-tests/blob/master/get-ansible-role-requirements.yml12:16
andymccrthats only for the osa role clones though?12:17
odyssey4meandymccr yeah, but I mean the same mechanisms in there - not that playbook itself.12:17
andymccrsure - i mean we can easily use zuul-cloner instead of upstream by just adjusting that one task file12:18
openstackgerritMerged openstack/openstack-ansible-tests master: Add clone of bowling ball testing tools  https://review.openstack.org/46729912:18
andymccrwhy wouldnt it work for cross repo?12:18
openstackgerritMajor Hayden proposed openstack/openstack-ansible-security master: Initial Fedora 25 support  https://review.openstack.org/46730312:18
odyssey4meandymccr because you're git cloning and not using zuul-cloner12:20
*** acormier has quit IRC12:20
odyssey4mezuul-cloner has some special magic which recognises the cross-repo dependency and merges it in12:20
*** acormier has joined #openstack-ansible12:20
andymccri think my point is right now there is no cross-repo testing capabilities - so thats actually a decent start because we then jsut have to add in a path that runs zuul-cloner instead (if its there)12:20
odyssey4mefair enough, if you can make it more optional and working with git, I'll do a patch on top for z-c12:21
odyssey4mebut for now it's forcing local git clone use which will slow our gates down considerably and force the use of this mechanism - it will also only support the limited set, rather than be generic12:22
*** scottwd has quit IRC12:23
*** muxdaemon has quit IRC12:24
andymccryou can just import the clone repo task - which you will have to anyway12:25
*** Martin____ has quit IRC12:27
*** poopcat has quit IRC12:27
*** lucasxu has joined #openstack-ansible12:31
*** flaviodsr has joined #openstack-ansible12:32
*** klamath has joined #openstack-ansible12:32
*** klamath has quit IRC12:32
*** klamath has joined #openstack-ansible12:32
markus_zWhat type of language is https://github.com/openstack/openstack-ansible/blob/c5556dc71c82b1d9a2637b25487250f712242e5f/playbooks/common-tasks/dynamic-address-fact.yml#L26-L238 ? I have an issue in this task and try to debug this.12:35
odyssey4meandymccr FYI we already clone any dependent changes into {{ homedir }}/git/openstack - the logic to identify them is here: https://github.com/openstack/openstack-ansible-tests/blob/master/get-ansible-role-requirements.yml#L66-L7512:36
odyssey4meso all we need to do is detect which folders are in there, then set the required vars for the roles to use12:36
openstackgerritMerged openstack/openstack-ansible-os_ironic master: Deprecate rabbit_use_ssl option  https://review.openstack.org/46697912:38
odyssey4meandymccr I'm thinking of a set fact something like https://github.com/openstack/openstack-ansible-os_nova/blob/master/tasks/nova_post_install.yml#L19-L20 using the output of the file listing for that folder.12:39
*** piliman974 has quit IRC12:40
openstackgerritMerged openstack/openstack-ansible stable/ocata: Update lxc_hosts role SHA for CentOS/cron  https://review.openstack.org/46728612:45
openstackgerritMajor Hayden proposed openstack/openstack-ansible-security master: Add more test coverage  https://review.openstack.org/46761012:45
*** tobberydberg has joined #openstack-ansible12:46
odyssey4memarkus_z that's jinja12:50
*** admin0 has joined #openstack-ansible12:50
*** lucasxu has quit IRC12:50
markus_zodyssey4me: really? :o I thought jinja does only templating. The "set _network_data" looked like a programming language.12:52
*** fguillot has joined #openstack-ansible12:52
odyssey4memarkus_z the contents of the set_fact is being interpreted through jinja just like pretty much everything in ansible12:52
odyssey4memarkus_z my euggestion woul dbe to add debug tasks ahead of that, using msg: | <insert jinja portion of script here>12:53
markus_zodyssey4me: oh, good suggestion, thank you! I'm still new to ansible.12:54
*** cathrichardson has joined #openstack-ansible12:54
openstackgerritMerged openstack/openstack-ansible stable/ocata: Ceilometer: Update URL used to source default configs  https://review.openstack.org/46738713:06
*** woodard has quit IRC13:07
*** cpuga has joined #openstack-ansible13:07
*** thorst_afk has joined #openstack-ansible13:12
*** cpuga has quit IRC13:17
*** cpuga has joined #openstack-ansible13:17
*** lucasxu has joined #openstack-ansible13:20
*** jamesdenton has joined #openstack-ansible13:21
*** pranavb has quit IRC13:21
*** kylek3h has joined #openstack-ansible13:21
markus_zodyssey4me: thanks again; I could figure out the issue (missing IP address on a bridge).13:23
odyssey4memarkus_z ah, excellent13:24
*** esberglu has joined #openstack-ansible13:28
*** fabg has quit IRC13:33
evrardjpI shackle everytime I hear IP on bridge.13:38
*** cjloader_ has joined #openstack-ansible13:38
evrardjpif that's the term13:38
*** fabg has joined #openstack-ansible13:40
openstackgerritAndy McCrae proposed openstack/openstack-ansible-tests master: [WIP] Implement generic developer mode.  https://review.openstack.org/46760413:42
openstackgerritAndy McCrae proposed openstack/openstack-ansible-tests master: [WIP] Implement generic developer mode.  https://review.openstack.org/46760413:43
*** oneswig has joined #openstack-ansible13:49
*** cjloader_ has quit IRC13:50
*** armaan has quit IRC13:50
*** gouthamr has joined #openstack-ansible13:50
*** drifterza has quit IRC13:50
*** armaan has joined #openstack-ansible13:50
*** oneswig_ has joined #openstack-ansible13:55
openstackgerritAndy McCrae proposed openstack/openstack-ansible-tests master: [WIP] Implement generic developer mode.  https://review.openstack.org/46760413:58
*** oneswig has quit IRC13:58
*** d3n14l has joined #openstack-ansible13:58
*** piliman974 has joined #openstack-ansible13:59
smatzekodyssey4me, the rackspace mirror was updated last night for mariadb and it appears to be incomplete for ppc64le.  Package: mariadb-client14:00
smatzekVersion: 10.0.31+maria-1~xenial14:00
smatzekDepends: mariadb-client-10.0 (= 10.0.31+maria-1~xenial)14:00
smatzekbut the mariadb-client-10.0 package is down level:14:00
smatzekPackage: mariadb-client-10.014:00
d3n14lHey could someone please have a look at https://bugs.launchpad.net/openstack-ansible/+bug/1693234 found a bug in the galera_server playbook. It blocked me from bootstrapping a new cluster, but I am not sure if that could do harm to existing clusters…14:00
openstackLaunchpad bug 1693234 in openstack-ansible "Using galera_my_cnf_overrides removes includedir line" [Undecided,New]14:00
smatzekVersion: 10.0.30+maria-1~xenial14:00
admin0how do I remove a host from inventory ?14:10
alextricity25admin0: try using the inventory_manage.py script in the scripts/ directory14:15
alextricity25admin0: inventory_manage.py -h should display the flag for removing hosts14:15
alextricity25I think it's -r14:16
*** oneswig_ has quit IRC14:16
*** chas has quit IRC14:18
*** chas has joined #openstack-ansible14:18
*** admin0 has quit IRC14:19
*** chas has quit IRC14:19
*** lostRhino has joined #openstack-ansible14:25
*** thorst_afk has quit IRC14:27
*** admin0 has joined #openstack-ansible14:30
lostRhinounsure if @cloudnull is here but just wanted to tell him that I fixed my issue (and thanks for his time on Monday) in reference to the following error (http://paste.openstack.org/show/610269/ ) and it was fixed by adding haproxy_keepalived_external_virtual_router_id: (x2) with the correct IDs….14:30
*** cshen has joined #openstack-ansible14:31
lostRhinoI have a different question regarding the the repo container + gnocci container - the gnocci container failed on a build due it not being able to find the correct WHL (os-client-config===1.21.1)  I was wondering if anyone could help me either (a) understand why the package would not be on the repo container and (b) how to get it there … OR (c) figure out what is not happening to solve the issue …14:32
openstackgerritMiguel Alex Cantu (alextricity25) proposed openstack/openstack-ansible-os_ceilometer master: Remove ceilometer endpoint tasks, variables.  https://review.openstack.org/46763914:34
orange_juliusWhy would entries in ansible_facts differ from what is in openstack_hostnames_ips.yml? Specifically regarding conflicting IPs14:34
*** lucasxu has quit IRC14:36
*** cjloader_ has joined #openstack-ansible14:36
*** lucasxu has joined #openstack-ansible14:36
*** vgeorga has joined #openstack-ansible14:40
*** fabg has quit IRC14:40
vgeorgaHi, does anyone if the test deployment in Appendix A, installs rsyslog and unbound dns server by default?14:40
vgeorgaknow*14:40
vgeorgaOr if there's a way to verify that rsyslog and unbound dns is running on my OpenStack environment ?14:42
*** markus_z has quit IRC14:43
*** fabg has joined #openstack-ansible14:44
alextricity25vgeorga: I believe rsyslog runs in it's own container, as does unbound14:45
alextricity25try 'lxc-ls -f | grep unbound' That should bring up the unbound container14:45
openstackgerritMerged openstack/openstack-ansible master: Move to a all/ group var folder  https://review.openstack.org/46627814:47
*** galstrom_zzz is now known as galstrom14:47
openstackgerritMajor Hayden proposed openstack/openstack-ansible-security master: Add more test coverage  https://review.openstack.org/46761014:48
openstackgerritMajor Hayden proposed openstack/openstack-ansible-security master: Change pam_password_file on CentOS 7  https://review.openstack.org/46764614:48
alextricity25vgeorga: I just checked on my AIO environment, it doesn't look like the unbound container is deployed by default14:48
*** lucasxu has quit IRC14:50
vgeorga<alextricity25> Ok thnx, I don't seem to have rsyslog and unbound dns containers either14:50
*** piliman974 has quit IRC14:51
*** lucasxu has joined #openstack-ansible14:52
lostRhinonevermind found the issue …14:57
*** lostRhino has left #openstack-ansible14:57
*** marst_ has joined #openstack-ansible14:57
orange_juliusNeed to specify a pip mirror to use. I am worried about the containers attempting to pull pip from pypi, which isn't going to work. https://github.com/openstack/openstack-ansible-repo_build/blob/master/defaults/main.yml#L67 looks like one thing I will need to change. Does anybody know of any other variables that need to be set?14:57
smatzekodyssey4me, mhayden, or other Rackers, is there something that can be done about the mariadb 10.0 packages for ppc64le on the mirror ^ ?  This prevents OSA Newton deployments.14:59
mhaydenthat's a good question -- we can certainly ask15:01
mhaydenor we can use another mirror15:01
odyssey4mesmatzek an alternative is to use another mirror that is better behaved15:02
odyssey4meI suppose that the issue there is that it helps new builds from now on, but not historical builds.15:03
odyssey4meie older tags15:04
openstackgerritMajor Hayden proposed openstack/openstack-ansible-security master: [PLZNOMERGEY] Gate debug  https://review.openstack.org/46765015:06
*** poopcat has joined #openstack-ansible15:06
*** d3n14l has quit IRC15:10
*** fabg has quit IRC15:10
*** piliman974 has joined #openstack-ansible15:12
openstackgerritMajor Hayden proposed openstack/openstack-ansible-security master: [PLZNOMERGEY] Gate debug  https://review.openstack.org/46765015:13
*** fabg has joined #openstack-ansible15:13
mhaydenodyssey4me: not sure if you wanna put a onesie on this thing -> https://review.openstack.org/46733915:13
*** manheim_ has joined #openstack-ansible15:17
*** cshen has quit IRC15:20
*** shardy has quit IRC15:23
openstackgerritAndy McCrae proposed openstack/openstack-ansible-tests master: [WIP] Implement generic developer mode.  https://review.openstack.org/46760415:27
VAhlWhen running the task: "lxc_hosts:  Create base container". There is an option "template_options": "--dist ubuntu --release xenial --arch amd64 --force-cache --server images.linuxcontainers.org --variant default \n --keyserver hkp://p80.pool.sks-keyservers.net:80"". However, this is not working well behind a proxy. So how do I set the proxy for the script to use at this option? This is the aio script running the  scripts/run-playbooks.sh15:30
*** Oku_OS is now known as Oku_OS-away15:31
*** sliver has quit IRC15:33
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Remove snowflaked keepalived config  https://review.openstack.org/46628415:35
*** sliver has joined #openstack-ansible15:39
kylek3hVAhl: did you checkout the proxy info in the Appendix F doc?  https://docs.openstack.org/project-deploy-guide/openstack-ansible/ocata/app-limited-connectivity.html15:40
VAhlWasn't aware of this. Since I got pretty good speed to internet.15:41
VAhlkylek3h: The other playbooks work. But I will do the Practice B thing. The sad thing is that I have found this out when I run of the critical playbooks .-/15:42
*** tobberydberg has quit IRC15:42
*** mikal_ has joined #openstack-ansible15:44
openstackgerritStuart Grace proposed openstack/openstack-ansible stable/ocata: Add var for environment used only inside playbooks  https://review.openstack.org/46765915:45
*** mikal has quit IRC15:47
*** tobberydberg has joined #openstack-ansible15:47
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: [WIP] Implement a data plane down time test for upgrades  https://review.openstack.org/46766115:48
*** manheim_ has quit IRC15:48
*** manheim_ has joined #openstack-ansible15:49
odyssey4mejmccrory cloudnull ^ that's a first stage hack for something I think you might like - revies welcome15:50
odyssey4me*reviews15:50
*** admin0 has quit IRC15:51
*** tobberydberg has quit IRC15:52
*** manheim_ has quit IRC15:53
*** lucasxu has quit IRC15:56
openstackgerritAndy McCrae proposed openstack/openstack-ansible-tests master: [WIP] Implement generic developer mode.  https://review.openstack.org/46760415:56
mgariepydmsimard, are you around ?15:59
mgariepywhere can I find the packaging for ldappool package of newton release ?16:00
openstackgerritNolan Brubaker proposed openstack/openstack-ansible-os_glance master: Run service test during glance upgrade  https://review.openstack.org/46766616:01
*** manheim_ has joined #openstack-ansible16:02
*** cathrichardson has quit IRC16:03
*** fabg has quit IRC16:05
*** fabg has joined #openstack-ansible16:07
*** thorst has joined #openstack-ansible16:09
*** kylek3h_ has joined #openstack-ansible16:11
*** manheim_ has quit IRC16:13
*** kylek3h has quit IRC16:14
*** muxdaemon has joined #openstack-ansible16:14
*** udesale has quit IRC16:16
*** hw_wutianwei has quit IRC16:17
*** hw_wutianwei has joined #openstack-ansible16:17
*** armaan has quit IRC16:18
*** armaan has joined #openstack-ansible16:19
*** chas has joined #openstack-ansible16:20
*** dxiri has quit IRC16:21
*** manheim_ has joined #openstack-ansible16:22
*** dxiri has joined #openstack-ansible16:22
*** thorst has quit IRC16:23
*** cathrichardson has joined #openstack-ansible16:23
*** pcaruana has quit IRC16:24
*** chas has quit IRC16:25
*** thorst has joined #openstack-ansible16:26
*** manheim_ has quit IRC16:26
*** manheim_ has joined #openstack-ansible16:27
*** fabg has quit IRC16:32
*** manheim_ has quit IRC16:33
*** manheim_ has joined #openstack-ansible16:37
openstackgerritAndy McCrae proposed openstack/openstack-ansible-tests master: Implement generic developer mode.  https://review.openstack.org/46760416:39
openstackgerritAndy McCrae proposed openstack/openstack-ansible-tests master: Implement generic developer mode.  https://review.openstack.org/46760416:39
openstackgerritAndy McCrae proposed openstack/openstack-ansible-tests master: Implement generic developer mode.  https://review.openstack.org/46760416:40
*** cpuga has quit IRC16:43
openstackgerritAndy McCrae proposed openstack/openstack-ansible-tests master: Implement generic developer mode.  https://review.openstack.org/46760416:49
*** lucasxu has joined #openstack-ansible16:50
*** woodard has joined #openstack-ansible16:53
*** rpittau has quit IRC16:55
openstackgerritMatthew Thode proposed openstack/openstack-ansible-ops master: make services persistant across reboots  https://review.openstack.org/46737816:57
*** manheim_ has quit IRC17:02
*** lucasxu has quit IRC17:03
*** lucasxu has joined #openstack-ansible17:06
*** thorst has quit IRC17:09
*** rcarrillocruz has quit IRC17:12
openstackgerritMajor Hayden proposed openstack/openstack-ansible-security master: Add more test coverage  https://review.openstack.org/46761017:20
*** vnogin has quit IRC17:22
*** hamza has joined #openstack-ansible17:23
openstackgerritFrédéric Guillot proposed openstack/openstack-ansible-os_almanach master: Update to Almanach 4.0.9  https://review.openstack.org/46769017:24
*** thorst has joined #openstack-ansible17:29
*** qcrivera has joined #openstack-ansible17:31
*** toddnni has joined #openstack-ansible17:33
*** thorst has quit IRC17:33
*** thorst has joined #openstack-ansible17:33
*** logan- has quit IRC17:34
*** jwitko has joined #openstack-ansible17:34
*** logan- has joined #openstack-ansible17:35
alextricity25Can a couple of people take a look at https://review.openstack.org/#/c/467639/117:43
*** rcarrillocruz has joined #openstack-ansible17:48
*** thorst has quit IRC18:00
*** admin0 has joined #openstack-ansible18:01
*** hamza has quit IRC18:04
*** hamza has joined #openstack-ansible18:04
*** cpuga has joined #openstack-ansible18:05
*** hamza has quit IRC18:07
*** stuartgr has quit IRC18:11
*** armaan has quit IRC18:16
*** vnogin has joined #openstack-ansible18:19
*** thorst has joined #openstack-ansible18:19
*** craigs has joined #openstack-ansible18:21
*** chas has joined #openstack-ansible18:21
craigsquestion is there a list of nist hardening procedure that are applied during newton openstack install when security is enabled?18:22
*** electrofelix has quit IRC18:22
*** armaan has joined #openstack-ansible18:24
*** strattao has joined #openstack-ansible18:25
*** strattao has left #openstack-ansible18:25
*** chas has quit IRC18:26
*** rcarrillocruz has quit IRC18:27
*** admin0 has quit IRC18:27
openstackgerritMerged openstack/openstack-ansible master: Remove snowflaked keepalived config  https://review.openstack.org/46628418:28
*** woodard_ has joined #openstack-ansible18:29
*** woodard_ has quit IRC18:29
*** woodard has quit IRC18:30
*** woodard has joined #openstack-ansible18:30
*** manheim has joined #openstack-ansible18:32
*** poopcat has quit IRC18:33
*** manheim has quit IRC18:37
*** amine has joined #openstack-ansible18:37
*** amine is now known as Guest9049318:37
Guest90493hello everyone18:38
Guest90493using OSA ocata stable release. trying to reconfigure l3 agent on compute node in DVR scenario but can not. kept just skipping the compute nodes. any hint could be helpful ? thank you18:39
*** admin0 has joined #openstack-ansible18:42
*** aslaen has joined #openstack-ansible18:42
*** poopcat has joined #openstack-ansible18:43
aslaenhello, I am trying to get a quick AIO up and running using the Vagrantfile in the repo but I am getting the following error. https://pastebin.com/Rs523Wmc18:44
aslaenAny ideas why the vmdk is not being created?18:44
*** admin0 has quit IRC18:45
*** albertcard1 has joined #openstack-ansible18:47
*** poopcat has quit IRC18:47
openstackgerritNolan Brubaker proposed openstack/openstack-ansible-os_glance master: Run service test during glance upgrade  https://review.openstack.org/46766618:49
*** albertcard1 is now known as poopcat18:50
*** admin0 has joined #openstack-ansible18:52
*** cpuga has quit IRC18:53
*** chhavi has quit IRC18:53
*** cpuga has joined #openstack-ansible18:53
palendaeDoes anyone know if I can run the tests for a role on an AIO myself?18:53
palendaeI hate using up the gate's time & queue on a test I'm positive will fail, but in a different way18:54
*** admin0 has quit IRC18:54
logan-cd to your changed role, tox -e functional or ./run_tests.sh18:55
palendaeHmm18:56
palendaeDoes that work without the openstack-ansible-tests repo tho?18:56
palendaeI assume you need to check all that stuff out firt18:56
palendaefirst*18:56
logan-the tox env will clone the tests repo to tests/common18:56
palendaeHuh, cool18:56
palendaeThakns18:56
*** cathrichardson has quit IRC18:56
*** dxiri has quit IRC18:56
*** hybridpollo has joined #openstack-ansible18:58
*** thorst has quit IRC19:02
*** hybridpollo has quit IRC19:03
palendaelogan-: Do you know if there are values stored in the tests for OS_AUTH_URL or OS_PASSWORD?19:05
palendaeActually I bet OS_AUTH_URL can be gleaned from the keystone setup playbooks..19:05
palendaeAha19:06
logan-something like that would be sourced from https://github.com/openstack/openstack-ansible-tests/blob/master/test-vars.yml#L97-L99 most likely19:06
palendaeYep19:06
palendaeHm, ok, thanks19:06
*** vnogin has quit IRC19:07
*** admin0 has joined #openstack-ansible19:12
*** cathrichardson has joined #openstack-ansible19:16
*** hybridpollo has joined #openstack-ansible19:17
*** admin0 has joined #openstack-ansible19:17
*** admin0 has quit IRC19:20
dmsimardmgariepy: I am now, sorry I missed your ping19:21
*** cathrich_ has joined #openstack-ansible19:21
*** cathrichardson has quit IRC19:23
dmsimardmhayden, odyssey4me, cloudnull: I'm experimenting a bit how to best leverage the new permanent links in ARA. Stuff like this: https://gist.github.com/dmsimard/0b6e1720b7fa1f7d0f696fc00b6418ab19:23
dmsimardDoes this give you any ideas ? Trying to drag you into my brainstorm :)19:23
dmsimardI guess with the cli I can even dump the whole result to stdout with "ara result show" too.19:24
dmsimardbut that's not permalink stuff.19:24
*** dxiri has joined #openstack-ansible19:25
*** manheim has joined #openstack-ansible19:25
dmsimardmgariepy: for ldappool, I guess you mean python-ldappool ? It looks like it's been a common dependency (shared across all releases) for quite a while19:26
mgariepydmsimard, yeah i've seen that ;D19:26
dmsimardmgariepy: ok so you're all set and good to go then ?19:26
*** thorst has joined #openstack-ansible19:26
mgariepyi'm having issue with newton upgrade, my ldap config isn't working19:27
dmsimardah, it's the same version for all releases so maybe the issue is somewhere else19:27
mgariepyi noticed ldappool was version 2.0.0.. it seems all broken..19:27
mgariepyit's not on rdo ;) haha19:27
dmsimardEPEL !?19:27
mgariepynot even centos lol19:27
dmsimardoh, you scared me for a second19:28
mgariepymy prod is still on ubuntu ;)19:28
mgariepydo you tests ldap integration on RDO ?19:28
dmsimardOur version of ldappool is kinda old I guess19:28
dmsimardNot that I know of, maybe they do downstream cause they test all sorts of things but not afaik in my yard19:28
mgariepyon mitaka it was still 1.0 on OSA also.19:29
*** armaan has quit IRC19:29
*** piliman974 has quit IRC19:29
*** manheim has quit IRC19:30
mgariepyv2.0.0 is tagged but has had update for quite a while. i'm not quite sure what is the issue with my setup.19:30
dmsimardldap is one of the things I really love to troubleshoot19:31
dmsimard(not)19:31
*** thorst has quit IRC19:31
*** piliman974 has joined #openstack-ansible19:31
dmsimardhttp://directory.apache.org/studio/ has saved me more than once19:31
mgariepythe issue is not on the ldap part :)19:33
mgariepyit the openstack side  that is not working. my production use the same ldap server.19:33
*** cjloade__ has joined #openstack-ansible19:34
*** armaan has joined #openstack-ansible19:36
*** cjloader_ has quit IRC19:37
*** manheim has joined #openstack-ansible19:39
*** cjloade__ has quit IRC19:39
*** manheim has quit IRC19:43
*** openstackgerrit has quit IRC19:48
*** openstackgerrit has joined #openstack-ansible19:51
openstackgerritMajor Hayden proposed openstack/openstack-ansible-security master: Fix bare jinja variable pam_password_file  https://review.openstack.org/46773819:51
openstackgerritMajor Hayden proposed openstack/openstack-ansible-security master: Add more test coverage  https://review.openstack.org/46761019:51
openstackgerritJimmy McCrory proposed openstack/openstack-ansible stable/ocata: Update Ansible to 2.2.3.0  https://review.openstack.org/46774119:51
jmccroryodyssey4me have you ever looked into https://github.com/openstack/shaker ?19:53
*** acormier_ has joined #openstack-ansible19:53
*** manheim has joined #openstack-ansible19:54
*** lucasxu has quit IRC19:55
*** lucasxu has joined #openstack-ansible19:56
*** acormier has quit IRC19:56
*** manheim has quit IRC19:59
palendaelol20:01
palendaeSo many reinventions of this wheel :(20:01
palendaejmccrory: Once I confirm it actually runs, would you mind looking over some new benchmarking stuff for the glance gate?20:01
palendaeHoping to do it for all services once I get a good pattern...I'm largely copying the keystone/locust work though20:02
jmccrorysure, i'll add myself to that review now20:02
*** manheim has joined #openstack-ansible20:02
palendaeOk20:02
palendaehttps://review.openstack.org/#/c/467666/ will be the review, but I'm tossing what I have there20:02
palendaeTo make it look more like the keystone stuff20:02
palendaeRunning it on an AIO now to be sure20:03
*** acormier_ has quit IRC20:06
*** manheim has quit IRC20:06
*** acormier has joined #openstack-ansible20:06
*** smatzek has quit IRC20:13
*** vnogin has joined #openstack-ansible20:18
*** chas has joined #openstack-ansible20:22
*** chas has quit IRC20:26
orange_juliusWould there be interest in a comprehensive list of variables to change/set for offline deployments? Might be helpful to have in the documentation for the 5 people that are attempting this =P20:29
mhaydenandymccr: i think i'm required to have a +1 from you on this -> https://review.openstack.org/46774420:32
mhaydenit's a governance patch for openstack-ansible-security -> ansible-hardening20:32
jmccroryorange_julius it'd be useful to those added to docs https://docs.openstack.org/project-deploy-guide/openstack-ansible/draft/app-limited-connectivity.html20:35
orange_juliusjmccrory: Once we get our deployment up and running I'll try to submit something.20:36
jmccrorycool sounds good20:36
*** kylek3h_ is now known as kylek3h20:36
*** dxiri_ has joined #openstack-ansible20:37
*** dxiri has quit IRC20:37
*** manheim has joined #openstack-ansible20:40
vgeorgaHi, I had some LVM volumes associated with some instances, but after a power outage I reinstalled OSA so the instances don't exist anymore but i cant lvremove those volumes because they re still 'in use'20:41
vgeorgaany ideas how to remove them?20:41
vgeorgaAnd OSA doesn't show them in the volumes section20:42
*** manheim has quit IRC20:45
*** manheim has joined #openstack-ansible20:47
orange_juliusvgeorga: I had this exact problem, albeit not with OSA. We had to mess around with lvm.conf to blacklist the internal volumes from being seen by the host. For some reason the cinder host started picking up the nested LVM volumes. You may be having a similar issue20:48
vgeorgaAny way i can delete those?20:49
*** lucasxu has quit IRC20:49
orange_juliusDo the inner logical volumes show up on the hosts vg/lvdisplay? Example: I had an openstack VM that created katello-vg. My cinder host had opened up katello-vg for some reason after a power outage20:50
orange_juliusIf you aren't seeing something similar I don't want to point you in the wrong direction20:51
*** manheim has quit IRC20:51
*** lucasxu has joined #openstack-ansible20:53
vgeorgaok thank you, I think it's not the same problem20:53
*** jwitko has quit IRC20:53
*** manheim has joined #openstack-ansible20:53
*** manheim has quit IRC20:57
*** woodard_ has joined #openstack-ansible21:03
*** woodard has quit IRC21:07
*** woodard_ has quit IRC21:08
*** acormier has quit IRC21:10
*** acormier has joined #openstack-ansible21:10
*** cpuga has quit IRC21:11
*** fguillot has quit IRC21:11
*** acormier has quit IRC21:15
*** lucasxu has quit IRC21:17
*** dxiri_ has quit IRC21:21
*** dxiri has joined #openstack-ansible21:22
*** manheim has joined #openstack-ansible21:29
*** manheim has quit IRC21:34
*** manheim has joined #openstack-ansible21:36
*** vnogin has quit IRC21:37
*** manheim has quit IRC21:41
*** acormier has joined #openstack-ansible21:42
*** d3n14l has joined #openstack-ansible21:42
*** manheim has joined #openstack-ansible21:47
*** thorst has joined #openstack-ansible21:47
*** hybridpollo has quit IRC21:48
*** qcrivera has quit IRC21:48
*** hybridpollo has joined #openstack-ansible21:50
*** esberglu has quit IRC21:50
*** esberglu has joined #openstack-ansible21:51
*** manheim has quit IRC21:51
*** esberglu has quit IRC21:55
*** acormier has quit IRC22:00
*** acormier has joined #openstack-ansible22:00
*** admin0 has joined #openstack-ansible22:04
*** acormier has quit IRC22:05
*** dxiri has quit IRC22:06
*** acormier has joined #openstack-ansible22:06
*** aslaen has quit IRC22:07
*** galstrom is now known as galstrom_zzz22:09
*** acormier has quit IRC22:10
*** jamesdenton has quit IRC22:11
*** karimb has quit IRC22:12
*** d3n14l has quit IRC22:15
openstackgerritNolan Brubaker proposed openstack/openstack-ansible-os_glance master: Run service test during glance upgrade  https://review.openstack.org/46766622:17
*** manheim has joined #openstack-ansible22:20
*** admin0 has quit IRC22:21
orange_juliusIs there documentation how to submit changes to this project?22:22
orange_juliusexpectations, style guides, etc22:22
*** thorst has quit IRC22:23
*** pbandark has quit IRC22:23
*** chas has joined #openstack-ansible22:23
*** marst_ has quit IRC22:23
*** marst_ has joined #openstack-ansible22:24
*** manheim has quit IRC22:25
*** manheim has joined #openstack-ansible22:25
*** chas has quit IRC22:27
*** cpuga has joined #openstack-ansible22:28
*** marst_ has quit IRC22:29
*** cpuga_ has joined #openstack-ansible22:32
*** gouthamr has quit IRC22:32
*** dxiri has joined #openstack-ansible22:34
*** cpuga has quit IRC22:35
*** cpuga_ has quit IRC22:36
*** esberglu has joined #openstack-ansible22:36
*** cpuga has joined #openstack-ansible22:37
*** dxiri has quit IRC22:38
*** vgeorga has quit IRC22:39
openstackgerritMerged openstack/openstack-ansible-os_cloudkitty master: Use command instead of debug for handlers  https://review.openstack.org/46757922:39
*** esberglu has quit IRC22:40
spotzorange_julius: There are developer docs for the project yes22:43
*** manheim has quit IRC22:48
*** dxiri has joined #openstack-ansible22:48
orange_juliusdoh. Thanks I found em22:49
*** acormier has joined #openstack-ansible22:51
spotzNP sorry trying to catch up after being gone for a bit22:51
openstackgerritMerged openstack/openstack-ansible-os_gnocchi master: Use command instead of debug for handlers  https://review.openstack.org/46757722:52
openstackgerritMerged openstack/openstack-ansible-os_aodh master: Use command instead of debug for handlers  https://review.openstack.org/46757822:52
openstackgerritMerged openstack/openstack-ansible-os_glance master: Use command instead of debug for handlers  https://review.openstack.org/46757422:52
*** dxiri_ has joined #openstack-ansible22:52
*** dxiri has quit IRC22:53
*** hamzy has quit IRC22:53
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-plugins master: Remove neutron library  https://review.openstack.org/46741122:55
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-plugins master: Remove neutron library  https://review.openstack.org/46779722:56
openstackgerritMerged openstack/openstack-ansible-os_ceilometer master: Use command instead of debug for handlers  https://review.openstack.org/46757622:57
*** manheim has joined #openstack-ansible22:58
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-plugins master: Remove neutron library  https://review.openstack.org/46779723:00
*** manheim has quit IRC23:02
*** gouthamr has joined #openstack-ansible23:04
openstackgerritMerged openstack/openstack-ansible-os_designate master: Use command instead of debug for handlers  https://review.openstack.org/46758023:04
openstackgerritMerged openstack/openstack-ansible-os_keystone master: Use command instead of debug for handlers  https://review.openstack.org/46757323:10
*** manheim has joined #openstack-ansible23:11
*** manheim has quit IRC23:15
*** klamath has quit IRC23:15
openstackgerritMerged openstack/openstack-ansible-os_neutron master: Use command instead of debug for handlers  https://review.openstack.org/46757523:19
*** manheim has joined #openstack-ansible23:21
*** manheim has quit IRC23:26
*** cpuga has quit IRC23:27
*** acormier has quit IRC23:28
*** piliman974 has quit IRC23:30
*** manheim has joined #openstack-ansible23:36
*** acormier has joined #openstack-ansible23:37
*** acormier has quit IRC23:37
*** acormier has joined #openstack-ansible23:37
openstackgerritMerged openstack/openstack-ansible-os_cloudkitty master: Ensure that policy file has correct group/mode  https://review.openstack.org/46740423:37
*** manheim has quit IRC23:40
*** dxiri_ has quit IRC23:44
openstackgerritMerged openstack/openstack-ansible-os_gnocchi master: Ensure that policy file has correct group/mode  https://review.openstack.org/46740223:46
openstackgerritMerged openstack/openstack-ansible-os_designate master: Ensure that policy file has correct group/mode  https://review.openstack.org/46740523:46
*** manheim has joined #openstack-ansible23:47
openstackgerritMerged openstack/openstack-ansible-os_ceilometer master: Ensure that policy file has correct group/mode  https://review.openstack.org/46739923:51
*** manheim has quit IRC23:52
openstackgerritMerged openstack/openstack-ansible-os_aodh master: Ensure that policy file has correct group/mode  https://review.openstack.org/46740323:56
*** cpuga has joined #openstack-ansible23:56
*** cpuga has quit IRC23:59

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!