[Yahoo-eng-team] [Bug 1852461] [NEW] Broken links in config-drive docs on RTD

2019-11-13 Thread Zane Bitter
Public bug reported:

On the page
https://cloudinit.readthedocs.io/en/latest/topics/datasources/configdrive.html
the two links to the "config drive extension" and "introduction" are
broken because of reorganisation of OpenStack docs.

Admin documentation (for enabling the config drive in Nova) is here: 
http://docs.openstack.org/trunk/openstack-compute/admin/content/config-drive.html

User documentation is here:
https://cloudinit.readthedocs.io/en/latest/topics/datasources/configdrive.html

Note that currently the "config drive extension" link points to the user
documentation, and the "introduction" link points to the admin
documentation, which is backwards.

** Affects: cloud-init
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1852461

Title:
  Broken links in config-drive docs on RTD

Status in cloud-init:
  New

Bug description:
  On the page
  https://cloudinit.readthedocs.io/en/latest/topics/datasources/configdrive.html
  the two links to the "config drive extension" and "introduction" are
  broken because of reorganisation of OpenStack docs.

  Admin documentation (for enabling the config drive in Nova) is here: 
  
http://docs.openstack.org/trunk/openstack-compute/admin/content/config-drive.html

  User documentation is here:
  https://cloudinit.readthedocs.io/en/latest/topics/datasources/configdrive.html

  Note that currently the "config drive extension" link points to the
  user documentation, and the "introduction" link points to the admin
  documentation, which is backwards.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1852461/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1821088] [NEW] Virtual Interface creation failed due to duplicate entry

2019-03-20 Thread Zane Bitter
Public bug reported:

Seen once in a test on stable/rocky:

http://logs.openstack.org/48/638348/1/gate/heat-functional-convg-mysql-
lbaasv2-py35/9d70590/logs/screen-n-api.txt.gz?level=ERROR

The traceback appears to be similar to the one reported in bug 1602357
(which raises the possibility that
https://bugs.launchpad.net/nova/+bug/1602357/comments/8 is relevant
here):

ERROR nova.api.openstack.wsgi [None req-e05ce059-71c4-437d-91e0-e4bc896acca6 
demo demo] Unexpected exception in API method: 
nova.exception_Remote.VirtualInterfaceCreateException_Remote: Virtual Interface 
creation failed
pymysql.err.IntegrityError: (1062, "Duplicate entry 
'fa:16:3e:9d:18:a6/aac0ca83-b3d2-4b28-ab15-de2d3a3e6e16-0' for key 
'uniq_virtual_interfaces0address0deleted'")
oslo_db.exception.DBDuplicateEntry: (pymysql.err.IntegrityError) (1062, 
"Duplicate entry 'fa:16:3e:9d:18:a6/aac0ca83-b3d2-4b28-ab15-de2d3a3e6e16-0' for 
key 'uniq_virtual_interfaces0address0deleted'") [SQL: 'INSERT INTO 
virtual_interfaces (created_at, updated_at, deleted_at, deleted, address, 
network_id, instance_uuid, uuid, tag) VALUES (%(created_at)s, %(updated_at)s, 
%(deleted_at)s, %(deleted)s, %(address)s, %(network_id)s, %(instance_uuid)s, 
%(uuid)s, %(tag)s)'] [parameters: {'created_at': datetime.datetime(2019, 3, 20, 
16, 11, 27, 753079), 'tag': None, 'uuid': 
'aac0ca83-b3d2-4b28-ab15-de2d3a3e6e16', 'deleted_at': None, 'deleted': 0, 
'address': 'fa:16:3e:9d:18:a6/aac0ca83-b3d2-4b28-ab15-de2d3a3e6e16', 
'network_id': None, 'instance_uuid': '890675f9-3a1e-4a07-8bed-8648cea9fbb9', 
'updated_at': None}] (Background on this error at: http://sqlalche.me/e/gkpj)

(This sequence of exceptions occurs 3 times, I assume because retrying
is normally sufficient to fix a duplicate entry problem.)

The test was
heat_integrationtests.functional.test_cancel_update.CancelUpdateTest.test_cancel_update_server_with_port

** Affects: nova
 Importance: Medium
 Status: Triaged


** Tags: low-hanging-fruit neutron

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1821088

Title:
  Virtual Interface creation failed due to duplicate entry

Status in OpenStack Compute (nova):
  Triaged

Bug description:
  Seen once in a test on stable/rocky:

  http://logs.openstack.org/48/638348/1/gate/heat-functional-convg-
  mysql-lbaasv2-py35/9d70590/logs/screen-n-api.txt.gz?level=ERROR

  The traceback appears to be similar to the one reported in bug 1602357
  (which raises the possibility that
  https://bugs.launchpad.net/nova/+bug/1602357/comments/8 is relevant
  here):

  ERROR nova.api.openstack.wsgi [None req-e05ce059-71c4-437d-91e0-e4bc896acca6 
demo demo] Unexpected exception in API method: 
nova.exception_Remote.VirtualInterfaceCreateException_Remote: Virtual Interface 
creation failed
  pymysql.err.IntegrityError: (1062, "Duplicate entry 
'fa:16:3e:9d:18:a6/aac0ca83-b3d2-4b28-ab15-de2d3a3e6e16-0' for key 
'uniq_virtual_interfaces0address0deleted'")
  oslo_db.exception.DBDuplicateEntry: (pymysql.err.IntegrityError) (1062, 
"Duplicate entry 'fa:16:3e:9d:18:a6/aac0ca83-b3d2-4b28-ab15-de2d3a3e6e16-0' for 
key 'uniq_virtual_interfaces0address0deleted'") [SQL: 'INSERT INTO 
virtual_interfaces (created_at, updated_at, deleted_at, deleted, address, 
network_id, instance_uuid, uuid, tag) VALUES (%(created_at)s, %(updated_at)s, 
%(deleted_at)s, %(deleted)s, %(address)s, %(network_id)s, %(instance_uuid)s, 
%(uuid)s, %(tag)s)'] [parameters: {'created_at': datetime.datetime(2019, 3, 20, 
16, 11, 27, 753079), 'tag': None, 'uuid': 
'aac0ca83-b3d2-4b28-ab15-de2d3a3e6e16', 'deleted_at': None, 'deleted': 0, 
'address': 'fa:16:3e:9d:18:a6/aac0ca83-b3d2-4b28-ab15-de2d3a3e6e16', 
'network_id': None, 'instance_uuid': '890675f9-3a1e-4a07-8bed-8648cea9fbb9', 
'updated_at': None}] (Background on this error at: http://sqlalche.me/e/gkpj)

  (This sequence of exceptions occurs 3 times, I assume because retrying
  is normally sufficient to fix a duplicate entry problem.)

  The test was
  
heat_integrationtests.functional.test_cancel_update.CancelUpdateTest.test_cancel_update_server_with_port

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1821088/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1651540] Re: Lines missing for heat topology in dashboard

