*** signed8b_ is now known as signed8bit_Zzz | 00:03 | |
*** signed8bit_Zzz is now known as signed8b_ | 00:08 | |
*** signed8b_ is now known as signed8bit_Zzz | 00:08 | |
*** signed8bit_Zzz is now known as signed8b_ | 00:09 | |
*** mjturek has quit IRC | 00:12 | |
*** tjgresha has joined #openstack-kolla | 00:20 | |
*** tjgresha has quit IRC | 00:27 | |
*** signed8b_ is now known as signed8bit_Zzz | 00:28 | |
*** zhurong has joined #openstack-kolla | 00:33 | |
*** tjgresha has joined #openstack-kolla | 00:33 | |
*** tjgresha has quit IRC | 00:38 | |
*** nicolasbock has quit IRC | 00:45 | |
*** gmann has quit IRC | 00:57 | |
*** v1k0d3n has quit IRC | 00:57 | |
*** korean101 has quit IRC | 00:57 | |
*** yankcrime has quit IRC | 00:57 | |
*** nicolasbock has joined #openstack-kolla | 00:58 | |
*** gmann has joined #openstack-kolla | 01:04 | |
*** v1k0d3n has joined #openstack-kolla | 01:04 | |
*** korean101 has joined #openstack-kolla | 01:04 | |
*** yankcrime has joined #openstack-kolla | 01:04 | |
*** zhurong has quit IRC | 01:39 | |
*** donghm has joined #openstack-kolla | 01:41 | |
*** openstackgerrit has joined #openstack-kolla | 01:48 | |
openstackgerrit | Merged openstack/kolla-ansible master: Fix kolla_docker ansible-doc examples https://review.openstack.org/590367 | 01:48 |
---|---|---|
openstackgerrit | Merged openstack/kolla-ansible master: Remove keystone version in tacker.conf https://review.openstack.org/589903 | 01:49 |
*** gfidente has quit IRC | 01:55 | |
*** hongbin has joined #openstack-kolla | 02:01 | |
*** zhurong has joined #openstack-kolla | 02:14 | |
*** Bhujay has joined #openstack-kolla | 03:04 | |
*** zhurong has quit IRC | 03:14 | |
spsurya | morning guys | 03:34 |
donghm | spsurya, morning :) | 03:38 |
*** hongbin has quit IRC | 03:39 | |
*** Bhujay has quit IRC | 03:40 | |
*** ducnv has joined #openstack-kolla | 03:40 | |
*** skramaja has joined #openstack-kolla | 03:52 | |
*** dave-mccowan has quit IRC | 04:12 | |
*** Bhujay has joined #openstack-kolla | 04:21 | |
*** janki has joined #openstack-kolla | 04:28 | |
sm806 | hrw, yes will take it up. | 04:57 |
sm806 | I am seeing the following error on ubuntu based new installation why trying to spawn a VM | 04:58 |
sm806 | : libvirtError: internal error: process exited while connecting to monitor: Could not access KVM kernel module: Permission denied | 04:58 |
sm806 | I see similar error been reported a year or two back, i guess patches should be in the latest queens version already. | 04:59 |
sm806 | Any idea what could be causing this error | 04:59 |
sm806 | (nova-compute)[nova@osa5 nova]$ ls -l /dev/kvm | 05:00 |
sm806 | crw-rw----+ 1 root qemu 10, 232 Aug 13 14:43 /dev/kvm | 05:00 |
*** Tengu_ is now known as Tengu | 05:25 | |
egonzalez | sm806: using kvm or nested virtualization? | 05:31 |
sm806 | I am using KVM on ubuntu bare metal | 05:32 |
sm806 | On checking the logs again, i hit this error first: | 05:32 |
sm806 | 018-08-14 10:51:07.484 8 ERROR nova.virt.libvirt.guest [req-63853340-e513-47ec-975d-60f5c638dc21 d8de2850ef994735bf9897857d899737 7e7b5f4197a64f4599177234b24cf87e - default default] Error launching a defined domain with XML: <domain type='kvm'> | 05:32 |
sm806 | nova-compute.log --> http://paste.openstack.org/show/727966/ | 05:35 |
egonzalez | sm806: can you check if vtx or svm is enabled on host? | 05:40 |
egonzalez | egrep -c '(vtx|svm)' /proc/cpuinfo | 05:40 |
egonzalez | If output is 0 is not enabled | 05:41 |
*** shyamb has joined #openstack-kolla | 05:51 | |
sm806 | Output is zero :( | 05:51 |
sm806 | # egrep -c '(vtx|svm)' /proc/cpuinfo | 05:51 |
sm806 | 0 | 05:51 |
openstackgerrit | caoyuan proposed openstack/kolla-ansible master: test https://review.openstack.org/591560 | 05:54 |
egonzalez | sm806: need to enable it in the BIOS | 05:56 |
egonzalez | If the server is in a cloud provider, sometimes they use a modified kernel without some modules | 05:57 |
*** shyamb has quit IRC | 05:57 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible master: test https://review.openstack.org/583641 | 06:00 |
*** shyamb has joined #openstack-kolla | 06:03 | |
sm806 | egonzalez, thanks will check it out. | 06:03 |
openstackgerrit | caoyuan proposed openstack/kolla master: [NDM]: test https://review.openstack.org/583640 | 06:07 |
*** cah_link has joined #openstack-kolla | 06:08 | |
openstackgerrit | caoyuan proposed openstack/kolla master: [NDM]: test https://review.openstack.org/583640 | 06:10 |
sm806 | egonzalez, is the flag "vtx" or "vmx" ?? | 06:18 |
sm806 | In few sites, I see people suggest to grep for "vmx"... | 06:18 |
sm806 | egrep -c '(vtx|svm)' /proc/cpuinfo | 06:19 |
sm806 | 6 | 06:19 |
sm806 | Please discard, my last two messages. Copy-paste-issue. | 06:19 |
sm806 | # egrep -c '(vmx|svm)' /proc/cpuinfo | 06:20 |
sm806 | 6 | 06:20 |
*** cah_link has quit IRC | 06:20 | |
sm806 | # kvm-ok | 06:20 |
sm806 | INFO: /dev/kvm exists | 06:20 |
sm806 | KVM acceleration can be used | 06:20 |
sm806 | egonzalez, seems like virtualization is enabled on this host. I check BIOS setting as well, seems like hardware virtualization is enabled. | 06:22 |
openstackgerrit | Merged openstack/kolla-ansible master: Use lbproxy instead of lbagent in neutron when deploy Octavia https://review.openstack.org/569921 | 06:42 |
*** pcaruana has joined #openstack-kolla | 06:44 | |
donghm | can some one review this patch https://review.openstack.org/#/c/582103/, thanks. | 06:46 |
*** shyamb has quit IRC | 06:48 | |
*** shyamb has joined #openstack-kolla | 06:53 | |
*** dr_feelgood has joined #openstack-kolla | 06:56 | |
shyamb | Hi | 06:56 |
shyamb | How container entrypoint works in kolla built container? | 06:56 |
shyamb | I don't see any "ENTRYPOINT" instruction in docker jinja template | 06:57 |
shyamb | https://github.com/openstack/kolla/blob/master/docker/cinder/cinder-api/Dockerfile.j2 | 06:57 |
shyamb | Any idea? | 06:58 |
*** mattgo has joined #openstack-kolla | 07:01 | |
shyamb | Any doc to install kolla to create new conatiner? | 07:04 |
*** hamzaachi has joined #openstack-kolla | 07:24 | |
*** shyamb has quit IRC | 07:27 | |
*** shyamb has joined #openstack-kolla | 07:27 | |
*** dr_feelgood has quit IRC | 07:39 | |
*** dr_feelgood has joined #openstack-kolla | 07:40 | |
*** dr_feelgood has quit IRC | 07:41 | |
*** shyamb has quit IRC | 07:48 | |
*** sm806 has quit IRC | 07:51 | |
*** janki is now known as janki|lunch | 07:52 | |
*** gfidente has joined #openstack-kolla | 08:03 | |
openstackgerrit | Min Sun proposed openstack/kolla-ansible master: Support checkout dedicated version from git with dev mode https://review.openstack.org/584193 | 08:06 |
*** shadowphax has joined #openstack-kolla | 08:10 | |
*** Bhujay has quit IRC | 08:10 | |
*** mchlumsky has quit IRC | 08:12 | |
*** openstackstatus has quit IRC | 08:12 | |
*** ktibi has joined #openstack-kolla | 08:13 | |
*** mchlumsky has joined #openstack-kolla | 08:13 | |
*** serlex has joined #openstack-kolla | 08:17 | |
*** k_mouza has joined #openstack-kolla | 08:18 | |
*** k_mouza has quit IRC | 08:25 | |
*** shyamb has joined #openstack-kolla | 08:28 | |
*** Bhujay has joined #openstack-kolla | 08:34 | |
*** janki|lunch is now known as janki | 08:42 | |
*** dr_feelgood has joined #openstack-kolla | 08:47 | |
*** sshnaidm|off is now known as sshnaidm | 08:48 | |
*** dr_feelgood has quit IRC | 08:50 | |
*** dr_feelgood has joined #openstack-kolla | 08:50 | |
*** cah_link has joined #openstack-kolla | 08:53 | |
*** jaosorior has quit IRC | 08:53 | |
*** egonzalez has quit IRC | 08:55 | |
*** egonzalez has joined #openstack-kolla | 08:56 | |
*** dr_feelgood has quit IRC | 08:56 | |
*** dr_feelgood has joined #openstack-kolla | 08:56 | |
*** dr_feelgood has quit IRC | 09:01 | |
*** cah_link has quit IRC | 09:04 | |
*** mgoddard has joined #openstack-kolla | 09:07 | |
*** gkadam has joined #openstack-kolla | 09:18 | |
*** shyamb has quit IRC | 09:24 | |
*** k_mouza has joined #openstack-kolla | 09:26 | |
*** shyamb has joined #openstack-kolla | 09:34 | |
egonzalez | shyamb: kolla images (tripleo as well)uses set_config.py https://github.com/openstack/kolla/blob/abbc589e6aab7806be8be2d26d610ffb586063eb/docker/base/start.sh#L8 | 09:36 |
egonzalez | shyamb: this will handler config.json config (copy files, permissions) and execute the command: statement | 09:37 |
*** openstackstatus has joined #openstack-kolla | 09:41 | |
*** ChanServ sets mode: +v openstackstatus | 09:41 | |
egonzalez | shyamb: in tripleo this will be rendered into a file config.json https://github.com/openstack/tripleo-heat-templates/blob/master/docker/services/cinder-api.yaml#L100 | 09:52 |
egonzalez | with a similar layout without the jinja thing https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/nova/templates/nova-api.json.j2 | 09:53 |
shadowphax | egonzalez: Do you know if a manual unit test / automated unit tests to ensure that most of the functionality of a deployment works ? | 09:54 |
shadowphax | .. if that exists | 09:54 |
egonzalez | shadowphax: run rally if possible or tempest | 09:56 |
egonzalez | shadowphax: for simple tests just launch a vm and test network, and any other service involved in the deployment | 09:57 |
egonzalez | shadowphax: in example if using tacker, just launch a vnf and that will verify many services (nova, neutron, mistral, heat, barbica, etc) | 09:57 |
shyamb | egonzalez: thanks | 09:59 |
shadowphax | egonzalez: tacker looks scary :) | 09:59 |
*** owalsh has joined #openstack-kolla | 09:59 | |
*** tone_zrt has joined #openstack-kolla | 10:08 | |
*** shyamb has quit IRC | 10:14 | |
*** k_mouza has quit IRC | 10:18 | |
*** egonzalez has quit IRC | 10:20 | |
*** egonzalez has joined #openstack-kolla | 10:21 | |
*** dr_feelgood has joined #openstack-kolla | 10:23 | |
*** dr_feelgood has quit IRC | 10:29 | |
*** shyamb has joined #openstack-kolla | 10:45 | |
*** k_mouza has joined #openstack-kolla | 10:46 | |
k_mouza | good morning guys! I have a hypervisor node with some NVMe drives and want to use them as ephemeral storage for its VMs. I know I can set the instances_path variable in nova.conf but I have 2 questions. First, I'll need to pass the mount points in the nova_libvirt containers right? Secondly, is there a way to add more than one mount point (I've got 4x NVMes) in that variable? | 10:50 |
*** jaosorior has joined #openstack-kolla | 10:51 | |
shadowphax | can someone explain to me what the intention behind the network_vlan_ranges are under [ml2_type_vlan] ? | 11:05 |
shadowphax | i am looking at enabling sriov and want to know if the VLANS need to be configured on the switch already before adding to the [ml2_type_vlan] | 11:06 |
shadowphax | are these dynamic ranges for srviov tenant ? | 11:06 |
shadowphax | i'm refering to the following document - https://docs.openstack.org/kolla-ansible/latest/reference/networking-guide.html | 11:07 |
*** dr_feelgood has joined #openstack-kolla | 11:10 | |
*** donghm has quit IRC | 11:16 | |
*** jaosorior has quit IRC | 11:17 | |
*** jaosorior has joined #openstack-kolla | 11:17 | |
*** serlex has quit IRC | 11:24 | |
*** shyamb has quit IRC | 11:31 | |
*** shyamb has joined #openstack-kolla | 11:32 | |
egonzalez | spsurya ping | 11:34 |
*** dr_feelgood has quit IRC | 11:40 | |
*** dr_feelgood has joined #openstack-kolla | 11:40 | |
*** dr_feelgood has quit IRC | 11:40 | |
*** dr_feelgood has joined #openstack-kolla | 11:40 | |
*** nicolasbock has quit IRC | 11:49 | |
*** slagle has joined #openstack-kolla | 11:53 | |
*** jroll has joined #openstack-kolla | 11:57 | |
spsurya | egonzalez hi | 11:59 |
spsurya | Our session didn’t make this time | 11:59 |
egonzalez | yep, :( | 11:59 |
shadowphax | what was it about ? | 12:00 |
*** shyamb has quit IRC | 12:02 | |
*** serlex has joined #openstack-kolla | 12:04 | |
egonzalez | shadowphax kolla hands on lab | 12:04 |
shadowphax | that would have been great to attend | 12:04 |
shadowphax | since this will be my first summit | 12:05 |
openstackgerrit | Merged openstack/kolla master: base: do not set $contentdir for CentOS https://review.openstack.org/590719 | 12:05 |
*** shyamb has joined #openstack-kolla | 12:06 | |
*** hamzaachi has quit IRC | 12:07 | |
*** dr_feelgood has quit IRC | 12:13 | |
*** dr_feelgood has joined #openstack-kolla | 12:14 | |
*** dr_feelgood has quit IRC | 12:18 | |
*** dr_feelgood has joined #openstack-kolla | 12:20 | |
*** k_mouza has quit IRC | 12:22 | |
*** dr_feelgood has quit IRC | 12:23 | |
*** k_mouza has joined #openstack-kolla | 12:25 | |
*** cah_link has joined #openstack-kolla | 12:33 | |
*** shyamb has quit IRC | 12:34 | |
*** shyamb has joined #openstack-kolla | 12:34 | |
*** tone_zrt has quit IRC | 12:36 | |
*** jaosorior has quit IRC | 12:39 | |
*** shyamb has quit IRC | 12:40 | |
*** cah_link has quit IRC | 12:42 | |
*** dave-mccowan has joined #openstack-kolla | 12:43 | |
*** hamzaachi has joined #openstack-kolla | 12:45 | |
*** signed8bit_Zzz is now known as signed8b_ | 12:47 | |
*** cah_link has joined #openstack-kolla | 12:54 | |
*** dr_feelgood has joined #openstack-kolla | 12:59 | |
*** Bhujay has quit IRC | 13:07 | |
*** Bhujay has joined #openstack-kolla | 13:07 | |
*** skramaja has quit IRC | 13:11 | |
*** cah_link has quit IRC | 13:28 | |
*** dpascheka has quit IRC | 13:30 | |
*** signed8b_ is now known as signed8bit_Zzz | 13:31 | |
*** aagate has joined #openstack-kolla | 13:37 | |
*** Bhujay has quit IRC | 13:40 | |
*** jaosorior has joined #openstack-kolla | 13:44 | |
*** pbourke has quit IRC | 13:54 | |
*** mjturek has joined #openstack-kolla | 13:54 | |
*** pbourke has joined #openstack-kolla | 13:55 | |
*** signed8bit_Zzz is now known as signed8b_ | 14:04 | |
*** brtknr has quit IRC | 14:05 | |
*** shadowphax has quit IRC | 14:06 | |
*** k_mouza has quit IRC | 14:09 | |
*** dr_feelgood has quit IRC | 14:19 | |
openstackgerrit | Sandhya Dasu proposed openstack/kolla master: Changes required to support networking-cisco https://review.openstack.org/552119 | 14:43 |
*** Bhujay has joined #openstack-kolla | 14:52 | |
*** ktibi has quit IRC | 14:57 | |
openstackgerrit | Lars Kellogg-Stedman proposed openstack/kolla master: horizon: regenerate compressed javascript and css on configuration changes https://review.openstack.org/578498 | 15:14 |
openstackgerrit | Lars Kellogg-Stedman proposed openstack/kolla master: horizon: regenerate compressed javascript and css on configuration changes https://review.openstack.org/578498 | 15:15 |
*** k_mouza has joined #openstack-kolla | 15:15 | |
*** gfidente has quit IRC | 15:35 | |
*** janki has quit IRC | 15:36 | |
*** hamzaachi has quit IRC | 15:49 | |
*** itlinux has joined #openstack-kolla | 15:54 | |
*** pcaruana has quit IRC | 16:02 | |
*** mattgo has quit IRC | 16:09 | |
*** jrist has quit IRC | 16:12 | |
*** ducnv_ has joined #openstack-kolla | 16:13 | |
*** ducnv_ has quit IRC | 16:14 | |
*** ducnv_ has joined #openstack-kolla | 16:14 | |
*** shyamb has joined #openstack-kolla | 16:29 | |
*** jrist has joined #openstack-kolla | 16:38 | |
*** k_mouza has quit IRC | 16:46 | |
*** hamzaachi has joined #openstack-kolla | 16:54 | |
*** serlex has quit IRC | 16:56 | |
*** mgoddard has quit IRC | 17:05 | |
*** shyamb has quit IRC | 17:05 | |
*** mattgo has joined #openstack-kolla | 17:09 | |
*** hamzaachi has quit IRC | 17:20 | |
*** Bhujay has quit IRC | 17:22 | |
*** ducnv_ has quit IRC | 17:32 | |
*** HighWatersDev has joined #openstack-kolla | 17:34 | |
HighWatersDev | Hi, I'm having an issue with running bootstrap-server command. I get an error no attribute "ansible_eth1". | 17:36 |
*** janki has joined #openstack-kolla | 17:45 | |
*** gkadam has quit IRC | 17:53 | |
*** hamzaachi has joined #openstack-kolla | 18:02 | |
egonzalez | HighWatersDev: have eth1 interface in the node is failing? | 18:09 |
HighWatersDev | egonzalez: it's a vm. Original name for int was ens192. I changed it to eth1 but when I run the command "kolla-ansible -i multinode bootstrap-servers" I get The error was: 'ansible.vars.hostvars.HostVarsVars object' has no attribute u'ansible_eth1' | 18:26 |
HighWatersDev | to clarify, it was failing with original name as well: "has no attribute ansible_ens192" | 18:29 |
egonzalez | HighWatersDev: or ansible is not discovering properly the host facts or some node in the inventory doesn't have the interface defined at globals.yml | 18:53 |
egonzalez | Deployment node is also in inventory | 18:54 |
egonzalez | What node is failing during deployment? | 18:54 |
egonzalez | Check manually what facts ansible see, with ansible -i inventory (host) -m setup | 18:55 |
egonzalez | My first bet is the deployment node doesn't have the interface | 18:56 |
HighWatersDev | I have deployment node that has ansible and kolla installed and I have 4 target hosts where I intend to install services | 18:58 |
HighWatersDev | Deployment node is not in envintory(multinode file) as far as I can tell. | 19:01 |
egonzalez | HighWatersDev: it is, in group deployment (localhost) | 19:02 |
HighWatersDev | except this: [deployment] | 19:02 |
HighWatersDev | localhost ansible_connection=local | 19:02 |
*** hamzaachi has quit IRC | 19:03 | |
*** hamzaachi has joined #openstack-kolla | 19:04 | |
egonzalez | IIRC during baremetal deployment localhost is used for etc/hosts configuration | 19:05 |
HighWatersDev | should it be changed? | 19:08 |
egonzalez | If is simple for you yes, if not, comment network_interface in globals.yml and add the var with the corresponding value of each host in inventory file | 19:10 |
egonzalez | Ie: [compute] node1 network_interface=eth1 | 19:10 |
HighWatersDev | Thanks! Let me try that | 19:11 |
egonzalez | node2 netwotk_interface=eno1 | 19:11 |
*** cah_link has joined #openstack-kolla | 19:19 | |
HighWatersDev | for some reason it's still failing | 19:24 |
HighWatersDev | there are 2 options: api_interface and external_neutron_interface | 19:24 |
HighWatersDev | strangely, I commented out network interfaces in globals, changed interface names back to ens192, set interfaces manually in multinode file, but when I get the error code it still says: "has no attribute ansible_eth0" | 19:28 |
HighWatersDev | Where does it get that "eth0"? | 19:28 |
*** cah_link has quit IRC | 19:31 | |
egonzalez | HighWatersDev: can you share your globals and inventory file to paste.openstack.org ? | 19:38 |
*** HighWatersDev has quit IRC | 19:40 | |
*** jaosorior has quit IRC | 19:45 | |
*** jaosorior has joined #openstack-kolla | 19:58 | |
*** hamzaachi has quit IRC | 20:25 | |
*** hamzaachi has joined #openstack-kolla | 20:44 | |
*** jaosorior has quit IRC | 20:56 | |
*** mattgo has quit IRC | 21:09 | |
*** slagle has quit IRC | 21:23 | |
*** hamzaachi has quit IRC | 21:27 | |
*** itlinux has quit IRC | 21:54 | |
*** janki has quit IRC | 22:01 | |
*** signed8b_ has quit IRC | 22:25 | |
*** mjturek has quit IRC | 23:22 | |
*** HighWatersDev has joined #openstack-kolla | 23:37 | |
HighWatersDev | just to update, setting host interfaces in inventory file solved the problem with error "has no attribute "ansible_eth0" | 23:43 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!