*** schwicht has quit IRC | 00:26 | |
*** schwicht has joined #openstack-ansible | 01:04 | |
snadge | apparently im far enough through the install where I can log into Horizon, and it tells me the status of my storage is "down" .. maybe thats why tempest is failing to log into instances via ssh ;) | 01:31 |
---|---|---|
snadge | i think it would be nice if prior to doing run_tempest in the playbook, it saved a savd_state.json so you could run tempest cleanup .. and there was a way to rerun tempest, exactly how its done int he playbook with the same parameters etc | 01:34 |
snadge | im sure there is, its just non trivial for me to figure it out and then try to debug why the tests are failing.. I lack the requisite knowledge to be able to do this | 01:35 |
*** gyee has quit IRC | 01:45 | |
*** rgogunskiy has joined #openstack-ansible | 01:46 | |
*** rgogunskiy has quit IRC | 01:50 | |
*** schwicht has quit IRC | 02:28 | |
*** udesale has joined #openstack-ansible | 03:45 | |
*** shyamb has joined #openstack-ansible | 05:07 | |
*** hwoarang has quit IRC | 05:33 | |
*** hwoarang has joined #openstack-ansible | 05:34 | |
*** raukadah is now known as chkumar|ruck | 06:05 | |
*** pcaruana has joined #openstack-ansible | 06:18 | |
*** elenalindq has joined #openstack-ansible | 06:19 | |
*** shyamb has quit IRC | 06:26 | |
*** andrea15 has joined #openstack-ansible | 06:53 | |
*** shyamb has joined #openstack-ansible | 07:02 | |
*** jbadiapa has joined #openstack-ansible | 07:06 | |
*** shyamb has quit IRC | 07:10 | |
*** shyamb has joined #openstack-ansible | 07:10 | |
*** gkadam has joined #openstack-ansible | 07:13 | |
*** gkadam has quit IRC | 07:13 | |
*** chkumar|ruck is now known as chkumar|rover | 07:32 | |
*** shyamb has quit IRC | 07:41 | |
*** cshen has joined #openstack-ansible | 08:13 | |
jrosser | snadge: I think it’s ok to treat the resources pre-created flyby the tempest role as a one time static thing, like the neutron network and the images and so on | 08:19 |
jrosser | hmm phone autocorrect a bit there | 08:19 |
jrosser | you should be able to find where the tempest workspace is in the utility container and poke around manually if needed to run things again, or just re-run the os_tempest role | 08:21 |
*** tosky has joined #openstack-ansible | 08:27 | |
snadge | tempest tests are still running.. maybe that's a good sign | 08:41 |
openstackgerrit | Merged openstack/openstack-ansible stable/train: Make upgrade script respect OSA_CONFIG_DIR https://review.opendev.org/698262 | 08:47 |
ChosSimbaOne | Good morning. So quick question about haproxy and keepalived. I was trying to get it working yesterday, and haproxy was complaining that the interface bond0.12 did not have an ip. So my question is, should i set an ip for just one of the infra hosts, and keepalived will handle this, or should it be configured on every host? | 08:51 |
*** rpittau|afk is now known as rpittau | 09:00 | |
*** shyamb has joined #openstack-ansible | 09:01 | |
*** peeejayz has joined #openstack-ansible | 09:01 | |
*** jcosmao has joined #openstack-ansible | 09:08 | |
*** jcosmao has left #openstack-ansible | 09:08 | |
*** hwoarang has quit IRC | 09:23 | |
*** hwoarang has joined #openstack-ansible | 09:26 | |
*** goldyfruit_ has quit IRC | 09:29 | |
snadge | jrosser.. ive enabled remote desktop on my pc at work, so I have full access to everything now.. the cinder service is now up, so it looks like block storage is now working, all the tests pass except 1 | 09:48 |
*** DanyC has joined #openstack-ansible | 09:48 | |
snadge | the error is the same thing "Failed to establish authenticated ssh connection to cirros@172.29.249.128" | 09:49 |
snadge | it looks like that ip is allocated from br-vlan which is attached both to infra1 and the compute nodes.. which can ping each other on that br-vlan interface | 09:50 |
snadge | tempest generates a bunch of logs in the utility container, im not sure if they're much help.. i'd like to find evidence of this 172.29.249.128 somewhere.. is it something tempest temporarily created then deleted when it failed? or is it some other problem | 09:56 |
*** shyamb has quit IRC | 09:57 | |
*** shyamb has joined #openstack-ansible | 09:59 | |
jrosser | 172.29.249.128 is probably the floating IP of the vm created by tempest | 10:06 |
jrosser | thats probably deleted | 10:07 |
jrosser | either through horizon or at the cli you can try to boot your own cirros instance and attach a floating IP | 10:07 |
jrosser | then try to ssh to it from the utility continaer | 10:07 |
*** ansmith_ has joined #openstack-ansible | 10:17 | |
*** ansmith has quit IRC | 10:19 | |
jrosser | noonedeadpunk: is this all good now? https://review.opendev.org/#/c/698266/ like needing any final role SHA bump or is everything accounted for | 10:20 |
snadge | i did exactly what you suggested.. even added a security group rule for icmp and port 22 just in case | 10:25 |
snadge | couldn't ping.. when i checked the console, its stuck at a prompt with just GRUB | 10:25 |
snadge | and wont do anything | 10:25 |
snadge | i wonder if its because its trying to use kvm in a vsphere vm or something silly like that | 10:27 |
jrosser | right, so the vm won't boot if it's just stuck at grub | 10:29 |
*** shyamb has quit IRC | 10:30 | |
jrosser | this suggests there is still an underlying storage problem | 10:31 |
snadge | but it at least finds grub.. as this screenshot appears to indicate | 10:31 |
snadge | https://i.imgur.com/DvFnyLo.png | 10:31 |
snadge | https://ask.openstack.org/en/question/107212/ocata-vnc-shows-cirros-instance-stuck-at-grub/ | 10:33 |
snadge | looks like its a libvirtd issue with vmware | 10:33 |
*** mensis has quit IRC | 10:35 | |
snadge | the workaround is to put "hw_machine_type = x86_64=pc-i440fx-rhel7.2.0" in nova.conf on the compute nodes.. or downgrade kvm.. this is why you don't use vmware or redhat ;) | 10:36 |
noonedeadpunk | o/ | 10:41 |
noonedeadpunk | jrosser: it's good and relevant. I think we didin't merge anything else in train. | 10:41 |
noonedeadpunk | So everything we need for the relese is to merge https://review.opendev.org/#/c/698266/ | 10:42 |
noonedeadpunk | (and patch in releases repo) | 10:42 |
noonedeadpunk | so maybe you with gshippey can vote on it?:) | 10:43 |
*** shyamb has joined #openstack-ansible | 10:43 | |
*** shyamb has quit IRC | 10:44 | |
*** shyamb has joined #openstack-ansible | 10:44 | |
*** goldyfruit_ has joined #openstack-ansible | 10:50 | |
*** DanyC has quit IRC | 10:56 | |
*** rgogunskiy has joined #openstack-ansible | 10:57 | |
*** DanyC has joined #openstack-ansible | 10:58 | |
*** DanyC has quit IRC | 10:59 | |
*** pcaruana has quit IRC | 11:03 | |
*** pcaruana has joined #openstack-ansible | 11:06 | |
snadge | im so close.. it boots now, but wont dhcp.. but from my compute nodes and infra1, i can ping the router gateway and dhcp server on that same subnet | 11:07 |
*** goldyfruit_ has quit IRC | 11:13 | |
*** udesale has quit IRC | 11:14 | |
*** DanyC has joined #openstack-ansible | 11:14 | |
*** shyamb has quit IRC | 11:19 | |
*** shyamb has joined #openstack-ansible | 11:24 | |
*** cshen has quit IRC | 11:31 | |
tacco | http://paste.openstack.org/show/4FVncOmfTIW03iONhB3H/ why the hack was this one skipped? | 11:32 |
*** sshnaidm|afk is now known as sshnaidm | 11:32 | |
noonedeadpunk | it should be executed only on one host out of the all keystone group | 11:33 |
tacco | ok but is't executed on any of it.. should i limit the setup to only one host? | 11:34 |
noonedeadpunk | you can try running with --limit cp01_keystone_container-52ed5a07 | 11:34 |
tacco | ok. will try it. | 11:34 |
noonedeadpunk | that wy you'll have only 1 host in ansible_play_hosts which will make this task to run against it | 11:34 |
tacco | ok i'll give it a try. Thanks | 11:35 |
jrosser | snadge: i don't know if broadcast traffic is allowed on between your vmware vm? the dhcp request is broadcast so i'd be looking with tcpdump at the compute and infra node to see it leave and arrive | 11:38 |
*** sep has quit IRC | 11:39 | |
snadge | we had to set promiscuous mode on the nics that were attached to the vms.. so that the linux bridging would work | 11:40 |
snadge | im guessing this is something different again | 11:40 |
jrosser | are you using vxlan tenant network? | 11:41 |
jrosser | if so you'll need working multicast too | 11:42 |
snadge | i dont believe im using vxlan.. i think its vlan, which could be being stripped by the vm | 11:43 |
snadge | i think that could be another vmware thing | 11:43 |
*** sep has joined #openstack-ansible | 11:43 | |
snadge | i've read somewhere you need to set the vlan id to 4095 | 11:44 |
snadge | A VLAN ID of 4095 represents all trunked VLANs .. i bet its that | 11:45 |
*** sep has quit IRC | 11:46 | |
*** cshen has joined #openstack-ansible | 11:48 | |
*** sep has joined #openstack-ansible | 11:50 | |
snadge | Network Type: flat | 11:58 |
snadge | Physical Network: flat | 11:58 |
snadge | so i did what you suggested and tcpdump br-vlan, and I can see the dhcp request and reply | 12:00 |
*** nicolasbock has joined #openstack-ansible | 12:06 | |
*** shyamb has quit IRC | 12:11 | |
*** mgariepy has joined #openstack-ansible | 12:14 | |
snadge | it just started working and i didn't even do anything XD | 12:17 |
*** schwicht has joined #openstack-ansible | 12:30 | |
*** ansmith_ has quit IRC | 12:34 | |
elenalindq | noonedeadpunk and jrosser Just wanted to let you know my upgrade from Stein to Train worked! :) *Thank you* for your help and the 696886 commit totally fixed the db sync problem (by adding the missing mysqldump util). From there, straight line to finish. | 12:35 |
noonedeadpunk | ok, that's nice to hear:) | 12:36 |
*** mensis has joined #openstack-ansible | 12:37 | |
*** sshnaidm has quit IRC | 12:37 | |
*** sshnaidm has joined #openstack-ansible | 12:38 | |
*** isakgicu has joined #openstack-ansible | 12:54 | |
isakgicu | hello guys | 12:54 |
isakgicu | trying to deploy cinder service for testing purpose and getting this exception: http://paste.openstack.org/show/787495/ | 12:55 |
*** DanyC has quit IRC | 12:55 | |
jrosser | elenalindq: thats great | 12:56 |
*** shyamb has joined #openstack-ansible | 12:59 | |
isakgicu | also at the beginning of os-cinder-install.yml playbook I have this: http://paste.openstack.org/show/787496/ , is it ok? | 13:02 |
noonedeadpunk | I think that you might miss some value while configuring cinder backends | 13:08 |
noonedeadpunk | However I can't say which one unfortunatelly | 13:08 |
noonedeadpunk | or placed a simple value instead of making it a list | 13:09 |
noonedeadpunk | isakgicu: are you deploying aio? | 13:10 |
*** cshen has quit IRC | 13:11 | |
isakgicu | no, using 3 hosts atm, but want to test something with cinder, so I am trying to install it on controller node | 13:12 |
*** cshen has joined #openstack-ansible | 13:14 | |
isakgicu | so, can I use cinder_backend instead of cinder_backends ? | 13:14 |
isakgicu | here : http://paste.openstack.org/show/787497/ | 13:15 |
*** shyamb has quit IRC | 13:15 | |
noonedeadpunk | you may define there single backend, but section should be named cinder_backends anyway | 13:17 |
*** sshnaidm has quit IRC | 13:18 | |
noonedeadpunk | I think you should define cinder_default_volume_type somewhere in user_variables or group_vars | 13:18 |
*** sshnaidm has joined #openstack-ansible | 13:19 | |
*** DanyC has joined #openstack-ansible | 13:21 | |
*** sep has quit IRC | 13:23 | |
*** schwicht has quit IRC | 13:34 | |
*** sep has joined #openstack-ansible | 13:35 | |
*** ansmith has joined #openstack-ansible | 13:36 | |
openstackgerrit | Merged openstack/openstack-ansible stable/train: Bump SHAs for stable/train https://review.opendev.org/698266 | 13:38 |
isakgicu | noonedeadpunk; thnx, I had to define cinder_default_volume_type in user_variables | 13:39 |
*** cshen has quit IRC | 13:53 | |
*** cshen has joined #openstack-ansible | 13:53 | |
*** pcaruana has quit IRC | 13:57 | |
*** CeeMac has joined #openstack-ansible | 13:58 | |
*** schwicht has joined #openstack-ansible | 14:00 | |
*** sshnaidm has quit IRC | 14:04 | |
*** schwicht has quit IRC | 14:06 | |
openstackgerrit | kourosh vivan proposed openstack/openstack-ansible-os_rally stable/stein: Removes reference to deprecated rally-manage https://review.opendev.org/698725 | 14:12 |
*** aedc has joined #openstack-ansible | 14:17 | |
*** pcaruana has joined #openstack-ansible | 14:36 | |
*** spatel has joined #openstack-ansible | 14:45 | |
*** cshen has quit IRC | 14:49 | |
*** sshnaidm has joined #openstack-ansible | 14:49 | |
*** cshen has joined #openstack-ansible | 15:01 | |
*** lbragstad has joined #openstack-ansible | 15:04 | |
*** cshen has quit IRC | 15:06 | |
*** KeithMnemonic has joined #openstack-ansible | 15:07 | |
*** schwicht has joined #openstack-ansible | 15:12 | |
*** cshen has joined #openstack-ansible | 15:13 | |
tacco | whoops.. how can i recreate the initial roles in osa? | 15:26 |
tacco | throw keystone away and build from scratch? | 15:26 |
*** spatel has quit IRC | 15:29 | |
*** chkumar|rover is now known as raukadah|r | 15:49 | |
*** raukadah|r is now known as raukadah | 15:50 | |
*** hwoarang has quit IRC | 15:52 | |
*** hwoarang has joined #openstack-ansible | 15:54 | |
*** cshen has quit IRC | 15:54 | |
*** DanyC_ has joined #openstack-ansible | 16:03 | |
*** gyee has joined #openstack-ansible | 16:05 | |
*** DanyC has quit IRC | 16:05 | |
*** dave-mccowan has joined #openstack-ansible | 16:10 | |
*** schwicht has quit IRC | 16:14 | |
*** irclogbot_2 has quit IRC | 16:14 | |
*** irclogbot_2 has joined #openstack-ansible | 16:15 | |
*** lbragstad has quit IRC | 16:16 | |
evrardjp | noonedeadpunk: thx | 16:27 |
*** schwicht has joined #openstack-ansible | 16:29 | |
noonedeadpunk | evrardjp: what for?:) | 16:31 |
*** lbragstad has joined #openstack-ansible | 16:35 | |
*** isakgicu has quit IRC | 16:41 | |
*** schwicht has quit IRC | 16:48 | |
*** schwicht has joined #openstack-ansible | 16:57 | |
openstackgerrit | Merged openstack/openstack-ansible-os_ironic master: tox: Keeping going with docs https://review.opendev.org/690673 | 17:01 |
*** sshnaidm has quit IRC | 17:18 | |
*** ThiagoCMC has quit IRC | 17:28 | |
*** peeejayz has quit IRC | 17:29 | |
*** DanyC_ has quit IRC | 17:34 | |
*** KeithMnemonic has quit IRC | 17:36 | |
*** rpittau is now known as rpittau|afk | 17:49 | |
*** DanyC has joined #openstack-ansible | 17:49 | |
*** DanyC has quit IRC | 17:51 | |
*** DanyC has joined #openstack-ansible | 17:51 | |
*** lbragstad has quit IRC | 17:52 | |
*** DanyC has quit IRC | 18:11 | |
cjloader | nice noonedeadpunk looks like release is near! | 18:18 |
noonedeadpunk | yeah, waiting for the release team to merge final rc and recheck release then | 18:19 |
*** rmcall has joined #openstack-ansible | 18:40 | |
*** DanyC has joined #openstack-ansible | 18:46 | |
*** DanyC has quit IRC | 19:02 | |
*** DanyC has joined #openstack-ansible | 19:06 | |
*** mgariepy has quit IRC | 19:08 | |
*** sshnaidm has joined #openstack-ansible | 19:09 | |
*** DanyC_ has joined #openstack-ansible | 19:10 | |
*** DanyC has quit IRC | 19:13 | |
*** DanyC_ has quit IRC | 19:14 | |
*** tosky has quit IRC | 19:21 | |
openstackgerrit | Merged openstack/openstack-ansible-os_rally stable/stein: Removes reference to deprecated rally-manage https://review.opendev.org/698725 | 19:51 |
*** KeithMnemonic has joined #openstack-ansible | 20:09 | |
*** pcaruana has quit IRC | 20:19 | |
*** schwicht has quit IRC | 20:53 | |
openstackgerrit | Merged openstack/openstack-ansible-os_tacker master: tox: Keeping going with docs https://review.opendev.org/690676 | 20:56 |
openstackgerrit | Merged openstack/openstack-ansible-os_manila master: tox: Keeping going with docs https://review.opendev.org/690648 | 20:56 |
openstackgerrit | Merged openstack/openstack-ansible-memcached_server master: tox: Keeping going with docs https://review.opendev.org/690681 | 20:56 |
openstackgerrit | Merged openstack/openstack-ansible-ops master: tox: Keeping going with docs https://review.opendev.org/690608 | 20:56 |
openstackgerrit | Merged openstack/openstack-ansible-os_gnocchi master: tox: Keeping going with docs https://review.opendev.org/690678 | 20:56 |
openstackgerrit | Merged openstack/openstack-ansible-os_cinder master: tox: Keeping going with docs https://review.opendev.org/690620 | 20:56 |
openstackgerrit | Merged openstack/openstack-ansible-os_swift master: tox: Keeping going with docs https://review.opendev.org/690682 | 20:56 |
openstackgerrit | Merged openstack/openstack-ansible-os_barbican master: tox: Keeping going with docs https://review.opendev.org/690612 | 20:57 |
openstackgerrit | Merged openstack/openstack-ansible-os_horizon master: tox: Keeping going with docs https://review.opendev.org/690683 | 20:59 |
openstackgerrit | Merged openstack/openstack-ansible-os_aodh master: tox: Keeping going with docs https://review.opendev.org/690610 | 20:59 |
openstackgerrit | Merged openstack/openstack-ansible-os_sahara master: tox: Keeping going with docs https://review.opendev.org/690661 | 21:00 |
openstackgerrit | Merged openstack/openstack-ansible-os_nova master: tox: Keeping going with docs https://review.opendev.org/690685 | 21:01 |
openstackgerrit | Merged openstack/openstack-ansible-openstack_openrc master: tox: Keeping going with docs https://review.opendev.org/690652 | 21:02 |
openstackgerrit | Merged openstack/openstack-ansible-os_blazar master: tox: Keeping going with docs https://review.opendev.org/690633 | 21:03 |
*** EmilienM is now known as EmilienM|mtg | 21:10 | |
*** EmilienM|mtg is now known as EmilienM | 21:15 | |
*** DanyC has joined #openstack-ansible | 21:18 | |
openstackgerrit | Merged openstack/openstack-ansible-os_cloudkitty master: tox: Keeping going with docs https://review.opendev.org/690632 | 21:22 |
*** elenalindq has quit IRC | 21:34 | |
*** ansmith has quit IRC | 21:35 | |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone master: tox: Keeping going with docs https://review.opendev.org/690623 | 21:36 |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron stable/rocky: l3 agent on network_hosts do dvr_snat, anywhere else dvr https://review.opendev.org/698489 | 21:58 |
openstackgerrit | Merged openstack/ansible-role-systemd_mount master: Change upper constraints url https://review.opendev.org/694371 | 21:59 |
*** ansmith has joined #openstack-ansible | 22:14 | |
*** dmsimard has quit IRC | 23:07 | |
*** rmcall has quit IRC | 23:08 | |
*** rmcall has joined #openstack-ansible | 23:08 | |
*** dmsimard has joined #openstack-ansible | 23:08 | |
*** oligau has quit IRC | 23:09 | |
*** irclogbot_2 has quit IRC | 23:11 | |
*** sshnaidm is now known as sshnaidm|off | 23:11 | |
*** irclogbot_1 has joined #openstack-ansible | 23:11 | |
*** oligau has joined #openstack-ansible | 23:12 | |
openstackgerrit | Merged openstack/ansible-role-systemd_service master: Drop static content from html-docs https://review.opendev.org/694369 | 23:26 |
*** jbadiapa has quit IRC | 23:37 | |
*** nicolasbock has quit IRC | 23:42 | |
openstackgerrit | Merged openstack/openstack-ansible-tests master: Check for existance of ethtool and iproute2 https://review.opendev.org/678546 | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!