[Yahoo-eng-team] [Bug 2033293] Re: dns integration saying plugin does not match requirements

2023-08-29 Thread Marlin Cremers
** Also affects: neutron
   Importance: Undecided
   Status: New

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

Title:
  dns integration saying plugin does not match requirements

Status in Ubuntu Cloud Archive:
  New
Status in neutron:
  New
Status in neutron package in Ubuntu:
  New

Bug description:
  When trying to use the dns extension in Neutron server I get the
  following error:

  2023-08-28 13:07:58.238 1585275 ERROR neutron.api.extensions [None 
req-8c90ab6f-0c86-41ae-bec0-188ec8a22994 - - - - - -] Unable to process 
extensions (dns-domain-ports, dns-integration, auto-allocated-topology) because 
the configured plugins do not satisfy their requirements. Some features will 
not work as expected.
  2023-08-28 13:07:58.239 1585275 ERROR neutron.service [None 
req-8c90ab6f-0c86-41ae-bec0-188ec8a22994 - - - - - -] Unrecoverable error: 
please check log for details.: neutron_lib.exceptions.ExtensionsNotFound: 
Extensions not found: ['dns-domain-ports', 'dns-integration', 
'auto-allocated-topology'].
  2023-08-28 13:07:58.239 1585275 ERROR neutron.service 
neutron_lib.exceptions.ExtensionsNotFound: Extensions not found: 
['dns-domain-ports', 'dns-integration', 'auto-allocated-topology'].
  2023-08-28 13:07:58.240 1585275 CRITICAL neutron [None 
req-8c90ab6f-0c86-41ae-bec0-188ec8a22994 - - - - - -] Unhandled error: 
neutron_lib.exceptions.ExtensionsNotFound: Extensions not found: 
['dns-domain-ports', 'dns-integration', 'auto-allocated-topology'].

  The extension was added to /etc/neutron/plugins/ml2/ml2_conf.ini as
  follows:

  [ml2]

  # An ordered list of extension driver entrypoints to be loaded from the
  # neutron.ml2.extension_drivers namespace. For example: extension_drivers =
  # port_security,qos (list value)
  extension_drivers = port_security,dns

  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: neutron-server 2:22.0.1-0ubuntu1~cloud0 [origin: Canonical]
  ProcVersionSignature: Ubuntu 5.15.0-78.85-generic 5.15.99
  Uname: Linux 5.15.0-78-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CloudArchitecture: x86_64
  CloudID: maas
  CloudName: maas
  CloudPlatform: maas
  CloudSubPlatform: seed-dir (http://172.16.9.2:5248/MAAS/metadata/)
  CrashDB:
   {
  "impl": "launchpad",
  "project": "cloud-archive",
  "bug_pattern_url": 
"http://people.canonical.com/~ubuntu-archive/bugpatterns/bugpatterns.xml;,
   }
  Date: Mon Aug 28 14:55:03 2023
  PackageArchitecture: all
  RebootRequiredPkgs: Error: path contained symlinks.
  SourcePackage: neutron
  UpgradeStatus: No upgrade log present (probably fresh install)
  ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CloudArchitecture: x86_64
  CloudID: maas
  CloudName: maas
  CloudPlatform: maas
  CloudSubPlatform: seed-dir (http://172.16.9.2:5248/MAAS/metadata/)
  CrashDB:
   {
  "impl": "launchpad",
  "project": "cloud-archive",
  "bug_pattern_url": 
"http://people.canonical.com/~ubuntu-archive/bugpatterns/bugpatterns.xml;,
   }
  DistroRelease: Ubuntu 22.04
  Package: designate 1:16.0.0-0ubuntu1~cloud0 [origin: Canonical]
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 5.15.0-78.85-generic 5.15.99
  RebootRequiredPkgs: Error: path contained symlinks.
  Tags: jammy uec-images third-party-packages
  Uname: Linux 5.15.0-78-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/2033293/+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 1811446] Re: chpasswd: is mangling certain password hashes

2019-01-11 Thread Marlin Cremers
** Also affects: cloud-init (Ubuntu)
   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/1811446

Title:
  chpasswd: is mangling certain password hashes

Status in cloud-init:
  New
Status in cloud-init package in Ubuntu:
  New

Bug description:
  #cloud-config

  # from 1 files
  # part-001

  ---
  chpasswd:
  expire: false
  list: 'root:$2y$10$8BQjxjVByHA/Ee.O1bCXtO8S7Y5WojbXWqnqYpUW.BrPx/Dlew1Va

  '

  
  From #cloud-init

   Hey there, I'm not sure whether I'm running into a bug or not
   I'm trying to set the password hash for the root user on a system 
using the chpasswd module
   It should match new hash at this line in the module but it doens't 
seem to match
   
https://github.com/cloud-init/cloud-init/blame/master/cloudinit/config/cc_set_passwords.py#L163
   I can confirm this when running it through 
https://regex101.com/r/Nj7VTZ/1
   Then I was thinking, isn't [] for lists of characters rather than 
lists of strings
   Changing it to \$(1|2a|2y|5|6)(\$.+){2} does work
   At least in regex101
   smoser, you any idea, I saw you commited the change: 
https://github.com/cloud-init/cloud-init/commit/21632972df034c200578e1fbc121a07f20bb8774
   marlinc_: i'd think yes. that is a bug for the '2a' and '2y'

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1811446/+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