*** dxiri has quit IRC | 00:13 | |
*** jbadiapa has quit IRC | 00:13 | |
*** dxiri has joined #openstack-ansible | 00:23 | |
*** jbadiapa has joined #openstack-ansible | 00:31 | |
*** jbadiapa has quit IRC | 00:36 | |
prometheanfire | I'll be afk for the next week or two... | 01:53 |
---|---|---|
*** jhesketh has quit IRC | 02:04 | |
*** jhesketh has joined #openstack-ansible | 02:07 | |
*** vnogin has joined #openstack-ansible | 02:08 | |
*** vnogin has quit IRC | 02:12 | |
*** dxiri has quit IRC | 02:19 | |
*** dave-mcc_ has quit IRC | 02:20 | |
*** dxiri has joined #openstack-ansible | 02:23 | |
*** mwarad_ has quit IRC | 03:14 | |
*** mwarad has joined #openstack-ansible | 03:21 | |
*** dxiri has quit IRC | 04:49 | |
*** aludwar has quit IRC | 05:45 | |
*** vnogin has joined #openstack-ansible | 06:08 | |
*** vnogin has quit IRC | 06:13 | |
*** DanyC has joined #openstack-ansible | 06:23 | |
*** DanyC has quit IRC | 07:02 | |
*** armaan has quit IRC | 07:02 | |
*** armaan has joined #openstack-ansible | 07:02 | |
*** armaan has quit IRC | 07:24 | |
*** armaan has joined #openstack-ansible | 07:24 | |
*** armaan has quit IRC | 07:29 | |
*** mma has joined #openstack-ansible | 07:31 | |
*** mwarad_ has joined #openstack-ansible | 07:54 | |
*** mwarad has quit IRC | 07:57 | |
*** udesale has joined #openstack-ansible | 08:00 | |
*** yolanda has joined #openstack-ansible | 08:38 | |
*** udesale has quit IRC | 08:46 | |
*** udesale has joined #openstack-ansible | 08:47 | |
*** qwebirc79407 has joined #openstack-ansible | 08:49 | |
qwebirc79407 | hi guys! i've deployed openstack ansible stable/pike 16.0.12 but i have issue with launching instance i can not launch do to error of neutron. could any one help me please it's my first time using openstack ansible | 08:50 |
qwebirc79407 | the exact error in logs in neutron-server : 2018-04-22 12:54:37.235 4373 ERROR neutron.plugins.ml2.managers [req-2dd18604-487d-4e8e-a81d-ec87dda64ae6 204ac10bc3714109811204740b917983 ee6766c7063b434da63382b0eece1eb2 - default default] Failed to bind port 005affc4-d713-4503-92d2-ff30f75d47be on host compute1 for vnic_type normal using segments [{'network_id': '7e884a40-490c-4473-abbf-387c92d98c0f', 'segmentation_id': | 08:51 |
qwebirc79407 | also in compute nodes logs : 2018-04-22 08:25:03.993 2141 ERROR neutron.plugins.ml2.drivers.linuxbridge.agent.linuxbridge_neutron_agent [-] Interface eth12 for physical network flat does not exist. Agent terminated! | 08:52 |
*** vnogin has joined #openstack-ansible | 09:08 | |
*** vnogin has quit IRC | 09:13 | |
*** mma has quit IRC | 09:29 | |
*** sar has quit IRC | 09:33 | |
*** armaan has joined #openstack-ansible | 09:56 | |
*** sar has joined #openstack-ansible | 10:04 | |
*** mma has joined #openstack-ansible | 10:19 | |
*** mma has quit IRC | 10:24 | |
*** armaan has quit IRC | 10:24 | |
*** armaan has joined #openstack-ansible | 10:32 | |
*** tosky has joined #openstack-ansible | 11:01 | |
*** mma has joined #openstack-ansible | 11:25 | |
*** mma has quit IRC | 11:27 | |
*** udesale_ has joined #openstack-ansible | 11:37 | |
*** udesale has quit IRC | 11:39 | |
*** armaan has quit IRC | 12:06 | |
*** armaan has joined #openstack-ansible | 12:07 | |
*** armaan has quit IRC | 12:12 | |
*** sar has quit IRC | 12:14 | |
cloudnull | mornings | 13:02 |
cloudnull | qwebirc79407: the issue is the eth12 device on your compute hosts does not exist but the system is attempting to bind to it. | 13:04 |
cloudnull | you don't need this interface, unless you intended to support a flat network | 13:04 |
cloudnull | qwebirc79407: I suspect you have something like https://github.com/openstack/openstack-ansible/blob/master/etc/openstack_deploy/openstack_user_config.yml.aio#L74-L82 in your openstack_user_config.yml | 13:05 |
cloudnull | if you don't need or want that you can remove it. | 13:05 |
cloudnull | once removed, rerun the nova and neutron playbooks. `openstack-ansible os-neutron-install.yml os-nova-install.yml` | 13:06 |
cloudnull | if you want to support flat networking and have that section in config you will need to go ensure the eth12 interface is on all of your network and compute hosts. | 13:06 |
cloudnull | in tests we hang a veth pair off of the br-vlan bridge, one end is plugged into the bridge the other is left unplugged and named "eth12" | 13:08 |
cloudnull | https://github.com/openstack/openstack-ansible/blob/master/etc/network/interfaces.d/aio_interfaces.cfg#L44-L59 | 13:08 |
openstackgerrit | Merged openstack/openstack-ansible-os_monasca stable/ocata: Initial OSA zuul v3 role jobs https://review.openstack.org/516646 | 13:14 |
cloudnull | evrardjp: mind having another look at https://review.openstack.org/#/c/550665/ - its passing the aio gate nova. | 13:15 |
cloudnull | **now... | 13:15 |
openstackgerrit | Merged openstack/openstack-ansible-os_aodh stable/queens: Replace virtualenv-tools by a script https://review.openstack.org/562971 | 13:22 |
openstackgerrit | Merged openstack/openstack-ansible-os_aodh stable/queens: Only replace python when re-initializing the venv https://review.openstack.org/562972 | 13:22 |
openstackgerrit | Merged openstack/openstack-ansible-os_trove stable/pike: Do not log passwords https://review.openstack.org/563157 | 13:22 |
openstackgerrit | Merged openstack/openstack-ansible-ceph_client stable/queens: SUSE: Add missing Ceph packages and drop the python3 ones https://review.openstack.org/562156 | 13:22 |
openstackgerrit | Merged openstack/openstack-ansible-ops master: Trivial: Update pypi url to new url https://review.openstack.org/563355 | 13:23 |
*** udesale_ has quit IRC | 13:26 | |
openstackgerrit | Merged openstack/openstack-ansible-pip_install master: Disable the pip version check https://review.openstack.org/563093 | 13:29 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Configure Keystone to get a list of all HAproxy instances https://review.openstack.org/551702 | 13:30 |
openstackgerrit | Merged openstack/ansible-role-systemd_networkd master: Update initramfs when links change https://review.openstack.org/560750 | 13:30 |
*** armaan has joined #openstack-ansible | 13:39 | |
openstackgerrit | Merged openstack/openstack-ansible-repo_server master: Allow pypiserver to be upgraded before repo build https://review.openstack.org/563106 | 13:40 |
openstackgerrit | Merged openstack/ansible-config_template master: Set py3 job to be voting https://review.openstack.org/561900 | 13:41 |
*** mwarad_ has quit IRC | 13:42 | |
openstackgerrit | Merged openstack/openstack-ansible-os_watcher master: Do not log passwords https://review.openstack.org/563139 | 13:44 |
openstackgerrit | Merged openstack/openstack-ansible-rabbitmq_server master: Revert "Configure plugins and policies after RabbitMQ" https://review.openstack.org/562621 | 13:47 |
openstackgerrit | Merged openstack/openstack-ansible-os_watcher master: Only replace python when re-initializing the venv https://review.openstack.org/562202 | 13:47 |
openstackgerrit | Merged openstack/openstack-ansible-os_tacker master: Update auth_uri option to www_authenticate_uri https://review.openstack.org/561719 | 13:50 |
openstackgerrit | Merged openstack/openstack-ansible-repo_build master: Override the pip index used for the wheel build https://review.openstack.org/563111 | 13:59 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-os_swift master: Convert role to use a common systemd service role https://review.openstack.org/558020 | 14:00 |
openstackgerrit | Merged openstack/openstack-ansible-os_swift stable/pike: Do not log passwords https://review.openstack.org/562984 | 14:08 |
openstackgerrit | Merged openstack/openstack-ansible-os_octavia stable/queens: Downloads amphora images from artifact storage https://review.openstack.org/563309 | 14:11 |
*** qwebirc79407 has quit IRC | 14:16 | |
*** throwsb1 has joined #openstack-ansible | 14:20 | |
openstackgerrit | Merged openstack/openstack-ansible-os_tempest stable/pike: Do not log passwords https://review.openstack.org/562986 | 14:28 |
openstackgerrit | Merged openstack/openstack-ansible-os_trove stable/queens: Do not log passwords https://review.openstack.org/563156 | 14:38 |
openstackgerrit | Merged openstack/openstack-ansible-os_nova master: Deprecate auth_uri option https://review.openstack.org/558383 | 14:39 |
*** sep has quit IRC | 14:45 | |
*** sep has joined #openstack-ansible | 14:46 | |
openstackgerrit | Merged openstack/openstack-ansible stable/ocata: Move Upgrade branch change above initial library source https://review.openstack.org/562990 | 14:47 |
openstackgerrit | Merged openstack/openstack-ansible stable/ocata: Added monitoring tag to monitoring user creation task. https://review.openstack.org/563143 | 14:47 |
openstackgerrit | Merged openstack/openstack-ansible stable/ocata: Remove tempest_git_* overrides https://review.openstack.org/563203 | 14:47 |
openstackgerrit | Merged openstack/openstack-ansible stable/ocata: Remove double warning from run-upgrade https://review.openstack.org/563302 | 14:56 |
*** armaan has quit IRC | 14:57 | |
*** armaan has joined #openstack-ansible | 14:58 | |
*** RossSchulman[m] is now known as RossSchulman[m]1 | 15:05 | |
*** jothibasu[m] has joined #openstack-ansible | 15:08 | |
openstackgerrit | Merged openstack/openstack-ansible stable/pike: Fixes typo to enable log rotate for Octavia https://review.openstack.org/559384 | 15:27 |
openstackgerrit | Merged openstack/openstack-ansible stable/pike: [DOC] rectify galera recovery for systemd https://review.openstack.org/561968 | 15:27 |
openstackgerrit | Merged openstack/openstack-ansible stable/pike: Remove tempest_git_* overrides https://review.openstack.org/560025 | 15:27 |
openstackgerrit | Merged openstack/openstack-ansible stable/pike: Remove double warning from run-upgrade https://review.openstack.org/563301 | 15:27 |
*** MasterofJOKers_ has joined #openstack-ansible | 15:56 | |
*** armaan has quit IRC | 15:58 | |
*** armaan has joined #openstack-ansible | 15:58 | |
*** keithmnemonic[m] has quit IRC | 15:59 | |
*** lhinds has quit IRC | 15:59 | |
*** trident has quit IRC | 15:59 | |
*** git-harry has quit IRC | 15:59 | |
*** MasterofJOKers has quit IRC | 15:59 | |
*** MasterofJOKers_ is now known as MasterofJOKers | 15:59 | |
*** keithmnemonic[m] has joined #openstack-ansible | 16:25 | |
*** lhinds has joined #openstack-ansible | 16:25 | |
*** trident has joined #openstack-ansible | 16:25 | |
*** git-harry has joined #openstack-ansible | 16:25 | |
*** l4yerffej has quit IRC | 16:28 | |
*** jothibasu[m] has quit IRC | 16:28 | |
*** csmart has quit IRC | 16:28 | |
*** evrardjp[m] has quit IRC | 16:29 | |
*** keithmnemonic[m] has quit IRC | 16:29 | |
*** RossSchulman[m]1 has quit IRC | 16:29 | |
*** l4yerffej has joined #openstack-ansible | 16:30 | |
*** ansmith has quit IRC | 16:31 | |
openstackgerrit | Merged openstack/openstack-ansible-plugins master: Fix delegation to hosts not in inventory https://review.openstack.org/550665 | 16:32 |
*** sar has joined #openstack-ansible | 16:40 | |
*** armaan has quit IRC | 16:44 | |
*** armaan has joined #openstack-ansible | 16:44 | |
*** nicolasbock has joined #openstack-ansible | 16:46 | |
*** throwsb1 has quit IRC | 16:53 | |
*** sar has quit IRC | 17:06 | |
*** armaan has quit IRC | 17:08 | |
*** armaan has joined #openstack-ansible | 17:08 | |
*** mma has joined #openstack-ansible | 17:19 | |
*** nicolasbock has quit IRC | 18:02 | |
*** armaan has quit IRC | 18:17 | |
*** armaan has joined #openstack-ansible | 18:18 | |
*** ansmith has joined #openstack-ansible | 18:24 | |
*** mma has quit IRC | 18:25 | |
*** armaan has quit IRC | 18:27 | |
*** dxiri has joined #openstack-ansible | 18:41 | |
*** dxiri has quit IRC | 18:41 | |
openstackgerrit | Merged openstack/openstack-ansible master: Freeze the networking-odl repo from SHA bumps https://review.openstack.org/563130 | 18:48 |
*** tosky has quit IRC | 18:49 | |
*** tosky has joined #openstack-ansible | 18:53 | |
*** zerocooljb has joined #openstack-ansible | 19:02 | |
*** dxiri has joined #openstack-ansible | 19:08 | |
*** zerocooljb has quit IRC | 19:09 | |
*** dxiri has quit IRC | 19:12 | |
*** armaan has joined #openstack-ansible | 19:23 | |
*** ansmith has quit IRC | 19:31 | |
*** csmart has joined #openstack-ansible | 19:31 | |
*** hamza21 has joined #openstack-ansible | 19:42 | |
*** evrardjp[m] has joined #openstack-ansible | 20:10 | |
*** rschulman has joined #openstack-ansible | 20:10 | |
*** keithmnemonic[m] has joined #openstack-ansible | 20:10 | |
*** jothibasu[m] has joined #openstack-ansible | 20:10 | |
*** sar has joined #openstack-ansible | 20:19 | |
*** sar has quit IRC | 20:27 | |
*** hamza21 has quit IRC | 20:35 | |
*** chyka has joined #openstack-ansible | 20:36 | |
*** chyka has quit IRC | 20:36 | |
*** chyka has joined #openstack-ansible | 20:37 | |
*** chyka has quit IRC | 20:50 | |
*** chyka has joined #openstack-ansible | 20:51 | |
*** chyka has quit IRC | 20:56 | |
evrardjp | looks like cinder-backup full cpu issue is back | 21:03 |
*** ansmith has joined #openstack-ansible | 21:17 | |
*** adrianreza has quit IRC | 22:03 | |
openstackgerrit | Merged openstack/openstack-ansible master: bootstrap-host: Set repo build pip default mirror when in openstack-ci https://review.openstack.org/563145 | 22:22 |
openstackgerrit | Merged openstack/openstack-ansible master: Add shade library to openstack-ansible venv https://review.openstack.org/557351 | 22:22 |
openstackgerrit | Merged openstack/openstack-ansible master: Configure Keystone to get a list of all HAproxy instances https://review.openstack.org/551702 | 22:22 |
*** pmannidi has joined #openstack-ansible | 22:50 | |
openstackgerrit | Merged openstack/openstack-ansible-os_horizon stable/queens: Only replace python when re-initializing the venv https://review.openstack.org/563307 | 23:17 |
*** tosky has quit IRC | 23:21 | |
*** tosky has joined #openstack-ansible | 23:22 | |
*** threestrands has joined #openstack-ansible | 23:25 | |
*** threestrands has quit IRC | 23:25 | |
*** threestrands has joined #openstack-ansible | 23:25 | |
*** pabelanger is now known as silverlinging62 | 23:30 | |
*** silverlinging62 is now known as silverlining62 | 23:30 | |
*** tosky has quit IRC | 23:31 | |
*** silverlining62 is now known as pabelanger | 23:36 | |
*** pikeuser has quit IRC | 23:48 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!