*** vnogin has joined #openstack-ansible | 00:00 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Split the container and host variable files https://review.openstack.org/554383 | 00:03 |
---|---|---|
*** vnogin has quit IRC | 00:05 | |
*** flemingo has joined #openstack-ansible | 00:08 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Convert lxc_hosts role to use simple download URL https://review.openstack.org/554003 | 00:12 |
*** flemingo has quit IRC | 00:13 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Split the container and host variable files https://review.openstack.org/554383 | 00:13 |
*** michealb has quit IRC | 00:15 | |
*** michealb has joined #openstack-ansible | 00:16 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Split the container and host variable files https://review.openstack.org/554383 | 00:22 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create master: Allow deployers to define the type to use https://review.openstack.org/554389 | 00:30 |
*** flemingo has joined #openstack-ansible | 00:30 | |
*** flemingo has quit IRC | 00:34 | |
*** TxGirlGeek has quit IRC | 00:36 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Convert lxc_hosts role to use simple download URL https://review.openstack.org/554003 | 00:38 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Split the container and host variable files https://review.openstack.org/554383 | 00:42 |
*** flemingo has joined #openstack-ansible | 00:43 | |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_networkd master: Add base role tests https://review.openstack.org/554350 | 00:44 |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_mount master: Add base role tests https://review.openstack.org/554349 | 00:45 |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_service master: Add base role tests https://review.openstack.org/554348 | 00:45 |
*** flemingo has quit IRC | 00:48 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create master: Allow deployers to define the type to use https://review.openstack.org/554389 | 00:49 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-plugins master: Add tests for container_user connection attribute https://review.openstack.org/554277 | 00:49 |
cloudnull | oh cool! the systemd roles are imported :) | 00:49 |
logan- | yeah :P | 00:49 |
logan- | i already moved over all of my pull requests https://review.openstack.org/#/q/project:openstack/ansible-role-systemd_networkd but trying to get testing working first | 00:50 |
logan- | https://review.openstack.org/#/q/status:open+project:%255Eopenstack/ansible-role-systemd.*+(topic:gitreview+OR+topic:zuul) | 00:50 |
logan- | if we can get the gitreview ones merged that would be helpful | 00:50 |
logan- | ty | 00:51 |
cloudnull | logan-: https://review.openstack.org/#/c/554344 - those handlers are used when the mount has a state of absent | 00:53 |
logan- | that is the networkd role | 00:54 |
logan- | they aren't used anywhere in there afaik | 00:54 |
cloudnull | oh, so it is :) | 00:54 |
openstackgerrit | Merged openstack/ansible-role-systemd_service master: Fix gitreview repo name https://review.openstack.org/554337 | 00:54 |
* cloudnull goes and has a nice glass of "shut the hell up". | 00:55 | |
openstackgerrit | Merged openstack/ansible-role-systemd_mount master: Fix gitreview repo name https://review.openstack.org/554336 | 00:55 |
logan- | haha no worries. i always do that stuff starting new roles :P | 00:56 |
logan- | the networkd role works nice though | 00:57 |
logan- | except networkd doesn't support half of what i need to do.... so getting off ENI involves moving half of my networking into systemd_service definitions :/ | 00:57 |
cloudnull | yea it worked pretty well. I'm hoping that it'll give us a nice jump start on bionic . | 00:58 |
logan- | also it seems like it doesnt enforce state on managed interfaces very well in xenial | 00:58 |
*** odyssey4me has quit IRC | 00:59 | |
*** odyssey4me has joined #openstack-ansible | 00:59 | |
logan- | apparently systemd changed it in 228 so it is supposed to ie remove ips from managed interfaces if they are removed from the .network file, but on xenial they just stay there | 00:59 |
logan- | and xenial is on 229 so idk why | 00:59 |
cloudnull | yea there are some rough edges with networkd yet, but its getting there. | 00:59 |
logan- | yeah | 01:00 |
cloudnull | 230+ solves some of that | 01:00 |
logan- | i wish there was some conditional logic | 01:00 |
cloudnull | I did this thing while at the ptg https://review.openstack.org/#/c/549007/2/templates/test-networks.service.j2 | 01:00 |
cloudnull | for the test repo , though I think now I'll just convert it to the networkd role | 01:00 |
logan- | i use BindsTo in service units to bring anycast interfaces up/down if the anycasted service (ie haproxy) dies | 01:01 |
cloudnull | ah cool! | 01:01 |
logan- | unfortunately cant move those anycast interfaces to networkd yet because it has no abilities like that yet | 01:01 |
cloudnull | hopefully soon :) | 01:02 |
logan- | yup | 01:02 |
logan- | that ptg example is similar to what ive got | 01:02 |
logan- | https://github.com/Logan2211/ansible-systemd_anycast/blob/master/templates/anycast-interface.service.j2 | 01:02 |
logan- | im going to work on switching that oneshot service to use systemd_service role instead though | 01:03 |
cloudnull | that's awesome ! | 01:06 |
cloudnull | great minds :) | 01:06 |
*** flemingo has joined #openstack-ansible | 01:06 | |
cloudnull | the oneshot service type is super useful. | 01:07 |
logan- | yeah and the stuff you can do with the various dependency hooks is really handy | 01:07 |
logan- | like the way that anycasted service works, it won't start until the bindsto service is started, and it will automatically stop if the bindsto service stops | 01:08 |
logan- | works great for automatically tearing down the bgp advert if the service breaks | 01:08 |
logan- | or restarts etc | 01:08 |
cloudnull | ++ | 01:09 |
cloudnull | any idea why this might be happening with the lxc images reverse proxy http://logs.openstack.org/03/554003/29/check/openstack-ansible-lxc-dir-opensuse-423/2d1737a/logs/host/aria2c-image-prestage.log.txt.gz ? | 01:10 |
cloudnull | getting a 403 ? | 01:10 |
cloudnull | i gotta run, dinner time, brb | 01:10 |
*** flemingo has quit IRC | 01:12 | |
openstackgerrit | Merged openstack/ansible-role-systemd_networkd master: Fix gitreview repo name https://review.openstack.org/554335 | 01:15 |
openstackgerrit | Merged openstack/ansible-role-systemd_networkd master: Remove unused handlers https://review.openstack.org/554344 | 01:15 |
logan- | hmm no but i wonder if it is the upstream server or the reverse proxy doing that | 01:15 |
*** michealb has quit IRC | 01:16 | |
*** michealb has joined #openstack-ansible | 01:17 | |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_mount master: Add base role tests https://review.openstack.org/554349 | 01:20 |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_networkd master: Add base role tests https://review.openstack.org/554350 | 01:20 |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_service master: Add base role tests https://review.openstack.org/554348 | 01:20 |
*** flemingo has joined #openstack-ansible | 01:23 | |
*** flemingo has quit IRC | 01:27 | |
*** alefra has quit IRC | 01:29 | |
*** galstrom_zzz is now known as galstrom | 01:35 | |
*** flemingo has joined #openstack-ansible | 01:37 | |
cloudnull | logan-: its looks like the reverse proxy. | 01:41 |
cloudnull | when I hit the proxy locally it works fine for both the us and uk urls | 01:41 |
cloudnull | but internally it seems to hate me. | 01:41 |
*** flemingo has quit IRC | 01:42 | |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_service master: Add base role tests https://review.openstack.org/554348 | 01:46 |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_networkd master: Add base role tests https://review.openstack.org/554350 | 01:46 |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_mount master: Add base role tests https://review.openstack.org/554349 | 01:46 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Convert lxc_hosts role to use simple download URL https://review.openstack.org/554003 | 01:47 |
logan- | cloudnull: are you seeing it only on the ovh mirror proxy? | 01:47 |
logan- | or others too? | 01:47 |
cloudnull | no. it seems to be anytime the reverse proxy is directly used. | 01:47 |
logan- | hmm | 01:48 |
cloudnull | changed it back to the default functionality URL instead of following the redirect, maybe that'll help | 01:48 |
cloudnull | but if i can get that work, then https://review.openstack.org/#/c/554389 will work | 01:50 |
cloudnull | and nirvana :) | 01:50 |
cloudnull | not to say that we'd want to start using various containers together within the same deployment, but we could. | 01:50 |
cloudnull | locally `openstack-ansible containers-deploy.yml -e lxc_user_defined_container=suse-42.yml` on a ubuntu host works great | 01:51 |
cloudnull | suse utility, cent galera, ubuntu openstack all working together. on the same host. | 01:52 |
*** flemingo has joined #openstack-ansible | 01:52 | |
logan- | nice | 01:52 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-os_keystone master: Convert role to use a common systemd init role https://review.openstack.org/552914 | 01:55 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-os_glance master: Convert role to use a common systemd init role https://review.openstack.org/551053 | 01:57 |
*** flemingo has quit IRC | 01:57 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-os_glance master: Convert systemd mount to use a common role https://review.openstack.org/552185 | 01:57 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-os_glance master: Convert systemd mount to use a common role https://review.openstack.org/552185 | 01:58 |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_mount master: Add base role tests https://review.openstack.org/554349 | 01:58 |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_service master: Add base role tests https://review.openstack.org/554348 | 01:59 |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_networkd master: Add base role tests https://review.openstack.org/554350 | 01:59 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-os_aodh master: Convert role to use a common systemd init role https://review.openstack.org/552062 | 01:59 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-os_barbican master: Convert role to use a common systemd init role https://review.openstack.org/552071 | 02:00 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-os_nova master: Convert role to use a common systemd init role https://review.openstack.org/466179 | 02:01 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Convert role to use a common systemd role(s) https://review.openstack.org/552047 | 02:03 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Converge distro interfaces to systemd-networkd https://review.openstack.org/552721 | 02:07 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Convert role to use a common systemd role(s) https://review.openstack.org/552047 | 02:07 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Converge distro interfaces to systemd-networkd https://review.openstack.org/552721 | 02:08 |
*** flemingo has joined #openstack-ansible | 02:08 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Use production like interfaces in the gate https://review.openstack.org/553636 | 02:09 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: zuul: Make openSUSE a voting job https://review.openstack.org/552977 | 02:09 |
cloudnull | alright, sorry for all the spam. | 02:09 |
cloudnull | much rebasing | 02:09 |
*** galstrom is now known as galstrom_zzz | 02:12 | |
*** flemingo has quit IRC | 02:13 | |
*** chyka_ has joined #openstack-ansible | 02:15 | |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_networkd master: Add base role tests https://review.openstack.org/554350 | 02:17 |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_service master: Add base role tests https://review.openstack.org/554348 | 02:17 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Convert lxc_hosts role to use simple download URL https://review.openstack.org/554003 | 02:18 |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_mount master: Add base role tests https://review.openstack.org/554349 | 02:18 |
*** chyka has quit IRC | 02:18 | |
cloudnull | logan-: have you seen http://logs.openstack.org/21/552721/11/check/openstack-ansible-deploy-aio_lxc-ubuntu-xenial/9e6aeea/job-output.txt.gz#_2018-03-20_02_19_24_496131 in the networkd role ? | 02:21 |
*** chyka_ has quit IRC | 02:22 | |
*** sawblade_ has joined #openstack-ansible | 02:24 | |
cloudnull | nevermind you already fixed it | 02:24 |
*** sawblade6 has quit IRC | 02:27 | |
openstackgerrit | Merged openstack/ansible-role-systemd_networkd master: Correctly support list of string prefixes https://review.openstack.org/554340 | 02:28 |
openstackgerrit | Merged openstack/ansible-role-systemd_networkd master: Use the correct var to calculate address prefix https://review.openstack.org/554342 | 02:28 |
*** jbadiapa has quit IRC | 02:29 | |
*** dave-mccowan has quit IRC | 02:31 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-os_keystone master: Convert role to use a common systemd init role https://review.openstack.org/552914 | 02:32 |
*** flemingo has joined #openstack-ansible | 02:35 | |
logan- | yeah :) | 02:39 |
*** flemingo has quit IRC | 02:39 | |
*** yolanda has quit IRC | 02:44 | |
*** galstrom_zzz is now known as galstrom | 02:44 | |
*** flemingo has joined #openstack-ansible | 02:44 | |
*** yolanda has joined #openstack-ansible | 02:45 | |
*** flemingo has quit IRC | 02:48 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible-tests master: Add systemd roles to required projects https://review.openstack.org/554402 | 02:49 |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_mount master: Add base role tests https://review.openstack.org/554349 | 02:49 |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_service master: Add base role tests https://review.openstack.org/554348 | 02:49 |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_networkd master: Add base role tests https://review.openstack.org/554350 | 02:50 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Convert lxc_hosts role to use simple download URL https://review.openstack.org/554003 | 02:50 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Convert lxc_hosts role to use simple download URL https://review.openstack.org/554003 | 02:52 |
*** yolanda has quit IRC | 02:53 | |
*** yolanda has joined #openstack-ansible | 02:54 | |
*** flemingo has joined #openstack-ansible | 02:58 | |
*** flemingo has quit IRC | 03:03 | |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_networkd master: Add base role tests https://review.openstack.org/554350 | 03:05 |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_mount master: Add base role tests https://review.openstack.org/554349 | 03:07 |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_service master: Add base role tests https://review.openstack.org/554348 | 03:07 |
*** zerick has quit IRC | 03:14 | |
*** zerick has joined #openstack-ansible | 03:18 | |
*** flemingo has joined #openstack-ansible | 03:19 | |
*** zerick has quit IRC | 03:20 | |
logan- | cloudnull: http://logs.openstack.org/50/554350/8/check/openstack-ansible-functional-centos-7/18759d0/job-output.txt.gz#_2018-03-20_03_18_41_124202 | 03:21 |
logan- | orly? | 03:21 |
cloudnull | yea, centos requires the package systemd-networkd and systemd-resolvd to be installed | 03:22 |
cloudnull | https://review.openstack.org/#/c/552721/11/tests/roles/bootstrap-host/vars/redhat.yml | 03:22 |
logan- | ah ok | 03:23 |
*** flemingo has quit IRC | 03:23 | |
*** chyka has joined #openstack-ansible | 03:23 | |
logan- | so all 3 roles are to a point now where they execute a basic playbook with no config so all of the tasks just skip. any ideas for some simple baseline testing on _mount and _service? network should be easy enough just not sure about the other 2 | 03:24 |
cloudnull | for mount we could do something like https://review.openstack.org/#/c/552047/26/tests/roles/bootstrap-host/tasks/prepare_loopback_swift.yml | 03:26 |
cloudnull | maybe https://review.openstack.org/#/c/552047/26/tests/roles/bootstrap-host/tasks/prepare_loopback_swap.yml too given that swap is a special case mount | 03:26 |
*** chyka has quit IRC | 03:28 | |
cloudnull | service we could probably do a oneshot service and some bogus service using a while loop ? | 03:28 |
*** flemingo has joined #openstack-ansible | 03:30 | |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_networkd master: Install required distro packages on RHEL https://review.openstack.org/554408 | 03:31 |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_networkd master: Add base role tests https://review.openstack.org/554350 | 03:31 |
*** michealb has quit IRC | 03:33 | |
logan- | ok cool that looks easy enough on mount | 03:34 |
*** michealb has joined #openstack-ansible | 03:34 | |
*** flemingo has quit IRC | 03:35 | |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_service master: Add base role tests https://review.openstack.org/554348 | 03:39 |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_networkd master: Add base role tests https://review.openstack.org/554350 | 03:40 |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_mount master: Add base role tests https://review.openstack.org/554349 | 03:41 |
*** flemingo has joined #openstack-ansible | 03:49 | |
*** galstrom is now known as galstrom_zzz | 03:51 | |
*** flemingo has quit IRC | 03:53 | |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_mount master: Add base role tests https://review.openstack.org/554349 | 04:00 |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_service master: Add base role tests https://review.openstack.org/554348 | 04:01 |
*** vnogin has joined #openstack-ansible | 04:01 | |
*** flemingo has joined #openstack-ansible | 04:03 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Convert lxc_hosts role to use simple download URL https://review.openstack.org/554003 | 04:03 |
*** vnogin has quit IRC | 04:06 | |
*** poopcat has quit IRC | 04:06 | |
*** flemingo has quit IRC | 04:07 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Split the container and host variable files https://review.openstack.org/554383 | 04:13 |
*** armaan has quit IRC | 04:17 | |
*** armaan has joined #openstack-ansible | 04:18 | |
*** indistylo has joined #openstack-ansible | 04:25 | |
*** armaan has quit IRC | 04:25 | |
*** armaan has joined #openstack-ansible | 04:26 | |
*** radeks_ has joined #openstack-ansible | 04:33 | |
*** michealb has quit IRC | 04:34 | |
*** radeks__ has joined #openstack-ansible | 04:34 | |
*** michealb has joined #openstack-ansible | 04:35 | |
*** radeks_ has quit IRC | 04:37 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Split the container and host variable files https://review.openstack.org/554383 | 04:40 |
*** chhagarw has joined #openstack-ansible | 04:49 | |
*** flemingo has joined #openstack-ansible | 04:57 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create master: Allow deployers to define the container type https://review.openstack.org/554389 | 04:59 |
*** flemingo has quit IRC | 05:02 | |
xdfil | Anyone who's been to a openstack summit before: | 05:04 |
xdfil | is the schedule just for convenience or do you actually have to register for sessions? | 05:05 |
cloudnull | its just for convenience | 05:15 |
*** ANKITA has joined #openstack-ansible | 05:16 | |
cloudnull | on sched you can set your schedule which is useful as a speaker when gauging the size of the audience, and useful as an attender to see what folks are interested in | 05:16 |
cloudnull | but its not like you MUST register to attend | 05:16 |
xdfil | ahh | 05:17 |
xdfil | red hat summit you MUST | 05:17 |
xdfil | if you dont register for sessions early you get stuck with lame ones | 05:17 |
xdfil | but man oh man, lots of cool stuff on the schedule | 05:17 |
cloudnull | nope. its very open. drop-in's are very welcome | 05:17 |
xdfil | I have so many conflicts... tough choices to be made | 05:18 |
xdfil | monday especially | 05:18 |
cloudnull | go to one talk, and if you don't like it bounce to another one | 05:18 |
xdfil | I can do a half-and-half ! lol | 05:18 |
cloudnull | you could , if you wanted to | 05:18 |
xdfil | i'm pretty sure I would be deeply interested in both | 05:19 |
xdfil | enough so that I wouldnt want to leave once it started | 05:19 |
cloudnull | yea picking sessions can be hard. | 05:19 |
cloudnull | especially if there are good one all at the same time | 05:20 |
cloudnull | that said, you can always watch it later | 05:20 |
cloudnull | the main sessions are recorded | 05:20 |
cloudnull | and uploaded to youtube 15-20 min after | 05:20 |
xdfil | ahh they record them aye? | 05:20 |
cloudnull | they do | 05:20 |
cloudnull | most all of the conference talks are recorded. | 05:21 |
xdfil | so I remember last time I went to Red Hat summit. At the begining I was snapping photos of slides | 05:21 |
xdfil | and they were saying " we will upload the slide decks so you dont have to take pictures" | 05:21 |
xdfil | so I stopped | 05:21 |
xdfil | but then after I never found the decks lol | 05:22 |
xdfil | I'll admit i didn't try that hard | 05:22 |
cloudnull | the foundation and crew record and upload all of the talks . | 05:22 |
xdfil | but I feel I tried enough lol | 05:22 |
cloudnull | so its out of the speakers hands ;) | 05:22 |
cloudnull | example from sydney https://www.openstack.org/videos/sydney-2017/openstack-ansible-project-update | 05:23 |
cloudnull | if you had not seen it before | 05:23 |
xdfil | In your opinion would you lean more towards practical sessions, closely related to your strengths, things you could implement quickly... | 05:24 |
xdfil | or things you are interested in but know less about | 05:25 |
cloudnull | i tend to float back and forth | 05:26 |
xdfil | oh you and evrard presented at Sydney heh | 05:26 |
xdfil | cool | 05:26 |
cloudnull | I'll go to session i know nothing about just to learn | 05:26 |
cloudnull | then go to something im knee deep in to see whats next | 05:26 |
xdfil | I'll just put something from both categories on my schedule and go with how I'm feeling then | 05:27 |
xdfil | since there's no commitment | 05:29 |
*** armaan has quit IRC | 05:31 | |
*** armaan has joined #openstack-ansible | 05:31 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-os_glance master: Convert role to use a common systemd init role https://review.openstack.org/551053 | 05:34 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-os_glance master: Convert systemd mount to use a common role https://review.openstack.org/552185 | 05:34 |
*** michealb has quit IRC | 05:35 | |
*** michealb has joined #openstack-ansible | 05:36 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: common-tasks: Container Start/Stop conditions https://review.openstack.org/553094 | 05:37 |
*** flemingo has joined #openstack-ansible | 05:50 | |
*** armaan has quit IRC | 05:53 | |
*** armaan has joined #openstack-ansible | 05:54 | |
*** flemingo has quit IRC | 05:54 | |
*** aruns has joined #openstack-ansible | 05:59 | |
*** indistylo has quit IRC | 06:01 | |
*** armaan has quit IRC | 06:02 | |
*** masber has quit IRC | 06:12 | |
*** Jack_Iv has joined #openstack-ansible | 06:22 | |
*** Jack_Iv has quit IRC | 06:26 | |
*** flemingo has joined #openstack-ansible | 06:38 | |
*** flemingo has quit IRC | 06:42 | |
*** masber has joined #openstack-ansible | 06:44 | |
*** gaoyan has joined #openstack-ansible | 06:46 | |
*** masber has quit IRC | 06:47 | |
*** masber has joined #openstack-ansible | 06:47 | |
*** jbadiapa has joined #openstack-ansible | 06:53 | |
niraj_singh | how can we manage the conf option from other projects like keystone, rabbitMQ ets. Can we dynamically provide the conf options or value. | 06:58 |
*** flemingo has joined #openstack-ansible | 06:59 | |
*** chyka has joined #openstack-ansible | 07:00 | |
*** radeks_ has joined #openstack-ansible | 07:02 | |
*** chyka has quit IRC | 07:04 | |
*** flemingo has quit IRC | 07:04 | |
*** radeks__ has quit IRC | 07:05 | |
*** sar has joined #openstack-ansible | 07:08 | |
*** flemingo has joined #openstack-ansible | 07:10 | |
*** flemingo has quit IRC | 07:14 | |
*** hamza21 has joined #openstack-ansible | 07:20 | |
*** michealb has quit IRC | 07:24 | |
*** armaan has joined #openstack-ansible | 07:25 | |
*** flemingo has joined #openstack-ansible | 07:26 | |
evrardjp | good morning | 07:29 |
evrardjp | niraj_singh: yes we can | 07:30 |
evrardjp | with config_template | 07:30 |
*** aojea has joined #openstack-ansible | 07:30 | |
niraj_singh | everardjp: how can we do that? | 07:31 |
*** ivve has joined #openstack-ansible | 07:31 | |
*** flemingo has quit IRC | 07:31 | |
*** pcaruana has joined #openstack-ansible | 07:34 | |
niraj_singh | everardjp: can you please give me a brief about config_template. Means how it works. | 07:35 |
niraj_singh | any ref? | 07:35 |
evrardjp | niraj_singh: for pinging me, you should use my nickname, works better :) | 07:36 |
evrardjp | https://docs.openstack.org/openstack-ansible/latest/reference/configuration/using-overrides.html | 07:37 |
niraj_singh | evrardjp: thanks. | 07:39 |
*** flemingo has joined #openstack-ansible | 07:40 | |
*** flemingo has quit IRC | 07:45 | |
*** mbuil has joined #openstack-ansible | 07:47 | |
*** PTO has joined #openstack-ansible | 07:49 | |
PTO | I need to add an additional ceph OSD to my existing openstack cluster. Is this the rigt way? 1) openstack-ansible setup-hosts.yml --limit localhost,cloudsrv006 2) openstack-ansible setup-infrastructure.yml --limit localhost,cloudsrv006 | 07:53 |
*** shardy has joined #openstack-ansible | 07:54 | |
evrardjp | PTO: I'd say I guess, but if you don't use limits you're sure it will work | 07:54 |
evrardjp | or at least you're sure it will take your changes. | 07:55 |
evrardjp | niraj_singh: yw :) | 07:55 |
evrardjp | niraj_singh: I am not sure to understand your initial question, so if you pinpoint more clearly, I can help you better. | 07:55 |
evrardjp | If it's for masakari | 07:55 |
PTO | evrardjp: Is it safe not not to use limits? I ran in to trouble at setup-hosts.yml because it made duplicates in /etc/hosts file | 07:56 |
evrardjp | PTO that's not normal, there should be no duplicates in /etc/hosts file | 07:56 |
evrardjp | all the things should be idempotent | 07:56 |
PTO | evrardjp: Im pretty sure it will break. I have digged in the playbook and it copyes a script which generate hosts entities and append them to the hosts file | 07:58 |
PTO | evrardjp: https://github.com/openstack/openstack-ansible-openstack_hosts/blob/master/templates/openstack-host-hostfile-setup.sh.j2 | 08:00 |
PTO | evrardjp: Or maybe not. I guess its was due to the inventory error i had at some time | 08:01 |
*** armaan has quit IRC | 08:02 | |
*** ekan has joined #openstack-ansible | 08:06 | |
*** epalper has joined #openstack-ansible | 08:07 | |
*** flemingo has joined #openstack-ansible | 08:07 | |
*** shardy has quit IRC | 08:08 | |
evrardjp | PTO yes that script adds stuff in an idempotent way, or at least it should. | 08:08 |
adrianreza | Hi evrardjp I'm trying install osa from stable/queens branch. I got error from os_nova install distro task. http://paste.openstack.org/show/705716/ | 08:09 |
adrianreza | maybe some dependencies issue with qemu-block-extra | 08:10 |
adrianreza | qemu-block-extra : Depends: librbd1 (>= 12.0.3) but 10.2.10-1xenial is to be installed | 08:10 |
adrianreza | how to solve the error? | 08:10 |
*** flemingo has quit IRC | 08:12 | |
*** armaan has joined #openstack-ansible | 08:13 | |
*** shardy has joined #openstack-ansible | 08:13 | |
PTO | evrardjp: If you E.g. have a container which has failed and you need to rebuild it with (lxc-container-create.yml), will this generate a new IP for the container? If so, it will break the hosts file as there will be two entries for the same container | 08:14 |
*** flemingo has joined #openstack-ansible | 08:18 | |
PTO | evrardjp: ceph-install.yml --limit localhost,cloudsrv006 failed: http://termbin.com/t2zw - It worked without limit and added the new OSD correct | 08:21 |
*** gkadam has joined #openstack-ansible | 08:22 | |
*** flemingo has quit IRC | 08:23 | |
*** admin0 has joined #openstack-ansible | 08:23 | |
*** shardy is now known as shardy_afk | 08:26 | |
*** gaoyan has quit IRC | 08:28 | |
evrardjp | PTO I think you're hitting a bug where we regenerate the new IP of the container. a bugfix is currently under development | 08:29 |
evrardjp | it should be re-using the IP. | 08:29 |
*** redondo-mk has quit IRC | 08:30 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-specs master: Add spec to refactor the dynamic inventory https://review.openstack.org/554453 | 08:30 |
*** redondo-mk has joined #openstack-ansible | 08:31 | |
evrardjp | adrianreza: mmm. I don't know let me check if we have that in gates. | 08:31 |
evrardjp | adrianreza: interesting we didn't have that yesterday, and todays results for ceph are not yet up | 08:33 |
evrardjp | I don't have any cycle to help you right now, but it's maybe worth pinging andymccr to see if he had recent issues with ceph package install on ubuntu | 08:33 |
adrianreza | evrardjp I checked librbd1 10.2.10-1 installed by ceph-deploy, I'm following admin0 notes https://www.openstackfaq.com/openstack-ansible-ceph/ with https://www.openstackfaq.com/ceph-setup-ubuntu-three-node/ | 08:34 |
admin0 | morning | 08:34 |
adrianreza | morning admin0 | 08:35 |
adrianreza | Hi admin0 I use your guide to install osa with ceph-deploy | 08:35 |
admin0 | adrianreza, that is a ceph setup where you want to have ceph under your control and not via osa | 08:36 |
adrianreza | admin0, yes I understand it was like external ceph for OSA right? | 08:37 |
admin0 | right | 08:37 |
adrianreza | I used ceph-deploy 1.5.39 with jewel release | 08:37 |
admin0 | i am since yesterday working on updating that guide, but for queens and using bluestore | 08:37 |
*** electrofelix has joined #openstack-ansible | 08:38 | |
adrianreza | admin0 so I need to use ceph-deploy 2.0.0 with luminous release? | 08:38 |
Taseer | evrardjp: good morning. may I ask, how much further would my patch be hanging ? | 08:39 |
evrardjp | good question Taseer . I should not let it hang. | 08:39 |
evrardjp | Its just I am pretty busy. | 08:39 |
evrardjp | doing my best. | 08:40 |
niraj_singh | evrardjp: like some of the config option in any role are coming of different project or role like keystone and rabbitmq related conf options. So can we pass these conf options from outside or can we access these conf options from the related role? | 08:40 |
evrardjp | niraj_singh: you have group vars that should help you | 08:40 |
evrardjp | they can be used to pass along things | 08:41 |
evrardjp | if it's just for a role test itself, we are arbitrary passing those variables with a variable file within our openstack-ansible-tests repo. | 08:41 |
adrianreza | admin0, will you use ceph-deploy or ceph-ansible for updating your guide? | 08:42 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible master: Integrate Congress with OSA. https://review.openstack.org/503971 | 08:42 |
admin0 | ceph-ansible | 08:42 |
*** armaan has quit IRC | 08:43 | |
evrardjp | Taseer: I've just updated your patch. With the fact it's in experimental, it can now merge until I fixed tempest. | 08:43 |
admin0 | ceph-deploy is still manual .. works in small but there is benefit moving to ceph-ansible | 08:43 |
evrardjp | I would then request for some help on making it go back into checks. | 08:43 |
*** armaan has joined #openstack-ansible | 08:43 | |
niraj_singh | evrardjp: ok, so if we want to use any conf option like "keystone_service_internaluri_insecure" and if it is define in group vars. we can access it right? | 08:44 |
PTO | evrardjp: Are there any plans to include monasca into the project? | 08:45 |
evrardjp | niraj_singh: depends on which group it's scoped. if it's in all yes you can use it. | 08:45 |
niraj_singh | or it will take that conf option value from group vars right. | 08:45 |
adrianreza | admin0, ceph-ansible via osa or standalone ceph-ansible? how to install ceph via osa? | 08:45 |
evrardjp | PTO monasca is a role that's currently unmaintained. | 08:45 |
admin0 | standalone ceph-ansible | 08:46 |
evrardjp | PTO You can probably deploy it, but you probably have to work on it. | 08:46 |
evrardjp | patches welcome! | 08:46 |
evrardjp | our main monasca contributor is not working on OSA anymore | 08:46 |
evrardjp | nor anything openstack | 08:46 |
evrardjp | admin0: adrianreza openstack-ansible is merely using ceph-ansible, all the vars of ceph-ansible can be used. Not sure why you'd do some kind of wiring of inventory yourself, but feel free :) | 08:48 |
*** flemingo has joined #openstack-ansible | 08:48 | |
admin0 | evrardjp, my case is single ceph cluster, multiple OSA installs sharing it | 08:48 |
admin0 | whcih is why i want a bit more "outside" control on it | 08:49 |
niraj_singh | evrardjp: under all group var there are yml files related to different roles. so it means we can access the conf options from other roles that is defined under all group var. | 08:50 |
evrardjp | niraj_singh: it's easier to track taht way | 08:50 |
evrardjp | but they are all under 'all' which makes the var available to all hosts. | 08:51 |
niraj_singh | evrardjp:ok, | 08:51 |
adrianreza | evrardjp yes I'm aware of use ceph-ansible on osa but I have limited nodes, only 3 nodes (1 infra and 2 computes) and these 3 nodes I use as ceph cluster also | 08:53 |
*** ibmko has quit IRC | 08:53 | |
*** flemingo has quit IRC | 08:53 | |
adrianreza | I know this is not right, but planned to scale later | 08:53 |
*** shardy_afk is now known as shardy | 08:54 | |
Taseer | evrardjp: ok thanks ! | 08:55 |
adrianreza | evrardjp, if I use ceph-ansible via osa, can osd_hosts same nodes as infra and compute? | 08:55 |
evrardjp | you can do whatever you like. Would it be smart to run it on the same nodes as infra or compute? That's a question I'll not answer. | 08:57 |
evrardjp | adrianreza: if you want your life to be simpler, don't use ceph for a 3 node cluster. | 08:59 |
*** flemingo has joined #openstack-ansible | 08:59 | |
evrardjp | just my personal opinion | 08:59 |
admin0 | adrianreza, what is your cluster size, workload, SLA expectations etc | 09:00 |
*** jiaopengju_ is now known as jiaopengju | 09:02 | |
adrianreza | evrardjp, thanks for your opinion I really apreciate it. I personally want to follow OSA standard with separate infra compute nodes with ceph | 09:03 |
*** flemingo has quit IRC | 09:04 | |
adrianreza | but right now we only have 3 nodes for openstack | 09:04 |
hwoarang | good m orning | 09:04 |
hwoarang | odyssey4me: evrardjp: any opinions about https://review.openstack.org/#/c/549617/ ? epalper needs it for queens but i am not sure if that qualifies as a stable backport. what do you think | 09:05 |
adrianreza | admin0, for first phase this is only for our private cloud, we only have 3 nodes, but later we want to deploy multi-site osa | 09:06 |
admin0 | adrianreza, if you have 2 disks per compute, you can use 1 disk for os , 1 pass to ceph | 09:07 |
adrianreza | admin0, our expectation include using it as big data workload for our customers | 09:07 |
admin0 | that way , each compute (2nd disk) is also an osd | 09:07 |
admin0 | but all these "choices" depends on the expected growth, performance expectations etc | 09:08 |
adrianreza | admin0, yes it is exactly like that, 2nd disk for ceph in computes | 09:08 |
adrianreza | admin0, although I know that is not the best about performance and scalability things | 09:09 |
admin0 | how many osds and whats the network card like | 09:10 |
openstackgerrit | Periyasamy Palanisamy proposed openstack/openstack-ansible-os_neutron stable/queens: add ml2 config for networking bgpvpn https://review.openstack.org/549617 | 09:10 |
admin0 | you can always move to ceph later on as well . add it .. for 3 nodes, i do not think this is the best choice .. you will get to a state "is it working.. yes, can we use it .. no " due to performance and other overheads | 09:11 |
admin0 | can also decide to stick to lvm/nfs/iscsi and when growth is there, move to ceph | 09:11 |
adrianreza | admin0, rite now I use 1 osd disks and 10G card | 09:11 |
adrianreza | admin0, how hard to move from lvm to ceph, as I really never do that before | 09:13 |
adrianreza | admin, maybe I can talk to my employer to use lvm first and ceph later when the cluster available | 09:14 |
admin0 | depends .. if its cinder cinder, mount both, rsync :) | 09:14 |
admin0 | for big data you might need sequential iops . one raid10 ssd on lvm will be faster than ceph | 09:15 |
admin0 | plus due to small size, on raid 10, you use 2 copies vs 3 and get more space to play around | 09:15 |
*** PTO has quit IRC | 09:22 | |
*** PTO has joined #openstack-ansible | 09:23 | |
adrianreza | admin0, I mean with osa, if I add ceph cluster later, is it just add osd hosts or add cinder backend to configuration? | 09:24 |
admin0 | yu have to add a new block in cinder and rerun cinder playbook | 09:25 |
admin0 | so that you can have multi cinder backends | 09:25 |
evrardjp | hwoarang: we can think of a backport later, but that's not good as it is right now | 09:26 |
evrardjp | pulling master into stable branches, where we try to be more stable... | 09:27 |
*** flemingo has joined #openstack-ansible | 09:27 | |
evrardjp | oh it's a cherry pick | 09:27 |
evrardjp | my bad | 09:27 |
adrianreza | admin0, for live migration, can I do it from lvm to ceph backend? or I need to do cold migration from lvs/nfs to ceph? | 09:27 |
hwoarang | evrardjp: yep, a big backport :) | 09:27 |
admin0 | adrianreza, your instances still stay at the compute node and cinder uses lvm to start with . when you add in ceph later, then cinder will move to ceph .. and u can rsync .. there u can decide if nova also needs to move to ceph . if yes, then possibly recreate the instances again | 09:29 |
*** flemingo has quit IRC | 09:31 | |
evrardjp | hwoarang: I am fine with the backport in itself, we are at the beggining of the cycle, and it's not that big of a backport (no structural changes). I'd like to avoid it, but I know it's sometimes not possible. | 09:31 |
*** ibmko has joined #openstack-ansible | 09:32 | |
hwoarang | ok | 09:33 |
*** flemingo has joined #openstack-ansible | 09:36 | |
*** armaan has quit IRC | 09:38 | |
*** armaan has joined #openstack-ansible | 09:39 | |
adrianreza | admin0 thanks for your guide, I think I need some rearrange deployment plan for my case | 09:40 |
*** flemingo has quit IRC | 09:40 | |
admin0 | adrianreza, if performance is your goal for big data, ceph is not the way to go currently | 09:40 |
openstackgerrit | Periyasamy Palanisamy proposed openstack/openstack-ansible-os_neutron stable/queens: add ml2 config for networking bgpvpn https://review.openstack.org/549617 | 09:47 |
*** vnogin has joined #openstack-ansible | 09:51 | |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible-os_rally master: Add openSUSE support https://review.openstack.org/554485 | 09:51 |
*** hamza21 has quit IRC | 09:53 | |
*** flemingo has joined #openstack-ansible | 09:53 | |
*** flemingo has quit IRC | 09:57 | |
*** flemingo has joined #openstack-ansible | 10:05 | |
*** alefra has joined #openstack-ansible | 10:06 | |
*** flemingo has quit IRC | 10:09 | |
openstackgerrit | Jakub Jursa proposed openstack/openstack-ansible-os_nova stable/queens: added missing 'insecure' option to glance section https://review.openstack.org/554491 | 10:12 |
openstackgerrit | Jakub Jursa proposed openstack/openstack-ansible-os_nova master: added missing 'insecure' option to glance section https://review.openstack.org/554492 | 10:12 |
*** chyka has joined #openstack-ansible | 10:13 | |
*** chyka has quit IRC | 10:19 | |
*** savvas has joined #openstack-ansible | 10:22 | |
openstackgerrit | Periyasamy Palanisamy proposed openstack/openstack-ansible-os_neutron master: add networking-bgpvpn repo correctly for the tests https://review.openstack.org/554494 | 10:28 |
*** gameon has joined #openstack-ansible | 10:29 | |
openstackgerrit | Jakub Jursa proposed openstack/openstack-ansible-plugins stable/queens: Fixed insecure passing in keystone module https://review.openstack.org/554496 | 10:30 |
*** alefra has quit IRC | 10:31 | |
*** flemingo has joined #openstack-ansible | 10:34 | |
*** ekan has quit IRC | 10:35 | |
*** flemingo has quit IRC | 10:39 | |
*** savvas has quit IRC | 10:43 | |
*** masber has quit IRC | 10:43 | |
*** flemingo has joined #openstack-ansible | 10:46 | |
*** armaan has quit IRC | 10:46 | |
*** michealb has joined #openstack-ansible | 10:46 | |
*** flemingo has quit IRC | 10:50 | |
*** flemingo has joined #openstack-ansible | 10:52 | |
*** savvas has joined #openstack-ansible | 10:52 | |
*** savvas_ has joined #openstack-ansible | 10:54 | |
*** flemingo has quit IRC | 10:57 | |
*** savvas has quit IRC | 10:57 | |
*** chhagarw has quit IRC | 11:01 | |
openstackgerrit | Merged openstack/openstack-ansible-memcached_server master: [CVE-2018-1000115] memcached: restrict to TCP https://review.openstack.org/551823 | 11:02 |
*** masber has joined #openstack-ansible | 11:08 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible stable/queens: [Docs] Flatten out monitoring https://review.openstack.org/553446 | 11:08 |
*** masuberu has joined #openstack-ansible | 11:12 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible stable/queens: [Docs] Move upgrade guides into ops https://review.openstack.org/553472 | 11:14 |
*** masber has quit IRC | 11:14 | |
*** flemingo has joined #openstack-ansible | 11:15 | |
*** ansmith has quit IRC | 11:17 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible stable/queens: [Docs] Merge advanced configuration into reference https://review.openstack.org/553481 | 11:17 |
*** ANKITA has quit IRC | 11:18 | |
*** flemingo has quit IRC | 11:19 | |
*** michealb has quit IRC | 11:22 | |
*** flemingo has joined #openstack-ansible | 11:22 | |
*** pcaruana has quit IRC | 11:23 | |
openstackgerrit | Logan V proposed openstack/ansible-role-systemd_networkd master: Install required distro packages on RHEL https://review.openstack.org/554408 | 11:24 |
*** flemingo has quit IRC | 11:27 | |
*** vnogin has quit IRC | 11:30 | |
*** vnogin has joined #openstack-ansible | 11:31 | |
*** vnogin has quit IRC | 11:32 | |
*** vnogin has joined #openstack-ansible | 11:33 | |
openstackgerrit | Merged openstack/openstack-ansible-tests master: Add systemd roles to required projects https://review.openstack.org/554402 | 11:34 |
*** chyka has joined #openstack-ansible | 11:35 | |
*** chyka has quit IRC | 11:39 | |
*** flemingo has joined #openstack-ansible | 11:40 | |
*** aruns has quit IRC | 11:43 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible master: [Docs] Simplify overview page https://review.openstack.org/552103 | 11:45 |
*** flemingo has quit IRC | 11:45 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible stable/queens: [Docs] Backport Master structure https://review.openstack.org/554510 | 11:47 |
*** armaan has joined #openstack-ansible | 11:48 | |
hwoarang | cloudnull: re https://review.openstack.org/#/c/552721/11 shouldn't you do something similar for the lxc_hosts role? | 11:49 |
hwoarang | cloudnull: seems like opensuse still randomly fails when performing any sort of network op inside the container :( | 11:50 |
hwoarang | and i've no clue why it only happens in the integrated repo this is so annoying | 11:50 |
evrardjp | hwoarang: thanks for the suse testing on the rebased patchsets | 11:52 |
hwoarang | no we are just missing something to make it work :/ | 11:53 |
hwoarang | *np | 11:53 |
*** flemingo has joined #openstack-ansible | 11:54 | |
*** pcaruana has joined #openstack-ansible | 11:55 | |
Taseer | evrardjp odyssey4me now the long awaited +2 please :) | 11:57 |
*** flemingo has quit IRC | 11:59 | |
*** aojea has quit IRC | 12:02 | |
*** flemingo has joined #openstack-ansible | 12:04 | |
*** chhagarw has joined #openstack-ansible | 12:07 | |
*** flemingo has quit IRC | 12:09 | |
*** odyssey4me has quit IRC | 12:11 | |
*** odyssey4me has joined #openstack-ansible | 12:11 | |
*** aojea has joined #openstack-ansible | 12:14 | |
*** gameon has quit IRC | 12:16 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_glance master: [WIP] Use a common python build/install role for source-base deployment https://review.openstack.org/551344 | 12:16 |
*** indistylo has joined #openstack-ansible | 12:19 | |
*** sawblade6 has joined #openstack-ansible | 12:20 | |
*** sawblade_ has quit IRC | 12:20 | |
*** indistylo has quit IRC | 12:24 | |
odyssey4me | hwoarang evrardjp and any other cores around today, I'd like some input for the two approaches outlined in https://etherpad.openstack.org/p/osa-source-deploy-role-planning for the python build simplification... please take a look and add questions, thoughts or votes | 12:25 |
odyssey4me | evrardjp if you don't mind - I'd like to raise it in the meeting later today for more eyes | 12:27 |
*** flemingo has joined #openstack-ansible | 12:28 | |
hwoarang | will try to look at it in a bit | 12:28 |
*** indistylo has joined #openstack-ansible | 12:31 | |
evrardjp | odyssey4me: great. | 12:31 |
evrardjp | I am refactoring the agenda page to explain how we do things now | 12:31 |
evrardjp | it's a good example! | 12:31 |
*** flemingo has quit IRC | 12:33 | |
evrardjp | odyssey4me: finishing my edit real quick | 12:33 |
*** openstackgerrit has quit IRC | 12:33 | |
*** flemingo has joined #openstack-ansible | 12:39 | |
Miouge | I see that #517856 “Ceph RadosGW integration” got merged 2 weeks ago. Thanks everyone! I guess it will be in the R release? | 12:40 |
*** flemingo has quit IRC | 12:44 | |
odyssey4me | Miouge yep, it's in Rocky now | 12:45 |
*** indistylo has quit IRC | 12:49 | |
*** indistylo has joined #openstack-ansible | 12:50 | |
*** savvas_ has quit IRC | 12:57 | |
*** alefra has joined #openstack-ansible | 12:57 | |
*** flemingo has joined #openstack-ansible | 13:00 | |
*** savvas has joined #openstack-ansible | 13:03 | |
*** ansmith has joined #openstack-ansible | 13:03 | |
*** flemingo has quit IRC | 13:05 | |
*** savvas has quit IRC | 13:07 | |
*** savvas has joined #openstack-ansible | 13:08 | |
*** haad1 has joined #openstack-ansible | 13:10 | |
haad1 | hi | 13:10 |
haad1 | We are trying to deploy neutron with OSA | 13:10 |
haad1 | while we install agents to neutron net server and neutron api on api servers | 13:11 |
*** flemingo has joined #openstack-ansible | 13:11 | |
*** vnogin has quit IRC | 13:14 | |
*** flemingo has quit IRC | 13:15 | |
*** yifei has quit IRC | 13:21 | |
*** yifei has joined #openstack-ansible | 13:22 | |
*** vnogin has joined #openstack-ansible | 13:22 | |
*** throwsb1 has joined #openstack-ansible | 13:22 | |
*** armaan has quit IRC | 13:24 | |
*** armaan has joined #openstack-ansible | 13:25 | |
*** aruns__ has joined #openstack-ansible | 13:25 | |
*** indistylo has quit IRC | 13:28 | |
*** vnogin has quit IRC | 13:30 | |
*** vnogin has joined #openstack-ansible | 13:31 | |
evrardjp | haad1: that's doable you just have to make sure your agents are on a separate host I guess | 13:34 |
*** esberglu has quit IRC | 13:39 | |
*** jwitko has joined #openstack-ansible | 13:39 | |
*** BjoernT has joined #openstack-ansible | 13:40 | |
*** esberglu has joined #openstack-ansible | 13:42 | |
*** jwitko has quit IRC | 13:42 | |
*** jwitko has joined #openstack-ansible | 13:43 | |
haad1 | yeah that's the plan | 13:43 |
haad1 | I was not very clear | 13:43 |
haad1 | I have trouble with env.d/neutron.yml | 13:44 |
haad1 | I don't know how to split it in a way that I will be able to deploy agents on a different host | 13:44 |
*** openstackgerrit has joined #openstack-ansible | 13:47 | |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible master: [DNM] - Testing AIO on openSUSE https://review.openstack.org/507451 | 13:47 |
*** vnogin has quit IRC | 13:50 | |
*** flemingo has joined #openstack-ansible | 13:50 | |
*** vnogin has joined #openstack-ansible | 13:52 | |
*** SamYaple has quit IRC | 13:52 | |
haad1 | I have made something like this | 13:54 |
haad1 | https://gist.github.com/haad/aefbfaa72aa9de61b8293af6e8dd3684 | 13:54 |
*** flemingo has quit IRC | 13:55 | |
*** alefra has quit IRC | 13:58 | |
*** PTO has quit IRC | 14:03 | |
evrardjp | haad1: could you show your openstack_user_config and/or your conf.d ? | 14:04 |
*** savvas_ has joined #openstack-ansible | 14:06 | |
*** flemingo has joined #openstack-ansible | 14:06 | |
haad1 | evrardjp: https://gist.github.com/haad/aefbfaa72aa9de61b8293af6e8dd3684 | 14:08 |
*** savvas has quit IRC | 14:09 | |
*** SamYaple has joined #openstack-ansible | 14:11 | |
*** flemingo has quit IRC | 14:11 | |
*** kstev has joined #openstack-ansible | 14:12 | |
evrardjp | haad1: you made it very complex | 14:15 |
evrardjp | and you have the same address for both external and internal vip | 14:16 |
evrardjp | not a great idea | 14:16 |
haad1 | yeah we have stupidly complex architecture | 14:17 |
haad1 | but we can't change it now as it's already running | 14:17 |
evrardjp | and the only thing that bother you is, I guess, the fact that the neutron server runs on the same node | 14:18 |
haad1 | but we are looking to replace our own deployment | 14:18 |
evrardjp | as neutron_agent | 14:18 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible-lxc_hosts master: [DNM]: testing random things https://review.openstack.org/554560 | 14:18 |
haad1 | yeah | 14:18 |
*** chyka has joined #openstack-ansible | 14:18 | |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible master: [DNM] - Testing AIO on openSUSE https://review.openstack.org/507451 | 14:18 |
evrardjp | I'd simply your neutron.yml | 14:18 |
evrardjp | env.d | 14:18 |
haad1 | default setup deploys neutron_server and neutron_agents on management node | 14:19 |
evrardjp | wait | 14:19 |
spotz | hwoarang: You want me to re-word stuff or just comment on your docs patch? | 14:20 |
hwoarang | spotz: whatever you want :) | 14:20 |
spotz | hwoarang: :) | 14:20 |
evrardjp | haad1: I have to try it locally | 14:21 |
evrardjp | just a sec | 14:21 |
*** pcaruana has quit IRC | 14:21 | |
Tahvok | evrardjp: I'm joining haad1's question. I have not found a way to split api from agents | 14:21 |
Tahvok | Not that we need it right now, but we might in the future | 14:22 |
*** chyka has quit IRC | 14:23 | |
Tahvok | The problem is that management server might be too busy already, to also handle all the neutron traffic. Splitting is what is usually suggested, even in official docs | 14:23 |
*** armaan has quit IRC | 14:25 | |
*** armaan has joined #openstack-ansible | 14:25 | |
haad1 | yeah official architecture is to run separate net server for agents | 14:25 |
*** aruns__ has quit IRC | 14:27 | |
*** pcaruana has joined #openstack-ansible | 14:28 | |
*** galstrom_zzz is now known as galstrom | 14:28 | |
openstackgerrit | Amy Marrich (spotz) proposed openstack/openstack-ansible master: [DOC] contributor: Add initial documentation for distribution support https://review.openstack.org/549225 | 14:31 |
spotz | hwoarang: Let me know if you like that | 14:32 |
hwoarang | spotz: looks good to me thank you | 14:36 |
spotz | hwoarang: Anytime:) | 14:36 |
ibmko | Tahvok, exactly as you say - you might even need to scale up network server in order to increase overall throughput. So I am a bit surprised that OA doesn't support this scenario | 14:39 |
ibmko | evrardjp, what is wrong with having same address for both external and internal vip ? | 14:40 |
*** sar has quit IRC | 14:40 | |
Bico_Fino | Morning. | 14:43 |
Bico_Fino | Just changed the public endpoint on keystone(openstack endpoint create), do I need to restart anything else besides keystone services? | 14:43 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible-lxc_hosts master: [DNM]: testing random things https://review.openstack.org/554560 | 14:44 |
*** savvas_ has quit IRC | 14:47 | |
*** savvas has joined #openstack-ansible | 14:47 | |
cloudnull | hwoarang: ++ I've just not got to that role yet. | 14:51 |
cloudnull | but hopefully soon | 14:52 |
evrardjp | Tahvok: haad1 putting the agents on a separate node, and the server on the same node as the rest would be fine for you? | 14:52 |
cloudnull | hwoarang: with https://review.openstack.org/#/q/starredby:cloudnull+status:open,n,z we can then begin testing most any OCI compatible image w/ OSA. | 14:54 |
*** electrofelix has quit IRC | 14:54 | |
cloudnull | I have been running `openstack-ansible containers-lxc-destroy.yml containers-deploy.yml -e lxc_user_defined_container=suse-42.yml --limit hosts:utility_all` on ubuntu hosts to test suse image issues. | 14:55 |
cloudnull | as an example | 14:55 |
*** flemingo has joined #openstack-ansible | 14:55 | |
evrardjp | Tahvok: haad1 I just had a poc on my machine | 14:55 |
evrardjp | http://paste.ubuntu.com/p/Bvbdrm4w6Y/ | 14:55 |
evrardjp | that moves the neutron server to my shared infra | 14:55 |
evrardjp | and http://paste.ubuntu.com/p/NmggCPfNZB/ | 14:56 |
evrardjp | has the aio2 | 14:56 |
evrardjp | which has the rest of the nodes | 14:56 |
*** armaan has quit IRC | 14:57 | |
*** armaan has joined #openstack-ansible | 14:57 | |
haad1 | so you keep everything as it is by default | 14:59 |
haad1 | you just add new conatainer_skel: | 14:59 |
haad1 | ok let me try that | 15:00 |
*** flemingo has quit IRC | 15:00 | |
*** BjoernT has quit IRC | 15:00 | |
cloudnull | if folks have a chance to review the following https://review.openstack.org/#/q/starredby:cloudnull+status:open,n,z it'd be greatly appreciated. | 15:00 |
cloudnull | hwoarang: I have a hardware lab coming back up, once online I'll jump right into trying to get suse back to being happy in the integrated gate | 15:02 |
evrardjp | Dear cloudnull, DimGR, andymccr, d34dh0r53, hughsaunders, b3rnard0, palendae, odyssey4me, serverascode, rromans, erikmwilson, mancdaz, _shaps_, BjoernT, claco, echiu, dstanek, jwagner, ayoung, prometheanfire, evrardjp, arbrandes, mhayden, scarlisle, luckyinva, ntt, javeriak, spotz, vdo, jmccrory, alextricity25, jasondotstar, admin0, michaelgugino, ametts, bgmccollum, darrenc, JRobinson__, asettle, | 15:05 |
evrardjp | colinmcnamara, thorst, adreznec, eil397, qwang,nishpatwa_, cathrichardson, drifterza, hwoarang, cshen, ullbeking, Tahvok | 15:05 |
evrardjp | Our meeting starts in 120 minutes. Here is our agenda for today: https://wiki.openstack.org/wiki/Meetings/openstack-ansible | 15:05 |
evrardjp | 115 minutes. | 15:05 |
*** TxGirlGeek has joined #openstack-ansible | 15:06 | |
*** flemingo has joined #openstack-ansible | 15:09 | |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible master: zuul: Make openSUSE a voting job https://review.openstack.org/552977 | 15:10 |
dcdamien | Hi! Currently I'm testing Pike -> Queens upgrade. Can you take a look at traceback and provide some guidance how to solve this issue? http://paste.openstack.org/show/706185/ | 15:10 |
*** flemingo has quit IRC | 15:14 | |
evrardjp | ibmko: it makes 0 sense. The idea of this was to be able to isolate both internal and external things, for security reasons. You can have them on two different networks (better), but you can also have them on the same network, with two different IPs. | 15:15 |
evrardjp | at least 0 sense to me. | 15:15 |
openstackgerrit | Merged openstack/openstack-ansible stable/queens: Improve healthchecks https://review.openstack.org/552422 | 15:16 |
*** aojea has quit IRC | 15:17 | |
odyssey4me | hwoarang evrardjp cloudnull logan- jmccrory please try to take a look through https://etherpad.openstack.org/p/osa-source-deploy-role-planning prior to the meeting this afternoon and ask any questions, make suggestions or vote for your favorite approach on the etherpad | 15:18 |
evrardjp | hwoarang: thanks for the docs patch | 15:18 |
evrardjp | odyssey4me: don't worry about that, we won't discuss the approach in the meeting today, else we won't get enough time to bug triage. But I'd like people to have a look at this, so we can speak AFTER the triage. | 15:19 |
evrardjp | or speak now | 15:19 |
evrardjp | but at least hwoarang cloudnull logan- jmccrory should be aware of it | 15:19 |
*** armaan has quit IRC | 15:19 | |
evrardjp | and everyone else will also be reminded of this during meeting | 15:19 |
*** armaan has joined #openstack-ansible | 15:19 | |
evrardjp | odyssey4me: although, we can extend the meeting a little if you want a vote, meetings are great for voting. | 15:24 |
evrardjp | but ppl need to be aware of it in advance. | 15:24 |
evrardjp | dcdamien: ouch | 15:25 |
evrardjp | you're hitting somethign that hasn't been backported yet | 15:25 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible master: zuul: Make openSUSE a voting job https://review.openstack.org/552977 | 15:25 |
dcdamien | ouch :P | 15:25 |
evrardjp | dcdamien: we need this patch to be applied in pike: https://review.openstack.org/#/c/528357/ | 15:25 |
evrardjp | but that patch has introduced regressions | 15:26 |
evrardjp | dcdamien: so another patch was introduced in master, and on its way back | 15:26 |
evrardjp | jamespo: is tracking this | 15:26 |
evrardjp | oh no that patch https://review.openstack.org/#/c/528357/ is already a combined backport | 15:26 |
evrardjp | good | 15:26 |
odyssey4me | evrardjp that patch includes the fix - see the commit message, it's a combined backport | 15:27 |
evrardjp | yeah | 15:27 |
evrardjp | I don't know what I was thinking | 15:27 |
evrardjp | you were telling me yesterday on top of it | 15:27 |
*** Leo_m has joined #openstack-ansible | 15:27 | |
dcdamien | evrardjp: can I workaround it someway? | 15:28 |
evrardjp | applying the patches | 15:28 |
*** KurtB has joined #openstack-ansible | 15:28 | |
*** galstrom is now known as galstrom_zzz | 15:28 | |
evrardjp | manually on your pike | 15:28 |
evrardjp | then re-doing the upgrade | 15:28 |
evrardjp | (hope you had a backup!) | 15:29 |
*** dave-mccowan has joined #openstack-ansible | 15:29 | |
evrardjp | if it's failing at the inventory it should be easy to rollback, and you should have a backup | 15:29 |
evrardjp | dcdamien: good luck on the upgrade. | 15:29 |
evrardjp | dcdamien: it's always worth checking on zuul to see if latest upgrades have passed | 15:30 |
evrardjp | right now they have failed for a certain time, and to be honest I have too much on my plate to work on that. | 15:30 |
*** haad1 has quit IRC | 15:31 | |
dcdamien | evrardjp: thanks, I'll try to upgrade again with patches applied | 15:31 |
*** savvas has quit IRC | 15:32 | |
*** savvas has joined #openstack-ansible | 15:32 | |
*** galstrom_zzz is now known as galstrom | 15:32 | |
evrardjp | I am sorry for that bad experience, it's not encouraging. :/ | 15:32 |
*** flemingo has joined #openstack-ansible | 15:32 | |
evrardjp | dcdamien: if you want to be 100% sure, I'd wait for the gates to pass before doing the upgrade | 15:33 |
evrardjp | but you might be on a deadline | 15:33 |
evrardjp | if so, patches welcome to fix what's broken :) | 15:33 |
dcdamien | :D | 15:33 |
evrardjp | (there is always bugs in software!_ | 15:33 |
dcdamien | this isn't urgent but I'll try to move things forward | 15:35 |
*** haad1 has joined #openstack-ansible | 15:36 | |
xdfil | anyone have experiences converting a live deployment from nova using local disk to nova using rbd disk? Any advice is appreciated. | 15:36 |
xdfil | In my env, nearly all instances are volume-backed currently (iSCSI) | 15:36 |
*** savvas has quit IRC | 15:36 | |
*** flemingo has quit IRC | 15:37 | |
*** galstrom is now known as galstrom_zzz | 15:37 | |
xdfil | My biggest fear is that for whatever reason, when libvirt is re-configured the instances running will have issues for some unforseen reason | 15:40 |
*** savvas has joined #openstack-ansible | 15:41 | |
xdfil | I'll convert the few non-volume-backed instances to volume-backed so that none of the instances are using local disk | 15:41 |
*** savvas_ has joined #openstack-ansible | 15:44 | |
*** TxGirlGeek has quit IRC | 15:45 | |
*** savvas has quit IRC | 15:46 | |
*** flemingo has joined #openstack-ansible | 15:47 | |
*** TxGirlGeek has joined #openstack-ansible | 15:47 | |
*** chyka has joined #openstack-ansible | 15:49 | |
ibmko | evrardjp, but given that the API services are used by both external clients as well as internal components the server has to be secured anyway and both internal and external requests all end up being processed by the same machine/container. It just a matter of how the "network connectivity is dealt with" | 15:49 |
*** savvas_ has quit IRC | 15:49 | |
*** flemingo has quit IRC | 15:51 | |
*** TxGirlGeek has quit IRC | 15:53 | |
*** TxGirlGeek has joined #openstack-ansible | 15:53 | |
*** savvas has joined #openstack-ansible | 15:54 | |
*** flemingo has joined #openstack-ansible | 15:54 | |
*** savvas has quit IRC | 15:58 | |
*** flemingo has quit IRC | 15:58 | |
*** TxGirlGeek has quit IRC | 16:02 | |
*** savvas has joined #openstack-ansible | 16:03 | |
*** TxGirlGeek has joined #openstack-ansible | 16:04 | |
*** TxGirlGeek has quit IRC | 16:06 | |
*** savvas has quit IRC | 16:07 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_tempest master: [WIP] Install plugins for standard services https://review.openstack.org/554611 | 16:08 |
hwoarang | evrardjp: cloudnull the prob with the opensuse jobs in AIO was that the code to set the openstack CI mirror was missing for opensuse . could you please re-vote on https://review.openstack.org/#/c/552977/ ? thank you | 16:08 |
evrardjp | ibmko: you can do what you want, but have that in mind when configuring your Load balancer. You don't want to bind twice on the same ip after all. | 16:08 |
evrardjp | same ip/protocol port* | 16:09 |
evrardjp | hwoarang: ofc! | 16:09 |
evrardjp | good catch! | 16:09 |
evrardjp | and congratulations on the voting! | 16:09 |
evrardjp | It's well deserved | 16:09 |
hwoarang | \o/ | 16:10 |
*** TxGirlGeek has joined #openstack-ansible | 16:10 | |
*** savvas has joined #openstack-ansible | 16:11 | |
evrardjp | Don't worry if I start being grumpy in the future too :p | 16:11 |
odyssey4me | lol | 16:11 |
evrardjp | odyssey4me: :) | 16:12 |
openstackgerrit | Merged openstack/openstack-ansible stable/queens: Stop inventory constantly giving containers new IP https://review.openstack.org/554196 | 16:12 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_tempest master: [WIP] Install plugins for standard services https://review.openstack.org/554611 | 16:13 |
Tahvok | hwoarang: do you have a problem with my commit message or you don't understand what the patch is about? https://review.openstack.org/#/c/549287/ | 16:14 |
evrardjp | so fun fact of the day: I can't find tempest plugins for nova and swift, and there is 3 tempest plugins for lbaas (neutron-lbaas, octavia, and octavia-tempest-plugins) | 16:14 |
evrardjp | source: https://docs.openstack.org/tempest/latest/plugin-registry.html | 16:14 |
hwoarang | Tahvok: i dont understand the commit message. Could you explain the situation a bit more? | 16:14 |
hwoarang | Tahvok: 'clean glance variable' what does that mean?because i dont see any var being cleaned/removed but you add a new one instead... | 16:15 |
*** TxGirlGeek has quit IRC | 16:15 | |
evrardjp | hwoarang: that's based on the work we started with the cleanup of group vars | 16:15 |
Tahvok | hwoarang: it's what we discussed in ptg, we are trying to remove any unnecessary variables from inventory | 16:15 |
johnsom | evrardjp Correct, we got caught in the "tempest in tree"/"tempest out of tree"/"tempest lib"/"tempest-lib" stuffs, so rebooting that effort | 16:16 |
hwoarang | but another one is being added | 16:16 |
evrardjp | I guess it's proper scoping | 16:16 |
*** savvas has quit IRC | 16:16 | |
Tahvok | The variable has been moved as default to the role, instead of being assigned in inventory | 16:16 |
evrardjp | oh yes I see what you meant | 16:16 |
hwoarang | well you can write all that in the commit msg :) | 16:16 |
evrardjp | johnsom: I assumed the tests are located in octavia-tempest-plugins, was it a correct assumption? | 16:17 |
Tahvok | And removed from inventory, here: https://review.openstack.org/#/c/549294/ | 16:17 |
Tahvok | hwoarang: I probably should :) | 16:17 |
*** flemingo has joined #openstack-ansible | 16:17 | |
johnsom | evrardjp That is the go-forward location, but not really ready yet. Very WIP. | 16:17 |
evrardjp | oh ok | 16:17 |
evrardjp | good to know :) | 16:17 |
johnsom | evrardjp We missed the community goal sadly. But it is actively being worked on | 16:18 |
evrardjp | johnsom: will add the other one too I guess then | 16:18 |
*** masuberu has quit IRC | 16:18 | |
evrardjp | yeah, sorry for not being patient enough to read the code and just lazily ask :D | 16:18 |
evrardjp | I should help on the transition instead of asking those questions. | 16:18 |
evrardjp | anyway... | 16:18 |
evrardjp | :) | 16:18 |
evrardjp | thanks! | 16:19 |
johnsom | evrardjp Perfectly fine, we deserve the beating on this issue..... | 16:19 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_tempest master: [WIP] Install plugins for standard services https://review.openstack.org/554611 | 16:19 |
evrardjp | johnsom: :D | 16:19 |
*** savvas has joined #openstack-ansible | 16:20 | |
*** flemingo has quit IRC | 16:22 | |
*** TxGirlGeek has joined #openstack-ansible | 16:23 | |
evrardjp | haad1: on the link I gave you, you have to clean your inventory before it's taking the change. | 16:24 |
*** savvas has quit IRC | 16:26 | |
*** epalper has quit IRC | 16:26 | |
haad1 | I just remove openstack_inverntory.json ? | 16:27 |
haad1 | or anythin else ? | 16:27 |
haad1 | plus if I want to install neutron server on mng servers that's shared_infra_hosts ? | 16:27 |
haad1 | evrardjp: ^ | 16:28 |
*** savvas has joined #openstack-ansible | 16:29 | |
*** flemingo has joined #openstack-ansible | 16:32 | |
*** vnogin has quit IRC | 16:32 | |
*** yifei has quit IRC | 16:32 | |
*** yifei1 has joined #openstack-ansible | 16:32 | |
openstackgerrit | Albert Mikaelyan proposed openstack/openstack-ansible-os_ironic master: Move ironic_glance_api_servers variable into role https://review.openstack.org/549287 | 16:32 |
*** RandomTech has joined #openstack-ansible | 16:33 | |
Tahvok | hwoarang: please see if that explaination is better: https://review.openstack.org/#/c/549287/ | 16:33 |
*** savvas has quit IRC | 16:33 | |
*** yifei1 is now known as yifei | 16:35 | |
*** armaan has quit IRC | 16:35 | |
*** armaan has joined #openstack-ansible | 16:36 | |
*** flemingo has quit IRC | 16:36 | |
*** savvas has joined #openstack-ansible | 16:38 | |
*** alefra has joined #openstack-ansible | 16:39 | |
hwoarang | Tahvok: much better thank you | 16:41 |
Tahvok | Anything else before I update similarly the rest of the patches? | 16:42 |
*** bradm has quit IRC | 16:42 | |
*** savvas has quit IRC | 16:42 | |
openstackgerrit | Albert Mikaelyan proposed openstack/openstack-ansible-os_cinder master: Move cinder_glance_api_servers variable into role https://review.openstack.org/549286 | 16:44 |
haad1 | evrardjp: does this looks ok to you ? | 16:45 |
haad1 | https://gist.github.com/haad/006e8359c8eecfb4b312910c7eda793d | 16:45 |
*** gkadam has quit IRC | 16:47 | |
openstackgerrit | Albert Mikaelyan proposed openstack/openstack-ansible-os_nova master: Move nova_glance_api_servers variable into role https://review.openstack.org/549285 | 16:47 |
*** savvas has joined #openstack-ansible | 16:47 | |
*** haad1 has quit IRC | 16:48 | |
*** savvas has quit IRC | 16:52 | |
*** cjloader_ has joined #openstack-ansible | 16:55 | |
*** cjloader_ is now known as cjloader | 16:56 | |
*** savvas has joined #openstack-ansible | 16:57 | |
*** masuberu has joined #openstack-ansible | 16:59 | |
evrardjp | Dear cloudnull, DimGR, andymccr, d34dh0r53, hughsaunders, b3rnard0, palendae, odyssey4me, serverascode, rromans, erikmwilson, mancdaz, _shaps_, BjoernT, claco, echiu, dstanek, jwagner, ayoung, prometheanfire, evrardjp, arbrandes, mhayden, scarlisle, luckyinva, ntt, javeriak, spotz, vdo, jmccrory, alextricity25, jasondotstar, admin0, michaelgugino, ametts, bgmccollum, darrenc, JRobinson__, asettle, | 17:00 |
evrardjp | colinmcnamara, thorst, adreznec, eil397, qwang,nishpatwa_, cathrichardson, drifterza, hwoarang, cshen, ullbeking, Tahvok | 17:00 |
evrardjp | Here is our agenda for today: https://wiki.openstack.org/wiki/Meetings/openstack-ansible | 17:00 |
evrardjp | #startmeeting openstack_ansible_meeting | 17:00 |
openstack | Meeting started Tue Mar 20 17:00:25 2018 UTC and is due to finish in 60 minutes. The chair is evrardjp. Information about MeetBot at http://wiki.debian.org/MeetBot. | 17:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 17:00 |
*** openstack changes topic to " (Meeting topic: openstack_ansible_meeting)" | 17:00 | |
openstack | The meeting name has been set to 'openstack_ansible_meeting' | 17:00 |
d34dh0r53 | o/ | 17:00 |
Tahvok | o/ | 17:00 |
RandomTech | Hey i have an instance that would finish deleting, any suggestions on were to look for errors? | 17:01 |
evrardjp | #topic What happened since last meeting | 17:01 |
*** openstack changes topic to "What happened since last meeting (Meeting topic: openstack_ansible_meeting)" | 17:01 | |
hwoarang | o/ | 17:01 |
RandomTech | oops sorry didnt notice the meeting started | 17:01 |
*** savvas has quit IRC | 17:01 | |
odyssey4me | o/ | 17:01 |
jmccrory | o/ | 17:01 |
cjloader | o/ | 17:01 |
evrardjp | Under this section we are just friendly reminding what went on last week | 17:01 |
evrardjp | cloudnull and evrardjp talked about the integration of external roles | 17:01 |
evrardjp | #link http://eavesdrop.openstack.org/irclogs/%23openstack-ansible/%23openstack-ansible.2018-03-14.log.html#t2018-03-14T15:05:20 | 17:01 |
cloudnull | o/ | 17:02 |
evrardjp | evrardjp worked with tonyb on newton EOLing | 17:02 |
evrardjp | #link http://lists.openstack.org/pipermail/openstack-dev/2018-March/128313.html | 17:02 |
evrardjp | evrardjp's regular bump was not done last week, due to already pending O/P bump patches | 17:02 |
evrardjp | https://review.openstack.org/#/c/550599/ https://review.openstack.org/#/c/550593/ | 17:02 |
evrardjp | spotz introduced the idea of office hours, but no formal office hours will be held for now. | 17:02 |
*** AlexR has joined #openstack-ansible | 17:02 | |
evrardjp | #link http://eavesdrop.openstack.org/irclogs/%23openstack-ansible/%23openstack-ansible.2018-03-14.log.html#t2018-03-14T16:38:58 | 17:02 |
evrardjp | I know that's a lot to process, but it's not over yet! | 17:03 |
evrardjp | evrardjp promoted the Vancouver Forum brainstorming etherpad and would love some brainstorm to happen | 17:03 |
evrardjp | #link https://etherpad.openstack.org/p/YVR-openstack-ansible-brainstorming | 17:03 |
evrardjp | evrardjp added gokhan as core member of the telemetry roles | 17:03 |
spotz | hola | 17:03 |
evrardjp | #link http://eavesdrop.openstack.org/irclogs/%23openstack-ansible/%23openstack-ansible.2018-03-19.log.html#t2018-03-19T13:37:53 | 17:03 |
evrardjp | niraj_singh is working on the inclusion of masakari into OSA | 17:03 |
evrardjp | #link http://eavesdrop.openstack.org/irclogs/%23openstack-ansible/%23openstack-ansible.2018-03-19.log.html#t2018-03-19T13:46:12 | 17:03 |
evrardjp | odyssey4me would like some input for the two approaches outlined in the etherpad for the python build simplification | 17:04 |
evrardjp | #link https://etherpad.openstack.org/p/osa-source-deploy-role-planning | 17:04 |
andymccr | o/ | 17:04 |
evrardjp | Now that you have all those links opened in your browsers.... Did I miss something? | 17:04 |
evrardjp | If not, we can go ahead with the triage. | 17:04 |
evrardjp | We can discuss those topics after the triage | 17:05 |
logan- | o/ | 17:05 |
odyssey4me | evrardjp thanks for pulling all that together - it's useful to get a quick summary to digest | 17:05 |
hwoarang | yeah awesome work | 17:05 |
hwoarang | evrardjp: yes mbuil is core in neutron too ;p | 17:06 |
*** savvas has joined #openstack-ansible | 17:06 | |
evrardjp | odyssey4me: the format is not easy, but at least it would leave the ppl the time to digest things after the meeting. Any addition for next week should go into the meeting page https://wiki.openstack.org/wiki/Meetings/openstack-ansible | 17:06 |
hwoarang | mbuil: wake up meeting time! | 17:06 |
evrardjp | hwoarang: that's not this week, I think it was previous week, but I might have the dates wrong! | 17:06 |
hwoarang | ah could be | 17:06 |
evrardjp | but thanks for the reminder hwoarang | 17:06 |
evrardjp | could we go ahead with the triage? I know we have lots of bugs, and I know odyssey4me would like to discuss his etherpad link after the triage | 17:07 |
evrardjp | 5 | 17:07 |
evrardjp | 4 | 17:07 |
evrardjp | 3 | 17:08 |
evrardjp | 2 | 17:08 |
evrardjp | 1 | 17:08 |
evrardjp | #topic bug triage | 17:08 |
*** openstack changes topic to "bug triage (Meeting topic: openstack_ansible_meeting)" | 17:08 | |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1756005 | 17:08 |
openstack | Launchpad bug 1756005 in openstack-ansible "cinder_volumes_container bind mount for /var/log not configured" [Undecided,New] | 17:08 |
evrardjp | I don't know why we have cinder_backend_lvm_inuse | bool there | 17:09 |
andymccr | yeah | 17:10 |
andymccr | id say high on that- not confirmed it though | 17:10 |
*** savvas has quit IRC | 17:10 | |
*** dariko has joined #openstack-ansible | 17:10 | |
andymccr | seems sensible based ont he report though | 17:10 |
odyssey4me | agreed | 17:11 |
evrardjp | oh we did like that everywhere: we say we run containers based on backend x or y, not based on is_metal or not | 17:11 |
*** alefra has quit IRC | 17:12 | |
*** flemingo has joined #openstack-ansible | 17:12 | |
evrardjp | I think we should just add another task that does the same kind of things, but without the unconfined profile I guess | 17:14 |
evrardjp | when cinder_volume is in group_names and is_metal is False | 17:14 |
evrardjp | sounds plausible? | 17:14 |
evrardjp | confirmed high? | 17:14 |
andymccr | yeah | 17:15 |
evrardjp | ok next | 17:15 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1755929 | 17:15 |
openstack | Launchpad bug 1755929 in openstack-ansible "Octavia config drop fails on multiple hosts" [Undecided,New] | 17:15 |
*** savvas has joined #openstack-ansible | 17:15 | |
evrardjp | that sound like bad orchestration | 17:16 |
andymccr | yeah | 17:16 |
odyssey4me | yeah, not very good validation either | 17:17 |
evrardjp | it looks legit | 17:17 |
odyssey4me | can't confirm, but seems like it needs someone to pick that up pronto | 17:17 |
evrardjp | yup | 17:17 |
evrardjp | xgerman_: could you check at this? | 17:17 |
odyssey4me | xgerman_ ^ that looks like something that needs urgent follow up | 17:17 |
odyssey4me | heh | 17:17 |
evrardjp | :) | 17:17 |
odyssey4me | I'd say High | 17:18 |
evrardjp | ok Let's mark it as confirmed and high. | 17:18 |
odyssey4me | It's pretty serious for production. | 17:18 |
andymccr | yeah | 17:18 |
xgerman_ | k | 17:18 |
xgerman_ | have a patch up for that but need ot review | 17:18 |
evrardjp | Could you mark the bug in your patch? | 17:19 |
evrardjp | It would be listed then | 17:19 |
xgerman_ | yep, will do | 17:19 |
evrardjp | ok next | 17:19 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1755821 | 17:19 |
openstack | Launchpad bug 1755821 in openstack-ansible "config_template fails to parse template if it contains a comment with leading spaces" [Undecided,New] | 17:19 |
*** savvas_ has joined #openstack-ansible | 17:20 | |
*** savvas has quit IRC | 17:20 | |
evrardjp | I haven't tested this myself | 17:20 |
evrardjp | but that sounds very serious | 17:20 |
odyssey4me | me neither | 17:20 |
cloudnull | yea that doesnt sound good | 17:20 |
evrardjp | cloudnull: could you have a look? | 17:20 |
cloudnull | you can add me to that | 17:21 |
cloudnull | I wont be able to look at it today | 17:21 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-plugins stable/queens: Utilise sorted to ensure no random changes https://review.openstack.org/554301 | 17:21 |
evrardjp | it's alright, I am leaving it unconfirmed for now, so that if you forget it would reappear next week | 17:21 |
evrardjp | leaving the triage status at high though | 17:21 |
evrardjp | next | 17:22 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1755790 | 17:22 |
openstack | Launchpad bug 1755790 in openstack-ansible "vxlan ttl defaults to 1" [Undecided,New] | 17:22 |
evrardjp | opinion? | 17:22 |
evrardjp | I think vxlan ttl default behavior is to have ttl to 1 though, to avoid traffic crossing through routers, on purpose | 17:22 |
andymccr | hmm | 17:23 |
evrardjp | but the pod example is exactly the opposite, you need to cross routers | 17:23 |
jrosser | this is | 17:23 |
jrosser | multicast | 17:23 |
jrosser | sorry on crap 3g | 17:24 |
evrardjp | oh yeah true | 17:24 |
evrardjp | but still | 17:24 |
*** savvas_ has quit IRC | 17:24 | |
evrardjp | jrosser: haha | 17:24 |
jrosser | ttl 1 is usually set for things like mdns which are explocitly link local | 17:24 |
evrardjp | I think this deserves confirming and adapting in the docs | 17:24 |
evrardjp | The deployer will evaluate what's best for his/her case. | 17:26 |
evrardjp | I am fine with adapting the documentation, fine for you jrosser ? | 17:26 |
jrosser | tes it needs to certatainly go in the pods example | 17:26 |
evrardjp | I am not sure it's a good idea to change the ttl by default | 17:26 |
andymccr | documentation sounds like the way | 17:26 |
evrardjp | jrosser: I'd do it ONLY for the pods example | 17:26 |
jrosser | the unicast part of vxlan will be generally routtable | 17:27 |
*** savvas has joined #openstack-ansible | 17:27 | |
evrardjp | jrosser: but it doesn't need to be on non-pod | 17:27 |
jrosser | so as it stands the behaviour will be different for generally encapsualted packets and any BUM like dhcp or arp | 17:28 |
evrardjp | yes | 17:28 |
evrardjp | I think we agree and we can discuss in the bug and patches. | 17:28 |
evrardjp | I'll assign that to me | 17:28 |
jrosser | yes | 17:29 |
evrardjp | next | 17:29 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1755609 | 17:29 |
openstack | Launchpad bug 1755609 in openstack-ansible "Galera xinetd only_from listens to load balancers' "ansible_host" rather than container management IP" [Undecided,New] | 17:29 |
evrardjp | tricky one this one | 17:30 |
evrardjp | due to our extreme configurability | 17:30 |
andymccr | hmm | 17:31 |
*** aojea has joined #openstack-ansible | 17:32 | |
jmccrory | are there facts that could be used to list interface addresses on haproxy_hosts? | 17:32 |
cloudnull | I think it makes sense to whitelist the cidrs | 17:32 |
evrardjp | so in its example, the ip used for ansible_host doesn't matter | 17:32 |
evrardjp | jmccrory: yes | 17:32 |
evrardjp | jmccrory: I think that's a good solution in fact, whitelist all the haproxy interfaces ip | 17:33 |
evrardjp | same for galera ips | 17:33 |
evrardjp | good thinking there! | 17:33 |
*** masuberu has quit IRC | 17:33 | |
evrardjp | cloudnull: I think it would be okay, but opening very wide, I prefer jmccrory solution :) | 17:33 |
evrardjp | if that's possible | 17:33 |
cloudnull | we shouldn't just limit it to haproxy | 17:33 |
odyssey4me | if jmccrory says it, it must be possible ;) | 17:34 |
spotz | heheheh | 17:34 |
evrardjp | yeah, it should be a setup delegate_facts delegate_to | 17:34 |
evrardjp | to get the fact of the interfaces facts | 17:34 |
evrardjp | cloudnull: why? | 17:34 |
cloudnull | at rax we have external LBs which are not haproxy | 17:34 |
cloudnull | so limiting to haproxy would break me | 17:35 |
evrardjp | cloudnull: you can still add the hosts | 17:35 |
evrardjp | of your load balancers | 17:35 |
cloudnull | but ansible wont have access to them | 17:35 |
cloudnull | so there are no facts to gather | 17:35 |
odyssey4me | assuming an override is available, surely any environment can override the defaults? | 17:35 |
evrardjp | that's what I meant | 17:36 |
cloudnull | so long as we can set the networks and are not forced to use facts from a given host, +1 | 17:36 |
*** ibmko has quit IRC | 17:36 | |
*** galstrom_zzz is now known as galstrom | 17:36 | |
odyssey4me | perhaps we could have a smart default - use haproxy addresses if there are haproxy hosts, otherwise fall back to the CIDR's? | 17:37 |
cloudnull | ^ ++ | 17:37 |
odyssey4me | Use the inventory Luke... | 17:37 |
evrardjp | sounds good. The fallback would require work, because networks_cidr aren't directly exposed IIRC | 17:37 |
evrardjp | only the ips | 17:37 |
evrardjp | oh yes we do | 17:38 |
cloudnull | maybe the fall back is like the hap whitelist where it just any rfc1918 address | 17:38 |
evrardjp | {name}_cidr | 17:38 |
evrardjp | cloudnull: great security :p | 17:38 |
odyssey4me | seems sensible, given that the whitelist is well established | 17:38 |
evrardjp | ok we agree on the idea anyway, let's triage this: confirmed and medium? | 17:39 |
evrardjp | or low | 17:39 |
odyssey4me | if you care about security, you'd have a whitelist override in place | 17:39 |
evrardjp | it's a very edge case | 17:39 |
odyssey4me | confirmed/medium methinks | 17:39 |
cloudnull | something like https://github.com/openstack/openstack-ansible/blob/master/inventory/group_vars/haproxy_all/haproxy.yml#L63 | 17:39 |
cloudnull | https://github.com/openstack/openstack-ansible/blob/master/inventory/group_vars/haproxy_all/haproxy.yml#L25-L28 | 17:40 |
evrardjp | next | 17:40 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1755593 | 17:40 |
openstack | Launchpad bug 1755593 in openstack-ansible "Rally can't install encapsulated Tempest verifier" [Undecided,New] | 17:40 |
cloudnull | so use hap hosts by default, fall back to somethign that will work providing a minimal level of security but is configurable. | 17:40 |
evrardjp | cloudnull: we agree. | 17:41 |
cloudnull | cool | 17:41 |
evrardjp | Rally? | 17:41 |
odyssey4me | ja, apparently rally does its own preparation of some kind | 17:42 |
*** savvas has quit IRC | 17:42 | |
evrardjp | indeed | 17:42 |
evrardjp | installing ansible and all that jazz! | 17:42 |
odyssey4me | we had a discussion in channel about it | 17:42 |
evrardjp | oh | 17:42 |
evrardjp | ? | 17:42 |
evrardjp | about this bug? | 17:42 |
odyssey4me | yeah, me and the bug reporter | 17:42 |
evrardjp | what was the summary of that? It's not written in the bug | 17:43 |
odyssey4me | he's been looking into hacks and things but it doesn't look like he's reported back into the bug | 17:43 |
evrardjp | ok | 17:43 |
evrardjp | how do we triage this then? | 17:43 |
odyssey4me | well, it's definitely true - so confirmed | 17:43 |
odyssey4me | it seems to affect using rally, so I'd say medium | 17:44 |
*** daviddeal has joined #openstack-ansible | 17:44 | |
odyssey4me | not high because this is the first we've heard of it - so either no-one uses rally, or this is a new issue in pike | 17:44 |
evrardjp | sold! | 17:44 |
evrardjp | next | 17:44 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1755241 | 17:44 |
openstack | Launchpad bug 1755241 in openstack-ansible "The Documentation for Pike is conistantly telling users to pull the wrong version" [Undecided,New] | 17:44 |
evrardjp | confirmed and medium, it's telling the right version, but the version is confusing | 17:45 |
evrardjp | ok for everyone? | 17:45 |
andymccr | yeah | 17:45 |
odyssey4me | ja | 17:46 |
evrardjp | next | 17:46 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1754591 | 17:46 |
openstack | Launchpad bug 1754591 in openstack-ansible "Neutron agent delete: remove the wrong argument" [Undecided,New] | 17:46 |
andymccr | i dont see what we can do abotu that | 17:47 |
evrardjp | yeah, so? | 17:47 |
andymccr | it'll be fixed in a future version of 16.0.x? | 17:47 |
evrardjp | oh it doesn't say it's part of the deploy of our playbooks | 17:47 |
evrardjp | andymccr: most likely it won't get fixed | 17:48 |
evrardjp | because we are still constrained | 17:48 |
andymccr | its backported to stable/pike? | 17:48 |
evrardjp | so we'll not get that bump | 17:48 |
evrardjp | I doubt it | 17:48 |
andymccr | https://review.openstack.org/#/c/518371/ | 17:48 |
evrardjp | oh it was | 17:49 |
andymccr | i guess the point im makgin is its not an OSA issue | 17:49 |
odyssey4me | looks like it merged into the stable branch, so there needs to be a release, then a u0c bump | 17:49 |
andymccr | ^ yeah | 17:49 |
odyssey4me | then we get it for free | 17:49 |
evrardjp | it's merged into stable branch | 17:49 |
evrardjp | it's just not bumped into u-c | 17:49 |
odyssey4me | yes, but it still has to be released - then bumped in u-c | 17:49 |
andymccr | yeah | 17:49 |
evrardjp | the patch for inclusion in pike is 2017. | 17:50 |
odyssey4me | u-c doesn't bump libraries to SHA's ;) | 17:50 |
odyssey4me | well, someone needs to be chased to do the release then | 17:50 |
evrardjp | "This issue was fixed in the openstack/python-openstackclient 3.13.0 " | 17:50 |
evrardjp | (2017-12-13) | 17:50 |
odyssey4me | or we need to implement our own git source usage for it | 17:50 |
evrardjp | it's just that this hasn't been bumped into requirements | 17:50 |
evrardjp | so I am not sure what we can do | 17:51 |
*** savvas has joined #openstack-ansible | 17:51 | |
odyssey4me | we can push the review to bump u-c | 17:51 |
odyssey4me | for stable branches that's not an automatic process | 17:51 |
evrardjp | I thought that was kinda taboo | 17:52 |
evrardjp | :p | 17:52 |
*** epalper has joined #openstack-ansible | 17:52 | |
evrardjp | "do not bump osc on stable branches!" | 17:52 |
evrardjp | I guess we can ask prometheanfire | 17:52 |
odyssey4me | you can always push up a review - it may not be accepted | 17:52 |
evrardjp | prometheanfire: can you have a look? | 17:52 |
odyssey4me | I've done it before | 17:52 |
jmccrory | why do they have stable branches otherwise? | 17:52 |
andymccr | yeah you can have a discussion about it at least. | 17:53 |
evrardjp | I've done it once, and it was not very welcomed by tonyb | 17:53 |
odyssey4me | for this bug though, I'd mark it as a duplicate and link the original bug to openstack-ansible | 17:53 |
evrardjp | good point | 17:53 |
evrardjp | next | 17:53 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1754139 | 17:54 |
openstack | Launchpad bug 1754139 in openstack-ansible "openvswitch does not start on new AIO deployment" [Undecided,New] | 17:54 |
evrardjp | ovs... mbuil could you by chance have a look at this? | 17:54 |
evrardjp | except if someone else is willing to have a look? | 17:55 |
evrardjp | leaving it as is in 5 seconds! | 17:55 |
evrardjp | 4 | 17:55 |
evrardjp | 3 | 17:55 |
evrardjp | 2 | 17:55 |
evrardjp | 1 | 17:55 |
evrardjp | (large seconds!) | 17:55 |
evrardjp | next | 17:56 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1753801 | 17:56 |
openstack | Launchpad bug 1753801 in openstack-ansible "Galera connection contention on full base deployment on Xeon E3 " [Undecided,New] | 17:56 |
*** savvas has quit IRC | 17:56 | |
evrardjp | I guess we'll wait for logan- 's report and patches :) | 17:57 |
evrardjp | good job there | 17:57 |
evrardjp | let's move on, shall we? | 17:57 |
andymccr | yeah | 17:57 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1753790 | 17:57 |
openstack | Launchpad bug 1753790 in openstack-ansible "spurious 'no space left on device' errors during venv build" [Undecided,New] | 17:57 |
logan- | im not sure if it is valid, gnocchi is totally broken on pike currently and restarts endlessly | 17:57 |
hwoarang | hmm | 17:58 |
prometheanfire | wat | 17:58 |
hwoarang | that may have been fixed | 17:58 |
evrardjp | logan-: oh so we'll wait for your feedback :) | 17:58 |
evrardjp | hwoarang: are we sure it's done now? | 17:58 |
prometheanfire | evrardjp: bumping thing in stable branches is fine, if it a stable branch release | 17:58 |
hwoarang | i haven't seen it lately | 17:58 |
hwoarang | have you? | 17:58 |
odyssey4me | no, I've still seen disk space issues come up | 17:58 |
hwoarang | ok then... | 17:58 |
evrardjp | odyssey4me: on which branch? | 17:58 |
odyssey4me | master | 17:58 |
evrardjp | I have seen things on Q | 17:59 |
evrardjp | oh | 17:59 |
evrardjp | yeah let's leave that open then | 17:59 |
evrardjp | as a reminder! | 17:59 |
odyssey4me | cloudnull and I discussed it... but couldn't figure it out | 17:59 |
odyssey4me | I didn't think I'd seen it on Queens though. | 17:59 |
evrardjp | mmm. Let's rollback to standard lxc image managemnt then :p | 17:59 |
odyssey4me | might need to dig into logstash to see how frequently that's happening | 18:00 |
evrardjp | I still need to learn that thing. | 18:00 |
evrardjp | next time you do it, let's discuss on the channel | 18:00 |
evrardjp | ok | 18:00 |
odyssey4me | sure | 18:00 |
evrardjp | It's time to wrap up | 18:00 |
*** savvas has joined #openstack-ansible | 18:00 | |
evrardjp | #endmeeting | 18:00 |
*** openstack 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" | 18:00 | |
openstack | Meeting ended Tue Mar 20 18:00:56 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 18:00 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2018/openstack_ansible_meeting.2018-03-20-17.00.html | 18:00 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2018/openstack_ansible_meeting.2018-03-20-17.00.txt | 18:01 |
openstack | Log: http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2018/openstack_ansible_meeting.2018-03-20-17.00.log.html | 18:01 |
evrardjp | odyssey4me: let's talk about your etherpad? | 18:01 |
openstackgerrit | Logan V proposed openstack/openstack-ansible stable/queens: Stop running get-ansible-role-requirements with -vvv https://review.openstack.org/554650 | 18:01 |
evrardjp | odyssey4me: you want a vote or a more formal discussion maybe? | 18:02 |
odyssey4me | evrardjp well, I was hoping to get the main contributors to look through the two options and share any thoughts | 18:02 |
odyssey4me | I'm leaning towards doing Method 2, personally. I think it makes the service roles very readable. | 18:03 |
odyssey4me | cloudnull jmccrory logan- hwoarang https://etherpad.openstack.org/p/osa-source-deploy-role-planning your thoughts? | 18:03 |
logan- | was just looking thru the roles.. summing up the diffs between options 1 & 2 as the POC stands it looks like the biggest difference is user creation right now? what other things would you envision putting into the option 2 approach | 18:04 |
odyssey4me | logan- nothing more | 18:04 |
evrardjp | logan-: user/group creation, folder creation. | 18:04 |
odyssey4me | basically option two handles the service group/user and directories | 18:04 |
jmccrory | i liked 1, with install tasks still split, but only including an unarchive of previously built venv | 18:05 |
odyssey4me | I can, over time, make the build and install entirely separate | 18:05 |
evrardjp | odyssey4me: extending to endpoint creation ? | 18:05 |
*** savvas has quit IRC | 18:05 | |
logan- | i want to note my use case skips all of the venv tasks above this https://github.com/odyssey4me/ansible-python_venv_build/blob/afafacfba5a5cac1505df000fd4dac88ee53ffb9/tasks/main.yml#L121-L139 | 18:05 |
evrardjp | jmccrory: what do you mean by "only including... " | 18:05 |
logan- | i feed a totally garbage url so it skips all of those tasks | 18:06 |
odyssey4me | jmccrory the thing about 1 is that it's a nice simple role, but then we have dup tasks still in the service role | 18:06 |
odyssey4me | logan- yeah, I'd like to implement something a little more elegant there so you don't have to do that any more | 18:06 |
logan- | so the note in the task file stood out because it is wrong.. there is no download + extract, the venv is built by the ansible pip install task | 18:07 |
logan- | yup would love to see that | 18:07 |
jmccrory | evrardjp that there would still be a separate 'python_venv_install.yml' taskfile, but it's only task would be to unarchive a venv. basically being able to skip build tasks on a host if there's a pre built venv | 18:07 |
odyssey4me | jmccrory sure, I like that - I was thinking of kinda doing that for option 2 too | 18:07 |
evrardjp | jmccrory: that can be done in option 2 | 18:07 |
odyssey4me | strictly separating build vs install | 18:07 |
*** poopcat has joined #openstack-ansible | 18:07 | |
logan- | i'm generally in favor of option 1 and put the common user/group creation stuff in systemd_service | 18:08 |
odyssey4me | hmm, that's actually a good diea | 18:08 |
odyssey4me | *idea | 18:08 |
odyssey4me | cloudnull your thoughts? | 18:08 |
evrardjp | logan-: I am not sure that can be compatible with mnaser 's work | 18:08 |
odyssey4me | evrardjp why not? | 18:08 |
evrardjp | except if the systemd_service is fully shipped with packages | 18:08 |
evrardjp | I guess it is | 18:08 |
jmccrory | logan- +1, the user/dir creation doesn't seem venv-install specific to me | 18:08 |
logan- | evrardjp: systemd_service would not unconditionally do that stuff, I think you'd have it off by default and have switches to enable those tasks | 18:08 |
odyssey4me | evrardjp for mnaser's work he's completely ignoring the entire 'install' set of tasks (including user creation and such) | 18:09 |
pabelanger | logan-: cloudnull: so, looking at the test failure on 554277, I think I see the issue: http://logs.openstack.org/77/554277/5/check/openstack-ansible-functional-ubuntu-xenial/f782064/job-output.txt.gz#_2018-03-20_05_17_45_940327 | 18:09 |
odyssey4me | ok, I like that way forward - it keeps the role simple | 18:09 |
pabelanger | that directory structure is getting created by the root user, which when inside the container, I don't think the test user is able to write into that folder | 18:09 |
evrardjp | I am fine with option 1 + necessary systemd service user management | 18:09 |
*** savvas has joined #openstack-ansible | 18:09 | |
odyssey4me | I'll do the split for build/install, and have the service setup stuff happen in the systemd role | 18:10 |
pabelanger | logan-: cloudnull: but unsure what that right now | 18:10 |
odyssey4me | thanks for the feedback all! :) | 18:10 |
logan- | great to see all of that consolidating odyssey4me :) | 18:11 |
logan- | thanks | 18:11 |
evrardjp | thanks odyssey4me ! | 18:11 |
logan- | pabelanger: yeah looks like thats the case. at least the user task is doing the right thing http://logs.openstack.org/77/554277/5/check/openstack-ansible-functional-ubuntu-xenial/f782064/job-output.txt.gz#_2018-03-20_05_17_45_442943, seems like just execing the task as the container_user is the problem when ansible tries to setup the execution | 18:13 |
evrardjp | odyssey4me: I documtend this in the next meeting already, so you don't have to do it | 18:13 |
odyssey4me | evrardjp aww thanks :) | 18:13 |
odyssey4me | we should have a bot for our noted events through the week, something like the infra bot | 18:13 |
pabelanger | logan-: which version of ansible are you using for testing? | 18:14 |
*** savvas has quit IRC | 18:14 | |
pabelanger | or is there a setting that uses sftp? | 18:15 |
logan- | i think 2.4.2.0 per https://github.com/openstack/openstack-ansible-tests/blob/4a795e649f7a73dfbf99b405e94ad30c21fdc640/test-ansible-deps.txt#L11 | 18:15 |
*** armaan has quit IRC | 18:15 | |
*** armaan has joined #openstack-ansible | 18:16 | |
pabelanger | ah | 18:18 |
pabelanger | reproduced it | 18:18 |
pabelanger | you are not using pipelining = True | 18:18 |
*** savvas has joined #openstack-ansible | 18:19 | |
pabelanger | let me see if I can figure out what is going on | 18:19 |
logan- | interesting | 18:19 |
*** epalper has quit IRC | 18:22 | |
*** savvas has quit IRC | 18:23 | |
evrardjp | guys I'm definitely out for today. too tired. Have a good evening | 18:25 |
*** savvas has joined #openstack-ansible | 18:28 | |
openstackgerrit | German Eichberger proposed openstack/openstack-ansible-os_octavia master: Fixes mgmt net fact setting https://review.openstack.org/553866 | 18:29 |
mbuil | evrardjp: sorry I was out :( | 18:31 |
*** dave-mccowan has quit IRC | 18:32 | |
*** savvas has quit IRC | 18:33 | |
*** aojea has quit IRC | 18:36 | |
*** galstrom is now known as galstrom_zzz | 18:36 | |
*** savvas has joined #openstack-ansible | 18:37 | |
*** cjloader_ has joined #openstack-ansible | 18:41 | |
*** cjloader has quit IRC | 18:41 | |
*** savvas has quit IRC | 18:41 | |
*** dave-mccowan has joined #openstack-ansible | 18:46 | |
*** savvas has joined #openstack-ansible | 18:46 | |
pabelanger | logan-: okay, think I can a fix, just testing | 18:49 |
*** savvas has quit IRC | 18:51 | |
hwoarang | odyssey4me: the second proposal looks more reasonable to me but i haven't understood it in depth yet | 18:53 |
hwoarang | too busy today :( | 18:53 |
spotz | evrardjp: any updates from tbreeds on the tagging? | 18:54 |
*** savvas has joined #openstack-ansible | 18:55 | |
pabelanger | cloudnull: have time for some ssh connection_plugin questions | 18:59 |
pabelanger | kinda stuck on an issue, and think you might know a bit more | 18:59 |
*** epalper has joined #openstack-ansible | 19:00 | |
*** savvas has quit IRC | 19:00 | |
*** shardy has quit IRC | 19:01 | |
*** poopcat has quit IRC | 19:02 | |
*** chhagarw has quit IRC | 19:02 | |
*** RandomTech has quit IRC | 19:02 | |
*** dave-mccowan has quit IRC | 19:03 | |
*** savvas has joined #openstack-ansible | 19:04 | |
*** savvas has quit IRC | 19:09 | |
*** savvas has joined #openstack-ansible | 19:10 | |
*** epalper has quit IRC | 19:10 | |
*** throwsb1 has quit IRC | 19:18 | |
odyssey4me | hwoarang I'll update it tomorrow. We came up with an alternative approach which I think is cleaner and keeps the roles simpler and more focused. | 19:21 |
openstackgerrit | Paul Belanger proposed openstack/openstack-ansible-plugins master: Fix bug with pipelining disable and container_user https://review.openstack.org/554670 | 19:25 |
pabelanger | logan-: cloudnull: ^ should be our fix | 19:26 |
openstackgerrit | Paul Belanger proposed openstack/openstack-ansible-plugins master: Add tests for container_user connection attribute https://review.openstack.org/554277 | 19:26 |
pabelanger | and testing rebased | 19:26 |
openstackgerrit | Merged openstack/openstack-ansible stable/pike: Fix BOOTSTRAP_OPTS https://review.openstack.org/553745 | 19:27 |
openstackgerrit | Merged openstack/openstack-ansible master: Avoid putting rgw conf on ALL hosts https://review.openstack.org/549840 | 19:27 |
openstackgerrit | Merged openstack/openstack-ansible master: [DOC] contributor: Add initial documentation for distribution support https://review.openstack.org/549225 | 19:27 |
openstackgerrit | melissaml proposed openstack/openstack-ansible-memcached_server master: Follow the new PTI for document build https://review.openstack.org/554671 | 19:28 |
*** savvas has quit IRC | 19:32 | |
*** pylot_ has quit IRC | 19:36 | |
*** dave-mccowan has joined #openstack-ansible | 19:37 | |
*** d34dh0r53 has quit IRC | 19:37 | |
*** d34dh0r53 has joined #openstack-ansible | 19:37 | |
*** pylot has joined #openstack-ansible | 19:38 | |
*** savvas has joined #openstack-ansible | 19:40 | |
*** savvas_ has joined #openstack-ansible | 19:44 | |
*** savvas has quit IRC | 19:44 | |
openstackgerrit | David Wilde proposed openstack/openstack-ansible stable/pike: Update os_nova SHA https://review.openstack.org/554675 | 19:46 |
*** Leo_m has quit IRC | 19:48 | |
*** Leo_m has joined #openstack-ansible | 19:48 | |
logan- | looks like it worked pabelanger! | 19:53 |
pabelanger | woot | 19:53 |
*** daviddeal has quit IRC | 19:55 | |
*** armaan has quit IRC | 19:57 | |
*** sar has joined #openstack-ansible | 20:01 | |
*** TxGirlGeek has quit IRC | 20:01 | |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone stable/pike: Only try to stop services that exist https://review.openstack.org/553747 | 20:01 |
*** masber has joined #openstack-ansible | 20:02 | |
*** Leo_m has quit IRC | 20:03 | |
*** Leo_m_ has joined #openstack-ansible | 20:03 | |
*** dave-mccowan has quit IRC | 20:03 | |
*** TxGirlGeek has joined #openstack-ansible | 20:03 | |
*** dave-mccowan has joined #openstack-ansible | 20:04 | |
openstackgerrit | Paul Belanger proposed openstack/openstack-ansible-plugins master: Add tests for container_user connection attribute https://review.openstack.org/554277 | 20:04 |
pabelanger | logan-: and that should fix linters | 20:04 |
*** armaan has joined #openstack-ansible | 20:05 | |
logan- | ahh yeah let me undo some of the debugging | 20:05 |
pabelanger | kk | 20:06 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-plugins master: Add tests for container_user connection attribute https://review.openstack.org/554277 | 20:06 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-plugins master: Add tests for container_user connection attribute https://review.openstack.org/554277 | 20:07 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-plugins master: Add tests for container_user connection attribute https://review.openstack.org/554277 | 20:10 |
openstackgerrit | melissaml proposed openstack/openstack-ansible-memcached_server master: Follow the new PTI for document build https://review.openstack.org/554671 | 20:13 |
*** Leo_m_ has quit IRC | 20:13 | |
*** Leo_m has joined #openstack-ansible | 20:14 | |
*** Leo_m has quit IRC | 20:15 | |
*** Leo_m has joined #openstack-ansible | 20:16 | |
openstackgerrit | David Wilde proposed openstack/openstack-ansible stable/pike: Update os_nova SHA https://review.openstack.org/554675 | 20:17 |
*** radeks_ has quit IRC | 20:18 | |
openstackgerrit | Merged openstack/openstack-ansible-plugins stable/queens: Utilise sorted to ensure no random changes https://review.openstack.org/554301 | 20:23 |
*** esberglu has quit IRC | 20:31 | |
*** dave-mccowan has quit IRC | 20:31 | |
openstackgerrit | Merged openstack/openstack-ansible stable/pike: Update existing container_networks https://review.openstack.org/528357 | 20:31 |
*** masber has quit IRC | 20:32 | |
*** openstackgerrit has quit IRC | 20:33 | |
*** esberglu has joined #openstack-ansible | 20:34 | |
*** TxGirlGeek has quit IRC | 20:34 | |
*** mbuil has quit IRC | 20:35 | |
*** TxGirlGeek has joined #openstack-ansible | 20:36 | |
*** TxGirlGeek has quit IRC | 20:38 | |
*** ansmith has quit IRC | 20:41 | |
*** poopcat has joined #openstack-ansible | 20:47 | |
*** TxGirlGeek has joined #openstack-ansible | 20:48 | |
*** TxGirlGeek has quit IRC | 20:53 | |
*** wcooley has joined #openstack-ansible | 20:58 | |
*** dave-mccowan has joined #openstack-ansible | 21:00 | |
*** TxGirlGeek has joined #openstack-ansible | 21:01 | |
*** hybridpollo has joined #openstack-ansible | 21:03 | |
*** jwitko_ has joined #openstack-ansible | 21:09 | |
*** cjloader has joined #openstack-ansible | 21:10 | |
*** jwitko has quit IRC | 21:12 | |
*** jwitko_ has quit IRC | 21:14 | |
*** cjloader_ has quit IRC | 21:14 | |
*** prometheanfire has quit IRC | 21:15 | |
*** cjloader has quit IRC | 21:15 | |
*** prometheanfire has joined #openstack-ansible | 21:16 | |
*** tobberydberg_ has joined #openstack-ansible | 21:19 | |
*** TxGirlGeek has quit IRC | 21:20 | |
*** TxGirlGeek has joined #openstack-ansible | 21:21 | |
*** tobberydberg_ has quit IRC | 21:22 | |
olivierbourdon38 | hello everyone, anybody with experience setting up nginx as reverse proxy in front of OSA haproxy(ed) SSL horizon ? I managed to get the openstack services exposed by nginx rules and I am able to run openstack endpoint list, openstack image list, ... but I have issues setting up access to horizon due to https. Tried to google but found nothing really worth making my setup work. Thanks for any pointer, idea, ... | 21:31 |
*** TxGirlGeek has quit IRC | 21:32 | |
*** vnogin has joined #openstack-ansible | 21:33 | |
*** TxGirlGeek has joined #openstack-ansible | 21:35 | |
*** esberglu has quit IRC | 21:35 | |
*** TxGirlGeek has quit IRC | 21:36 | |
*** bradm has joined #openstack-ansible | 21:37 | |
*** vnogin has quit IRC | 21:37 | |
*** jwitko has joined #openstack-ansible | 21:39 | |
*** esberglu_ has joined #openstack-ansible | 21:40 | |
*** esberglu_ has quit IRC | 21:45 | |
*** kstev has quit IRC | 21:46 | |
*** nsingh has joined #openstack-ansible | 21:47 | |
*** niraj_singh has quit IRC | 21:50 | |
*** admin0 has quit IRC | 21:52 | |
*** wcooley has quit IRC | 21:53 | |
*** TxGirlGeek has joined #openstack-ansible | 21:55 | |
*** cjloader has joined #openstack-ansible | 21:58 | |
*** kstev has joined #openstack-ansible | 21:59 | |
*** cjloader has quit IRC | 22:02 | |
*** jbadiapa has quit IRC | 22:07 | |
*** sar has quit IRC | 22:09 | |
*** ibmko has joined #openstack-ansible | 22:12 | |
*** dave-mccowan has quit IRC | 22:17 | |
*** TxGirlGeek has quit IRC | 22:26 | |
*** TxGirlGeek has joined #openstack-ansible | 22:28 | |
*** dave-mccowan has joined #openstack-ansible | 22:28 | |
*** ianychoi__ is now known as ianychoi | 22:32 | |
*** dariko has quit IRC | 22:34 | |
*** TxGirlGeek has quit IRC | 22:38 | |
*** savvas_ has quit IRC | 22:41 | |
*** rootd00d has left #openstack-ansible | 22:41 | |
*** TxGirlGeek has joined #openstack-ansible | 22:42 | |
*** ansmith has joined #openstack-ansible | 22:42 | |
*** hybridpollo has quit IRC | 22:43 | |
*** savvas has joined #openstack-ansible | 22:48 | |
*** armaan has quit IRC | 22:48 | |
*** Leo_m has quit IRC | 22:51 | |
*** AlexR has quit IRC | 22:52 | |
*** savvas has quit IRC | 22:52 | |
*** TxGirlGeek has quit IRC | 22:52 | |
*** pmannidi has joined #openstack-ansible | 22:54 | |
*** TxGirlGeek has joined #openstack-ansible | 22:55 | |
*** chyka has quit IRC | 23:00 | |
*** chyka has joined #openstack-ansible | 23:01 | |
*** TxGirlGeek has quit IRC | 23:02 | |
*** masber has joined #openstack-ansible | 23:03 | |
*** masuberu has joined #openstack-ansible | 23:04 | |
*** aludwar has quit IRC | 23:05 | |
*** TxGirlGeek has joined #openstack-ansible | 23:06 | |
*** masber has quit IRC | 23:08 | |
*** aludwar has joined #openstack-ansible | 23:14 | |
*** jwitko has quit IRC | 23:16 | |
*** kstev has quit IRC | 23:18 | |
*** sawblade_ has joined #openstack-ansible | 23:32 | |
*** ibmko has quit IRC | 23:32 | |
*** sawblade6 has quit IRC | 23:34 | |
*** ansmith has quit IRC | 23:43 | |
*** chyka has quit IRC | 23:46 | |
*** savvas has joined #openstack-ansible | 23:50 | |
*** openstackgerrit has joined #openstack-ansible | 23:54 | |
openstackgerrit | Michael Johnson proposed openstack/openstack-ansible-os_octavia master: Update systemd service for longer TimeoutStopSec https://review.openstack.org/554734 | 23:54 |
*** savvas has quit IRC | 23:54 | |
openstackgerrit | Merged openstack/openstack-ansible master: Add more infos into error message https://review.openstack.org/553881 | 23:59 |
openstackgerrit | German Eichberger proposed openstack/openstack-ansible-os_octavia master: Adds certificate generation https://review.openstack.org/553630 | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!