Wednesday, 2019-08-28

*** hwoarang has quit IRC00:12
*** hwoarang has joined #openstack-ansible00:14
*** gyee has quit IRC00:43
*** markvoelker has quit IRC00:57
*** markvoelker has joined #openstack-ansible01:52
*** markvoelker has quit IRC02:02
*** markvoelker has joined #openstack-ansible02:03
*** nicolasbock has quit IRC02:09
*** spsurya has joined #openstack-ansible02:11
*** markvoelker has quit IRC02:13
*** markvoelker has joined #openstack-ansible02:14
*** markvoelker has quit IRC02:24
openstackgerritGuilherme  Steinmuller Pimentel proposed openstack/openstack-ansible-os_murano master: Initial commit to os_murano role  https://review.opendev.org/67783003:12
*** ianychoi has quit IRC03:29
*** ianychoi has joined #openstack-ansible03:30
openstackgerritMerged openstack/openstack-ansible-tests stable/stein: Add missing test branch for nova-lxd  https://review.opendev.org/67830803:35
*** gkadam has joined #openstack-ansible03:36
*** gkadam has quit IRC03:36
*** markvoelker has joined #openstack-ansible04:05
*** markvoelker has quit IRC04:10
*** gshippey_ has quit IRC04:40
*** dave-mccowan has quit IRC04:40
*** raukadah is now known as chkumar|rover04:47
*** dr_feelgood has joined #openstack-ansible05:05
*** dr_feelgood has quit IRC05:09
*** udesale has joined #openstack-ansible05:14
*** markvoelker has joined #openstack-ansible05:20
*** markvoelker has quit IRC05:25
*** jhesketh has quit IRC05:34
*** dr_feelgood has joined #openstack-ansible05:38
*** udesale has quit IRC05:38
*** shyamb has joined #openstack-ansible05:39
*** jhesketh has joined #openstack-ansible05:42
*** dr_feelgood has quit IRC05:43
*** shyamb has quit IRC05:44
*** udesale has joined #openstack-ansible05:45
*** udesale has quit IRC05:45
*** udesale has joined #openstack-ansible05:45
*** shyamb has joined #openstack-ansible06:20
*** fghaas has joined #openstack-ansible06:22
*** udesale has quit IRC06:26
*** udesale has joined #openstack-ansible06:27
*** udesale has quit IRC06:31
*** cshen has joined #openstack-ansible06:45
*** mkuf has joined #openstack-ansible06:48
openstackgerritMerged openstack/openstack-ansible-os_nova stable/stein: config: disable notifications by default  https://review.opendev.org/67511007:05
*** trident has quit IRC07:08
*** trident has joined #openstack-ansible07:17
*** ivve has joined #openstack-ansible07:28
ebbexHow can I get a package installed to the repo_container under "/var/www/repo/os-releases/18.1.*/ubuntu-16.04-x86_64/" so the "pip install --no-index --find-links {{ os-releases/path }} has that additional package? Is it possible by specifying something in user_variables.yml?07:31
ebbexThe package in question is elasticsearch, https://github.com/openstack/requirements/blob/master/upper-constraints.txt has elasticsearch==2.4.1, so I'm overriding that with "repo_build_upper_constraints_overrides" and using "repo_venv_default_pip_packages" to make every venv have elasticsearch07:34
ebbex(Also, there a separate channel for openstack-ansible-ops btw?)07:36
*** tosky has joined #openstack-ansible07:40
*** shyamb has quit IRC07:42
jrosserebbex: are you trying to use osprofiler?07:50
*** fghaas has quit IRC07:54
ebbexjrosser: I think so. I'm trying to set up openstack-ansible-ops/rocky elk_metrics_6x08:07
jrosserunless you want to profile the internals of openstack API calls and have them show up in elastic APM, then don't bother with that part08:08
ebbexjrosser: Yes indeed, "profiler_overrides.profiler.connection_string: elasticsearch://blahblah"08:09
jrosserif you want log and metrics collection, just use the standard parts of the ELK stack which don't need any osprofiler or extra pip stuff installing08:10
ebbexjrosser: Well, I'm kinda interested in seeing what we can get from apm. If only as a learning experience.08:11
jrosserpersonally, i would get the basic ELK stuff up and running then add APM afterwards08:12
jrosseryou don't have to do it all in one go08:12
jrosserand there is an example ansible ad-hoc command to add the elasticsearch python module to the venvs in the documentation08:12
ebbexWith the new systemd-journal-remote, I've got a dockerized journalbeat reading all the logs from that directory and dumping it into elasticstash, so the whole openstack-ansible-ops seems like overkill unless you're doing apm though.08:14
jrosserwell i can't really comment - don't know what setup you have08:16
ebbexsingle log-server, all logs in /var/log/journal/remote, dockerized journalbeat,elastic,kibana on loghost, 2 computes, 3 infra, 4 ceph-osds.08:18
ebbexIt's a small test setup.08:18
*** miloa has joined #openstack-ansible08:19
miloaMorning08:20
*** yolanda__ is now known as yolanda08:30
*** shyamb has joined #openstack-ansible08:33
ChosSimbaOnemorning :-)08:54
*** cshen has quit IRC08:54
evrardjpcsmart: gate check commit, or manual?08:58
evrardjpthere might be still a gap somewhere :)08:59
csmartevrardjp: manual, something must have gone wrong on my laptop... I'll try to do some more testing09:00
evrardjpgood to know that it works now09:01
csmartI am a n00b :-)09:03
evrardjpwe've all been there :p09:06
*** fghaas has joined #openstack-ansible09:08
*** cshen has joined #openstack-ansible09:10
*** cshen has quit IRC09:16
ionihello guys09:17
ionihttps://paste.xinu.at/LSwr/09:17
ioniis this the right way to apply a custom setting to nova only on a specific node?09:17
*** cshen has joined #openstack-ansible09:18
evrardjpioni: I think that would work. maybe you have to ensure you have an inventory.ini in your /etc/openstack_deploy and maybe the filename should end up with .yml but it's the general gist09:21
evrardjpwhether it's a good idea or not, that's a different topic : )09:21
ionii tried like that and it doesn't work :D09:21
openstackgerritMerged openstack/ansible-config_template master: Use galaxy_tags instead of categories  https://review.opendev.org/67891409:22
evrardjpmaybe try with something simpler, to make sure things work?09:22
evrardjplike your own playbook with a debug statement, to see if things are fine?09:22
*** shyamb has quit IRC09:22
ionii'm not sure what's the priority of reading the files09:23
ionii do have it declared in user_nova.yml as well with other value for all the other hosts09:23
noonedeadpunkmornings09:27
ionievrardjp, i don't have anything in inventory.ini09:27
ionihost_vars only works with inventory.ini?09:27
*** fghaas has quit IRC09:31
ioniok, it's due to user_nova.yml, i have overrides as well there09:35
ionii was thinking that maybe it's concatenating them09:35
*** macz has joined #openstack-ansible10:05
*** heikkine has joined #openstack-ansible10:07
*** macz has quit IRC10:09
*** shyamb has joined #openstack-ansible10:10
openstackgerritMerged openstack/openstack-ansible-os_heat stable/rocky: Remove openSUSE 42.3 job  https://review.opendev.org/67797610:12
CeeMacmorning10:18
*** omegapoint has joined #openstack-ansible10:37
evrardjpioni: nope user_variables take precedence over everything10:39
*** shyamb has quit IRC10:41
*** cshen has quit IRC10:47
*** cshen has joined #openstack-ansible10:48
csmartioni: priority is probably something like this https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html#variable-precedence-where-should-i-put-a-variable10:55
*** shyamb has joined #openstack-ansible11:00
*** nicolasbock has joined #openstack-ansible11:08
ionievrardjp, csmart my problem is that i have to add two nova_config_overrides for two types of servers11:09
ioninow idee how do it yet11:09
ionido you guys happen to know why was this  abandoned ?11:16
ionihttps://bugs.launchpad.net/openstack-ansible/+bug/173248111:16
openstackLaunchpad bug 1732481 in openstack-ansible "qemu config should set security driver to apparmor on ubuntu" [Medium,In progress]11:16
*** shyamb has quit IRC11:41
*** shyam89 has joined #openstack-ansible11:41
*** markvoelker has joined #openstack-ansible11:43
*** shyam89 has quit IRC11:45
*** shyamb has joined #openstack-ansible12:03
*** omegapoint has quit IRC12:04
noonedeadpunkioni: have no idea... this patch looks valid...12:07
ioninoonedeadpunk, i asked cloudnull in private12:07
noonedeadpunkI guess it's because changed a bit his project priorities12:08
noonedeadpunkI hope that he won't be against of restoring it and doing futher work to merge:)12:09
ionifor me, nova returned an error that security driver is not setup while testing live migration12:14
ionihe said that he no longer works on openstack-ansible12:20
*** cshen has quit IRC12:35
*** shyamb has quit IRC12:42
*** mgariepy has joined #openstack-ansible12:44
*** shyamb has joined #openstack-ansible12:47
*** shyamb has quit IRC12:52
*** fghaas has joined #openstack-ansible12:56
noonedeadpunksome review for https://review.opendev.org/#/c/675886/ ?:)12:56
guilhermesp mornings12:56
* guilhermesp looking12:56
noonedeadpunkthanks12:57
*** pamsoo has joined #openstack-ansible13:17
pamsooHello. I want to do whole installation offline. Is there any document about this? I googled already but found nothing. T_T13:24
*** tosky has quit IRC13:30
*** tosky has joined #openstack-ansible13:30
*** gshippey_ has joined #openstack-ansible13:36
openstackgerritMerged openstack/openstack-ansible-os_horizon stable/rocky: Add encoding to local_settings.py  https://review.opendev.org/67588613:43
*** cshen has joined #openstack-ansible14:04
*** fghaas has quit IRC14:19
*** openstackgerrit has quit IRC14:22
mnaserpamsoo: can you explain a bit more on offline installation14:26
*** markvoelker has quit IRC14:26
*** markvoelker has joined #openstack-ansible14:29
*** gillesMo has quit IRC14:34
*** tosky_ has joined #openstack-ansible14:34
*** tosky has quit IRC14:34
*** gillesMo has joined #openstack-ansible14:34
*** miloa has quit IRC14:34
*** tosky_ is now known as tosky14:35
*** miloa has joined #openstack-ansible14:36
*** markvoelker has quit IRC14:37
*** markvoelker has joined #openstack-ansible14:38
noonedeadpunkpamsoo: I guess you need to create local mirrors then... Maybe you'll find https://docs.openstack.org/openstack-ansible/latest/user/limited-connectivity/index.html helpful14:46
ChosSimbaOneHi. Quick question with the br-vxlan. br-vxlan = overlay network, and is a nonrouted network for openstack service commnuincation which is tunneled throgh br-mgmt right? So the instance i create in openstack is not assigned to the br-vxlan network right?14:59
ChosSimbaOneWe will be using Cisco ACi as our SDN, so will the br-vxlan be handled by the ml2 plugin when setting up openstack, or is it still neccessary on the hosts? Or am i mixing things up that does not belong together?15:00
*** cshen has quit IRC15:07
noonedeadpunkChosSimbaOne: So yes, instance with private network won't be directly assigned to br-vxlan but br-vxlan will be ised df -h15:14
noonedeadpunk*br-vxlan will be used as a physical interface for vxlans15:15
noonedeadpunkactually there's no need for br-vxlan to be a bridge - it can be regular interface without any problems15:15
noonedeadpunksince it's used only for overlayering15:15
noonedeadpunkSo if you configure br-vxlan network in openstack-user-config it will be configured https://opendev.org/openstack/openstack-ansible-os_neutron/src/branch/master/templates/plugins/ml2/linuxbridge_agent.ini.j2#L13-L2515:17
noonedeadpunkand used by ml2 plugin15:17
noonedeadpunkso you maty override neutron_vxlan_enabled if you want to disable vxlans15:18
*** markvoelker has quit IRC15:18
*** donnyd has quit IRC15:19
*** donnyd has joined #openstack-ansible15:20
*** donnyd has quit IRC15:20
*** markvoelker has joined #openstack-ansible15:21
*** donnyd has joined #openstack-ansible15:21
*** ivve has quit IRC15:24
*** gyee has joined #openstack-ansible15:26
*** chkumar|rover is now known as raukadah15:31
evrardjpnoonedeadpunk: mnaser thanks for the help on the cleanup of 42.315:38
*** niceplace_ has joined #openstack-ansible15:39
*** openstackgerrit has joined #openstack-ansible15:43
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_nova stable/rocky: Remove openSUSE 42.3 job  https://review.opendev.org/67796815:43
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_designate stable/rocky: Remove openSUSE 42.3 job  https://review.opendev.org/67797915:44
*** miloa has quit IRC16:03
noonedeadpunkevrardjp: do you know if https://opendev.org/openstack/openstack-ansible-os_nova/src/branch/master/meta/openstack-ansible.yml used anyhow?16:17
noonedeadpunkSince linters don't like it because of missing galaxy_tags and galaxy_info16:18
*** macz has joined #openstack-ansible16:33
*** miloa has joined #openstack-ansible16:49
miloaI am hitting this bug, but with os_heat... https://bugs.launchpad.net/openstack-ansible/+bug/183894716:50
openstackLaunchpad bug 1838947 in openstack-ansible "[magnum] Installations fails in Rocky while creating trustee user" [Undecided,New]16:50
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Add unified linters check  https://review.opendev.org/67910116:56
*** fghaas has joined #openstack-ansible17:00
jrossermiloa: unfortunatley this is an ansible bug rather than OSA, and it is only fixed in ansible 2.717:07
jrosseron rocky you are using ansible 2.5 and there is no possibility that the fix will get into an ansible version that old17:08
*** fghaas has quit IRC17:09
jrosserthe best you can do is to take the fix from ansible 2.7 and apply it to your own forked version of 2.517:09
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Add unified linters check  https://review.opendev.org/67910117:13
miloaI see, upgrading ansible to 2.7 will not work with osa rocky ?17:14
*** spatel has joined #openstack-ansible17:14
spatelFolks, i have stupid question17:14
jrossereach OSA release pins the ansible version to the one current during the development cycle17:14
jrosserso for rocky, https://github.com/openstack/openstack-ansible/blob/stable/rocky/scripts/bootstrap-ansible.sh#L2617:14
spatelI have one VM running and somehow whole compute node is dead...17:14
spatelnow i want to take that IP and build new VM on other compute node...17:15
spatelwhat are the option i have?17:15
noonedeadpunklook at masakari to migrate vm in case of compute node failure17:17
jrossermiloa: i am even having to fork ansible here for stein, even 2.7 is now too old for bugs in the openstack modules to get fixed17:17
noonedeadpunk++17:18
spatelnoonedeadpunk: we have local disk storage so i can't move disk17:18
noonedeadpunkWe can't even merge https://review.opendev.org/#/c/673778/ due to bugs in 2.8:)17:19
noonedeadpunkspatel: oh, I thought you;re running ceph....17:20
spatelI am running ceph but only for few application not for every vms..17:20
openstackgerritChandan Kumar (raukadah) proposed openstack/openstack-ansible-os_tempest master: [DNM] without private network  https://review.opendev.org/67910317:21
miloajrosser: ok, thanks. I will try to apply the fix.17:21
jrossermiloa: sorry i don't have an easier suggestion for you17:21
jrossermiloa: there are some info here about overriding the ansible version https://docs.openstack.org/openstack-ansible/latest/user/source-overrides/index.html17:23
-spatel- [backend@ostack-osa-2 ~ (backend)]> neutron port-create net_idmz_vlan_22 --fixed-ip ip_address=10.22.2.14217:23
-spatel- neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.17:23
-spatel- (rule:create_port and (rule:create_port:fixed_ips and (rule:create_port:fixed_ips:ip_address))) is disallowed by policy17:23
-spatel- Neutron server returns request_ids: ['req-d80de9d1-98d2-4ab4-b728-ee01280c83c6']17:23
spatelI think only admin can do that..17:24
jrossermiloa: so if you fork it on github or a local git repo somewhere at least you can keep a branch with fixes in version control without having to just locally hack the ansible install, which would risk getting wipied out at you next OSA point upgrade17:24
noonedeadpunkyes, you're right:)17:24
noonedeadpunkbut you may override neutron policy17:25
miloajrosser: many thanks, I will fork it on our local git or prepare an ansible playbook just to patch it, and add the playbook to our local git. I've to go. See you tomorrow. :)17:31
*** miloa has quit IRC17:32
spatelnoonedeadpunk: let me see if i can override policy.. never did that before not sure how difficult that would be17:33
spatelis it possible admin can do that for someone else?17:34
spateli am trying to do that with admin account but nova not able to find vm because that vm is in other project17:34
noonedeadpunkYep, admin can create ports for other projects17:38
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-tests master: Move ansible-lint requirement  https://review.opendev.org/67910517:40
spateladmin created port but when i am trying to attach that to VM its saying that vm doesn't exist17:40
spatellet me try some combination17:40
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Add unified linters check  https://review.opendev.org/67910117:42
*** tosky_ has joined #openstack-ansible17:45
*** tosky has quit IRC17:45
*** ygk_12345 has joined #openstack-ansible17:45
*** tosky_ is now known as tosky17:45
spatelpolicy.json is mssing.. do i need to create one?17:56
*** prometheanfire has quit IRC18:32
*** prometheanfire has joined #openstack-ansible18:32
*** tosky has quit IRC18:56
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Add unified linters check  https://review.opendev.org/67910119:02
*** ygk_12345 has quit IRC19:11
*** ivve has joined #openstack-ansible19:20
*** fghaas has joined #openstack-ansible19:25
*** nicolasbock has quit IRC19:34
*** nicolasbock has joined #openstack-ansible19:37
*** rholloway has joined #openstack-ansible19:54
*** spatel has quit IRC20:03
*** gyee has quit IRC20:05
*** gyee has joined #openstack-ansible20:23
admin0are there any gotchas on the rocky -> stein upgrade ?20:57
*** markvoelker has quit IRC20:58
*** markvoelker has joined #openstack-ansible20:58
openstackgerritGuilherme  Steinmuller Pimentel proposed openstack/openstack-ansible-os_murano master: Initial commit to os_murano role  https://review.opendev.org/67783021:09
*** markvoelker has quit IRC21:10
*** markvoelker has joined #openstack-ansible21:10
*** markvoelker has quit IRC21:39
*** markvoelker has joined #openstack-ansible21:40
*** markvoelker has quit IRC21:45
*** jbadiapa has quit IRC21:52
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-os_neutron master: Cleanup deprecated options in metadata_agent.ini  https://review.opendev.org/67914821:55
*** ivve has quit IRC22:03
*** markvoelker has joined #openstack-ansible22:05
*** markvoelker has quit IRC22:11
*** macz has quit IRC22:57

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