2017-11-29 Thread Zane Bitter
*** This bug is a duplicate of bug 1703703 ***
https://bugs.launchpad.net/bugs/1703703

I'm pretty sure this is a result of bug 1703703 in Heat, so I'm going to
close this as a duplicate. Please reopen if you're still seeing the
issue with the patch for that bug in place.

** This bug has been marked a duplicate of bug 1703703
   resource-list fails on stacks that were created before needed_by column was 
added

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1651540

Title:
  Lines missing for heat topology in dashboard

Status in OpenStack Dashboard (Horizon):
  Confirmed

Bug description:
  Seems like the heat topology in horizon is broken. The lines
  connecting all the elements is no longer visible. Please check
  attached image for the same.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1651540/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1518712] Re: Enable Authentication for url resources

2015-12-03 Thread Zane Bitter
Ah OK, your reference to
https://github.com/openstack/heat/blob/master/heat/common/urlfetch.py
was a red herring. Heat never downloads the image; Glance does. Heat
just passes the URL to Glance:

http://git.openstack.org/cgit/openstack/heat/tree/heat/engine/resources/openstack/glance/image.py#n107

I'll reassign this bug to Glance.

** Project changed: heat => glance

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1518712

Title:
  Enable Authentication for url resources

Status in Glance:
  New

Bug description:
  Feature Enhancement.

  In
  https://github.com/openstack/heat/blob/master/heat/common/urlfetch.py
  url resources can not be collected from sources where authentication
  is required.

  Adding auth=(user,password) to the requests( from http://docs.python-
  requests.org/en/latest/user/authentication/) would allow resources to
  be collected from secured resources.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1518712/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1255876] Re: need to ignore swap files from getting into repository

2014-06-16 Thread Zane Bitter
** Changed in: heat-templates
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1255876

Title:
  need to ignore swap files from getting into repository

Status in OpenStack Telemetry (Ceilometer):
  Invalid
Status in Heat Orchestration Templates and tools:
  Invalid
Status in OpenStack Dashboard (Horizon):
  Fix Released
Status in OpenStack Neutron (virtual network service):
  Fix Released
Status in Oslo - a Library of Common OpenStack Code:
  Won't Fix
Status in Python client library for Ceilometer:
  Fix Committed
Status in Python client library for Cinder:
  Fix Committed
Status in Python client library for Glance:
  Fix Committed
Status in Python client library for Keystone:
  Fix Released
Status in Python client library for Neutron:
  Fix Committed
Status in Python client library for Nova:
  Fix Released
Status in Python client library for Swift:
  Fix Committed
Status in OpenStack Data Processing (Sahara, ex. Savanna):
  Invalid

Bug description:
  need to ignore swap files from getting into repository
  currently the implemented ignore in .gitignore is *.swp
  however vim goes beyond to generate these so to improve it could be done *.sw?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ceilometer/+bug/1255876/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp