*** poul has quit IRC | 00:01 | |
*** nurdie has joined #openstack-ansible | 00:10 | |
*** nurdie has quit IRC | 00:12 | |
*** mattinator has joined #openstack-ansible | 00:12 | |
*** poul has joined #openstack-ansible | 00:15 | |
*** poul has quit IRC | 00:19 | |
*** poul has joined #openstack-ansible | 00:32 | |
*** poul has quit IRC | 00:37 | |
*** kstev has joined #openstack-ansible | 00:47 | |
*** poul has joined #openstack-ansible | 00:50 | |
*** chyka has joined #openstack-ansible | 00:51 | |
*** poul has quit IRC | 00:54 | |
*** chyka has quit IRC | 00:56 | |
*** lhinds has quit IRC | 01:04 | |
*** kstev has quit IRC | 01:05 | |
*** mattinator has quit IRC | 01:07 | |
*** lhinds has joined #openstack-ansible | 01:19 | |
*** agrebennikov has joined #openstack-ansible | 01:19 | |
*** mattinator has joined #openstack-ansible | 01:24 | |
*** KeithMnemonic1 has quit IRC | 01:25 | |
*** mattinator has quit IRC | 01:40 | |
*** mmercer has quit IRC | 01:42 | |
*** cjloader has joined #openstack-ansible | 01:43 | |
*** poul has joined #openstack-ansible | 01:43 | |
*** poul has quit IRC | 01:47 | |
*** tux_ has joined #openstack-ansible | 01:51 | |
*** cjloader has quit IRC | 01:53 | |
*** poul has joined #openstack-ansible | 01:53 | |
*** poul has quit IRC | 01:57 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Update ansible to latest stable 2.6.1 https://review.openstack.org/581166 | 02:00 |
---|---|---|
tux_ | cloudnull: I have already openstack running now i am adding one more component Ceph in that case do i need to run full setup-hosts.yml and other Playbooks ? | 02:01 |
cloudnull | you're adding more ceph hosts? | 02:01 |
tux_ | No, before i built openstack without Ceph | 02:02 |
tux_ | now i need ceph mon running as a container in infra* node | 02:02 |
tux_ | also i want to add cinder component in openstack which initially i didn't plan | 02:03 |
tux_ | cloudnull: ^^ | 02:04 |
cloudnull | so long as their all part of the openstack_user_config running "setup-everything" should do everything required. | 02:05 |
cloudnull | however, I'm not that great w/ ceph | 02:05 |
cloudnull | I have it deployed in a lab | 02:05 |
cloudnull | effectively I just added my hosts into the user config and ran the playbooks | 02:05 |
tux_ | lets forget about ceph, what is the best method to add component which we didn't add first time? | 02:05 |
cloudnull | Im sure there's ways to shortcut the run, i just dont have the best guidance on that | 02:06 |
tux_ | run everything or run subset of playbook? | 02:06 |
cloudnull | depends on the component | 02:06 |
cloudnull | lets say you're adding sahara , | 02:06 |
cloudnull | add it to the user config, ensure the env.d bits are in place, create the containers, run sahara playbooks | 02:07 |
cloudnull | no need to run all the things | 02:07 |
tux_ | How other component will know about new container, like if neutron wants to talk to sahara? | 02:07 |
cloudnull | they'll all become part of inventory | 02:08 |
tux_ | I am just trying to understand what is the best way | 02:08 |
cloudnull | so if neutron needed to talk to the new component youd need to rerun the neutron playbooks too | 02:09 |
tux_ | hmm! ok ok i got it.. | 02:09 |
cloudnull | once the components are part of inventory any playbook run will be have their required associations enabled. | 02:09 |
tux_ | Hmm! | 02:10 |
tux_ | if i want to run neutron i will only run os-neutron-install.ym right? | 02:10 |
*** poul has joined #openstack-ansible | 02:10 | |
tux_ | or host:container_name ? | 02:11 |
cloudnull | if you wanted to deploy neutron you'd run os-neutron-install.yml | 02:14 |
cloudnull | if you wanted to run it to a limited group you could do that too with --limit "blah" | 02:14 |
*** poul has quit IRC | 02:15 | |
tux_ | group means host ? | 02:21 |
tux_ | cloudnull: ^^ | 02:22 |
tux_ | cloudnull: last question, what if i run everything playbook after 2 year (for example) is this going to break things? like after 2 year there must be new version of packages etc..? | 02:23 |
tux_ | Just or my curiosity | 02:24 |
*** poul has joined #openstack-ansible | 02:28 | |
cloudnull | tux_ group can mean both | 02:30 |
cloudnull | you can use things like neutron_all | 02:30 |
cloudnull | or the hostname | 02:30 |
tux_ | oh!! sweet! | 02:31 |
*** armaan has quit IRC | 02:31 | |
*** armaan has joined #openstack-ansible | 02:32 | |
tux_ | cloudnull: could you please answer my last question, I am curious | 02:32 |
*** poul has quit IRC | 02:33 | |
*** poul has joined #openstack-ansible | 02:37 | |
*** poul has quit IRC | 02:42 | |
*** poul has joined #openstack-ansible | 02:47 | |
*** poul has quit IRC | 02:51 | |
cloudnull | which one? | 02:52 |
*** poul has joined #openstack-ansible | 03:04 | |
*** mattinator has joined #openstack-ansible | 03:07 | |
*** poul has quit IRC | 03:08 | |
*** harryhuang_ has joined #openstack-ansible | 03:12 | |
*** poul has joined #openstack-ansible | 03:22 | |
*** poul has quit IRC | 03:26 | |
*** tailDASHeF has quit IRC | 03:34 | |
*** tailDASHeF has joined #openstack-ansible | 03:34 | |
*** poul has joined #openstack-ansible | 03:39 | |
*** poul has quit IRC | 03:44 | |
*** udesale has joined #openstack-ansible | 03:49 | |
*** tailDASHeF has quit IRC | 03:57 | |
*** poul has joined #openstack-ansible | 03:57 | |
*** tailDASH1 has joined #openstack-ansible | 03:57 | |
tux_ | cloudnull: last question, what if i run everything playbook after 2 year (for example) is this going to break things? like after 2 year there must be new version of packages etc..? | 03:59 |
tux_ | cloudnull: ^^ | 03:59 |
tux_ | I got this error during my ceph deploy, do you know why its complaining http://paste.openstack.org/show/725519/ | 04:00 |
*** poul has quit IRC | 04:02 | |
*** poopcat has quit IRC | 04:06 | |
*** poul has joined #openstack-ansible | 04:06 | |
*** poul has quit IRC | 04:11 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Correct inventory path for group/host_vars https://review.openstack.org/581561 | 04:13 |
cloudnull | when folks get in ^ that needs to be backported to queens which corrects the openstack-ansible.rc file. | 04:14 |
cloudnull | tux_ kinda depends. | 04:14 |
cloudnull | osa builds an internal index of pypi packages within the deployment | 04:14 |
cloudnull | so if you ran a re-deploy using the existing index everything would would just as it did 2 years before (as it pertains to the python packages and built venvs) | 04:15 |
cloudnull | OS packages are expected to change, if you need that to be more strict you can lock things down with intenral mirrors | 04:16 |
cloudnull | at rax we have clouds that are several years old and keeping them patched and generally maintained gets progressively harder as the base OS ages. | 04:16 |
tux_ | cloudnull: does internal repo get sync everyday or its on demand ? | 04:17 |
cloudnull | the internal python package repo is only updated when the repo-build playbook is exected | 04:17 |
cloudnull | **executed | 04:17 |
tux_ | cloudnull: good to know! any good way we can lock it down? | 04:18 |
*** chyka has joined #openstack-ansible | 04:18 | |
cloudnull | IMHO - within 2 years you should expect to upgrade to at least one new major OpenStack release, even if you don't upgrade the base OS. | 04:18 |
tux_ | cloudnull: I am worried if i am not around and someone else can run by mistake it can break things :( | 04:18 |
cloudnull | yes. if the playbooks are run things will get updated. | 04:19 |
tux_ | cloudnull: we are lazy about updating stuff... once things go in production we like to keep it as it is.. we are still running CentOS 5 OS in our datacenter ;) | 04:20 |
cloudnull | however if you don't checkout new versions of the playbooks you shouldn't expect change | 04:20 |
cloudnull | though like i said, if you're using external repos for base OS packages change is kinda unavoidable | 04:20 |
tux_ | cloudnull: sounds good then | 04:21 |
tux_ | cloudnull: I got this error during my ceph deploy, do you know why its complaining http://paste.openstack.org/show/725519/ | 04:21 |
tux_ | cloudnull: look like i missed something.. | 04:21 |
cloudnull | could be ? | 04:22 |
cloudnull | i have no idea | 04:22 |
cloudnull | https://gist.github.com/cloudnull/69bde16011d1ea94edf926252ea93933 | 04:22 |
cloudnull | this is the config for my lab which is running ceph | 04:22 |
tux_ | Look like i missed something in glance client config for ceph | 04:22 |
cloudnull | maybe that might help? | 04:22 |
*** chyka has quit IRC | 04:22 | |
-tux_- glance_ceph_client: glance | 04:23 | |
-tux_- glance_default_store: rbd | 04:23 | |
-tux_- glance_rbd_store_pool: images | 04:23 | |
tux_ | I do have all these variable in my user_variables.yml | 04:24 |
tux_ | not sure who generating ceph.conf file.. which is missing | 04:24 |
*** poul has joined #openstack-ansible | 04:24 | |
tux_ | https://github.com/openstack/openstack-ansible-ceph_client/blob/master/tasks/ceph_config.yml | 04:25 |
tux_ | In module src: /etc/ceph/ceph.conf | 04:26 |
*** poul has quit IRC | 04:29 | |
cloudnull | i'm just not sure. | 04:34 |
cloudnull | sorry | 04:34 |
cloudnull | in the morning i'd ping again if you dont figure it out | 04:35 |
cloudnull | there's quite a few folks in the know with ceph, im just not one of them | 04:35 |
tux_ | cloudnull: Thanks!! man! i think time to get some sleep :) | 04:37 |
tux_ | Good night | 04:37 |
*** poul has joined #openstack-ansible | 04:42 | |
*** cshen has joined #openstack-ansible | 04:45 | |
*** poul has quit IRC | 04:46 | |
*** poul has joined #openstack-ansible | 04:48 | |
*** cshen has quit IRC | 04:50 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: [DNM] Test inventory with static YAML based inventory https://review.openstack.org/581568 | 04:53 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-os_keystone master: Add packages required for osprofiler https://review.openstack.org/573508 | 04:54 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-os_barbican master: Add packages required for osprofiler https://review.openstack.org/573498 | 04:54 |
*** saneax has joined #openstack-ansible | 04:56 | |
*** sanjayu_ has joined #openstack-ansible | 04:58 | |
*** saneax has quit IRC | 05:01 | |
*** chhagarw has joined #openstack-ansible | 05:15 | |
*** hamzy has quit IRC | 05:17 | |
*** rodolof has quit IRC | 05:22 | |
*** hwoarang has quit IRC | 05:31 | |
*** hwoarang has joined #openstack-ansible | 05:32 | |
*** hamzy has joined #openstack-ansible | 05:40 | |
tux_ | https://bugs.launchpad.net/openstack-ansible/+bug/1781126 | 05:47 |
openstack | Launchpad bug 1781126 in openstack-ansible "ceph-ansible (libselinux-python) aren't installed" [Undecided,New] | 05:47 |
tux_ | cloudnull: any idea what is going on here? | 05:47 |
*** tux_ has quit IRC | 05:48 | |
*** FrankZhang has quit IRC | 06:00 | |
*** ianw is now known as ianw_pto | 06:00 | |
*** FrankZhang has joined #openstack-ansible | 06:00 | |
*** radeks has joined #openstack-ansible | 06:11 | |
*** hamzy has quit IRC | 06:27 | |
*** hamzy_ has joined #openstack-ansible | 06:27 | |
*** cshen has joined #openstack-ansible | 06:27 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_keystone master: Ensure __pycache__ folder is deleted https://review.openstack.org/580408 | 06:37 |
evrardjp | hwoarang: are you there? | 06:38 |
*** udesale has quit IRC | 06:40 | |
*** agrebennikov has quit IRC | 06:40 | |
*** lvdombrkr has joined #openstack-ansible | 06:41 | |
*** udesale has joined #openstack-ansible | 06:42 | |
evrardjp | hwoarang: I would like to discuss the mirroring of OBS parts in infra: know what you did already | 06:44 |
*** armaan has quit IRC | 06:49 | |
*** armaan has joined #openstack-ansible | 06:50 | |
*** poul has quit IRC | 06:55 | |
*** shardy has joined #openstack-ansible | 07:02 | |
*** shardy has quit IRC | 07:03 | |
*** shardy has joined #openstack-ansible | 07:04 | |
*** epalper has joined #openstack-ansible | 07:07 | |
*** smorant has joined #openstack-ansible | 07:13 | |
*** epalper has quit IRC | 07:14 | |
*** epalper has joined #openstack-ansible | 07:15 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-ops master: add kolide fleet https://review.openstack.org/581482 | 07:20 |
*** gkadam has joined #openstack-ansible | 07:20 | |
*** sanjayu__ has joined #openstack-ansible | 07:25 | |
odyssey4me | o/ | 07:25 |
*** sanjayu_ has quit IRC | 07:28 | |
*** poul_ has joined #openstack-ansible | 07:30 | |
*** rodolof has joined #openstack-ansible | 07:34 | |
*** DanyC has joined #openstack-ansible | 07:34 | |
openstackgerrit | fupingxie proposed openstack/openstack-ansible-galera_server master: Trivial: Fix the pep8 warning https://review.openstack.org/576780 | 07:35 |
odyssey4me | o/ | 07:35 |
openstackgerrit | fupingxie proposed openstack/openstack-ansible-rabbitmq_server master: Trivial: Fix the pep8 warning https://review.openstack.org/576785 | 07:37 |
*** tosky has joined #openstack-ansible | 07:37 | |
evrardjp | odyssey4me: o/ | 07:41 |
*** rodolof has quit IRC | 07:44 | |
*** chyka has joined #openstack-ansible | 07:54 | |
openstackgerrit | Merged openstack/openstack-ansible-haproxy_server master: Trivial: Fix the pep8 warning https://review.openstack.org/576790 | 07:55 |
*** chyka has quit IRC | 07:59 | |
openstackgerrit | Merged openstack/openstack-ansible-repo_build master: Trivial: Fix the pep8 warning https://review.openstack.org/576783 | 08:02 |
openstackgerrit | Merged openstack/openstack-ansible-openstack_hosts stable/pike: Fix template to load openvswitch module on boot https://review.openstack.org/580979 | 08:02 |
openstackgerrit | Merged openstack/openstack-ansible master: Pin get-pip.py to 3.2 https://review.openstack.org/580436 | 08:02 |
*** rodolof has joined #openstack-ansible | 08:04 | |
odyssey4me | andymccr or hwoarang - it's getting increasingly urgent to get https://review.openstack.org/580402 and https://review.openstack.org/580399 merged, reviews please | 08:06 |
odyssey4me | they're backports, so easy peazy | 08:07 |
*** markvoelker has quit IRC | 08:07 | |
odyssey4me | evrardjp: do these also make sense (also backports)? https://review.openstack.org/579491 & https://review.openstack.org/579490 | 08:09 |
*** suggestable has joined #openstack-ansible | 08:11 | |
tosky | hello, did you see the discussion yesterday with lbragstad about some keystone-related settings for nova? | 08:11 |
evrardjp | nope | 08:12 |
evrardjp | tosky: ^ | 08:12 |
evrardjp | odyssey4me: I will have a look | 08:12 |
tosky | evrardjp: from here: http://eavesdrop.openstack.org/irclogs/%23openstack-ansible/%23openstack-ansible.2018-07-10.log.html#t2018-07-10T17:47:14 | 08:13 |
evrardjp | tosky: wow I am unfamiliar with this | 08:15 |
*** armaan has quit IRC | 08:15 | |
tosky | me too, that's why I kindly nagged people from keystone :) | 08:16 |
evrardjp | tosky: you want to revert to use service_token_roles_required = False? | 08:16 |
tosky | evrardjp: either that or set the service role in a way that should work | 08:17 |
odyssey4me | well, this may be an opportunity to move as many services as can to using the service role and ditching their own user account, if I'm understanding what this is | 08:17 |
tosky | the change to service_token_roles_required = True alone does not work if the service user does not have the service role | 08:17 |
tosky | oh, or that one (use the service role) | 08:17 |
tosky | it may just be a bit more tricky | 08:17 |
tosky | but that should work, because it fits the defaults | 08:18 |
evrardjp | odyssey4me: when you mean "service role" you mean an service ansible role, or the openstack term "role"? | 08:18 |
odyssey4me | I think it may be best to remove that new setting, bacause it was added without justification | 08:18 |
odyssey4me | then we can understand what this is better, and work through all the roles to do the right things to make it work properly | 08:18 |
evrardjp | tosky: odyssey4me I agree with the analysis: Change the setting to its default "False" value (or remove the setting) | 08:19 |
evrardjp | Then make sure it's standardised across services to use a standard role | 08:19 |
evrardjp | service role | 08:19 |
evrardjp | then enable it | 08:19 |
odyssey4me | tosky: could you push a patch up to remove that setting from nova.conf, indicating that it requires work in other roles before it can be used | 08:19 |
odyssey4me | then we can merge it pronto | 08:19 |
tosky | sure | 08:19 |
evrardjp | tosky: my concern is upgrades. | 08:19 |
evrardjp | if we do the first patch it's fine, but I don't know how to deal with upgrades for step 2 and 3 yet, so it's better to have time to figure it out. | 08:20 |
tosky | right | 08:20 |
evrardjp | That could be a good thing to write down in the commit message of patch 1) too :D | 08:20 |
tosky | the change did not affect any released version | 08:20 |
odyssey4me | yeah, I'd like to have a chat with the keystone crew to understand the implications before we commission a body of work for it | 08:20 |
evrardjp | odyssey4me: agreed. | 08:20 |
evrardjp | odyssey4me: cmurphy is in this timezone nowadays. | 08:21 |
odyssey4me | thanks for pressing the issue tosky - we appreciate the time you took for it | 08:21 |
odyssey4me | evrardjp: orly? that's handy | 08:21 |
evrardjp | :) | 08:22 |
tosky | it was not mentioned on this channel, but when we started the discussion on #openstack-keystone, lbragstad mentioned this bug: https://bugs.launchpad.net/keystone/+bug/1779889 | 08:22 |
openstack | Launchpad bug 1779889 in OpenStack Identity (keystone) "Lack of documentation for validating expired tokens with service users" [Medium,Triaged] | 08:22 |
tosky | the current lack of documentation does not help right now :) | 08:22 |
odyssey4me | ah, the bug report shares a critical use-case which makes me think this would be very handy to have in rocky | 08:24 |
*** sanjayu_ has joined #openstack-ansible | 08:25 | |
evrardjp | odyssey4me: yeah it's a great feature, but it needs to be properly adapted for upgrades. | 08:26 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/ansible-role-python_venv_build master: Add Bionic testing https://review.openstack.org/567192 | 08:26 |
evrardjp | we need to not "just do it" (TM) | 08:26 |
*** sanjayu__ has quit IRC | 08:27 | |
evrardjp | odyssey4me: look at this: https://github.com/ansible/ansible/pull/42505 : ) | 08:32 |
*** electrofelix has joined #openstack-ansible | 08:33 | |
openstackgerrit | Luigi Toscano proposed openstack/openstack-ansible-os_nova master: Do not set service_token_roles_required = True for now https://review.openstack.org/581625 | 08:35 |
evrardjp | thanks tosky ! | 08:35 |
tosky | it took a lot to write a commit message that kind-of makes sense O.o | 08:35 |
odyssey4me | evrardjp: heh, neat :) | 08:36 |
odyssey4me | thanks tosky! | 08:37 |
*** ivve has quit IRC | 08:37 | |
*** armaan has joined #openstack-ansible | 08:44 | |
evrardjp | tosky: I have my impression my dev work's time is spread out with like 5% root cause analysis 10% coding 85% writing a good commit message | 08:44 |
evrardjp | yes, I am a slow typist and non native : p | 08:45 |
evrardjp | so I understand you, being non native english too I guess :D | 08:45 |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron stable/pike: neutron_needs_openvswitch should be jinja, not a string https://review.openstack.org/581010 | 08:46 |
evrardjp | odyssey4me: where are we in the gates haproxy story? | 08:47 |
odyssey4me | evrardjp: what do you mean? we merged https://review.openstack.org/581356 yesterday if that's what you're talking about | 08:48 |
evrardjp | http://logs.openstack.org/08/580408/2/check/openstack-ansible-functional-ubuntu-xenial/e896282/job-output.txt.gz#_2018-07-11_06_58_38_478777 | 08:58 |
odyssey4me | evrardjp: I've never seen that before. | 09:01 |
evrardjp | oh shoot. | 09:01 |
evrardjp | I thought it was part of the fixing. | 09:01 |
evrardjp | darn | 09:01 |
evrardjp | I guess the change on remote_user broke things. | 09:02 |
odyssey4me | yeah, looks like we'll need to patch https://github.com/openstack/openstack-ansible-tests/blob/master/test-install-keystone.yml#L51 the same way as the other ones | 09:02 |
evrardjp | at some point we'll probably revert to use become? | 09:03 |
evrardjp | :p | 09:03 |
evrardjp | everywhere | 09:03 |
odyssey4me | hmm, loks like it's because this is delegating to localhost: https://github.com/openstack/openstack-ansible-tests/blob/master/common-tasks/haproxy-endpoint-manage.yml#L27 | 09:03 |
odyssey4me | perhaps itd work if that task was set to use become? | 09:03 |
odyssey4me | I'd give that a go to start with. | 09:04 |
odyssey4me | This all breaks whenever there's localhost delegation without also using become. | 09:05 |
evrardjp | wondering why we are doing haproxy endpoint management in tests at all. | 09:05 |
evrardjp | https://github.com/openstack/openstack-ansible-os_keystone/blob/master/tests/inventory#L43 | 09:06 |
evrardjp | meh. | 09:06 |
hwoarang | evrardjp: hello. what do you want to discuss about obs mirroring | 09:06 |
evrardjp | hwoarang: what do we mirror for opensuse exactly? | 09:06 |
evrardjp | Can I add something to mirror? | 09:06 |
evrardjp | (which is part of obs) | 09:07 |
odyssey4me | evrardjp: that's used for doing the rolling upgrade tests | 09:07 |
odyssey4me | evrardjp: want me to push a patch up to try and solve it? | 09:07 |
evrardjp | odyssey4me: which part? THe keystone haproxy fix? Yes I'd be happy to | 09:07 |
evrardjp | I'd be happy if you could push a patch* | 09:08 |
odyssey4me | ok, will do now | 09:08 |
hwoarang | evrardjp: https://github.com/openstack-infra/system-config/blob/master/modules/openstack_project/files/mirror/opensuse-mirror-update.sh#L18-L21 | 09:08 |
evrardjp | hwoarang: I have now this package: https://build.opensuse.org/package/show/home:jevrard:branches:server:http/hatop for both centos/RHEL & (open)SUSE | 09:08 |
evrardjp | That package can be used instead of download from sources & install | 09:09 |
hwoarang | i dont know if infra would be happy to mirror your home project | 09:09 |
evrardjp | yeah. | 09:09 |
evrardjp | I was thinking of maybe building a OSA project on OBS? | 09:09 |
evrardjp | I thought it was worth discussing at least. | 09:10 |
hwoarang | i can't discuss this during hackweek. maybe we can talk on monday | 09:10 |
evrardjp | ok. | 09:11 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-tests master: Use 'become' for haproxy service state setting https://review.openstack.org/581637 | 09:12 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_keystone master: [TEST] haproxy endpoint fix https://review.openstack.org/581639 | 09:14 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible-tests master: [DNM] - Testing openSUSE Master Cloud repo https://review.openstack.org/581642 | 09:25 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible-os_keystone master: [DNM] - Testing OBS Master https://review.openstack.org/570543 | 09:27 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/ansible-role-python_venv_build master: Add Bionic testing https://review.openstack.org/567192 | 09:30 |
*** ianychoi_ has joined #openstack-ansible | 09:38 | |
cshen | Hi odyssey4me, I replied to your comment in https://review.openstack.org/#/c/581248/4 | 09:40 |
odyssey4me | cshen I know what you're saying, but the purpose of those tasks is a bit more subtle than that - it's not simply a task with two conditions and the opposite | 09:41 |
*** ianychoi has quit IRC | 09:41 | |
odyssey4me | the second task must run on all cinder containers, except when it is both cinder-volume and lvm is being used | 09:42 |
cshen | yes, the second task will also run on cinder-volume and rbd is being used. | 09:48 |
cshen | your fix is more readable, but both fixes are logically right. | 09:49 |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron master: Add systemd tags to include role https://review.openstack.org/578605 | 09:51 |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron master: Fix indentation https://review.openstack.org/581351 | 09:51 |
*** ianychoi_ has quit IRC | 10:05 | |
*** markvoelker has joined #openstack-ansible | 10:08 | |
*** spsurya_ has joined #openstack-ansible | 10:08 | |
*** ianychoi has joined #openstack-ansible | 10:30 | |
*** cshen has quit IRC | 10:37 | |
*** markvoelker has quit IRC | 10:42 | |
odyssey4me | evrardjp hwoarang this has popped up from time to time - any idea what's causing it? http://logs.openstack.org/39/581639/1/check/openstack-ansible-functional-distro_install-opensuse-423/2f91499/job-output.txt.gz#_2018-07-11_09_37_35_704131 | 10:48 |
odyssey4me | evrardjp: looks like https://review.openstack.org/581637 works - see https://review.openstack.org/581639 | 10:48 |
hwoarang | odyssey4me: "Error message: Recv failure: Connection reset by peer" network issue? | 10:48 |
odyssey4me | hwoarang: yep | 10:49 |
odyssey4me | when installing galera | 10:49 |
*** hachi has joined #openstack-ansible | 10:49 | |
odyssey4me | sorry, mariadb | 10:50 |
hwoarang | dont know really. we are using an internal mirror so maybe that's not very stable? | 10:50 |
odyssey4me | hmm, there are no retries on the install task - lemme fix that up | 10:51 |
hwoarang | good idea | 10:52 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-galera_server master: Retry yum/zypper package installs https://review.openstack.org/581670 | 10:55 |
*** cshen has joined #openstack-ansible | 10:56 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_keystone master: [TEST] haproxy endpoint fix https://review.openstack.org/581639 | 10:59 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_sahara master: Revert "Disable keystone_authtoken/service_token_roles_required for now" https://review.openstack.org/581674 | 11:01 |
*** cshen has quit IRC | 11:18 | |
openstackgerrit | Merged openstack/openstack-ansible-os_nova master: Do not set service_token_roles_required = True for now https://review.openstack.org/581625 | 11:19 |
evrardjp | odyssey4me: thanks for the fixes. | 11:24 |
*** cshen has joined #openstack-ansible | 11:25 | |
*** chyka has joined #openstack-ansible | 11:29 | |
*** udesale has quit IRC | 11:29 | |
openstackgerrit | Merged openstack/openstack-ansible stable/ocata: Fix loop variable name for nested loop https://review.openstack.org/579491 | 11:32 |
*** chyka has quit IRC | 11:35 | |
*** ansmith has quit IRC | 11:36 | |
*** EvilienM is now known as EmilienM | 11:36 | |
*** markvoelker has joined #openstack-ansible | 11:40 | |
*** chhagarw has quit IRC | 11:53 | |
openstackgerrit | Merged openstack/openstack-ansible-galera_server master: Retry yum/zypper package installs https://review.openstack.org/581670 | 11:54 |
openstackgerrit | Merged openstack/openstack-ansible stable/pike: Fix loop variable name for nested loop https://review.openstack.org/579490 | 11:57 |
openstackgerrit | Merged openstack/openstack-ansible stable/ocata: Pin get-pip.py to 3.2 https://review.openstack.org/580402 | 11:57 |
openstackgerrit | Merged openstack/openstack-ansible stable/pike: Pin get-pip.py to 3.2 https://review.openstack.org/580399 | 11:57 |
evrardjp | odyssey4me: hahah rety works: but... http://logs.openstack.org/39/581639/2/check/openstack-ansible-functional-centos-7/781c6cd/job-output.txt.gz#_2018-07-11_11_27_43_986934 | 12:04 |
evrardjp | cores, could we have some votes on https://review.openstack.org/#/c/581637/ ? | 12:05 |
evrardjp | that would be nice too: https://review.openstack.org/#/c/580580/ | 12:06 |
odyssey4me | evrardjp: yeah, some other random failure - looks like a mirror fail though | 12:08 |
evrardjp | yeah | 12:08 |
evrardjp | hahah | 12:08 |
evrardjp | Just to say it's not a perfect space we are living in | 12:08 |
evrardjp | :facepalm: | 12:08 |
evrardjp | odyssey4me: without the https://review.openstack.org/#/c/580580/ I am trying to have a real python3 install. I can tell you it's fun : p | 12:10 |
evrardjp | I am fixing things along the way | 12:10 |
evrardjp | but darn nothing works by default : p | 12:10 |
odyssey4me | great, but yeah - it's a mess | 12:10 |
evrardjp | and it's to be continued when we'll introduce gates. For now it's just plain fixing of what's in my way | 12:11 |
*** markvoelker has quit IRC | 12:12 | |
*** markvoelker has joined #openstack-ansible | 12:22 | |
*** udesale has joined #openstack-ansible | 12:31 | |
openstackgerrit | Dmitriy R. proposed openstack/openstack-ansible-os_masakari master: Fixed functional test https://review.openstack.org/581712 | 12:32 |
*** udesale_ has joined #openstack-ansible | 12:35 | |
*** udesale_ has quit IRC | 12:36 | |
*** udesale has quit IRC | 12:36 | |
*** udesale_ has joined #openstack-ansible | 12:36 | |
*** udesale_ has quit IRC | 12:37 | |
*** armaan has quit IRC | 12:45 | |
mgariepy | evrardjp, can I have your vote on this one : https://review.openstack.org/#/c/581037/ | 12:47 |
*** vakuznet has joined #openstack-ansible | 12:49 | |
Tahvok | How would I go at removing a service from osa env? | 12:52 |
Tahvok | I need to remove trove, I mean, I can just remove it from the inventory, but I want to completely remove it from openstack | 12:52 |
*** ansmith has joined #openstack-ansible | 12:55 | |
*** openstack has joined #openstack-ansible | 13:05 | |
*** ChanServ sets mode: +o openstack | 13:05 | |
*** chhagarw has joined #openstack-ansible | 13:07 | |
odyssey4me | Tahvok: remove the containers using the destroy playbook, then remove it from the inventory, then remove it from openstack (use the openstack CLI to remove the service, user, etc), then remove the extra networks implemented | 13:07 |
*** aludwar has joined #openstack-ansible | 13:08 | |
openstackgerrit | Erik Berg proposed openstack/openstack-ansible-os_neutron master: Install openvswitch packages on 'ml2.ovs.dvr' configuration https://review.openstack.org/581039 | 13:11 |
evrardjp | mgariepy: I thought I voted for that already | 13:11 |
evrardjp | apparently I didnt | 13:11 |
openstackgerrit | Vadim Kuznetsov proposed openstack/openstack-ansible master: Update ansible to latest stable 2.6.1 https://review.openstack.org/581166 | 13:13 |
mgariepy | thanks evrardjp | 13:15 |
evrardjp | mgariepy: can you do something for me? | 13:17 |
evrardjp | on centos what's the output of rpm -ql libvirt-python libvirt-python3 | 13:17 |
*** KeithMnemonic has joined #openstack-ansible | 13:18 | |
*** spsurya_ has quit IRC | 13:18 | |
evrardjp | (in other words: can I pass two packages in rpm -qL | 13:18 |
evrardjp | ql* | 13:18 |
mgariepy | yes you can | 13:20 |
mgariepy | you will end up with the list of pkg for the first pkg then the list of the second. without separation between both list. | 13:22 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible-galera_server master: vars: SUSE: Replace python2-pycrypto package with python-pycrypto https://review.openstack.org/581743 | 13:22 |
openstackgerrit | Merged openstack/openstack-ansible-tests master: Use 'become' for haproxy service state setting https://review.openstack.org/581637 | 13:23 |
*** armaan has joined #openstack-ansible | 13:23 | |
evrardjp | mgariepy: great | 13:25 |
evrardjp | thanks | 13:25 |
mgariepy | you are welcome :) | 13:25 |
Tahvok | odyssey4me: thanks! | 13:26 |
*** kstev has joined #openstack-ansible | 13:28 | |
*** cmart has joined #openstack-ansible | 13:41 | |
*** sew has quit IRC | 13:43 | |
*** jwitko has joined #openstack-ansible | 13:49 | |
*** jwitko has quit IRC | 13:53 | |
*** jwitko has joined #openstack-ansible | 13:53 | |
*** rmart04 has joined #openstack-ansible | 13:57 | |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron master: move haproxy to neutron-metadata-agent https://review.openstack.org/581037 | 14:03 |
*** armaan has quit IRC | 14:07 | |
*** armaan has joined #openstack-ansible | 14:07 | |
openstackgerrit | Marc Gariépy (mgariepy) proposed openstack/openstack-ansible-os_neutron stable/queens: move haproxy to neutron-metadata-agent https://review.openstack.org/581761 | 14:18 |
openstackgerrit | Marc Gariépy (mgariepy) proposed openstack/openstack-ansible-os_neutron stable/pike: move haproxy to neutron-metadata-agent https://review.openstack.org/581762 | 14:21 |
openstackgerrit | Merged openstack/openstack-ansible master: Ensure python2 is used in the ansible venv https://review.openstack.org/580580 | 14:23 |
*** armaan has quit IRC | 14:31 | |
*** armaan has joined #openstack-ansible | 14:31 | |
*** tux_ has joined #openstack-ansible | 14:35 | |
*** tux__ has joined #openstack-ansible | 14:36 | |
*** spsurya_ has joined #openstack-ansible | 14:37 | |
*** tailDASH1 is now known as tailDASHeF | 14:39 | |
*** tailDASHeF has quit IRC | 14:39 | |
*** tailDASHeF has joined #openstack-ansible | 14:39 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_nova master: Ensure python3 compatibility https://review.openstack.org/581767 | 14:39 |
*** tux_ has quit IRC | 14:40 | |
*** epalper has quit IRC | 14:40 | |
tux__ | Good morning, folks | 14:40 |
tux__ | Did anyone notice this before? https://bugs.launchpad.net/openstack-ansible/+bug/1781126 | 14:41 |
openstack | Launchpad bug 1781126 in openstack-ansible "ceph-ansible (libselinux-python) aren't installed" [Undecided,New] | 14:41 |
openstackgerrit | kourosh vivan proposed openstack/openstack-ansible-os_ceilometer master: Fix ceilometer task order https://review.openstack.org/577384 | 14:41 |
*** tailDASHeF has quit IRC | 14:41 | |
*** tailDASHeF has joined #openstack-ansible | 14:41 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_nova master: Ensure python3 compatibility https://review.openstack.org/581767 | 14:42 |
*** markvoelker has quit IRC | 14:44 | |
*** markvoelker has joined #openstack-ansible | 14:44 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_nova master: Ensure __pycache__ folder is deleted https://review.openstack.org/581768 | 14:45 |
*** sew has joined #openstack-ansible | 14:46 | |
*** sew1 has joined #openstack-ansible | 14:49 | |
*** markvoelker has quit IRC | 14:49 | |
*** sew has quit IRC | 14:51 | |
*** cjloader has joined #openstack-ansible | 14:51 | |
*** epalper has joined #openstack-ansible | 14:53 | |
*** rodolof has quit IRC | 14:53 | |
*** udesale has joined #openstack-ansible | 14:54 | |
*** cjloader has quit IRC | 14:56 | |
*** cjloader has joined #openstack-ansible | 14:57 | |
*** ivve has joined #openstack-ansible | 14:59 | |
*** rodolof has joined #openstack-ansible | 15:00 | |
*** mattinator has quit IRC | 15:00 | |
*** hachi has quit IRC | 15:03 | |
*** TxGirlGeek has joined #openstack-ansible | 15:05 | |
*** rodolof has quit IRC | 15:07 | |
evrardjp | tux__: probably need to symlink the libs | 15:08 |
tux__ | I did add following in user_variables.yml file | 15:08 |
-tux__- centos_package_dependencies: | 15:08 | |
-tux__- - libselinux-python | 15:08 | |
evrardjp | centos_package_dependencies ? | 15:08 |
tux__ | also i have noticed that package is installed on mon container | 15:08 |
tux__ | https://github.com/ceph/ceph-ansible/blob/master/group_vars/all.yml.sample | 15:09 |
evrardjp | I don't know what centos_package_dependencies is | 15:09 |
tux__ | I found that here | 15:09 |
evrardjp | k | 15:09 |
tux__ | if that package is installed already why its saying not installed ??? | 15:09 |
evrardjp | http://git.openstack.org/cgit/openstack/openstack-ansible/tree/playbooks/ceph-install.yml#n87 | 15:10 |
tux__ | I have one more question, when i am deploying Ceph using OSAD, should i run ceph-install.yml playbook first and after that other playbooks like cinder,glance etc to talk to ceph, is that right? | 15:11 |
evrardjp | I have no idea | 15:11 |
tux__ | evrardjp: Hmmm so its there as per your link | 15:11 |
evrardjp | tux__: https://github.com/openstack/openstack-ansible/blob/master/playbooks/setup-infrastructure.yml#L28 | 15:12 |
evrardjp | it should be aprt of your setup-infra | 15:12 |
evrardjp | assuming you're deploying ceph using osa | 15:12 |
tux__ | Yes i am deploying with OSA | 15:12 |
tux__ | When i am running setup-infrastructure playbook i am getting this error http://paste.openstack.org/show/725519/ | 15:13 |
tux__ | that is why i thought i should do ceph-install.yml first me be dependencies issue. | 15:13 |
tux__ | evrardjp: ^^ any idea what may could be wrong here? http://paste.openstack.org/show/725519/ | 15:14 |
*** markvoelker has joined #openstack-ansible | 15:14 | |
*** rmart04 has quit IRC | 15:15 | |
evrardjp | is that happening during glance play tux__ ? | 15:16 |
evrardjp | redeploy your ceph infra with setup-infrastructure.yml | 15:16 |
tux__ | yes when running glance playbook | 15:16 |
evrardjp | or the ceph play directly | 15:16 |
evrardjp | it looks there is an issue there. | 15:16 |
tux__ | I got glance error and stuck so i thought i should run Ceph-install.yml first, that is what i am doing right now | 15:17 |
tux__ | Ans stuck at libselinux-python :( | 15:17 |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone master: Add Ubuntu Bionic 18.04 support https://review.openstack.org/575954 | 15:17 |
tux__ | Similar issue in bug https://bugs.launchpad.net/openstack-ansible/+bug/1747313 | 15:20 |
openstack | Launchpad bug 1747313 in openstack-ansible "openstack-ansible failed to build AIO" [Undecided,Expired] | 15:20 |
tux__ | evrardjp: ^^ | 15:20 |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron master: Install openvswitch packages on 'ml2.ovs.dvr' configuration https://review.openstack.org/581039 | 15:20 |
*** lvdombrkr has quit IRC | 15:22 | |
evrardjp | tux__: I am busy and it's not my knowledge domain, sorry. | 15:25 |
tux__ | evrardjp: np | 15:26 |
tux__ | evrardjp: thanks anyway | 15:26 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: [DNM] Test inventory with static YAML based inventory https://review.openstack.org/581568 | 15:31 |
cloudnull | anyone around want to give this a nudge https://review.openstack.org/#/c/580394/ | 15:32 |
*** throwsb1 has joined #openstack-ansible | 15:32 | |
tux__ | https://dmsimard.com/2016/01/08/selinux-python-virtualenv-chroot-and-ansible-dont-play-nice/ | 15:32 |
tux__ | This could be issue | 15:32 |
odyssey4me | cloudnull: done | 15:32 |
cloudnull | tyvm :) | 15:33 |
dmsimard | I need to update that blog post and clean it up.. | 15:33 |
mgariepy | tux__, you need something like that for the tasks https://github.com/openstack/openstack-ansible-ceph_client/blob/master/tasks/ceph_auth_extra.yml#L35 | 15:36 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_keystone master: Ensure __pycache__ folder is deleted https://review.openstack.org/580408 | 15:37 |
tux__ | mgariepy: hmm! i didn't get it.. where i should put that? | 15:37 |
*** chhagarw has quit IRC | 15:37 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_nova master: Ensure __pycache__ folder is deleted https://review.openstack.org/581768 | 15:38 |
tux__ | I am thinking disabled SELinux on infra nodes and reboot them so move on.. | 15:38 |
mgariepy | ok | 15:38 |
mgariepy | do that then | 15:39 |
tux__ | mgariepy: doing it now but still i would like to know how to do without rebooting anything :) | 15:39 |
evrardjp | cloudnull: could you please let me work on the static inventory? I am busy with it right now -- or we coordinate each other | 15:40 |
evrardjp | but that sounds ineffective if we have two different approaches | 15:40 |
cloudnull | im not stopping you from working on it | 15:40 |
cloudnull | in fact I've reviewed your patches and just asked folks to review them | 15:40 |
evrardjp | yeah | 15:40 |
evrardjp | I just saw the test inventory with static yaml here on top : ) | 15:41 |
cloudnull | yup. replied on that review too | 15:41 |
cloudnull | its all DNM, I just need to make sure a converted inventory works | 15:41 |
cloudnull | which it is in our lab | 15:41 |
odyssey4me | cloudnull: do you have any ideas why https://review.openstack.org/567192 is failing for bionic... looks like it's failing on lxc-container-create, but I have no idea why | 15:42 |
*** chhagarw has joined #openstack-ansible | 15:42 | |
spotz | If anyone is good with OSA and Ceph an email just came through the OPenStack list | 15:42 |
*** radeks has quit IRC | 15:42 | |
cloudnull | odyssey4me no idea. looks like the module itself is failing ? | 15:44 |
*** chyka has joined #openstack-ansible | 15:44 | |
cloudnull | http://logs.openstack.org/08/573508/4/check/openstack-ansible-functional-ubuntu-bionic/8063340/job-output.txt.gz#_2018-07-11_13_44_12_504049 | 15:45 |
cloudnull | just checking another review, it looks like that task is working ? | 15:45 |
odyssey4me | cloudnull: looks like it's running here: http://logs.openstack.org/92/567192/5/check/openstack-ansible-functional-ubuntu-bionic/6682651/job-output.txt.gz#_2018-07-11_09_48_26_860823 | 15:45 |
odyssey4me | then the extra config is added, and the restart fails | 15:46 |
odyssey4me | ja, the lxc-container-create role seems to be working fine... so I'm wondering if there's something missing in the test inventory or something like that | 15:47 |
*** sanjayu_ has quit IRC | 15:54 | |
*** dmsimard has quit IRC | 16:04 | |
*** dmsimard has joined #openstack-ansible | 16:05 | |
*** hachi has joined #openstack-ansible | 16:06 | |
cloudnull | I can go make a bionic vm to go test | 16:06 |
*** jamesdenton has joined #openstack-ansible | 16:08 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_nova master: Ensure python3 compatibility https://review.openstack.org/581767 | 16:10 |
*** smorant has quit IRC | 16:17 | |
andymccr | cloudnull: odyssey4me sounds like the container config is wrong - in bionic its lxc > 3 | 16:19 |
andymccr | and a bunch of opts changed | 16:19 |
andymccr | so if any additional settings are added by rabbit or any other service it'll break | 16:19 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_nova master: Ensure python3 compatibility https://review.openstack.org/581767 | 16:20 |
*** suggestable has quit IRC | 16:20 | |
andymccr | usually its the lxc.aa_profile which changed to lxc.apparmor.profile | 16:20 |
andymccr | there are a few others too though | 16:21 |
*** armaan has quit IRC | 16:21 | |
*** armaan has joined #openstack-ansible | 16:21 | |
odyssey4me | andymccr ok, will take a closer look tomorrow - too tired now | 16:21 |
openstackgerrit | Taseer Ahmed proposed openstack/openstack-ansible-os_blazar master: This patch ensures that the functional tests for Blazar pass. https://review.openstack.org/571388 | 16:22 |
*** epalper has quit IRC | 16:23 | |
*** DanyC has quit IRC | 16:24 | |
*** armaan has quit IRC | 16:25 | |
tux__ | I have disabled SELinux and now getting strange error http://paste.openstack.org/show/725583/ | 16:30 |
tux__ | This is not going good :( | 16:30 |
*** nurdie has joined #openstack-ansible | 16:31 | |
*** radeks has joined #openstack-ansible | 16:31 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_nova master: Ensure python3 compatibility https://review.openstack.org/581767 | 16:33 |
tux__ | full debug error http://paste.openstack.org/show/725585/ | 16:36 |
*** poul_ has quit IRC | 16:37 | |
*** hachi has quit IRC | 16:40 | |
*** markvoelker has quit IRC | 16:52 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible master: Skip provider_networks module if possible https://review.openstack.org/581802 | 16:55 |
*** sew1 has quit IRC | 16:57 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_neutron master: Ensure __pycache__ folder is deleted https://review.openstack.org/581804 | 16:58 |
openstackgerrit | Frank Zhang proposed openstack/openstack-ansible master: Add aio host conf for barbican role https://review.openstack.org/579284 | 16:58 |
openstackgerrit | Frank Zhang proposed openstack/openstack-ansible master: Add aio host conf for barbican role https://review.openstack.org/579284 | 17:00 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_neutron master: Ensure __pycache__ folder is deleted https://review.openstack.org/581804 | 17:02 |
*** udesale has quit IRC | 17:04 | |
*** admin0 has joined #openstack-ansible | 17:10 | |
*** admin0 is now known as a0 | 17:10 | |
*** a0 is now known as admin0 | 17:10 | |
*** tux_ has joined #openstack-ansible | 17:11 | |
*** tux__ has quit IRC | 17:13 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_heat master: Ensure __pycache__ folder is deleted https://review.openstack.org/581806 | 17:20 |
*** markvoelker has joined #openstack-ansible | 17:24 | |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron master: vars: Add missing 'neutron-metering-agent' package https://review.openstack.org/580739 | 17:25 |
*** armaan has joined #openstack-ansible | 17:27 | |
*** sew has joined #openstack-ansible | 17:31 | |
*** armaan has quit IRC | 17:31 | |
*** armaan has joined #openstack-ansible | 17:32 | |
*** electrofelix has quit IRC | 17:35 | |
odyssey4me | I'm out for the day - cheers folks! | 17:39 |
*** mattinator has joined #openstack-ansible | 17:54 | |
*** armaan has quit IRC | 17:54 | |
*** komish has joined #openstack-ansible | 17:55 | |
*** BeardedTraveler has joined #openstack-ansible | 17:57 | |
*** chhagarw has quit IRC | 17:58 | |
*** mattinator has quit IRC | 17:59 | |
*** poopcat has joined #openstack-ansible | 18:03 | |
tux_ | In ceph container why SELinux is enables? | 18:04 |
tux_ | ostack-controller-03_ceph-mon_container-f1024d18 | 18:04 |
tux_ | SELINUX=enforcing | 18:04 |
openstackgerrit | Dmitriy R. proposed openstack/openstack-ansible-os_masakari master: Added required defaults, env example, Manage LB hook https://review.openstack.org/581459 | 18:10 |
komish | Hi! need some help confirming the purpose of the nova.conf 'host_subset_size' directive. It seems like it's the configurable to determine how many of the returned, filtered hosts (from scheduler) are actually in the running to schedule an instance. That value looks hard-coded in the os_nova role to 10, though. Would it be beneficial to add logic to that based on compute counts? | 18:10 |
komish | or am I misunderstanding that directive | 18:10 |
mgariepy | komish, https://github.com/openstack/openstack-ansible-os_nova/blob/master/templates/nova.conf.j2#L328 | 18:18 |
mgariepy | you can change it with nova_scheduler_host_subset_size variable. | 18:19 |
komish | Right - looking to see if logic should be added to the default value to be more efficient out of the box? | 18:20 |
mgariepy | well it depends what is your scheduling policy.. if you wnat to stack instances instead of spreading .. | 18:21 |
mgariepy | and depending also how many host you have. | 18:21 |
komish | ah ok, I wasn't taking scheduling policy discrepancies into account | 18:23 |
*** hachi has joined #openstack-ansible | 18:24 | |
komish | I was assuming spreading scenarios, I see other logic that takes the count of hosts in the groups['nova_compute'] into account and was thinking something similar could be done here | 18:25 |
komish | https://github.com/openstack/openstack-ansible-os_nova/blob/master/defaults/main.yml#L379 | 18:25 |
komish | makes sense though, thanks! | 18:25 |
openstackgerrit | Merged openstack/openstack-ansible master: Do not run tasks for containers when on metal https://review.openstack.org/580365 | 18:25 |
*** poul has joined #openstack-ansible | 18:25 | |
*** poul_ has joined #openstack-ansible | 18:27 | |
*** admin0 has quit IRC | 18:28 | |
*** poul has quit IRC | 18:30 | |
*** poul_ has quit IRC | 18:33 | |
tux_ | Little progress... You have to disabled SELinux on deployment node (from where you running OSA) | 18:35 |
tux_ | Now i am seeing this error http://paste.openstack.org/show/725593/ | 18:35 |
tux_ | why its trying to install ceph_release_num.jewel ? | 18:36 |
*** sew has quit IRC | 18:41 | |
*** poul has joined #openstack-ansible | 18:49 | |
openstackgerrit | Dmitriy R. proposed openstack/openstack-ansible-os_masakari master: Added required defaults, env example, Manage LB hook https://review.openstack.org/581459 | 18:49 |
*** poul has quit IRC | 18:53 | |
*** poul has joined #openstack-ansible | 18:58 | |
*** poul has quit IRC | 19:03 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: [DNM] Test inventory with static YAML based inventory https://review.openstack.org/581568 | 19:11 |
*** radeks has quit IRC | 19:12 | |
openstackgerrit | Guilherme Steinmuller Pimentel proposed openstack/openstack-ansible-os_monasca master: [WIP] Fix monasca https://review.openstack.org/578721 | 19:13 |
guilhermesp | evrardjp: ^^ | 19:14 |
guilhermesp | seems that now we are going to have all green in zuul, finally :D | 19:14 |
cloudnull | very nice! | 19:16 |
*** poul has joined #openstack-ansible | 19:16 | |
guilhermesp | hearing beatles and watching england match was certainly determinant :) | 19:18 |
*** poul has quit IRC | 19:20 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Update all SHAs for milestone 3 https://review.openstack.org/574006 | 19:27 |
openstackgerrit | Merged openstack/openstack-ansible-repo_server master: Add release notes link to README https://review.openstack.org/578702 | 19:28 |
openstackgerrit | Merged openstack/openstack-ansible-os_glance master: Add source code repository notes link to README https://review.openstack.org/579416 | 19:30 |
tux_ | Why my container failed to start after reboot infra node | 19:30 |
tux_ | http://paste.openstack.org/show/725597/ | 19:30 |
openstackgerrit | Merged openstack/openstack-ansible-ceph_client master: Add source code repository notes link to README https://review.openstack.org/579464 | 19:31 |
openstackgerrit | Merged openstack/openstack-ansible-os_zun master: Make the project home link in next line https://review.openstack.org/580854 | 19:31 |
openstackgerrit | Merged openstack/openstack-ansible-os_horizon master: Add source code repository notes link to README https://review.openstack.org/579421 | 19:31 |
openstackgerrit | Merged openstack/openstack-ansible-galera_client master: Add source code repository notes link to README https://review.openstack.org/579711 | 19:31 |
tux_ | look like doesn't have network there http://paste.openstack.org/show/725598/ | 19:32 |
openstackgerrit | Merged openstack/openstack-ansible-os_heat master: Add source code repository notes link to README https://review.openstack.org/579419 | 19:32 |
tux_ | cloudnull: ^^ | 19:32 |
openstackgerrit | Merged openstack/openstack-ansible-os_searchlight master: Update the project home to https https://review.openstack.org/580856 | 19:33 |
openstackgerrit | Merged openstack/openstack-ansible-os_gnocchi master: Add source code repository notes link to README https://review.openstack.org/579417 | 19:33 |
openstackgerrit | Merged openstack/openstack-ansible-os_gnocchi master: Update the project home to https https://review.openstack.org/580861 | 19:33 |
*** poul has joined #openstack-ansible | 19:33 | |
cloudnull | tux_ start the container in the foreground | 19:33 |
openstackgerrit | Merged openstack/openstack-ansible-os_ceilometer master: Optimize the link address in docs https://review.openstack.org/579768 | 19:34 |
openstackgerrit | Merged openstack/openstack-ansible-os_blazar master: Update the project home to https https://review.openstack.org/580863 | 19:35 |
openstackgerrit | Merged openstack/openstack-ansible-os_panko master: Update the project home to https https://review.openstack.org/580857 | 19:35 |
tux_ | cloudnull: here is the result http://paste.openstack.org/show/725599/ | 19:35 |
cloudnull | looks like br-storage"is down ? | 19:36 |
tux_ | on host machine ? | 19:36 |
cloudnull | yup | 19:36 |
tux_ | hmmm! i think so | 19:36 |
openstackgerrit | Merged openstack/openstack-ansible-memcached_server master: Add source code repository notes link to README https://review.openstack.org/579715 | 19:36 |
tux_ | let me dig thanks for tips :) | 19:36 |
cloudnull | anytime | 19:36 |
openstackgerrit | Merged openstack/openstack-ansible-os_heat master: Update the project home to https https://review.openstack.org/580859 | 19:36 |
openstackgerrit | Merged openstack/openstack-ansible-ops master: Pin get-pip.py to 3.2 https://review.openstack.org/580407 | 19:37 |
*** poul has quit IRC | 19:38 | |
openstackgerrit | Merged openstack/openstack-ansible-os_aodh master: Update the project home to https https://review.openstack.org/580864 | 19:39 |
openstackgerrit | Merged openstack/openstack-ansible-os_glance master: Update the project home to https https://review.openstack.org/580862 | 19:39 |
openstackgerrit | Merged openstack/openstack-ansible-rabbitmq_server master: Update the project home to https https://review.openstack.org/580853 | 19:39 |
tux_ | cloudnull: br-storage is public network for ceph right? | 19:39 |
cloudnull | its normally the internal network for your stroage traffic | 19:39 |
tux_ | so all container can access ceph | 19:39 |
openstackgerrit | Merged openstack/openstack-ansible-os_masakari master: Update the project home to https https://review.openstack.org/580858 | 19:40 |
tux_ | in Ceph we have two network public / cluster network | 19:40 |
tux_ | which one should map with br-storage? | 19:40 |
tux_ | I think br-storage <<-should map with-->> Public network of Ceph, correct me if i am wrong | 19:41 |
*** cjloader has quit IRC | 19:41 | |
tux_ | cloudnull: ^^ | 19:42 |
*** cjloader has joined #openstack-ansible | 19:42 | |
cloudnull | if its ceph, i really have no idea. | 19:42 |
tux_ | hmm! | 19:43 |
cloudnull | i use br-storage to isolate all storage related traffic to a specific bond | 19:43 |
cloudnull | in my case a lot time that's iscsi | 19:43 |
tux_ | I think i get it br-storage is where all application access storage (which is public network of ceph) | 19:43 |
cloudnull | going back to some collection of cinder nodes. | 19:43 |
tux_ | Ceph has Cluster network also which is replication network where it sync data between all osd | 19:44 |
openstackgerrit | Merged openstack/openstack-ansible-repo_server master: fix tox python3 overrides https://review.openstack.org/580079 | 19:48 |
openstackgerrit | Merged openstack/openstack-ansible-pip_install master: Trivial: Fix the pep8 warning https://review.openstack.org/576786 | 19:48 |
openstackgerrit | Merged openstack/openstack-ansible-pip_install master: fix tox python3 overrides https://review.openstack.org/580074 | 19:48 |
openstackgerrit | Merged openstack/openstack-ansible-plugins master: fix tox python3 overrides https://review.openstack.org/580075 | 19:48 |
*** poul has joined #openstack-ansible | 19:51 | |
*** vakuznet has quit IRC | 19:52 | |
openstackgerrit | Merged openstack/openstack-ansible-repo_build master: Pin get-pip.py to 3.2 https://review.openstack.org/580409 | 19:53 |
openstackgerrit | Merged openstack/openstack-ansible-plugins master: Add Bionic testing https://review.openstack.org/567044 | 19:53 |
*** gkadam has quit IRC | 19:54 | |
*** poul has quit IRC | 19:55 | |
*** TxGirlGeek has quit IRC | 19:59 | |
tux_ | https://github.com/openstack/openstack-ansible/blob/master/etc/openstack_deploy/user_variables.yml.prod-ceph.example | 19:59 |
tux_ | Why OSA has public_network is container network? | 19:59 |
openstackgerrit | Merged openstack/openstack-ansible-repo_build master: fix tox python3 overrides https://review.openstack.org/580077 | 19:59 |
tux_ | That could be wrong | 19:59 |
*** cjloader has quit IRC | 20:03 | |
openstackgerrit | Merged openstack/openstack-ansible-os_horizon master: Trivial: Fix the pep8 warning https://review.openstack.org/576779 | 20:03 |
openstackgerrit | Merged openstack/openstack-ansible-os_horizon master: Update the project home to https https://review.openstack.org/580860 | 20:03 |
*** Dmitriy has joined #openstack-ansible | 20:05 | |
Dmitriy | I've got several questions about the future of the project. We're going to write a role for installing masakari monitors and pacemaker, so I'm interested in your vision of how it should be made and if you were planning to implement this features within this role (or this should be implemented within another role). | 20:05 |
Dmitriy | So probably I may write to some IRC or whatever to get more info about your vision? | 20:05 |
Dmitriy | Thanks in advance. | 20:05 |
*** TxGirlGeek has joined #openstack-ansible | 20:05 | |
Dmitriy | I was talking about openstack-ansible-os_masakari | 20:06 |
*** cjloader_ has joined #openstack-ansible | 20:08 | |
openstackgerrit | Merged openstack/openstack-ansible-os_trove master: Update to use oslo.messaging service for RPC and Notify https://review.openstack.org/574789 | 20:09 |
openstackgerrit | Merged openstack/openstack-ansible-os_trove master: Make the project home link in next line https://review.openstack.org/580855 | 20:09 |
openstackgerrit | Merged openstack/openstack-ansible-os_cloudkitty master: Update the default collector https://review.openstack.org/570558 | 20:09 |
openstackgerrit | Merged openstack/openstack-ansible-os_sahara master: Revert "Disable keystone_authtoken/service_token_roles_required for now" https://review.openstack.org/581674 | 20:10 |
openstackgerrit | Merged openstack/openstack-ansible-tests master: fix tox python3 overrides https://review.openstack.org/579802 | 20:13 |
openstackgerrit | Merged openstack/openstack-ansible-os_glance master: fix tox python3 overrides https://review.openstack.org/580020 | 20:16 |
openstackgerrit | Merged openstack/openstack-ansible-galera_server master: Add source code repository notes link to README https://review.openstack.org/579712 | 20:21 |
openstackgerrit | Merged openstack/openstack-ansible-os_nova master: fix tox python3 overrides https://review.openstack.org/580925 | 20:24 |
openstackgerrit | Merged openstack/openstack-ansible-os_sahara master: fix tox python3 overrides https://review.openstack.org/580064 | 20:27 |
openstackgerrit | Merged openstack/openstack-ansible-os_nova master: Run "nova-status upgrade check" during install and upgrade https://review.openstack.org/575125 | 20:36 |
*** spsurya_ has quit IRC | 20:36 | |
*** hachi has quit IRC | 20:44 | |
*** poul has joined #openstack-ansible | 20:45 | |
*** ansmith has quit IRC | 20:45 | |
*** sew has joined #openstack-ansible | 20:47 | |
*** admin0 has joined #openstack-ansible | 20:49 | |
*** poul has quit IRC | 20:49 | |
openstackgerrit | Antony Messerli proposed openstack/openstack-ansible-ops master: Make space for Cinder/Swift nodes if using nspawn https://review.openstack.org/581883 | 20:55 |
*** poul has joined #openstack-ansible | 21:03 | |
*** poul has quit IRC | 21:07 | |
*** sew has quit IRC | 21:09 | |
*** cmart has quit IRC | 21:12 | |
tux_ | Open question, do i need to define "ceph_conf_file:" https://docs.openstack.org/openstack-ansible-ceph_client/newton/configure-ceph.html | 21:12 |
tux_ | because it seems OSA complaining didn't find ceph.conf file | 21:13 |
*** poul has joined #openstack-ansible | 21:20 | |
*** poul has quit IRC | 21:25 | |
*** BeardedTraveler has quit IRC | 21:29 | |
*** poul has joined #openstack-ansible | 21:29 | |
*** poul has quit IRC | 21:34 | |
tux_ | cloudnull: I have destroy container and now trying to create but getting this error http://paste.openstack.org/show/725601/ | 21:40 |
*** harryhuang_ has quit IRC | 21:40 | |
*** jwitko_ has joined #openstack-ansible | 21:42 | |
*** jwitko has quit IRC | 21:46 | |
*** poul has joined #openstack-ansible | 21:47 | |
*** jwitko_ has quit IRC | 21:47 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-plugins master: Correct severe performance problem https://review.openstack.org/581893 | 21:51 |
logan- | cloudnull: ORLY | 21:52 |
cloudnull | yup | 21:52 |
cloudnull | deploying rocky to ~50 hosts | 21:52 |
cloudnull | SUPER SLOW | 21:52 |
*** poul has quit IRC | 21:52 | |
logan- | hmmm sadly i think this will break delegation | 21:54 |
logan- | iirc thats the reason we have to build that physical_host_addrs list | 21:55 |
cloudnull | it should still pull the physical host for the task and target host | 21:55 |
logan- | ok | 21:55 |
cloudnull | though if it breaks | 21:55 |
cloudnull | i'll have to try something else. | 21:55 |
cloudnull | but 5min vs 37min to run openstack-host-setup | 21:56 |
antonym | cloudnull: was giving nspawn a try on an mnaio and had a few containers fail to spawn during the initial create, any known issues there? | 21:56 |
cloudnull | nothing that im aware of | 21:56 |
cloudnull | though there may be something that needs to be tweeked. | 21:57 |
*** poul has joined #openstack-ansible | 21:57 | |
antonym | hmmm, ok, will give it another attempt, also put up a review to get swift/cinder working on an mnaio with container_tech=nspawn | 21:58 |
DimGR | cloudnull ping | 21:59 |
antonym | it had a few failures to create on some but kept continuing the deployment, thought it would usually just fail at that point | 21:59 |
DimGR | regarding yesterday's magnum issue , i believe the problem is with his networking . | 22:00 |
*** nurdie has quit IRC | 22:01 | |
*** poul has quit IRC | 22:01 | |
*** nurdie has joined #openstack-ansible | 22:01 | |
*** cmart has joined #openstack-ansible | 22:02 | |
*** nurdie has quit IRC | 22:06 | |
*** tux_ has quit IRC | 22:09 | |
*** ansmith has joined #openstack-ansible | 22:11 | |
*** poul has joined #openstack-ansible | 22:14 | |
*** poul has quit IRC | 22:19 | |
*** kstev has quit IRC | 22:21 | |
*** cmart has quit IRC | 22:27 | |
cloudnull | logan- http://paste.openstack.org/show/725604/ - testing with that little playbook it seems like it's working. | 22:32 |
*** poul has joined #openstack-ansible | 22:32 | |
cloudnull | do you have a test I could run to make sure? | 22:32 |
cloudnull | DimGR just an issue with not having the interenal network available to the heat containers ? | 22:33 |
cloudnull | or something else? | 22:33 |
openstackgerrit | Merged openstack/openstack-ansible master: On container destroy remove container journal https://review.openstack.org/580474 | 22:35 |
openstackgerrit | Merged openstack/openstack-ansible master: Fix the reno usage https://review.openstack.org/580812 | 22:35 |
openstackgerrit | Merged openstack/openstack-ansible master: Fix the default-variables line for firewalls https://review.openstack.org/580811 | 22:35 |
openstackgerrit | Merged openstack/openstack-ansible stable/queens: Install gnocchi before ceilometer https://review.openstack.org/580376 | 22:35 |
*** mattinator has joined #openstack-ansible | 22:36 | |
*** poul has quit IRC | 22:36 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-plugins master: Correct severe performance problem https://review.openstack.org/581893 | 22:41 |
*** poul has joined #openstack-ansible | 22:50 | |
openstackgerrit | Merged openstack/openstack-ansible stable/pike: Install gnocchi before ceilometer https://review.openstack.org/580375 | 22:50 |
openstackgerrit | Merged openstack/openstack-ansible stable/ocata: Install gnocchi before ceilometer https://review.openstack.org/580565 | 22:50 |
*** TxGirlGeek has quit IRC | 22:50 | |
*** poul has quit IRC | 22:54 | |
*** TxGirlGeek has joined #openstack-ansible | 22:55 | |
antonym | cloudnull: second attempt created them all fine this time... heh | 22:56 |
*** TxGirlGeek has quit IRC | 22:58 | |
*** throwsb1 has quit IRC | 23:02 | |
*** KeithMnemonic has quit IRC | 23:07 | |
*** poul has joined #openstack-ansible | 23:07 | |
*** poul has quit IRC | 23:12 | |
antonym | cloudnull: actually i take that back, but it appears that the mv-storage isn't present when it tries to start things, seems like it's glance/swift/cinder apis not firing up | 23:13 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-plugins master: Correct severe performance problem https://review.openstack.org/581893 | 23:16 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-plugins master: Correct severe performance problem https://review.openstack.org/581893 | 23:17 |
*** admin0 has quit IRC | 23:18 | |
cloudnull | antonym is br-storage present on those hosts? | 23:22 |
antonym | yeah | 23:22 |
cloudnull | check the oneshot service nspawn-macvlan ? | 23:22 |
cloudnull | maybe restart it | 23:22 |
*** poul has joined #openstack-ansible | 23:25 | |
antonym | https://gist.github.com/antonym/9c5c55b3d6ba169e07ae90c9783675d7 guess it's just not picking up storage? | 23:25 |
*** tux_ has joined #openstack-ansible | 23:26 | |
*** poul has quit IRC | 23:29 | |
*** chyka has quit IRC | 23:30 | |
*** tux_ has quit IRC | 23:31 | |
cloudnull | is that network in your openstack_user_config ? | 23:32 |
openstackgerrit | Merged openstack/openstack-ansible master: Fix IP lookup when no container_networks https://review.openstack.org/581339 | 23:35 |
*** tosky has quit IRC | 23:35 | |
antonym | cloudnull: it's just the default one from MNAIO: https://github.com/openstack/openstack-ansible-ops/blob/master/multi-node-aio/playbooks/osa/openstack_user_config.yml#L60 | 23:40 |
cloudnull | mind running nspawn-hosts again and seeing if it changes that? | 23:45 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-plugins master: Correct severe performance problem https://review.openstack.org/581893 | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!