*** logan- has quit IRC | 00:02 | |
*** logan- has joined #openstack-ansible | 00:02 | |
*** pmannidi has joined #openstack-ansible | 00:10 | |
*** exodusftw has joined #openstack-ansible | 00:29 | |
*** cjloader has joined #openstack-ansible | 00:32 | |
*** cjloader has quit IRC | 00:33 | |
*** cjloader has joined #openstack-ansible | 00:34 | |
*** odyssey4me has quit IRC | 00:34 | |
*** odyssey4me has joined #openstack-ansible | 00:34 | |
*** tomtom001 has quit IRC | 01:01 | |
*** tomtom001 has joined #openstack-ansible | 01:02 | |
*** mhayden has quit IRC | 01:04 | |
logan- | iirc it doesnt shut down the lb endpoint theres some huge lua thing that starts/stop different services as they sync | 01:26 |
---|---|---|
logan- | in repo_server | 01:26 |
logan- | oh my buffer is like 12 hours behind... | 01:26 |
logan- | anyway mnaser in case you didn't find out by now, this is what manages the repo services going up/down during syncs: https://github.com/openstack/openstack-ansible-repo_server/blob/master/templates/lsyncd.lua.j2 | 01:28 |
mnaser | logan-: damn that's fancy | 01:47 |
logan- | ya its pretty elaborate | 01:47 |
*** _moep_ has quit IRC | 02:05 | |
*** _moep_ has joined #openstack-ansible | 02:06 | |
*** dave-mccowan has joined #openstack-ansible | 02:12 | |
*** pradiprwt has quit IRC | 02:13 | |
dmsimard | just sharing something pretty cool I found: https://github.com/openshift/openshift-ansible/blob/4e5ef6d50f31eb51a249c3b4836141030f70b0de/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py | 02:48 |
*** dave-mccowan has quit IRC | 02:48 | |
dmsimard | ends up printing (and keeping an overlay?) on top of the playbook run http://paste.openstack.org/show/718777/ | 02:49 |
*** savvas has joined #openstack-ansible | 03:05 | |
cjloader | Anyone know what causes an 416 error with radosGW/Ceph | 03:07 |
cjloader | InvalidRange.: BackendException: Failed to add container to Swift. | 03:09 |
*** savvas has quit IRC | 03:10 | |
*** cjloader has quit IRC | 03:16 | |
*** cjloader_ has joined #openstack-ansible | 03:16 | |
*** ianychoi has quit IRC | 03:16 | |
*** cjloader_ has quit IRC | 03:19 | |
*** indistylo has joined #openstack-ansible | 03:20 | |
*** cjloader has joined #openstack-ansible | 03:20 | |
*** ianychoi has joined #openstack-ansible | 03:20 | |
openstackgerrit | Merged openstack/openstack-ansible master: Fix osa_toolkit dictutils import https://review.openstack.org/559823 | 03:26 |
*** armaan has quit IRC | 03:26 | |
*** esberglu has quit IRC | 03:49 | |
*** vincent has joined #openstack-ansible | 03:56 | |
*** vincent is now known as Guest57868 | 03:57 | |
*** Administrator__ has quit IRC | 03:58 | |
*** indistylo has quit IRC | 04:01 | |
*** pcaruana has joined #openstack-ansible | 04:06 | |
*** poopcat has quit IRC | 04:09 | |
*** udesale has joined #openstack-ansible | 04:09 | |
*** ianychoi has quit IRC | 04:14 | |
*** ianychoi has joined #openstack-ansible | 04:16 | |
*** pcaruana has quit IRC | 04:16 | |
*** radeks has joined #openstack-ansible | 04:31 | |
*** chhagarw has joined #openstack-ansible | 04:32 | |
*** mgrewy has joined #openstack-ansible | 04:35 | |
mgrewy | tempest-install is failing....upload image to glance is failing. glance-api.log has trace back -> http://paste.openstack.org/show/718779/ | 04:36 |
*** indistylo has joined #openstack-ansible | 04:37 | |
*** cjloader has quit IRC | 04:54 | |
*** sar has quit IRC | 05:33 | |
*** ianychoi has quit IRC | 05:47 | |
*** ianychoi has joined #openstack-ansible | 05:49 | |
*** mma has joined #openstack-ansible | 05:53 | |
*** mma has quit IRC | 05:54 | |
*** eumel8 has joined #openstack-ansible | 05:57 | |
*** rodolof has joined #openstack-ansible | 06:02 | |
*** mma has joined #openstack-ansible | 06:03 | |
*** sar has joined #openstack-ansible | 06:12 | |
*** cjloader has joined #openstack-ansible | 06:16 | |
*** tomtom001 has quit IRC | 06:18 | |
*** tomtom001 has joined #openstack-ansible | 06:18 | |
*** cjloader has quit IRC | 06:19 | |
*** lvdombrkr has joined #openstack-ansible | 06:28 | |
*** armaan has joined #openstack-ansible | 06:30 | |
*** pcaruana has joined #openstack-ansible | 06:40 | |
*** gkadam has joined #openstack-ansible | 06:43 | |
*** gkadam_ has joined #openstack-ansible | 06:50 | |
*** gkadam has quit IRC | 06:50 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible stable/queens: Fix osa_toolkit dictutils import https://review.openstack.org/559922 | 06:51 |
evrardjp | good morning | 06:53 |
*** marwel has quit IRC | 06:54 | |
*** marwel has joined #openstack-ansible | 06:54 | |
evrardjp | dmsimard: it would be even better to combine the callback plugin with a strategy -- in case of upgrades, do things based on checkpoints | 06:56 |
evrardjp | dmsimard: you're a bad person, you give me bad ideas. | 06:57 |
evrardjp | :D | 06:57 |
evrardjp | The callback can definitely know if the playbook ran fine. Darn, we found a cleaner way to run upgrades! | 06:57 |
evrardjp | no need for shell script anymore! | 06:58 |
evrardjp | let me check if it's possible to force a strategy with an env var, just out of curiosity | 06:58 |
*** gkadam_ is now known as gkadam | 07:00 | |
*** cshen has joined #openstack-ansible | 07:00 | |
*** aruns has joined #openstack-ansible | 07:01 | |
*** indistylo has quit IRC | 07:04 | |
*** marwel has quit IRC | 07:07 | |
*** marwel has joined #openstack-ansible | 07:11 | |
openstackgerrit | Merged openstack/openstack-ansible-tests stable/queens: Extend linters time out https://review.openstack.org/559797 | 07:12 |
*** gkadam has quit IRC | 07:14 | |
evrardjp | export DEFAULT_STRATEGY=upgrade | 07:16 |
evrardjp | haha | 07:16 |
evrardjp | that could work | 07:16 |
*** radeks has quit IRC | 07:21 | |
*** radeks has joined #openstack-ansible | 07:21 | |
*** epalper has joined #openstack-ansible | 07:26 | |
*** jhesketh_ has joined #openstack-ansible | 07:31 | |
*** jhesketh has quit IRC | 07:37 | |
ArchiFleKs | odyssey4me:Hi, I have the same issue with nova cellv2 commit, what I don't understand is how the delegate work, on the first compute node the task is delegate to the first conductor, from a compute node I can resolve a nova conductor container with /etc/hosts but i cannot ssh into it, not with root or nova user | 07:41 |
*** rodolof has quit IRC | 07:45 | |
*** rodolof has joined #openstack-ansible | 07:45 | |
*** electrofelix has joined #openstack-ansible | 07:47 | |
*** tomtom001 has quit IRC | 08:02 | |
*** tomtom001 has joined #openstack-ansible | 08:03 | |
*** mbuil has joined #openstack-ansible | 08:04 | |
hwoarang | good morning | 08:05 |
mma | Morning. Just to double check, there is no multi region support in OSA right? | 08:13 |
*** pmannidi has quit IRC | 08:17 | |
*** mgrewy has quit IRC | 08:29 | |
openstackgerrit | Merged openstack/openstack-ansible-tests stable/queens: Add Ceph experimental job for roles https://review.openstack.org/559781 | 08:32 |
*** vnogin has joined #openstack-ansible | 08:33 | |
*** vnogin has quit IRC | 08:41 | |
*** radeks has quit IRC | 08:50 | |
*** radeks has joined #openstack-ansible | 08:50 | |
*** madorn has quit IRC | 08:55 | |
*** madorn has joined #openstack-ansible | 08:56 | |
*** aruns has quit IRC | 09:00 | |
*** pcaruana has quit IRC | 09:04 | |
evrardjp | mma: you can do multi region | 09:12 |
evrardjp | there is nothing "built in" because multi region means so many things for so many different ppl. | 09:12 |
evrardjp | Swift for example, is planned for multi region | 09:12 |
evrardjp | and you can do many thing depending on your overrides | 09:12 |
evrardjp | logan-: odyssey4me maybe we should hack around a user story or user stories for multi regions | 09:13 |
evrardjp | what do you think? That question came up like 2 times this week (and didn't come up the month before :p ) | 09:14 |
mma | evrardjp: Ok, a story or guide would be awesome for sure. | 09:15 |
evrardjp | mma: it depends on what you want to achieve basically | 09:15 |
openstackgerrit | Fabien Andrieux proposed openstack/openstack-ansible-specs master: Blueprint specs for openstack fds/fdio/vpp integration https://review.openstack.org/552079 | 09:17 |
mma | evrardjp: In this case we have an existing OSA based installation running. And now we are to install a new installation in a new datacenter but connect it to the existing keystone service. | 09:18 |
evrardjp | ok so not multi region federated keystone | 09:21 |
evrardjp | :p | 09:21 |
openstackgerrit | Fabien Andrieux proposed openstack/openstack-ansible-specs master: Blueprint specs for openstack fds/fdio/vpp integration https://review.openstack.org/552079 | 09:21 |
evrardjp | are the two DC far away from each other? | 09:21 |
evrardjp | (latency wise) | 09:21 |
mma | No very close | 09:21 |
mma | Milliseconds | 09:22 |
*** DanyC has joined #openstack-ansible | 09:24 | |
*** vnogin has joined #openstack-ansible | 09:27 | |
*** DanyC has quit IRC | 09:29 | |
evrardjp | ms is big | 09:30 |
evrardjp | :p | 09:30 |
*** DanyC has joined #openstack-ansible | 09:30 | |
evrardjp | do you really need multi region then? | 09:30 |
evrardjp | looks like you could just separate nova cells | 09:31 |
*** vnogin has quit IRC | 09:32 | |
hwoarang | odyssey4me: mnaser hello. I have a question about the 'distro package work' | 09:35 |
hwoarang | in defaults/main.yml we have keystone_bin: /openstack/blabla but that only makes sense when using venv. so i was thinking to override that in vars/main.yml if installing distro packages. but recursive stuff like keystone_bin: "{{ (keystone_install_method == 'source') | ternary(keystone_bin, '/usr/bin') }}" do not seem to work. | 09:37 |
evrardjp | hwoarang: I still haven't got the chance to read the release notes | 09:38 |
hwoarang | evrardjp: what release notes | 09:38 |
odyssey4me | hwoarang the *_bin vars need to currently be overridable via group_vars, as the tag/bin are passed to the role from there, so using vars/main won't be good unless we implement a different way of setting the path | 09:41 |
mma | evrardjp: I think it will have to be multiregion in this case due to regulatory reasons. In reality we are forced to create 2 standalone installations with "as little shared as possible", however the customer insists on joined keystone for managing accounts. | 09:41 |
hwoarang | odyssey4me: ok thanks for that. so would using stuff like "{{ (keystone_install_method == 'source') | ternary("/openstack/blabla", "/usr/ bin") }}" | 09:42 |
hwoarang | be better? | 09:42 |
hwoarang | in defaults/main.yml that is | 09:42 |
mma | So what is the best way for this scenario from an OSA perspective? Do we add it like a "new" playbook installation and override keystone configuration to point it to the existing keystone? (and skip the keystone setup playbook for the new installation?) | 09:43 |
evrardjp | mma: I think you should simply do two installs, and the second one should point to the first keystone | 09:43 |
evrardjp | hwoarang: lapsus sorry | 09:43 |
evrardjp | hwoarang: I meant your spec | 09:43 |
evrardjp | I am talking about reno in ansible and my brain messed up :p | 09:44 |
hwoarang | ;p | 09:45 |
mma | evrardjp: Ok, and there is no special variable to control that? Or how do I get it to understand where the existing keystone service is so that it can setup endpoints, etc? | 09:46 |
mma | If there is a guide or documentation for it that I can look at instead of asking please tell me :) | 09:47 |
odyssey4me | hwoarang do you need to refer to keystone_bin? is there a way to avoid it perhaps? | 09:47 |
odyssey4me | mma there is not, you'll have to read the code and implement via trial and error - there are so many different possibilities | 09:48 |
mma | odyssey4me: Got it thanks :) | 09:48 |
odyssey4me | mma you could use a shared keystone ldap back-end, or use a shared database for keystone, or setup keystone/horizon in its own region | 09:49 |
evrardjp | mma: logan- has done it | 09:50 |
mma | In this case it will be a shared database. Thanks for help. | 09:50 |
evrardjp | so you should maybe ask him :) | 09:50 |
odyssey4me | mma if you do not need a component in your environment - like keystone, for example, you'd need to provide override variables to tell other components where to find it... usually the inventory gives us that information, but in a case where there's no keystone it won't so you have to provide them | 09:50 |
hwoarang | odyssey4me: well the role uses keystone_bin everywhere | 09:50 |
hwoarang | to call binaries, configure templates etc | 09:50 |
hwoarang | find out where venv is etc | 09:50 |
*** armaan has quit IRC | 09:50 | |
odyssey4me | mma each one of the services has a db connection string in the conf file - to use a common database you'll need to override part of that to point at the right db | 09:51 |
hwoarang | i will post an rfc and then we will see what to do with it | 09:51 |
odyssey4me | then with galera you should be able to set it up to have a mini cluster per region, but implement a tunnel between the regions for galera to replicate | 09:51 |
evrardjp | afk lunch everyone | 09:51 |
*** armaan has joined #openstack-ansible | 09:51 | |
mma | odyssey4me and evrardjp: Thanks for help and hits. Also enjoy your lunch evrardjp :) | 09:52 |
stuartgr | Hi. bootstrap-ansible.sh for stable/queens installs python3 on the deployment host but then I get "NameError: name 'unicode' is not defined" when it runs /etc/ansible/roles/plugins/action/config_template.py which sounds like that plugin is expecting python2 ??? | 09:52 |
odyssey4me | hwoarang it may make sense to implement a dict similar to the keystone_services dict.... or perhaps just add to that dict? | 09:52 |
*** vnogin has joined #openstack-ansible | 09:52 | |
hwoarang | possibly... | 09:54 |
hwoarang | i will think about it | 09:54 |
*** armaan has quit IRC | 10:02 | |
*** armaan has joined #openstack-ansible | 10:02 | |
*** radeks has quit IRC | 10:03 | |
*** cshen has quit IRC | 10:09 | |
*** cshen has joined #openstack-ansible | 10:20 | |
odyssey4me | hwoarang evrardjp the more and more I think about it, the more I think we should slowly try to move towards roles being components with a well defined input and output, and we should possibly try to make use of more discrete roles where we can | 10:31 |
odyssey4me | examples where we could use other roles are for nginx, apache, uwsgi | 10:31 |
odyssey4me | so the distro install thing puts us in a place where we really need to think about what should be internal to the role, and what needs to be external | 10:32 |
evrardjp[m] | odyssey4me yes sounds good. | 10:32 |
odyssey4me | for example, we're currently passing both a tag and a binary path into the role - do we really need to pass both? why not just one? | 10:32 |
evrardjp[m] | i agree with it, but we should be relying on the minimum amount of deps if possible too | 10:33 |
niraj_singh | evrardjp: Please review this spec when you get time https://review.openstack.org/#/c/556756/ | 10:33 |
evrardjp[m] | agreed | 10:33 |
odyssey4me | for a source-based install and a package-based install they use that information in different ways - for example a source-based install can infer a path for the venv from the tag, while the package-based install doesn't need to but it might still set a local fact using the tag | 10:34 |
evrardjp[m] | niraj_singh: will review today | 10:34 |
niraj_singh | thanks | 10:34 |
evrardjp[m] | i think it's wise to say "use package" or "use source" as input and infer things from that by default | 10:36 |
*** udesale has quit IRC | 10:45 | |
*** radeks has joined #openstack-ansible | 10:49 | |
openstackgerrit | Merged openstack/openstack-ansible stable/queens: Fix osa_toolkit dictutils import https://review.openstack.org/559922 | 11:10 |
openstackgerrit | Manuel Buil proposed openstack/openstack-ansible-os_neutron master: DNM: Testing ODL gates https://review.openstack.org/559065 | 11:10 |
odyssey4me | cores, need another review for https://review.openstack.org/559804 which needs to merge and be ported back to queens for ironic to be deployable | 11:12 |
odyssey4me | hwoarang evrardjp[m] another approach that we could take to simplify package vs source installs is, when deploying via source, to implement either symlinks for the venv binaries into something like /usr/local/bin/ or alternatively adding the venv path into the PATH - that way the binary is executable from anywhere and the path doesn't have to be referenced | 11:15 |
*** ansmith has quit IRC | 11:22 | |
evrardjp[m] | if that doesn't mess up with inclusion that's quite elegant | 11:32 |
*** vnogin has quit IRC | 11:37 | |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron master: Bug fix: Parenthesis needed when using ternary https://review.openstack.org/558871 | 11:37 |
*** vnogin has joined #openstack-ansible | 11:38 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/queens: Add container/service clean up for ironic/trove https://review.openstack.org/559995 | 11:39 |
*** vnogin has quit IRC | 11:39 | |
*** markvoelker has joined #openstack-ansible | 11:40 | |
logan- | mma: what you're trying to do is not too hard with separate osa installs/inventories. heres an example of how you might configure some user vras in your 2nd region in order to tie it to the 1st region's keystone: https://gist.github.com/Logan2211/d2c9548f8a405e663ea356adb83b6e97 | 11:44 |
evrardjp | logan-: forked! I will try to find time in the future to document this | 11:46 |
evrardjp | thanks for the share! | 11:46 |
evrardjp | odyssey4me: reviewin' | 11:46 |
evrardjp | ok I am too late | 11:46 |
evrardjp | :p | 11:46 |
evrardjp | niraj_singh: doing my review right now | 11:46 |
*** vnogin has joined #openstack-ansible | 11:47 | |
odyssey4me | evrardjp yeah, considering the number of queries we get for it, I think that should be another user story | 11:48 |
mma | logan-: Thanks | 11:48 |
*** vnogin has quit IRC | 11:48 | |
niraj_singh | evrardjp: ok | 11:49 |
evrardjp | niraj_singh: sorry, last details! | 11:49 |
evrardjp | then for me we're good | 11:49 |
niraj_singh | yes :) | 11:50 |
logan- | np evrardjp mma | 11:51 |
niraj_singh | evrardjp: we are going to start it from empty role. There is no role developed till now for masakari and masakari-monitor. | 11:53 |
*** vnogin has joined #openstack-ansible | 11:53 | |
Guest94774 | hi folks, I tried to install octavia with openstack ansible. ı run repo-build.yml for this but getting error on pip install role. error log is http://paste.openstack.org/show/718808/. what can be root of this problem ? | 11:54 |
ivve | bah i deleted the log but branch=master doesn't deploy on 3x controller nodes failing on rabbit host error (im guessing its the old environment in lxc container stuff) | 11:54 |
ivve | it doesn't detect correct hostname | 11:54 |
ivve | (a redeploy with exact same config stable/pike works) | 11:55 |
ivve | thank god for MaaS & ansible :) | 11:55 |
evrardjp | aspiers: do you, by any chance, have a corosync/pacemaker role in ardana we could re-use? | 11:55 |
evrardjp | niraj_singh: you don't have a PoC somewhere? | 11:55 |
aspiers | nope, ardana doesn't use pacemaker (yet, anyway) | 11:55 |
evrardjp | ok | 11:56 |
evrardjp | aspiers: you'd probably need it for masakari if I understand correctly niraj_singh :) | 11:56 |
aspiers | correct | 11:56 |
niraj_singh | evrardjp: yes i have, should i mention that link in the review comment | 11:56 |
evrardjp | niraj_singh: yes, so we don't start from nothing, we'll start from your code I guess? | 11:57 |
niraj_singh | evrardjp: yes | 11:57 |
odyssey4me | Guest94774 updated your checkout and bootstrap-ansible again to bring in the latest packages, that issue was resolved in the latest release | 11:57 |
aspiers | architecturally it's not mandatory but IMHO it makes the most sense right now | 11:57 |
ivve | also i think there is an issue with nova-scheduler filters but not sure. i can migrate single machines no problem but when using "nova host-evacuate-live" or the "migrate host" in horizon i get "no hosts available".. even with debuglogs in placement, scheduler and nova i can't really figure out the issue.. im redeploying this testcluster and will submit a bug | 11:57 |
aspiers | in the future there might be other fencing mechanisms | 11:57 |
evrardjp | aspiers: do you know if there are plans to use tempest testing soon? I haven't seen that into the open specs | 11:57 |
evrardjp | aspiers: oh that would be interesting. | 11:58 |
evrardjp | (the other fencing mechanisms) | 11:58 |
aspiers | evrardjp: ardana uses tempest now | 11:58 |
evrardjp | aspiers: I meant for masakari | 11:58 |
aspiers | oh | 11:58 |
aspiers | :) | 11:58 |
aspiers | I don't know | 11:58 |
evrardjp | :) | 11:58 |
openstackgerrit | Fabien Andrieux proposed openstack/openstack-ansible-specs master: Blueprint specs for openstack fds/fdio/vpp integration https://review.openstack.org/552079 | 11:58 |
aspiers | sampath can probably answer that | 11:58 |
evrardjp | will ask in the channel | 11:59 |
evrardjp | thanks | 11:59 |
Guest94774 | odyssey4me, thanks a lot :) | 11:59 |
*** odyssey4me has quit IRC | 12:00 | |
*** odyssey4me has joined #openstack-ansible | 12:00 | |
ivve | test environment is openstack hyperconverged on 3 blades with ceph backend fyi | 12:00 |
*** mhayden has joined #openstack-ansible | 12:02 | |
*** openstackgerrit has quit IRC | 12:04 | |
*** openstackgerrit has joined #openstack-ansible | 12:07 | |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron master: Bug fix: fwaas_v2 was missing in the pip task https://review.openstack.org/558873 | 12:07 |
evrardjp | cloudnull: you're heading to vancouver, right? Is there anyone else going there? | 12:08 |
*** mgrewy has joined #openstack-ansible | 12:08 | |
mgrewy | i am seeing this issue StoreAddDisabled - http://paste.openstack.org/show/718779/ any pointer to resolve it. nfs image mount has rw access | 12:09 |
openstackgerrit | Niraj Singh proposed openstack/openstack-ansible-specs master: Add specs to create masakari role https://review.openstack.org/556756 | 12:09 |
*** cshen has quit IRC | 12:12 | |
niraj_singh | evrardjp: updated specs :) | 12:13 |
evrardjp | cool | 12:13 |
odyssey4me | evrardjp well, this is an interesting development - it appears that some ansible playbooks/roles are in-tree for tempest: http://git.openstack.org/cgit/openstack/tempest/tree/ | 12:13 |
evrardjp | niraj_singh: do you mind if I edit it quickly? :D | 12:14 |
evrardjp | odyssey4me: yes, so ... | 12:14 |
niraj_singh | evrardjp: np | 12:14 |
evrardjp | odyssey4me: I started to discuss this with Andrea | 12:14 |
evrardjp | I said we're gonna end up doing the same thing, please let's be in sync | 12:15 |
*** cshen has joined #openstack-ansible | 12:15 | |
evrardjp | I haven't got the chance to discuss with him more recently | 12:15 |
evrardjp | but I'd like to do it in vancouver if I can :) | 12:15 |
openstackgerrit | Olivier Bourdon proposed openstack/openstack-ansible stable/pike: Add missing Ubuntu packages https://review.openstack.org/560003 | 12:15 |
openstackgerrit | Olivier Bourdon proposed openstack/openstack-ansible stable/pike: Add missing Ubuntu packages https://review.openstack.org/560003 | 12:16 |
odyssey4me | yeah, if the implementation could be a bit pluggable to allow devstack or other ansible config/execution methods then I think we'd be able to converge | 12:16 |
evrardjp | odyssey4me: yeah I wanted to say: | 12:17 |
evrardjp | use our config template, make your life easier. | 12:17 |
evrardjp | Then ship a playbook to run your things. | 12:18 |
evrardjp | Then guess what, you have the os_tempest role | 12:18 |
evrardjp | :p | 12:18 |
odyssey4me | yeah, sort of - our resource stuff is something they do via devstack I think | 12:18 |
*** dave-mccowan has joined #openstack-ansible | 12:19 | |
odyssey4me | that's part of why I think the resource stuff should go into the service roles - it's a similar model to devstack, each service sets up its own things | 12:19 |
evrardjp | that should probably exercise the sdk, not a devstack shell script | 12:19 |
evrardjp | odyssey4me: I am fine with that later | 12:20 |
evrardjp | or now if someone does it | 12:20 |
mgrewy | i am seeing this issue StoreAddDisabled - http://paste.openstack.org/show/718779/ any pointer to resolve it?? nfs image mount has rw access | 12:20 |
*** vnogin has quit IRC | 12:22 | |
*** vnogin has joined #openstack-ansible | 12:24 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-specs master: Add specs to create masakari role https://review.openstack.org/556756 | 12:25 |
*** epalper has quit IRC | 12:26 | |
*** epalper has joined #openstack-ansible | 12:27 | |
evrardjp | mgrewy: it says Error in store configuration. | 12:27 |
evrardjp | probably worth double checking your configuration :p | 12:27 |
mgrewy | i am using example playbooks | 12:29 |
odyssey4me | mbuil could you backport https://review.openstack.org/558871 and https://review.openstack.org/558873 to whichever branches need it? | 12:29 |
mgrewy | configurations looks good to me :( | 12:31 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/pike: Fix osa_toolkit dictutils import https://review.openstack.org/560008 | 12:33 |
odyssey4me | mgrewy you might want to ask about that in the glance IRC channel, but it looks to me like it's validating some capabilities on the storage system and that's failing | 12:35 |
odyssey4me | so it could be any number of issues which all depend on that store | 12:36 |
openstackgerrit | Merged openstack/openstack-ansible-os_tempest master: Allow for single tempest image upload https://review.openstack.org/559146 | 12:36 |
*** vakuznet has joined #openstack-ansible | 12:36 | |
RossSchulman[m] | This is a really basic question, but for nodes that are going to live in containers, I need to create the containers before running OSA right? | 12:37 |
odyssey4me | RossSchulman[m] huh? I'm not sure what you're asking actually makes sense - what do you mean by 'node' and 'node thats going to live in containers' | 12:37 |
odyssey4me | FYI OSA will create, name set IP addresses for and setup networking for all LXC/nspawn containers that it needs | 12:38 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_tempest stable/queens: Allow for single tempest image upload https://review.openstack.org/560010 | 12:39 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_tempest stable/pike: Allow for single tempest image upload https://review.openstack.org/560011 | 12:39 |
evrardjp | oh that merged | 12:39 |
evrardjp | cool | 12:39 |
odyssey4me | yeah, finally | 12:39 |
evrardjp | ocata ? | 12:39 |
evrardjp | odyssey4me: did you recheck the other patches? | 12:40 |
evrardjp | I will | 12:40 |
*** vnogin has quit IRC | 12:40 | |
evrardjp | odyssey4me: could you vote on those: https://review.openstack.org/#/q/topic:on-metal-voting+(status:open+OR+status:merged) ? | 12:40 |
*** vnogin has joined #openstack-ansible | 12:40 | |
*** _david_ has joined #openstack-ansible | 12:41 | |
*** mgrewy has quit IRC | 12:41 | |
*** cshen has quit IRC | 12:42 | |
evrardjp | cores that would be nice if you could vote on https://review.openstack.org/560010 and https://review.openstack.org/560011 | 12:42 |
*** mgrew_ has joined #openstack-ansible | 12:42 | |
evrardjp | that would unblock nova | 12:42 |
jrosser | evrardjp: we've had to remove the check for python3 from here to get anywhere at all with queens https://github.com/openstack/openstack-ansible/blob/3734ce44bfd6705b715349f520f29fc2fff1bca8/scripts/bootstrap-ansible.sh#L111 | 12:44 |
evrardjp | so what do you use by default jrosser ? | 12:44 |
*** pcaruana has joined #openstack-ansible | 12:44 | |
jrosser | good question. it gets installed previously in boostrap-ansible.sh, detected, then used..... as far as i can see | 12:45 |
RossSchulman[m] | odyssey4me: by node I mean discrete infrastructure unit. So, keystone is going to live in a container, do I need to create that container or will OSA do it? | 12:45 |
jrosser | evrardjp: unless i'm missing something it gets installed on the deploy host here https://github.com/openstack/openstack-ansible/blob/3734ce44bfd6705b715349f520f29fc2fff1bca8/scripts/bootstrap-ansible.sh#L84 | 12:46 |
*** ansmith has joined #openstack-ansible | 12:49 | |
*** epalper has quit IRC | 12:50 | |
*** epalper has joined #openstack-ansible | 12:50 | |
odyssey4me | RossSchulman[m] ok, in OSA you allocate a service group to a host - by default the services for that group (mostly) will go into a container which is created on that host by OSA | 12:51 |
odyssey4me | so no, you never need to create containers | 12:51 |
odyssey4me | all you do is allocate the service group to the applicable hosts | 12:51 |
RossSchulman[m] | OK, thanks. | 12:51 |
RossSchulman[m] | I'm creating a temporary aio that I plan to expand as I get more servers. | 12:52 |
RossSchulman[m] | So I wanted to understand how aio worked without using it. 😊 | 12:52 |
openstackgerrit | Merged openstack/openstack-ansible stable/queens: Ensure package cache is updated appropriately https://review.openstack.org/559725 | 12:53 |
odyssey4me | RossSchulman[m] I suggest that you have some way of rebuilding that host quite quickly in your early stages, because it takes a while to get the networking right. | 12:54 |
RossSchulman[m] | Aside from just wiping it and reinstalling Ubuntu? | 12:54 |
odyssey4me | jrosser that is quite odd - I wonder why we're not seeing issues in gating | 12:55 |
odyssey4me | jrosser I've been doing upgrades from p2q, and they're fine... I guess I could try out a q greenfield too to see if the same issue shows up | 12:55 |
*** logan- has quit IRC | 12:55 | |
*** logan- has joined #openstack-ansible | 12:56 | |
jrosser | odyssey4me: i was wondering if there was any differece in the way the deploy host got set up | 12:56 |
jrosser | taking out that check for python3 makes it find python2 and it then starts running | 12:56 |
*** epalper has quit IRC | 12:56 | |
*** epalper has joined #openstack-ansible | 12:57 | |
jrosser | odyssey4me: it might be a factor that our deploy host is never one of the targets? | 12:57 |
*** radeks has quit IRC | 12:58 | |
openstackgerrit | Manuel Buil proposed openstack/openstack-ansible-os_neutron stable/queens: Bug fix: Parenthesis needed when using ternary https://review.openstack.org/560016 | 12:58 |
*** radeks has joined #openstack-ansible | 12:58 | |
openstackgerrit | Manuel Buil proposed openstack/openstack-ansible-os_neutron stable/pike: Bug fix: Parenthesis needed when using ternary https://review.openstack.org/560017 | 12:59 |
openstackgerrit | Manuel Buil proposed openstack/openstack-ansible-os_neutron stable/queens: Bug fix: fwaas_v2 was missing in the pip task https://review.openstack.org/560020 | 13:01 |
evrardjp | I'd rather move wholesale to py3 | 13:01 |
openstackgerrit | Manuel Buil proposed openstack/openstack-ansible-os_neutron stable/pike: Bug fix: fwaas_v2 was missing in the pip task https://review.openstack.org/560021 | 13:01 |
evrardjp | but it's not done yet | 13:02 |
evrardjp | ansible modules, openstack things... | 13:02 |
mbuil | odyssey4me: done :) | 13:02 |
*** haad1 has joined #openstack-ansible | 13:02 | |
odyssey4me | awesome, thanks mbuil | 13:03 |
mnaser | hmm | 13:03 |
mnaser | is it possible to use br-mgmt for vxlan traffic? | 13:03 |
jrosser | evrardjp: i'm a bit confused about you asking me which python i use by default - because bootstrap-ansible appears to have its own ideas about that and my (maybe wrong!) expectation is that it chooses the version it needs | 13:04 |
*** udesale has joined #openstack-ansible | 13:06 | |
*** armaan has quit IRC | 13:13 | |
*** udesale has quit IRC | 13:13 | |
evrardjp | mnaser: why not? A terrible idea | 13:13 |
evrardjp | but it should be possible | 13:13 |
*** udesale has joined #openstack-ansible | 13:13 | |
mnaser | why would it be terrible if you had 40gbps + qos on vms? unless i'm missing something | 13:14 |
mnaser | but thats a whole another discussion :) | 13:14 |
odyssey4me | mnaser you can still have all bridges go into a single interface if you want | 13:14 |
mnaser | oh i see | 13:15 |
mnaser | i'm just trying to follow the path that simplifies my config file and relies on the auto-configuration stuff | 13:15 |
odyssey4me | OSA only cares about the bridge existing, not what's under it as far as I know | 13:15 |
odyssey4me | the test environment example is a single interface, using vlans for segregation of traffic: https://docs.openstack.org/openstack-ansible/latest/user/test/example.html | 13:17 |
odyssey4me | of course you don't *have* to use vlans, just like you don't *have* to segregate the traffic... but you probably should :p | 13:17 |
openstackgerrit | Merged openstack/openstack-ansible master: Add nova/ironic/glance cross-service vars to group_vars/all https://review.openstack.org/559804 | 13:18 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/queens: Add nova/ironic/glance cross-service vars to group_vars/all https://review.openstack.org/560024 | 13:21 |
*** esberglu has joined #openstack-ansible | 13:26 | |
openstackgerrit | Matt Thompson proposed openstack/openstack-ansible stable/pike: Remove tempest_git_* overrides https://review.openstack.org/560025 | 13:28 |
openstackgerrit | Matt Thompson proposed openstack/openstack-ansible stable/pike: Remove tempest_git_* overrides https://review.openstack.org/560025 | 13:29 |
*** shardy has quit IRC | 13:29 | |
*** shardy has joined #openstack-ansible | 13:31 | |
d34dh0r53 | mornings | 13:32 |
*** qwebirc23189 has joined #openstack-ansible | 13:34 | |
mnaser | o/ | 13:36 |
openstackgerrit | Manuel Buil proposed openstack/openstack-ansible-os_neutron master: DNM: Testing ODL gates https://review.openstack.org/559065 | 13:37 |
*** throwsb1 has joined #openstack-ansible | 13:40 | |
mgrew_ | odyssey4me i do not see any user named as 'glance' on glance-container, is this correct ? | 13:41 |
*** cristicalin has joined #openstack-ansible | 13:42 | |
*** lbragstad has joined #openstack-ansible | 13:42 | |
*** vnogin has quit IRC | 13:44 | |
*** kstev has joined #openstack-ansible | 13:44 | |
qwebirc23189 | hi i have an issue with installing galera server when it connects to repo server for requirements_absolute_requirements.txt its an emtpy file . so it can't findout which version of my sql . could anyone help me please? is there any file in net that i can copy to repo server | 13:45 |
*** jwitko has joined #openstack-ansible | 13:45 | |
*** cristicalin has quit IRC | 13:47 | |
*** armaan has joined #openstack-ansible | 13:47 | |
*** cristicalin has joined #openstack-ansible | 13:47 | |
*** cshen has joined #openstack-ansible | 13:48 | |
*** jwitko has quit IRC | 13:48 | |
*** vnogin has joined #openstack-ansible | 13:48 | |
mnaser | interesting | 13:49 |
*** jwitko has joined #openstack-ansible | 13:49 | |
mnaser | so i guess openstack-ansible doesn't install openvswitch? | 13:49 |
mnaser | oh it does | 13:49 |
mnaser | but i guess selinux is not letting it access it :\ | 13:50 |
odyssey4me | mnaser by default, no, because linuxbridge is the default - but there are options to use openvswitch | 13:50 |
*** serverascode has quit IRC | 13:50 | |
mnaser | yeah it actually installed it but yeah, selinux | 13:50 |
odyssey4me | mgrew_ it should exist, yes: https://github.com/openstack/openstack-ansible-os_glance/blob/master/tasks/glance_install.yml#L16-L32 | 13:50 |
mnaser | (yet another thing that would be solved by using binary packages :P) | 13:50 |
*** serverascode has joined #openstack-ansible | 13:51 | |
odyssey4me | mgrew you may also want to assign a gid/uid - see https://github.com/openstack/openstack-ansible-os_glance/blob/master/defaults/main.yml#L51-L68 | 13:51 |
*** Guest57868 has quit IRC | 13:53 | |
*** Guest57868 has joined #openstack-ansible | 13:54 | |
evrardjp | mnaser: the troll is strong with this one. | 13:54 |
evrardjp | :P | 13:54 |
mnaser | oh | 13:54 |
mnaser | : | 13:54 |
*** fdegir has quit IRC | 13:54 | |
odyssey4me | mnaser oh, but binary packages are used to install openvswitch ;) | 13:54 |
evrardjp | I thought people using packages were using setenforce 0 | 13:54 |
*** fdegir has joined #openstack-ansible | 13:54 | |
evrardjp | haha | 13:54 |
mnaser | evrardjp: nope, openstack-selinux exists and is very well tested | 13:55 |
*** Guest57868 has quit IRC | 13:55 | |
evrardjp | mnaser: we removed it | 13:55 |
evrardjp | because it was slow | 13:55 |
mnaser | oh well yes it takes a little while to install | 13:55 |
evrardjp | installing it was taking AGES | 13:55 |
mnaser | correction | 13:55 |
mnaser | anything selinux takes AGES | 13:55 |
mnaser | ceph-selinux is just as bad too | 13:55 |
evrardjp | :D | 13:55 |
*** Guest57868 has joined #openstack-ansible | 13:56 | |
evrardjp | mnaser: why centos, ovs, and selinux? You love your pain? | 13:56 |
evrardjp | :D | 13:56 |
mnaser | centos because i'd like to eventually roll out rdo and i like the packaging on centos way more | 13:56 |
mnaser | ovs because vxlan | 13:56 |
*** Guest57868 has quit IRC | 13:56 | |
evrardjp | joke aside it's great you're working on it :D | 13:56 |
mnaser | selinux because well, it worked just fine in packages :D | 13:56 |
mnaser | nah i get it, it's not the easiest route | 13:56 |
evrardjp | lxb supports vxlan | 13:56 |
mnaser | wait really | 13:56 |
mnaser | how | 13:56 |
*** Guest57868 has joined #openstack-ansible | 13:57 | |
evrardjp | that's in linux kernel for ages | 13:57 |
evrardjp | litterally | 13:57 |
mnaser | i thought linuxbridge was just the super super basic like | 13:57 |
mnaser | basic linux bridge and nothing more | 13:57 |
evrardjp | 3.12 | 13:57 |
evrardjp | kernel 3.12 | 13:57 |
evrardjp | omg | 13:57 |
evrardjp | that's older than what I thought! | 13:57 |
mnaser | oh well | 13:57 |
mnaser | centos runs 3.10 :p | 13:58 |
evrardjp | I mean for unicast and multicast support | 13:58 |
evrardjp | maybe it's even older | 13:58 |
evrardjp | mnaser: could you live in the present a little more ? :D | 13:58 |
mnaser | :( | 13:59 |
mnaser | i wanna experiment with this now | 13:59 |
mnaser | ive always ran ovs | 13:59 |
evrardjp | ahah check a little, I think it's in 3.10 that it included unicase :) | 13:59 |
evrardjp | unicast | 14:00 |
odyssey4me | mnaser the linuxbridge in centos also supports vxlan, otherwise none of our tests would work | 14:00 |
mnaser | so seems to me like ovs is only useful if you're going to do something like odl | 14:00 |
evrardjp | and it's included in the kernel, so it must be prutty good | 14:00 |
evrardjp | mnaser: I'd say so | 14:01 |
evrardjp | or DVR if you're using a very old kernel | 14:01 |
evrardjp | but you have l3-ha anyway | 14:01 |
ivve | i keep getting unreachable errors (ssh) on containers during deploy of stable/pike in ubuntu. its always during "Perform a cell_v2 discover" different containers in every deploy... anything you guys know of? | 14:01 |
jrosser | ovs is useful if you want bare metal performance without the downsides of SR-IOV, when paired with the right choice of NIC | 14:01 |
ivve | and they are reachable... :P | 14:01 |
evrardjp | jrosser: I found that linux bridge was quite good below 20Gbps | 14:02 |
*** ianychoi has quit IRC | 14:02 | |
ivve | this time it was a nova-conductor, last time it was nova-api-placement container | 14:02 |
odyssey4me | ivve most recently that was changed up and appears to be more reliable in the new mechanism - what release are you using? | 14:02 |
ivve | stable/pike | 14:02 |
ivve | ubuntu 16.04 | 14:02 |
ivve | let me check git | 14:03 |
*** ianychoi has joined #openstack-ansible | 14:03 | |
qwebirc23189 | hi i have an issue in checking wsrep is ready in galera server installation im usng 16.0.11 . could anyone help me to solve the issue | 14:03 |
odyssey4me | ivve do you have this commit in your tree: https://github.com/openstack/openstack-ansible/commit/5ca262641f5a8182d0f87c413f919c47b43b27ac | 14:04 |
ivve | 6f6e75f5496910724209929e32730f5927373585 | 14:04 |
ivve | this commit | 14:04 |
ivve | one sec | 14:04 |
odyssey4me | ivve and did you bootstrap-ansible after updating your git tree to ensure the roles are updated | 14:04 |
evrardjp | qwebirc23189: what's your mysql version? | 14:04 |
ivve | always bootstrap-ansible.sh | 14:04 |
ivve | however it was running master before | 14:04 |
ivve | but i bootstrapped a stable/pike after removing dirs.. perhaps stuff is still around | 14:05 |
qwebirc23189 | evrardjp it's mysql Ver 15.1 Distrib 10.1.30-MariaDB, | 14:06 |
evrardjp | should be fine | 14:06 |
ivve | i do many deploys all the time, its a bit of a hassle to have a new deployment host each time, perhaps i should use containers | 14:06 |
odyssey4me | ivve I think you might have given the wrong SHA: https://github.com/openstack/openstack-ansible/commit/6f6e75f5496910724209929e32730f5927373585 | 14:06 |
evrardjp | I don't know what's 15.1 there | 14:06 |
evrardjp | but the rest should be fine | 14:06 |
ivve | 5ca262641f5a8182d0f87c413f919c47b43b27ac wasn't in there | 14:07 |
evrardjp | ivve: I have a spec for that! | 14:07 |
evrardjp | unpriviledged and self contained deploys | 14:07 |
odyssey4me | ivve the sha you gave was the first ever commit into the repo ;) | 14:07 |
evrardjp | any help is welcome :) | 14:07 |
ivve | oh crap | 14:08 |
evrardjp | ? | 14:08 |
qwebirc23189 | evrardjp so what shoud i do ? | 14:08 |
evrardjp | ivve: that will be fun to hear , go ahead :D | 14:08 |
evrardjp | qwebirc23189: is that prod or dev? | 14:08 |
qwebirc23189 | prod | 14:08 |
*** ildikov has quit IRC | 14:08 | |
evrardjp | qwebirc23189: dev -- reinstall. Prod --read the docs : https://docs.openstack.org/openstack-ansible/latest/admin/index.html | 14:09 |
ivve | evrardjp: just for the deployhost/vm not targets :P | 14:09 |
*** ildikov has joined #openstack-ansible | 14:09 | |
evrardjp | ivve: my point precisely | 14:09 |
evrardjp | your prod users don't have the same credentials as your dev user | 14:10 |
evrardjp | and if you contain into the dev user home directory all the plays/user space config that should do the trick. | 14:10 |
ArchiFleKs | odyssey4me: I think I resolvedd my issue about the patch rearrange cell_v2, I think OSA often assume that the deployer is located on the same host as a controller, but this is not my case, so /etc/hosts in the deployer is not populated, when I copied over the content of /etc/hosts from a controller node it worked and the os_nova run successfully | 14:10 |
*** neith has quit IRC | 14:11 | |
odyssey4me | ArchiFleKs aha, so that's a bug then which we should fix - could you register a bug for it? | 14:11 |
*** neith has joined #openstack-ansible | 14:11 | |
*** chhavi__ has joined #openstack-ansible | 14:12 | |
ArchiFleKs | I'll remove the content of /etc/hosts and redeploy to be sure I can reproduce it | 14:12 |
evrardjp | if anyone wants to use it, my "OpenStack Ansible" public calendar has been updated with the next work for this cycle | 14:13 |
evrardjp | ArchiFleKs: good catch | 14:14 |
ArchiFleKs | yes it failed when I clear deployer hosts file | 14:14 |
ivve | odyssey4me: 53663ba31bc186d2cba77c9bdf183e0820d8c65b was the latest i had | 14:14 |
*** chhagarw has quit IRC | 14:15 | |
odyssey4me | ivve yeah, that's up to date | 14:15 |
*** mnaser has quit IRC | 14:15 | |
ivve | aye, this one is giving me trouble | 14:16 |
ivve | fatal: [infra1]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname infra1_nova_conductor_container-5828429a: Name or service not known\r\n", "unreachable": true} | 14:16 |
*** mnaser has joined #openstack-ansible | 14:16 | |
ivve | during os_nova : Perform a cell_v2 discover | 14:16 |
ivve | only thing i keep reusing is the deployment vm, rest is fresh from maas | 14:17 |
odyssey4me | ivve ok, so that task is delegated to a random conductor host - see https://github.com/openstack/openstack-ansible-os_nova/blob/stable/pike/tasks/main.yml | 14:17 |
ivve | but i did the bootstrap | 14:17 |
*** AndyWojo has quit IRC | 14:17 | |
*** AndyWojo has joined #openstack-ansible | 14:17 | |
odyssey4me | and it uses some delegated facts: https://github.com/openstack/openstack-ansible-os_nova/blob/stable/pike/tasks/nova_db_post_setup.yml | 14:17 |
ivve | aye strange | 14:17 |
ivve | all of them answer on ssh | 14:18 |
*** markvoelker_ has joined #openstack-ansible | 14:18 | |
odyssey4me | so, if you're using limits - try including the conductor group in that limit | 14:18 |
*** rodolof has quit IRC | 14:18 | |
odyssey4me | you might need to refresh the cached facts | 14:18 |
ivve | no limits, this happend during setup-openstack.yml right after setup-infrastructure.yml (not using setup-everything) | 14:19 |
*** portdirect has quit IRC | 14:19 | |
*** portdirect has joined #openstack-ansible | 14:19 | |
*** rodolof has joined #openstack-ansible | 14:19 | |
ivve | aren't those stored in inventory.json? | 14:20 |
ivve | openstack_inventory.json* | 14:20 |
*** markvoelker has quit IRC | 14:21 | |
odyssey4me | ivve https://docs.openstack.org/openstack-ansible/latest/admin/troubleshooting.html#cached-ansible-facts-issues | 14:21 |
*** zul has quit IRC | 14:22 | |
*** zul has joined #openstack-ansible | 14:22 | |
ArchiFleKs | https://bugs.launchpad.net/openstack-ansible/+bug/1762742 | 14:22 |
openstack | Launchpad bug 1762742 in openstack-ansible "Some delegated tasks are failing when deployer is node part of a deployment (eg. controller node)" [Undecided,New] | 14:22 |
ivve | odyssey4me: gotcha! | 14:22 |
*** redondo-mk has quit IRC | 14:24 | |
*** redondo-mk has joined #openstack-ansible | 14:24 | |
*** alanmeadows has quit IRC | 14:26 | |
*** alanmeadows has joined #openstack-ansible | 14:27 | |
*** DanyC has quit IRC | 14:29 | |
ivve | odyssey4me: shouldn't that be a non-problem if my procedure is: removal of /etc/openstack_deploy & /opt/openstack-ansible/, clone <insert branch> to /opt/openstack-ansible/, copy /opt/openstack-ansible/etc/openstack_deploy to /etc/, run bootstrap-ansible.sh and then run setup-hosts/infra/openstack.yml files in seq? | 14:34 |
jrosser | how should i specify my local percona mirror now in light of this? https://review.openstack.org/#/c/535253/ | 14:34 |
ivve | i mean i shouldn't need to remove the facts after each playbook? | 14:35 |
*** jamespage has quit IRC | 14:36 | |
*** jamespage has joined #openstack-ansible | 14:36 | |
*** markvoelker has joined #openstack-ansible | 14:36 | |
*** markvoelker_ has quit IRC | 14:39 | |
ivve | alright im guessing new interface might interfer | 14:41 |
ivve | and that happens in previous plays | 14:41 |
*** BjoernT has joined #openstack-ansible | 14:42 | |
*** markvoelker_ has joined #openstack-ansible | 14:42 | |
*** markvoelker has quit IRC | 14:44 | |
*** markvoelker has joined #openstack-ansible | 14:46 | |
*** markvoelker_ has quit IRC | 14:49 | |
*** markvoelker_ has joined #openstack-ansible | 14:49 | |
*** markvoelker has quit IRC | 14:53 | |
qwebirc23189 | evrardjp i still can't find how to solve the issue is there any alternatie way ? i'm trying to deploy my first openstack ansible ! | 14:53 |
evrardjp | qwebirc23189: if it's deploying your first OSA it's not prod :p | 14:56 |
*** markvoelker has joined #openstack-ansible | 14:56 | |
evrardjp | delete your galera containers, rebuild them | 14:56 |
*** coreywright has joined #openstack-ansible | 14:57 | |
evrardjp | qwebirc23189: on which platform are you? | 14:57 |
evrardjp | ubuntu? | 14:57 |
qwebirc23189 | it's my first.but i should install in a production enviremont ! yes i'm using ubuntu. | 14:57 |
*** cjloader has joined #openstack-ansible | 14:57 | |
evrardjp | qwebirc23189: OSA is meant for prod | 14:58 |
*** markvoelker_ has quit IRC | 14:58 | |
evrardjp | qwebirc23189: what I meant was do you currently have users using it or now | 14:58 |
evrardjp | which is not the case | 14:58 |
openstackgerrit | Andy Smith proposed openstack/openstack-ansible master: (WIP) Support oslo.messaging services for separate RPC and Notification https://review.openstack.org/558612 | 14:58 |
mgrew_ | odyssey4me i have glance:glance created on glance container still image creation failing for permission error. any suggestion how to recover from this? | 14:59 |
qwebirc23189 | oh :)) im really sorry i miss understood | 14:59 |
evrardjp | qwebirc23189: Cleanup your containers, and rebuild. Gather logs, and send that to us | 14:59 |
evrardjp | without logs it's harder to know | 14:59 |
evrardjp | as we don't have the issue in our environments | 14:59 |
evrardjp | so I suspect it's a configuration issue | 14:59 |
qwebirc23189 | evrardjp ok !thanks. for deleting container should i just delete its file from openstack directory ? | 15:01 |
*** lvdombrkr has quit IRC | 15:02 | |
spotz | qwebirc23189: One of the docs has instructions let me see if I can find it real quick | 15:02 |
coreywright | ivve, are you here discussing lp 1762742? | 15:03 |
openstack | Launchpad bug 1762742 in openstack-ansible "Some delegated tasks are failing when deployer is node part of a deployment (eg. controller node)" [Undecided,New] https://launchpad.net/bugs/1762742 | 15:03 |
spotz | qwebirc23189: https://docs.openstack.org/openstack-ansible/latest/admin/maintenance-tasks/containers.html | 15:03 |
*** sar has quit IRC | 15:03 | |
*** markvoelker_ has joined #openstack-ansible | 15:05 | |
qwebirc23189 | spotz tnx a lot | 15:06 |
spotz | qwebirc23189: No prob:) | 15:06 |
*** cshen has quit IRC | 15:06 | |
*** markvoelker_ has quit IRC | 15:08 | |
*** markvoelker has quit IRC | 15:09 | |
*** markvoelker has joined #openstack-ansible | 15:10 | |
*** markvoelker_ has joined #openstack-ansible | 15:10 | |
evrardjp | d34dh0r53: the issue on the sha bump isn't transient fyi | 15:14 |
d34dh0r53 | evrardjp: yeah, trying to recreate it now to see what's going on | 15:15 |
*** markvoelker has quit IRC | 15:15 | |
d34dh0r53 | evrardjp: it built fine on my mnaio though so not sure what's going on | 15:15 |
evrardjp | odyssey4me: did you see an issue with disk space recently? | 15:15 |
evrardjp | Did we move back to overlayfs? | 15:15 |
qwebirc23189 | evrardjp i recreate the container the main issue is that the file requirements_absoloute_requirements.txt is empty. so in galera server installation it gives error. is there any requirement_absoloute_requirement.txt which can i replace with current one ? | 15:16 |
coreywright | ivve, ArchiFleKs, odyssey4me: so the problem of ansible falling back to dns when randomly choosing a delegated host and the delegated host not being found (ie not in dns, not in /etc/hosts on non-deployed hosts) is because ansible lazily evaluates the delegated host twice: 1. when getting the delegated vars (ie ansible 2.3.3.0, ansible/vars/__init__.py, _get_delegated_vars()) 2. when setting the delegated host | 15:16 |
coreywright | (ie ansible 2.3.3.0, ansible/playbook/play_context.py, set_task_and_variable_override()) and if the second time the chosen delegated host isn't the same as the first time, ie the delegated vars for the host are absent, then ansible falls back to dns and it fails because /etc/hosts on non-deployed hosts doesn't contain inventoried hosts | 15:16 |
qwebirc23189 | evrardjp the exact error is : fatal: [infra1_galera_container-455f45a2]: FAILED! => {"attempts": 5, "changed": false, "cmd": "/usr/local/bin/pip2 install -U --constraint http://172.29.236.11:8181/os-releases/16.0.11/ubuntu-16.04-x86_64/requirements_absolute_requirements.txt MySQL-python pycrypto", "failed": true, "msg": "stdout: Collecting MySQL-python\n\n:stderr: Could not find a version that satisfies the require | 15:16 |
evrardjp | qwebirc23189: that's from a clean machine? | 15:18 |
qwebirc23189 | yes! | 15:18 |
coreywright | run ansible with ANSIBLE_DEBUG=1 and for that job (ie "os_nova : Perform a cell_v2 discover") when it fails you should see "no remote address found for delegated host %s\nusing its name, so success depends on DNS resolution" | 15:18 |
evrardjp | qwebirc23189: could you reach that url from your infra1_galera_container-... ? | 15:19 |
evrardjp | coreywright: where is the "randomly choosing a delegated host" part in our code? | 15:20 |
*** cjloader has quit IRC | 15:20 | |
*** rodolof has quit IRC | 15:20 | |
coreywright | the funny thing (and what drove me to dig into this late last week) was that it happens randomly (with 3 infra nodes, it failed 66% of the time), which made sense when i finally figured out the problem: if you randomly choose between three infra nodes two different times (1. populating delegate vars and 2. selecting the delegate) then there's only a 33% chance of the same node being selected twice | 15:20 |
*** vnogin has quit IRC | 15:20 | |
*** cjloader has joined #openstack-ansible | 15:20 | |
coreywright | evrardjp, random_conductor: "{{ groups[nova_services['nova-conductor']['group']] | random }}" | 15:21 |
evrardjp | Description : | 15:21 |
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:21 |
evrardjp | colinmcnamara, thorst, adreznec, eil397,qwang,nishpatwa_, cathrichardson, drifterza, hwoarang, cshen, ullbeking, Tahvok | 15:21 |
evrardjp | we have a meeting in 45 minutes, and I forgot to send the notification early | 15:21 |
qwebirc23189 | evrardjp yes! its an empty .txt | 15:21 |
d34dh0r53 | thanks evrardjp | 15:21 |
evrardjp | qwebirc23189: that's not normal | 15:21 |
evrardjp | qwebirc23189: rebuild the repo | 15:21 |
evrardjp | that's your problem | 15:21 |
evrardjp | qwebirc23189: did you ignore a failure ? | 15:22 |
evrardjp | if you re-deploy from scratch, I'd like to see the full log, please | 15:22 |
evrardjp | maybe there is something hidden | 15:22 |
evrardjp | but right now I can tell you it works | 15:22 |
evrardjp | http://zuul.openstack.org/builds.html?pipeline=periodic&project=openstack%2Fopenstack-ansible&branch=stable%2Fqueens | 15:23 |
evrardjp | coreywright: worth setting a fact at the beginning and using it? | 15:24 |
coreywright | evrardjp, that's what i was thinking was the easiest solution (compared to populating /etc/hosts on localhost like the deployment nodes) but i hadn't had a chance to test it | 15:25 |
evrardjp | coreywright: that would be lovely! | 15:25 |
evrardjp | thanks for the analysis | 15:25 |
coreywright | evrardjp, (that is if facts have templates fully evaluated before storing as the fact; that was to be part of my testing) | 15:26 |
odyssey4me | evrardjp I have not, and no we haven't changed anything | 15:26 |
evrardjp | coreywright: could you file a bug with the issue and your analysis? It would help when fixing things to be able to know the context | 15:26 |
coreywright | evrardjp, i'm following up on the recently filed 1762742 | 15:26 |
coreywright | (as we speak/type) | 15:26 |
evrardjp | coreywright: the will be evaluated at run time, but the fact set will stay and won't change | 15:26 |
*** mgrew_ has quit IRC | 15:26 | |
qwebirc23189 | evrardjp yes! i had two failures in repo build installation one from installing wheel requirement second: waiting for venv build to complete ! | 15:27 |
evrardjp | coreywright: great | 15:27 |
qwebirc23189 | evrardjp yes! i recreate repo container i will show you the logs . | 15:27 |
evrardjp | qwebirc23189: a lot of ! in your messages :) | 15:27 |
qwebirc23189 | evrardjp tnx a lot | 15:27 |
evrardjp | qwebirc23189: could it be possible you have a network connectivity issue? | 15:27 |
evrardjp | that would prevent installing wheel/building venv slowly? | 15:28 |
qwebirc23189 | evrardjp yes you are right :))) i use too much !!! . | 15:28 |
*** rodolof has joined #openstack-ansible | 15:28 | |
evrardjp | qwebirc23189: If I were you, I'd start from a clean machine where you're sure you have no connectivity issues | 15:28 |
evrardjp | because all you are saying looks like transient network issues we cannot deal with -- it's not our fault :( | 15:29 |
evrardjp | coreywright: thank you for that work! | 15:29 |
coreywright | evrardjp, yw! | 15:29 |
qwebirc23189 | evrardjp i had network issue. but i resolved that and reinstall ubuntu on all machines and start from scratch today !!! | 15:29 |
evrardjp | qwebirc23189: looks like it's not 100% solved :p | 15:30 |
evrardjp | containers are behind a nat by default for outside network connectivity | 15:30 |
evrardjp | that might be the cause | 15:30 |
evrardjp | qwebirc23189: but please start clean and post a full log -- that would help. | 15:31 |
evrardjp | That's how we are used to fix things :) | 15:31 |
evrardjp | if anything need fixing | 15:31 |
qwebirc23189 | evrardjp i can ping evry host and also google.com from containers. | 15:32 |
qwebirc23189 | i don't kbow how to post full log :((( i'm too new. | 15:32 |
evrardjp | qwebirc23189: try curling/wgetting a larger file from your container | 15:33 |
tomtom001 | cloudnull, thanks for the help yesterday. sadly the chroot build is still die'ing during the apt-get -install -y process for no apparent reason. I removed the machine and deleted all ansible facts, still same result. I upgraded the underlying host with apt-get dist-upgrade as well and still the chroot dies. I'm going to google around to see if I can figure out why this happens. | 15:33 |
qwebirc23189 | evrardjp it's the exact issue in wheel requirement : Cloning file:///var/www/repo/openstackgit/cinder (to 181f90f4cf0bfce2bf4652ccb23222c96b6118b7) to /tmp/openstack-builder/cinder", "warning: You appear to have cloned an empty repository."]} | 15:34 |
evrardjp | qwebirc23189: that's indeed not normal | 15:34 |
*** vnogin has joined #openstack-ansible | 15:35 | |
*** armaan has quit IRC | 15:38 | |
*** armaan has joined #openstack-ansible | 15:38 | |
jrosser | error during queens os-nova-install.yml http://paste.openstack.org/raw/718846/ | 15:39 |
jrosser | that looks like an error from nova-manage itself? | 15:39 |
*** vnogin has quit IRC | 15:39 | |
*** rodolof has quit IRC | 15:40 | |
qwebirc23189 | evrardjp it's the exact log :http://paste.openstack.org/show/718847/ | 15:40 |
evrardjp | jrosser: is that master? | 15:41 |
evrardjp | jrosser: I'd say the "proxy: host" shouldn't be there :p | 15:41 |
*** udesale has quit IRC | 15:41 | |
*** udesale has joined #openstack-ansible | 15:42 | |
evrardjp | git clone issue qwebirc23189 | 15:42 |
evrardjp | qwebirc23189: I told you it's not us :p the initial clone went wrong | 15:42 |
jrosser | evrardjp: i wonder what that is from?! | 15:43 |
qwebirc23189 | evrardjp no i don't say you are the issue. i don't know what to do at all. here i just ask question to solve issues! the initial clone ? | 15:43 |
evrardjp | jrosser: configuration? | 15:45 |
evrardjp | jrosser: are you using master or queens? | 15:45 |
jrosser | evrardjp: stable/queens | 15:45 |
jrosser | in fact there is ": host" all over that paste for all the services | 15:46 |
evrardjp | qwebirc23189: I suggest you to do the following. Re-install your node. Make sure the networking goes fine | 15:46 |
evrardjp | qwebirc23189: then, follow our deploy guide | 15:46 |
evrardjp | qwebirc23189: if there is an issue in setup-hosts, tell us directly and paste the log you can find in /openstack/ in a pastebin | 15:47 |
*** johnduarte has joined #openstack-ansible | 15:47 | |
evrardjp | qwebirc23189: don't Control-C things if you see they take some time | 15:47 |
evrardjp | that's normal | 15:47 |
evrardjp | there are actions that take time | 15:47 |
tomtom001 | if I cp the repo.keys file to /var/lib/machines/....../root/ and then run chroot /var/lib/machines/ubuntu-xenial-amd64 /usr/local/bin/cache-prep-commands.sh > /var/log/lxc-cache-prep-commands.log from the command line on the physical host the process completes without an issue. | 15:47 |
evrardjp | is you're on centos it's even more normal it's slow | 15:47 |
evrardjp | jrosser: mmm | 15:48 |
evrardjp | jrosser: could you compare with one of our gate logs, to see if there is something different? | 15:48 |
qwebirc23189 | it's my forth time i re install everything! it's about two weeks i'm trying to deploy. i userd the simple test environment configs. exact same ips. and there is no issue in host-setup | 15:48 |
*** cristicalin has quit IRC | 15:52 | |
jrosser | evrardjp: i think the error message has poor formatting, looks like the service isnt present at all in the container | 15:52 |
*** vakuznet has quit IRC | 15:55 | |
evrardjp | qwebirc23189: you told me you had a network issue, and it still looks like a network issue -- I can't help you. Screaming doesn't help either :) | 15:56 |
odyssey4me | tomtom001 that's odd, because the role does that copy as part of the process | 15:56 |
*** haad1 has quit IRC | 15:57 | |
odyssey4me | qwebirc23189 it does rather sounds like you have some bad connectivity interfering - you can re-run any part of the repo build process using the flags repo_build_git_reclone/repo_build_wheel_rebuild/repo_build_venv_rebuild, for example: openstack-ansible repo-build.yml -e repo_build_git_reclone=yes | 15:58 |
*** vnogin has joined #openstack-ansible | 15:59 | |
evrardjp | ok so | 16:00 |
evrardjp | let's stop all these conversations | 16:00 |
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, | 16:00 |
evrardjp | colinmcnamara, thorst, adreznec, eil397,qwang,nishpatwa_, cathrichardson, drifterza, hwoarang, cshen, ullbeking, Tahvok | 16:00 |
evrardjp | Here is our agenda for today:https://wiki.openstack.org/wiki/Meetings/openstack-ansible | 16:00 |
evrardjp | #startmeeting openstack_ansible_meeting | 16:01 |
openstack | Meeting started Tue Apr 10 16:01:03 2018 UTC and is due to finish in 60 minutes. The chair is evrardjp. Information about MeetBot at http://wiki.debian.org/MeetBot. | 16:01 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 16:01 |
*** openstack changes topic to " (Meeting topic: openstack_ansible_meeting)" | 16:01 | |
openstack | The meeting name has been set to 'openstack_ansible_meeting' | 16:01 |
hwoarang | o/ | 16:01 |
evrardjp | #topic "What happened since last meeting" | 16:01 |
*** openstack changes topic to ""What happened since last meeting" (Meeting topic: openstack_ansible_meeting)" | 16:01 | |
evrardjp | evrardjp reminds we have specs that need some eyes. | 16:01 |
evrardjp | evrardjp says the newton EOL is in process, and only the integrated/tests repo are to EOL now. | 16:01 |
spotz | o/ | 16:01 |
odyssey4me | o/ | 16:01 |
evrardjp | evrardjp reminded the etherpad for vancouver forum: https://etherpad.openstack.org/p/YVR-openstack-ansible-brainstorming | 16:01 |
d34dh0r53 | o/ | 16:01 |
evrardjp | evrardjp said the next release will be queried according to plans, the 13 April. | 16:02 |
jmccrory | o/ | 16:02 |
evrardjp | odyssey4me suggested to use novnc instead of spice by default, or to have more than one method at the same time. | 16:02 |
evrardjp | odyssey4me suggested changes to the tempest role: http://eavesdrop.openstack.org/irclogs/%23openstack-ansible/latest.log.html#t2018-04-10T12:19:33 (see also the conversation above this link for more context) | 16:02 |
prometheanfire | o/ | 16:02 |
evrardjp | odyssey4me and hwoarang discussed the distribution package vs source install (http://eavesdrop.openstack.org/irclogs/%23openstack-ansible/latest.log.html#t2018-04-10T09:35:54 ) | 16:02 |
evrardjp | Two people asked for multi-region OSA deploys this week, and evrardjp proposed to add some user stories about it (http://eavesdrop.openstack.org/irclogs/%23openstack-ansible/latest.log.html#t2018-04-10T09:13:45) using logan- 's example (http://eavesdrop.openstack.org/irclogs/%23openstack-ansible/latest.log.html#t2018-04-10T11:44:11) | 16:02 |
evrardjp | I let you a few minutes to process this, then let's move to bug triage | 16:02 |
evrardjp | it also allows ppl to join :) | 16:02 |
evrardjp | If you think I forgot to highlight something, please put it on the wiki | 16:03 |
*** vnogin has quit IRC | 16:04 | |
evrardjp | ok | 16:04 |
evrardjp | I think it's time to continue | 16:04 |
evrardjp | #topic Bug triage | 16:04 |
*** openstack changes topic to "Bug triage (Meeting topic: openstack_ansible_meeting)" | 16:04 | |
openstackgerrit | Merged openstack/openstack-ansible stable/queens: repo-use.yml: Scope host groups properly https://review.openstack.org/559726 | 16:04 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1762483 | 16:05 |
openstack | Launchpad bug 1762483 in openstack-ansible "openstack-ansible rabbitmq-install.yml -e 'rabbitmq_upgrade=true' does not upgrade rabbitmq" [Undecided,New] | 16:05 |
hwoarang | makes sense | 16:06 |
evrardjp | that looks legit | 16:06 |
evrardjp | since we moved suse/centos to not use latest | 16:06 |
evrardjp | that's bad :p | 16:06 |
evrardjp | That's also why I said we should do it on case by case in each role | 16:07 |
evrardjp | but that thing got merged anyway | 16:07 |
hwoarang | it's ok you only want that on upgrades | 16:07 |
evrardjp | we can change the upgrade docs/code | 16:07 |
evrardjp | let's mark it as confirmed and medium? | 16:07 |
odyssey4me | yeah | 16:07 |
odyssey4me | I always thought that it made better sense to use present and to have packages upgraded through a different playbook which you can target as you wish. | 16:08 |
evrardjp | ok | 16:09 |
evrardjp | let's do it this way then | 16:09 |
odyssey4me | Then we can use it for minor/major upgrades too. | 16:09 |
evrardjp | I'll mark it as high instead | 16:10 |
odyssey4me | although in that role I suppose just tying the package state to whether the upgrade var is set or not will work as a workaround | 16:10 |
odyssey4me | and will be back portable | 16:10 |
evrardjp | odyssey4me: we can also use a flip switch to load some variables only when upgrades | 16:10 |
evrardjp | I'd rather do it in the role, because the role knows | 16:11 |
evrardjp | and we set a convention | 16:11 |
odyssey4me | yeah | 16:11 |
evrardjp | like "in_upgrade: False" by default in the role | 16:11 |
odyssey4me | anyway, I'd say high because it impacts upgrades quite seriously | 16:11 |
evrardjp | and if someone does is_upgrade: True ->boom! | 16:11 |
evrardjp | odyssey4me: agreed! | 16:11 |
evrardjp | ok done deal | 16:11 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1762459 | 16:12 |
openstack | Launchpad bug 1762459 in openstack-ansible "inventory-manage.py broken on 17.0.x" [Undecided,New] | 16:12 |
evrardjp | I guess that one is solved? | 16:12 |
odyssey4me | yeah, should be | 16:12 |
evrardjp | odyssey4me: it merged back in Q hasn't it? | 16:12 |
evrardjp | ok will mark it as fix commited | 16:12 |
odyssey4me | one more review for the pike backport: https://review.openstack.org/#/q/I6055df3da794439fb65ad2244445135dafb1cecf | 16:12 |
evrardjp | next | 16:13 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1762421 | 16:13 |
openstack | Launchpad bug 1762421 in openstack-ansible "openstack-ansible-galera_server role needlessly removes and reinstalls MariaDB-server" [Undecided,New] | 16:13 |
evrardjp | odyssey4me: thanks! :) | 16:13 |
odyssey4me | yeah, apparently this one's back - someone's going to have to confirm and figure out a fix | 16:14 |
odyssey4me | wasn't mnaser looking at it during the PTG? | 16:14 |
evrardjp | omg we should test this | 16:14 |
evrardjp | I have started to work on idempotency testing | 16:14 |
evrardjp | taking the patch from mhayden | 16:14 |
evrardjp | but we should do it for galera_server | 16:14 |
evrardjp | by running galera_client in the middle | 16:14 |
evrardjp | :) | 16:14 |
hwoarang | yeah the prob is that the MariaDB-server from mariadb repos defines 'mariadb-server' symbol | 16:15 |
hwoarang | which collides with the one from the RDO repos | 16:15 |
hwoarang | so you can't really tell if you are re moving the RDO package or the MariaDB package | 16:15 |
hwoarang | ideally we shouldn't be removing anything and let dnf or yum figure out what to do | 16:16 |
hwoarang | there must be a magic switch for that | 16:16 |
evrardjp | hwoarang: I agree there | 16:16 |
evrardjp | let's not compile mariadb from sources. | 16:16 |
odyssey4me | yeah, the package removal was only done because that was recommended by mariadb in their knowledgebase for the 5.5 -> 10 upgrade | 16:16 |
evrardjp | :D | 16:16 |
evrardjp | maybe we can remove it now? | 16:16 |
hwoarang | we could try | 16:16 |
*** evin has joined #openstack-ansible | 16:16 | |
odyssey4me | now that we're beyond that, and their docs say to just install over the top of it, we should be able to just do that | 16:17 |
odyssey4me | it'd make the install/upgrade process quite a bit simpler too | 16:17 |
*** cshen has joined #openstack-ansible | 16:17 | |
evrardjp | yeah I think we are good to do that | 16:18 |
evrardjp | I will push up a patch tomorrow | 16:18 |
evrardjp | confirmed high? | 16:18 |
evrardjp | not critical | 16:18 |
odyssey4me | yeah | 16:18 |
evrardjp | but it's very disruptive to uninstall it | 16:18 |
evrardjp | :p | 16:19 |
evrardjp | if someone else wants to fix it, very welcome, I already have so much on my plate. | 16:19 |
evrardjp | :D | 16:19 |
odyssey4me | well, it'll only be doing it to one server at a time - which is fine in a cluster, but not when you only have one ;) | 16:19 |
*** vakuznet has joined #openstack-ansible | 16:19 | |
evrardjp | next | 16:19 |
evrardjp | odyssey4me: haha true | 16:19 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1762051 | 16:19 |
openstack | Launchpad bug 1762051 in openstack-ansible "no logrotation on in /var/log/gnocchi (in gnocchi container)" [Undecided,New] | 16:19 |
evrardjp | that looks legit | 16:19 |
evrardjp | I never did it | 16:20 |
evrardjp | :p | 16:20 |
odyssey4me | we should perhaps use ansible-role-logrotate for all our log rotation | 16:20 |
odyssey4me | https://github.com/openstack/ansible-role-logrotate | 16:20 |
odyssey4me | very simple role | 16:20 |
evrardjp | I thought it was here: https://github.com/openstack/openstack-ansible-rsyslog_client/blob/master/templates/logrotate.j2 | 16:21 |
evrardjp | yeah maybe we should | 16:21 |
evrardjp | confirmed medium? | 16:22 |
odyssey4me | looks like there should be log rotation done for gnocchi: https://github.com/openstack/openstack-ansible/blob/master/playbooks/os-gnocchi-install.yml#L61 | 16:22 |
odyssey4me | it's in pike too: https://github.com/openstack/openstack-ansible/blob/stable/pike/playbooks/os-gnocchi-install.yml#L58 | 16:22 |
odyssey4me | yeah | 16:22 |
odyssey4me | well, actually, not confirmed - itlooks like there is, so we need proof of a bug | 16:22 |
odyssey4me | need more info | 16:22 |
evrardjp | that's interesting | 16:24 |
evrardjp | maybe it's not named .log ? | 16:25 |
odyssey4me | it should be, if https://github.com/openstack/openstack-ansible-os_gnocchi/blob/master/templates/gnocchi-systemd-init.j2#L13 is doing what it should | 16:26 |
evrardjp | ok so no need to list it in rsyslog_client_log_files | 16:26 |
qwebirc23189 | odyssey4me thaaaaaaaanks a looooooooot everything worked properly with your help and there was no network issue thanks a lot. you are my hero. | 16:26 |
odyssey4me | qwebirc23189 no worries, glad you're over that hurdle | 16:27 |
*** DanyC has joined #openstack-ansible | 16:27 | |
evrardjp | for me you're right it's not confirmed | 16:27 |
openstackgerrit | Andy Smith proposed openstack/openstack-ansible-tests master: (WIP) Update to use oslo.messaging services for RPC and Notify https://review.openstack.org/559127 | 16:27 |
evrardjp | asking for more details in the bug | 16:28 |
evrardjp | marking it as incomplete | 16:28 |
evrardjp | next | 16:28 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1761785 | 16:29 |
openstack | Launchpad bug 1761785 in openstack-ansible "Unbound listening on all interfaces" [Undecided,New] | 16:29 |
evrardjp | Confirmed and low | 16:29 |
evrardjp | ok for everyone? | 16:29 |
odyssey4me | yeah | 16:29 |
evrardjp | next | 16:30 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1761722 | 16:30 |
openstack | Launchpad bug 1761722 in openstack-ansible "inconsistency in documenting the use of eth12" [Undecided,New] | 16:30 |
odyssey4me | yeah, that's very likely | 16:31 |
*** DanyC has quit IRC | 16:31 | |
odyssey4me | confirmed, I'd say medium given that this stuff is a reference | 16:31 |
d34dh0r53 | yep | 16:32 |
ArchiFleKs | coreywright: thanks for your analysis ;) | 16:32 |
spotz | put notes in and I'll grab it | 16:32 |
jrosser | this is one where i don't feel able to write what it *should* say myself | 16:32 |
spotz | jrosser: That's why I tell them to put notes in:) | 16:32 |
odyssey4me | I couldn't clarify either :/ | 16:32 |
spotz | networking is confusing.... love spotz | 16:33 |
jrosser | anway historically lots of newcomers trip over this so it could do with a tidy | 16:33 |
coreywright | ArchiFleKs, yw! (and a quick work-around is to set `delegate_to: "{{ hostvars[random_conductor]['ansible_host'] }}"` | 16:33 |
evrardjp | if you need wiring towards a container for your bridge ... | 16:34 |
ArchiFleKs | coreywright: thanks, are planning on proposing a patch ? I'm not sure a totally understood the way you would fix it | 16:34 |
coreywright | ArchiFleKs, instead of `delegate_to: "{{ random_conductor }}"`) | 16:34 |
evrardjp | that could be simplified | 16:35 |
evrardjp | coreywright: ArchiFleKs can you speak about that later please? | 16:35 |
evrardjp | Let's mark it as confirmed and medium | 16:35 |
evrardjp | and we should remove the documentation from this file, it's confusing everyone | 16:35 |
evrardjp | let's put that into the documentation with examples | 16:35 |
evrardjp | that can be more explanatory | 16:35 |
evrardjp | more text than just comments | 16:36 |
evrardjp | let's move on shall we? | 16:36 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1761718 | 16:36 |
openstack | Launchpad bug 1761718 in openstack-ansible "container networks docs not updated for bare metal l3 agent deploy" [Undecided,New] | 16:36 |
evrardjp | confirmed medium | 16:36 |
odyssey4me | yeah | 16:37 |
evrardjp | cloudnull: could you check on both bugs ? | 16:37 |
evrardjp | kill 2 birds one stone? | 16:37 |
evrardjp | just explaining better what we did with the hyper converged? | 16:37 |
evrardjp | I'm assigning it to you anyway :p | 16:38 |
evrardjp | ok | 16:38 |
evrardjp | let's move on | 16:38 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1761550 | 16:38 |
openstack | Launchpad bug 1761550 in openstack-ansible "'Reload systemd deamon' handle not being called in neutron" [Undecided,New] | 16:38 |
evrardjp | that is bad | 16:39 |
odyssey4me | if it's newton, then there's nothing we can do about it | 16:39 |
evrardjp | P and O can be fixed though | 16:40 |
evrardjp | if it's a problem in P and O | 16:40 |
odyssey4me | yeah, ocata onwards does the daemon reload when it stops/starts the service | 16:40 |
d34dh0r53 | I'm reading that it's a problem in >p, but that could be me | 16:41 |
odyssey4me | newton does not | 16:41 |
evrardjp | looks like this sha is N | 16:41 |
evrardjp | 84ed68a4a57713c8a66aada1028dbbf8ffa1eb00 | 16:41 |
d34dh0r53 | ohh | 16:41 |
d34dh0r53 | you're right | 16:41 |
spotz | Anyway to get permission to patch? | 16:41 |
odyssey4me | nah, for RPC we'll have to fork and fix in the fork | 16:41 |
evrardjp | to patch what? | 16:41 |
spotz | newton | 16:41 |
evrardjp | no | 16:41 |
odyssey4me | newton in the openstack namespace is gone | 16:42 |
evrardjp | so | 16:42 |
evrardjp | for me that's not clear if that's above N | 16:42 |
odyssey4me | I don't think it is. | 16:42 |
evrardjp | ok | 16:42 |
*** DanyC has joined #openstack-ansible | 16:43 | |
evrardjp | ok won't fix then | 16:43 |
odyssey4me | the notifies in https://github.com/openstack/openstack-ansible-os_neutron/blob/newton-eol/tasks/neutron_init_systemd.yml look fine though | 16:43 |
evrardjp | next | 16:43 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1760878 | 16:43 |
openstack | Launchpad bug 1760878 in openstack-ansible "galera_server: Reveals galera passwords in task: "Create galera users"" [Undecided,New] | 16:43 |
evrardjp | wow | 16:43 |
evrardjp | that's bad | 16:43 |
evrardjp | critical | 16:43 |
evrardjp | I will do it tomorrow | 16:43 |
odyssey4me | hmm, I though I saw a patch already for that | 16:44 |
evrardjp | I will see | 16:44 |
evrardjp | no worries I handle it | 16:44 |
odyssey4me | https://review.openstack.org/#/q/Ia170e4f25e35984e68b4cd47c3d964a034236d11 | 16:45 |
evrardjp | next | 16:45 |
d34dh0r53 | confirmed | 16:45 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1759896 | 16:45 |
openstack | Launchpad bug 1759896 in openstack-ansible "Placing certificate on keystone containers does not work" [Undecided,New] | 16:45 |
evrardjp | odyssey4me: not the same task | 16:45 |
evrardjp | mysql_user is the one | 16:45 |
evrardjp | but yeah | 16:45 |
odyssey4me | ah ok | 16:45 |
evrardjp | will do it | 16:45 |
evrardjp | let's move on | 16:45 |
evrardjp | 15 minutes | 16:45 |
evrardjp | :) | 16:45 |
odyssey4me | yeah, ssl on the back-end doesn't really work | 16:46 |
odyssey4me | confirmed, medium | 16:46 |
evrardjp | ok | 16:46 |
odyssey4me | I do wish someone would work on that | 16:46 |
evrardjp | anyone to look at it? | 16:46 |
odyssey4me | I think it'll be easier once the fastrouter is in though | 16:46 |
evrardjp | ok next | 16:47 |
evrardjp | #link #link https://bugs.launchpad.net/openstack-ansible/+bug/1758144 | 16:47 |
openstack | Launchpad bug 1758144 in openstack-ansible "resolv.conf in containers set too late" [Undecided,New] - Assigned to Logan V (loganv) | 16:47 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1758144 | 16:47 |
evrardjp | it's assigned to logan let's move on | 16:47 |
d34dh0r53 | should it be set to confirmed? | 16:47 |
evrardjp | except if logan- is there? | 16:47 |
evrardjp | d34dh0r53: logan- has to confirm | 16:47 |
evrardjp | We discussed this last week | 16:47 |
evrardjp | next | 16:47 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1755821 | 16:47 |
openstack | Launchpad bug 1755821 in openstack-ansible "config_template fails to parse template if it contains a comment with leading spaces" [High,New] - Assigned to Kevin Carter (kevin-carter) | 16:48 |
d34dh0r53 | ahh, ok | 16:48 |
evrardjp | that's still in new state because we wanted to make sure cloudnull hasn't forgotten | 16:48 |
evrardjp | I guess he has, so let's move on | 16:48 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1743032 | 16:48 |
openstack | Launchpad bug 1743032 in openstack-ansible "Galera cluster maintenance in OpenStack-Ansible" [Undecided,New] - Assigned to Kevin Carter (kevin-carter) | 16:48 |
evrardjp | same | 16:48 |
evrardjp | next | 16:48 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1737827 | 16:48 |
openstack | Launchpad bug 1737827 in openstack-ansible "(ceph-client): setting 'nova_ceph_client' results in deployment where volumes can't be attached to VMs" [Undecided,New] - Assigned to Andy McCrae (andrew-mccrae) | 16:48 |
*** cristicalin has joined #openstack-ansible | 16:48 | |
*** udesale has quit IRC | 16:49 | |
evrardjp | andymccr: ? | 16:49 |
andymccr | ahh i was waiting on response from the bug filer | 16:49 |
evrardjp | ok | 16:50 |
*** ssmith has joined #openstack-ansible | 16:50 | |
evrardjp | marking it incomplet | 16:50 |
andymccr | ok cool | 16:50 |
andymccr | i'll take another look at it though | 16:50 |
evrardjp | unassigning | 16:50 |
evrardjp | ok you can if you want :) | 16:50 |
evrardjp | thanks | 16:50 |
evrardjp | and thanks everyone for the triage | 16:50 |
evrardjp | #topic open discussion | 16:50 |
*** openstack changes topic to "open discussion (Meeting topic: openstack_ansible_meeting)" | 16:50 | |
evrardjp | because we have extra time | 16:50 |
evrardjp | open discussion | 16:51 |
evrardjp | I have a topic! | 16:51 |
evrardjp | 234 BUGS | 16:51 |
evrardjp | we've beaten our record. | 16:51 |
evrardjp | nothing to be proud off. | 16:51 |
spotz | that sounds bad:( | 16:51 |
evrardjp | it is | 16:51 |
hwoarang | :/ | 16:51 |
evrardjp | I have nothing else to say. We have so many bugs, so many things pending. I am glad we are bringing new features and all, but at some point we need to look back and make sure our project is reliable and the experience is good. Not everyone is an expert that can quickly fix things. | 16:54 |
d34dh0r53 | agreed | 16:54 |
odyssey4me | yep, agreed | 16:54 |
*** DanyC has quit IRC | 16:55 | |
evrardjp | ok | 16:55 |
evrardjp | that's all I had to say | 16:55 |
*** DanyC has joined #openstack-ansible | 16:56 | |
evrardjp | anyone has anything to say ? | 16:56 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/queens: Add container/service clean up for ironic/trove https://review.openstack.org/559995 | 16:56 |
odyssey4me | patches speak louder than words ;) | 16:56 |
evrardjp | indeed | 16:57 |
evrardjp | thanks everyone! | 16:57 |
evrardjp | closing up | 16:57 |
evrardjp | #endmeeting | 16:57 |
*** 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" | 16:57 | |
openstack | Meeting ended Tue Apr 10 16:57:41 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:57 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2018/openstack_ansible_meeting.2018-04-10-16.01.html | 16:57 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2018/openstack_ansible_meeting.2018-04-10-16.01.txt | 16:57 |
openstack | Log: http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2018/openstack_ansible_meeting.2018-04-10-16.01.log.html | 16:57 |
*** mbuil has quit IRC | 17:00 | |
evrardjp | I'm out ttyl everyone | 17:01 |
*** osnaya has joined #openstack-ansible | 17:03 | |
*** uiet has joined #openstack-ansible | 17:06 | |
uiet | how to forcefully run all tasks on existing deployment? | 17:07 |
uiet | any suggestion? | 17:12 |
*** _david_ has quit IRC | 17:17 | |
*** DanyC_ has joined #openstack-ansible | 17:18 | |
*** cristicalin has quit IRC | 17:21 | |
*** epalper has quit IRC | 17:21 | |
*** DanyC has quit IRC | 17:22 | |
*** nicolasbock has joined #openstack-ansible | 17:24 | |
uiet | how to forcefully run all tasks on existing deployment? | 17:24 |
Miouge | uiet: what do you mean forcefully? openstack-ansible playbook/setup-everything.yml? | 17:31 |
uiet | i want to run all tasks on a re-run | 17:32 |
uiet | i see that on re-run many of the tasks are skipped | 17:33 |
*** openstackgerrit has quit IRC | 17:34 | |
odyssey4me | uiet tasks are only skipped if they're supposed to be | 17:52 |
odyssey4me | not all tasks are supposed to run | 17:52 |
*** openstackgerrit has joined #openstack-ansible | 17:56 | |
openstackgerrit | Andy Smith proposed openstack/openstack-ansible-os_nova master: (WIP) Update to use oslo.messaging services for RPC and Notify https://review.openstack.org/558620 | 17:56 |
*** BjoernT has left #openstack-ansible | 17:56 | |
uiet | if i want to run a task to reconfigure something ex. glance dir mount...can i do that | 17:57 |
*** tomtom001 has quit IRC | 18:05 | |
*** tomtom001 has joined #openstack-ansible | 18:06 | |
*** electrofelix has quit IRC | 18:09 | |
*** poopcat has joined #openstack-ansible | 18:10 | |
*** b1tsh1ft3r has joined #openstack-ansible | 18:10 | |
*** osnaya has quit IRC | 18:12 | |
*** ianychoi has quit IRC | 18:22 | |
*** ianychoi has joined #openstack-ansible | 18:23 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_nova master: Update paste, policy and rootwrap configurations 2018-03-31 https://review.openstack.org/558078 | 18:30 |
*** mma has quit IRC | 18:30 | |
ivve | coreywright: sorry was away.. yes. to me it happend to conductor but also nova-api-placement | 18:32 |
evin | Has anyone used haproxy_extra_services config successfully? It's supposed to allow specifying haproxy services that are not managed in the Ansible inventory by manually specifying their hostnames/IP Addresses. When I try it i get this error: "AnsibleUndefinedVariable: ansible.vars.hostvars.HostVars object has no element." | 18:39 |
*** ianychoi has quit IRC | 18:41 | |
*** hamza21 has joined #openstack-ansible | 18:41 | |
*** ianychoi has joined #openstack-ansible | 18:42 | |
*** epalper has joined #openstack-ansible | 18:44 | |
*** mma has joined #openstack-ansible | 18:46 | |
*** mma has quit IRC | 18:48 | |
*** cshen has quit IRC | 18:50 | |
*** cshen has joined #openstack-ansible | 18:52 | |
jrosser | odyssey4me: do you have any advice on moving a config from P -> Q? i'm getting nova api containers created but a bunch of the conditional includes in the nova role are skipped - like these https://github.com/openstack/openstack-ansible-os_nova/blob/e3e7c1f00bd7155dc051ba093fc872751776f769/tasks/main.yml#L97-L98 | 19:00 |
*** openstackgerrit has quit IRC | 19:04 | |
*** bauruine has quit IRC | 19:08 | |
odyssey4me | jrosser being skipped on the nova_api container? (not the old ones) | 19:09 |
odyssey4me | there're some docs and notes in https://review.openstack.org/#/q/topic:bp/hyperconverged-containers+(status:open+OR+status:merged) | 19:10 |
jrosser | it's a fresh deploy, starting with the user_config we had for P | 19:11 |
jrosser | which has pretty much worked ok up to nova | 19:11 |
odyssey4me | oh, that's curious | 19:12 |
jrosser | it's quite hard to follow the includes as they don't have a name: | 19:12 |
jrosser | odyssey4me: is there a superquick fix for inventory_manage - i'd have compared the group contents with that... | 19:13 |
*** bauruine has joined #openstack-ansible | 19:15 | |
*** cshen has quit IRC | 19:18 | |
*** b1tsh1ft3r_ has joined #openstack-ansible | 19:19 | |
odyssey4me | jrosser you mean this fix which merged this morning? https://review.openstack.org/559922 | 19:21 |
jrosser | ah yes thats it, thanks | 19:22 |
*** cshen has joined #openstack-ansible | 19:22 | |
*** jafeha has joined #openstack-ansible | 19:26 | |
b1tsh1ft3r_ | should i be able to just kill a horizon container and re-run the os-horizon-setup.yml ? Running into some major issues after re-running the horizon play after installing power dns and designate to get the designate dash plugin to work (part of the horizon install i believe) | 19:27 |
b1tsh1ft3r_ | Looks like im getting 400 errors every 2-3 attempts to hit the dashboard | 19:27 |
*** cshen has quit IRC | 19:27 | |
*** jafeha__ has quit IRC | 19:28 | |
*** jafeha__ has joined #openstack-ansible | 19:28 | |
*** jafeha has quit IRC | 19:29 | |
*** DanyC has joined #openstack-ansible | 19:29 | |
*** b1tsh1ft3r has quit IRC | 19:29 | |
*** epalper has quit IRC | 19:30 | |
*** DanyC_ has quit IRC | 19:33 | |
coreywright | ivve, can you tell me where you've seen it fail for nova-api-placement containers (eg what task)? | 19:33 |
ivve | exactly the same one | 19:34 |
ivve | cell_v2 | 19:34 |
ivve | i was deploying each playbook by it self, host, infra & openstack | 19:35 |
*** jafeha__ has quit IRC | 19:35 | |
*** jafeha has joined #openstack-ansible | 19:35 | |
ivve | so cleaning out facts helped me out i think | 19:35 |
ivve | now i got some ceph-client error i've never seen before :) | 19:35 |
ivve | reran with -vvvv | 19:35 |
ivve | tbh i should wipe this deployment vm and install proper os ;) | 19:36 |
ivve | its a centos7, should be ubuntu | 19:36 |
*** markvoelker_ has quit IRC | 19:41 | |
*** markvoelker has joined #openstack-ansible | 19:41 | |
*** markvoelker has quit IRC | 19:45 | |
*** DanyC_ has joined #openstack-ansible | 19:50 | |
*** DanyC has quit IRC | 19:53 | |
*** markvoelker has joined #openstack-ansible | 19:54 | |
b1tsh1ft3r_ | Alright... im a bit confused here. Found that HTTPD cant start on a new horizon container deployed from the os-horizon-install.yml play. Receiving the following error when attempting to deploy horizon to the container itself | 20:00 |
b1tsh1ft3r_ | http://paste.openstack.org/show/718858/ | 20:00 |
*** pcaruana has quit IRC | 20:01 | |
*** shardy has quit IRC | 20:02 | |
*** cshen has joined #openstack-ansible | 20:07 | |
*** openstackgerrit has joined #openstack-ansible | 20:08 | |
openstackgerrit | Andy Smith proposed openstack/openstack-ansible-tests master: (WIP) Update to use oslo.messaging services for RPC and Notify https://review.openstack.org/559127 | 20:08 |
openstackgerrit | Andy Smith proposed openstack/openstack-ansible-os_nova master: (WIP) Update to use oslo.messaging services for RPC and Notify https://review.openstack.org/558620 | 20:09 |
*** cshen has quit IRC | 20:12 | |
openstackgerrit | Merged openstack/openstack-ansible-os_tempest stable/queens: Allow for single tempest image upload https://review.openstack.org/560010 | 20:13 |
*** DanyC_ has quit IRC | 20:14 | |
*** markvoelker_ has joined #openstack-ansible | 20:17 | |
*** markvoelker has quit IRC | 20:21 | |
*** vnogin has joined #openstack-ansible | 20:21 | |
*** hamza21 has quit IRC | 20:24 | |
*** vnogin has quit IRC | 20:26 | |
*** chhavi__ has quit IRC | 20:29 | |
*** hamza21 has joined #openstack-ansible | 20:30 | |
*** hw_wutianwei has quit IRC | 20:30 | |
*** hw_wutianwei has joined #openstack-ansible | 20:32 | |
*** evin has quit IRC | 20:32 | |
*** b1tsh1ft3r_ has quit IRC | 20:41 | |
*** ansmith has quit IRC | 20:46 | |
*** johnduarte has quit IRC | 20:57 | |
*** hamza21 has quit IRC | 21:13 | |
*** cjloader has quit IRC | 21:19 | |
*** haad1 has joined #openstack-ansible | 21:20 | |
*** jafeha__ has joined #openstack-ansible | 21:30 | |
*** jafeha has quit IRC | 21:31 | |
*** admin0 has joined #openstack-ansible | 21:31 | |
*** haad1 has quit IRC | 21:32 | |
*** ansmith has joined #openstack-ansible | 21:34 | |
admin0 | my setup-hosts fails on pip install because its looking for the repo RetryError: HTTPConnectionPool(host='int-dev.atl.domain.cloud', port=8181): Max retries exceeded with url: /os-releases/17.0.2/ubuntu-16.04-x86_64/ (Caused by ResponseError('too many 503 error responses . | 21:36 |
*** jwitko_ has joined #openstack-ansible | 21:36 | |
admin0 | however setup-infra has not run yet .. | 21:36 |
admin0 | so where is this URL/repo hard-coded that pip is trying to connect but failign | 21:37 |
admin0 | or . whcih file has the pip proxy set . | 21:37 |
*** jwitko has quit IRC | 21:40 | |
*** ssmith has quit IRC | 21:42 | |
*** jwitko_ has quit IRC | 21:42 | |
*** throwsb1 has quit IRC | 21:46 | |
tomtom001 | so I've upgraded the OS and ansible but the lxc containers still never build and the process just dies in the middle of the upgrade from ocata to pike. thats all the juice I have at this point, thinking of just wiping the entire system and re-installing, the run-upgrade script just doesnt seem to work | 21:47 |
*** esberglu has quit IRC | 21:52 | |
*** jwitko has joined #openstack-ansible | 22:02 | |
*** kstev has quit IRC | 22:18 | |
*** cshen has joined #openstack-ansible | 22:22 | |
cloudnull | hey tomtom001, sorry I've not been able to reply, crazy wrapped up at the moment. | 22:23 |
cloudnull | did you happen to have a look at the logs for the build ? | 22:23 |
cloudnull | is there something failing in the process? | 22:23 |
cloudnull | evrardjp: ++ thanks for keeping me assigned, should have something on those issues tonight | 22:24 |
cloudnull | evrardjp: Also yes. I'm confirmed for the summit, WOOT! Whom else is going to be there? | 22:24 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Update elk 6.x playbooks https://review.openstack.org/560168 | 22:26 |
*** cshen has quit IRC | 22:27 | |
cloudnull | tomtom001: if you can login to the build environment via `chroot` can you execute the build script manually ? | 22:28 |
cloudnull | does it fail in interesting ways, or is it able to connect to the outside world ? | 22:29 |
*** lbragstad has quit IRC | 22:42 | |
*** dave-mccowan has quit IRC | 22:49 | |
*** cshen has joined #openstack-ansible | 22:52 | |
*** cshen has quit IRC | 22:57 | |
*** lbragstad has joined #openstack-ansible | 23:09 | |
*** cjloader has joined #openstack-ansible | 23:20 | |
*** radeks has quit IRC | 23:21 | |
*** cjloader has quit IRC | 23:24 | |
*** cmart has joined #openstack-ansible | 23:44 | |
cmart | hi. has anyone had trouble accessing the Keystone Admin API after upgrading from Newton to Ocata/Pike? getting "empty reply from server" | 23:44 |
*** cshen has joined #openstack-ansible | 23:46 | |
*** cshen has quit IRC | 23:51 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!