AttributeError: Namespace has no attribute networks_file

Bug #1928453 reported by Amol Kahat
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
Critical
Harald Jensås

Bug Description

Description
===========
AttributeError: Namespace has no attribute networks_file

Affected Jobs
=============
- periodic-tripleo-ci-centos-8-ovb-1ctlr_1comp-featureset002-wallaby

Logs
====
- https://logserver.rdoproject.org/openstack-periodic-integration-stable1/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-8-ovb-1ctlr_1comp-featureset002-wallaby/7f23a6c/logs/undercloud/home/zuul/overcloud_deploy.log.txt.gz
- https://logserver.rdoproject.org/25/25325/82/check/periodic-tripleo-ci-centos-8-ovb-1ctlr_1comp-featureset002-wallaby/43832e9/logs/undercloud/home/zuul/overcloud_deploy.log.txt.gz
- https://logserver.rdoproject.org/53/18953/49/check/periodic-tripleo-ci-centos-8-ovb-1ctlr_1comp-featureset002-wallaby/2d3c94c/logs/undercloud/home/zuul/overcloud_deploy.log.txt.gz

Actual Error
============
2021-05-14 00:37:35 | 2021-05-14 00:37:35.621454 | fa163ef4-69ed-ba1b-3f8b-000000000011 | CHANGED | Write deployed networks environment file | localhost
2021-05-14 00:37:35 | 2021-05-14 00:37:35.623140 | fa163ef4-69ed-ba1b-3f8b-000000000011 | TIMING | Write deployed networks environment file | localhost | 0:00:22.639912 | 0.72s
2021-05-14 00:37:35 |
2021-05-14 00:37:35 | PLAY RECAP *********************************************************************
2021-05-14 00:37:35 | localhost : ok=5 changed=2 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0
2021-05-14 00:37:35 | 2021-05-14 00:37:35.628663 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-05-14 00:37:35 | 2021-05-14 00:37:35.629117 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 8 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-05-14 00:37:35 | 2021-05-14 00:37:35.629559 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:22.646343 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-05-14 00:37:35 | 2021-05-14 00:37:35.630001 | UUID | Info | Host | Task Name | Run Time
2021-05-14 00:37:35 | 2021-05-14 00:37:35.630441 | fa163ef4-69ed-ba1b-3f8b-00000000000e | SUMMARY | localhost | Create/Update composable networks | 18.82s
2021-05-14 00:37:35 | 2021-05-14 00:37:35.630871 | fa163ef4-69ed-ba1b-3f8b-000000000010 | SUMMARY | localhost | Populate environment | 2.49s
2021-05-14 00:37:35 | 2021-05-14 00:37:35.631317 | fa163ef4-69ed-ba1b-3f8b-000000000011 | SUMMARY | localhost | Write deployed networks environment file | 0.72s
2021-05-14 00:37:35 | 2021-05-14 00:37:35.631735 | fa163ef4-69ed-ba1b-3f8b-00000000000a | SUMMARY | localhost | Check if network deployment file already exist | 0.38s
2021-05-14 00:37:35 | 2021-05-14 00:37:35.632135 | fa163ef4-69ed-ba1b-3f8b-00000000000d | SUMMARY | localhost | Load config from file | 0.04s
2021-05-14 00:37:35 | 2021-05-14 00:37:35.632592 | fa163ef4-69ed-ba1b-3f8b-000000000009 | SUMMARY | localhost | fail | 0.03s
2021-05-14 00:37:35 | 2021-05-14 00:37:35.633002 | fa163ef4-69ed-ba1b-3f8b-00000000000b | SUMMARY | localhost | fail | 0.03s
2021-05-14 00:37:35 | 2021-05-14 00:37:35.633490 | fa163ef4-69ed-ba1b-3f8b-000000000008 | SUMMARY | localhost | fail | 0.03s
2021-05-14 00:37:35 | 2021-05-14 00:37:35.633917 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-05-14 00:37:35 | /usr/lib/python3.6/site-packages/barbicanclient/__init__.py:61: UserWarning: The secrets module is moved to barbicanclient/v1 directory, direct import of barbicanclient.secrets will be deprecated. Please import barbicanclient.v1.secrets instead.
2021-05-14 00:37:35 | % (name, name, name))
2021-05-14 00:37:36 | + '[' 0 -ne 0 ']'
2021-05-14 00:37:36 | + openstack overcloud network vip provision --output /home/zuul/overcloud-vips-deployed.yaml --stack overcloud /usr/share/openstack-tripleo-heat-templates/ci/vip_data.yaml
2021-05-14 00:37:38 | /usr/lib/python3.6/site-packages/barbicanclient/__init__.py:61: UserWarning: The secrets module is moved to barbicanclient/v1 directory, direct import of barbicanclient.secrets will be deprecated. Please import barbicanclient.v1.secrets instead.
2021-05-14 00:37:38 | % (name, name, name))
2021-05-14 00:37:38 | Exception occured while running the command
2021-05-14 00:37:38 | Traceback (most recent call last):
2021-05-14 00:37:38 | File "/usr/lib/python3.6/site-packages/tripleoclient/command.py", line 34, in run
2021-05-14 00:37:38 | super(Command, self).run(parsed_args)
2021-05-14 00:37:38 | File "/usr/lib/python3.6/site-packages/osc_lib/command/command.py", line 39, in run
2021-05-14 00:37:38 | return super(Command, self).run(parsed_args)
2021-05-14 00:37:38 | File "/usr/lib/python3.6/site-packages/cliff/command.py", line 185, in run
2021-05-14 00:37:38 | return_code = self.take_action(parsed_args) or 0
2021-05-14 00:37:38 | File "/usr/lib/python3.6/site-packages/tripleoclient/v2/overcloud_network.py", line 229, in take_action
2021-05-14 00:37:38 | " %s" % parsed_args.networks_file)
2021-05-14 00:37:38 | AttributeError: 'Namespace' object has no attribute 'networks_file'
2021-05-14 00:37:38 | 'Namespace' object has no attribute 'networks_file'
2021-05-14 00:37:38 | + '[' 1 -ne 0 ']'
2021-05-14 00:37:38 | + exit 1

tags: added: promotion-blocker
Revision history for this message
Rabi Mishra (rabi) wrote :
Changed in tripleo:
assignee: nobody → Harald Jensås (harald-jensas)
status: New → In Progress
Revision history for this message
wes hayutin (weshayutin) wrote :
Changed in tripleo:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.