Bug 2086105 - "openstack overcloud export" command does not export anything
Summary: "openstack overcloud export" command does not export anything
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: python-tripleoclient
Version: 17.0 (Wallaby)
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
: ---
Assignee: Rabi Mishra
QA Contact: David Rosenfeld
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-05-13 21:22 UTC by Marian Krcmarik
Modified: 2023-09-18 04:37 UTC (History)
6 users (show)

Fixed In Version: python-tripleoclient-16.4.1-0.20220607160517.4d2a5db.el9ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-09-21 12:21:34 UTC
Target Upstream Version:
Embargoed:
fallen: needinfo-


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 843810 0 None NEW update output path cli switch 2022-05-30 08:34:04 UTC
Red Hat Issue Tracker OSP-15233 0 None None None 2022-05-13 21:44:22 UTC
Red Hat Product Errata RHEA-2022:6543 0 None None None 2022-09-21 12:21:57 UTC

Description Marian Krcmarik 2022-05-13 21:22:30 UTC
Description of problem:
The following command was used on OSP17.0 composes to export data from an overcdlou stack (in this case of a central stack in DCN multistack environment):
OS_CLOUD=heat openstack overcloud export --force-overwrite --debug --stack central --output-file /home/stack/central-export.yaml
(after the heat was launched on the undercloud).

This command has started to fail to export any data from the stack recently on latest composes with following output:
$ OS_CLOUD=heat openstack overcloud export --force-overwrite --stack central --output-file /home/stack/central-export.yaml
/usr/lib/python3.9/site-packages/ansible/_vendor/__init__.py:42: UserWarning: One or more Python packages bundled by this ansible-core distribution were already loaded (pyparsing). This may result in undefined behavior.
  warnings.warn('One or more Python packages bundled by this ansible-core distribution were already '
No data returned to export ExtraHostFileEntries from.
No data returned to export GlobalConfigExtraMapData from.
Stack information exported to /home/stack/central-export.yaml.

I tried a few other commands:
$ source stackrc && openstack overcloud export --force-overwrite --stack central --output-file /home/stack/central-export.yaml
/usr/lib/python3.9/site-packages/ansible/_vendor/__init__.py:42: UserWarning: One or more Python packages bundled by this ansible-core distribution were already loaded (pyparsing). This may result in undefined behavior.
  warnings.warn('One or more Python packages bundled by this ansible-core distribution were already '
No data returned to export ExtraHostFileEntries from.
No data returned to export GlobalConfigExtraMapData from.
Stack information exported to /home/stack/central-export.yaml.

$ openstack overcloud export --force-overwrite --working-dir ~/overcloud-deploy/central/ --config-download-dir ~/overcloud-deploy/central/config-download --stack central --output-file /home/stack/central-export.yaml
/usr/lib/python3.9/site-packages/ansible/_vendor/__init__.py:42: UserWarning: One or more Python packages bundled by this ansible-core distribution were already loaded (pyparsing). This may result in undefined behavior.
  warnings.warn('One or more Python packages bundled by this ansible-core distribution were already '
No data returned to export ExtraHostFileEntries from.
No data returned to export GlobalConfigExtraMapData from.
Stack information exported to /home/stack/central-export.yaml.

The content of the stack user home directory:
$ pwd
/home/stack
(undercloud) [stack@site-undercloud-0 ~]$ ll overcloud-deploy/
total 4
drwxrwxr-x. 10 stack stack 4096 May 13 16:38 central
drwxrwxr-x.  2 stack stack  127 May 13 16:54 dcn1
(undercloud) [stack@site-undercloud-0 ~]$ ll overcloud-deploy/central/
total 1608
-rw-rw-r--.  1 stack stack      34 May 13 16:38 central-deployment_status.yaml
-rw-------.  1 stack stack   68273 May 13 21:17 central-export.yaml
-rw-rw-r--.  1 stack stack 1502996 May 13 16:38 central-install-20220513163840.tar.bzip2
-rw-------.  1 stack stack    9410 May 13 15:53 central-passwords.yaml
-rw-------.  1 stack stack     940 May 13 15:56 centralrc
drwxrwxr-x.  3 stack stack     117 May 13 15:56 cli-config-download
drwxrwxr-x.  3 stack stack     117 May 13 15:56 cli-enable-ssh-admin
drwxrwxr-x.  3 stack stack     117 May 13 15:56 cli-grant-local-access
drwxrwxr-x.  3 stack stack     136 May 13 15:56 cli-undercloud-get-horizon-url
drwxrwxr-x+  4 stack stack     114 May 13 16:38 config-download
drwx------.  3 stack stack     180 May 13 16:43 heat-launcher
-rw-rw-r--.  1 stack stack    2035 May 13 15:51 inventory-network-config.yaml
drwxrwxr-x.  2 stack stack    4096 May 13 15:56 outputs
-rw-rw-r--.  1 stack stack     346 May 13 16:38 tempest-deployer-input.conf
-rw-------.  1 stack stack    9757 May 13 15:51 tripleo-ansible-inventory.yaml
-rw-rw-r--.  1 stack stack     912 May 13 15:52 tripleo-central-baremetal-deployment.yaml
-rw-rw-r--.  1 stack stack    2677 May 13 15:53 tripleo-central-network-data.yaml
-rw-rw-r--.  1 stack stack   11018 May 13 15:53 tripleo-central-roles-data.yaml
-rw-rw-r--.  1 stack stack     343 May 13 15:43 tripleo-central-virtual-ips.yaml
drwxr-xr-x. 18 stack stack    4096 May 13 15:53 tripleo-heat-templates

Version-Release number of selected component (if applicable):
python3-tripleoclient-16.4.1-0.20220506221701.559cc8c.el9ost.noarch

How reproducible:
Always

Steps to Reproduce:
1. Deploy an overcloud stack
2. Export  parameter data from the stack

Actual results:
Empty result

Additional info:
Debug output
$ openstack overcloud export --force-overwrite --debug --working-dir ~/overcloud-deploy/central/ --config-download-dir ~/overcloud-deploy/central/config-download --stack central --output-file /home/stack/central-export.yaml
START with options: overcloud export --force-overwrite --debug --working-dir /home/stack/overcloud-deploy/central/ --config-download-dir /home/stack/overcloud-deploy/central/config-download --stack central --output-file /home/stack/central-export.yaml
options: Namespace(verbose_level=3, log_file=None, deferred_help=False, debug=True, cloud='undercloud', region_name='', cacert=None, cert='', key='', verify=None, insecure=None, default_domain='default', interface='public', service_provider='', remote_project_name='', remote_project_id='', remote_project_domain_name='', remote_project_domain_id='', timing=False, os_beta_command=False, profile='', os_compute_api_version='', os_identity_api_version='', os_image_api_version='', os_network_api_version='', os_object_api_version='', os_volume_api_version='', os_orchestration_api_version='1', os_queues_api_version='2', inspector_api_version='1', inspector_url=None, os_workflow_api_version='2', os_database_api_version='1', os_share_api_version='2.63', os_dns_api_version='2', os_container_infra_api_version='1', os_key_manager_api_version='1', os_alarming_api_version='2', os_baremetal_api_version='1.69', os_loadbalancer_api_version='2.0', os_data_processing_api_version='1.1', os_data_processing_url='', os_tripleoclient_api_version='2', os_metrics_api_version='1', os_placement_api_version='1.0', auth_type='', auth_url='', system_scope='', domain_id='', domain_name='', project_id='', project_name='', project_domain_id='', project_domain_name='', trust_id='', user_id='', username='', user_domain_id='', user_domain_name='', application_credential_secret='***', application_credential_id='', application_credential_name='', identity_provider='', protocol='', identity_provider_url='', password='***', default_domain_id='', default_domain_name='', token='***', passcode='', endpoint='', roles='', client_id='', client_secret='***', openid_scope='', access_token_endpoint='', discovery_endpoint='', access_token_type='', auth_methods='', aodh_endpoint='', service_provider_endpoint='', service_provider_entity_id='', redirect_uri='', code='', consumer_key='', consumer_secret='***', access_key='', access_secret='***', user='', access_token='***', os_project_name=None, os_project_id=None)
Auth plugin password selected
auth_config_hook(): {'api_timeout': None, 'verify': True, 'cacert': '', 'cert': None, 'key': None, 'baremetal_status_code_retries': '5', 'baremetal_introspection_status_code_retries': '5', 'image_status_code_retries': '5', 'disable_vendor_agent': {}, 'interface': 'public', 'floating_ip_source': 'neutron', 'image_api_use_tasks': False, 'image_format': 'qcow2', 'message': '', 'network_api_version': '2', 'object_store_api_version': '1', 'secgroup_source': 'neutron', 'status': 'active', 'auth': {'auth_url': 'https://192.168.24.2:13000', 'password': '***', 'username': 'admin', 'user_domain_name': 'Default', 'project_domain_name': 'Default', 'project_name': 'admin'}, 'identity_api_version': '3', 'region_name': 'regionOne', 'volume_api_version': '3', 'verbose_level': 3, 'deferred_help': False, 'debug': True, 'cloud': 'undercloud', 'default_domain': 'default', 'timing': False, 'inspector_api_version': '1', 'beta_command': False, 'orchestration_api_version': '1', 'queues_api_version': '2', 'workflow_api_version': '2', 'database_api_version': '1', 'share_api_version': '2.63', 'dns_api_version': '2', 'container_infra_api_version': '1', 'key_manager_api_version': '1', 'alarming_api_version': '2', 'baremetal_api_version': '1.69', 'loadbalancer_api_version': '2.0', 'data_processing_api_version': '1.1', 'tripleoclient_api_version': '2', 'metrics_api_version': '1', 'placement_api_version': '1.0', 'auth_type': 'password', ': []}
defaults: {'api_timeout': None, 'verify': True, 'cacert': None, 'cert': None, 'key': None, 'auth_type': 'password', 'baremetal_status_code_retries': 5, 'baremetal_introspection_status_code_retries': 5, 'image_status_code_retries': 5, 'disable_vendor_agent': {}, 'interface': None, 'floating_ip_source': 'neutron', 'image_api_use_tasks': False, 'image_format': 'qcow2', 'message': '', 'network_api_version': '2', 'object_store_api_version': '1', 'secgroup_source': 'neutron', 'status': 'active'}
cloud cfg: {'api_timeout': None, 'verify': True, 'cacert': '', 'cert': None, 'key': None, 'baremetal_status_code_retries': '5', 'baremetal_introspection_status_code_retries': '5', 'image_status_code_retries': '5', 'disable_vendor_agent': {}, 'interface': 'public', 'floating_ip_source': 'neutron', 'image_api_use_tasks': False, 'image_format': 'qcow2', 'message': '', 'network_api_version': '2', 'object_store_api_version': '1', 'secgroup_source': 'neutron', 'status': 'active', 'auth': {'auth_url': 'https://192.168.24.2:13000', 'password': '***', 'username': 'admin', 'user_domain_name': 'Default', 'project_domain_name': 'Default', 'project_name': 'admin'}, 'identity_api_version': '3', 'region_name': 'regionOne', 'volume_api_version': '3', 'verbose_level': 3, 'deferred_help': False, 'debug': True, 'cloud': 'undercloud', 'default_domain': 'default', 'timing': False, 'inspector_api_version': '1', 'beta_command': False, 'orchestration_api_version': '1', 'queues_api_version': '2', 'workflow_api_version': '2', 'database_api_version': '1', 'share_api_version': '2.63', 'dns_api_version': '2', 'container_infra_api_version': '1', 'key_manager_api_version': '1', 'alarming_api_version': '2', 'baremetal_api_version': '1.69', 'loadbalancer_api_version': '2.0', 'data_processing_api_version': '1.1', 'tripleoclient_api_version': '2', 'metrics_api_version': '1', 'placement_api_version': '1.0', 'auth_type': 'password', ': []}
compute API version 2.1, cmd group openstack.compute.v2
identity API version 3, cmd group openstack.identity.v3
image API version 2, cmd group openstack.image.v2
network API version 2, cmd group openstack.network.v2
object_store API version 1, cmd group openstack.object_store.v1
volume API version 3, cmd group openstack.volume.v3
neutronclient API version 2, cmd group openstack.neutronclient.v2
orchestration API version 1, cmd group openstack.orchestration.v1
messaging API version 2, cmd group openstack.messaging.v2
baremetal_introspection API version 1, cmd group openstack.baremetal_introspection.v1
workflow_engine API version 2, cmd group openstack.workflow_engine.v2
database API version 1, cmd group openstack.database.v1
share API version 2.63, cmd group openstack.share.v2
dns API version 2, cmd group openstack.dns.v2
container_infra API version 1, cmd group openstack.container_infra.v1
/usr/lib/python3.9/site-packages/barbicanclient/__init__.py:57: UserWarning: The secrets module is moved to barbicanclient/v1 directory, direct import of barbicanclient.secrets will be deprecated. Please import barbicanclient.v1.secrets instead.
  warnings.warn("The %s module is moved to barbicanclient/v1 "
key_manager API version 1, cmd group openstack.key_manager.v1
alarming API version 2, cmd group openstack.alarming.v2
baremetal API version 1.69, cmd group openstack.baremetal.v1
load_balancer API version 2.0, cmd group openstack.load_balancer.v2
data_processing API version 1.1, cmd group openstack.data_processing.v1
Popen(['git', 'version'], cwd=/home/stack, universal_newlines=False, shell=None, istream=None)
Popen(['git', 'version'], cwd=/home/stack, universal_newlines=False, shell=None, istream=None)
/usr/lib/python3.9/site-packages/ansible/_vendor/__init__.py:42: UserWarning: One or more Python packages bundled by this ansible-core distribution were already loaded (pyparsing). This may result in undefined behavior.
  warnings.warn('One or more Python packages bundled by this ansible-core distribution were already '
tripleoclient API version 2, cmd group openstack.tripleoclient.v2
metric API version 1, cmd group openstack.metric.v1
placement API version 1.0, cmd group openstack.placement.v1
command: overcloud export -> tripleoclient.v1.overcloud_export.ExportOvercloud (auth=True)
Auth plugin password selected
auth_config_hook(): {'api_timeout': None, 'verify': True, 'cacert': '', 'cert': None, 'key': None, 'baremetal_status_code_retries': '5', 'baremetal_introspection_status_code_retries': '5', 'image_status_code_retries': '5', 'disable_vendor_agent': {}, 'interface': 'public', 'floating_ip_source': 'neutron', 'image_api_use_tasks': False, 'image_format': 'qcow2', 'message': '', 'network_api_version': '2', 'object_store_api_version': '1', 'secgroup_source': 'neutron', 'status': 'active', 'auth': {'auth_url': 'https://192.168.24.2:13000', 'password': '***', 'username': 'admin', 'user_domain_name': 'Default', 'project_domain_name': 'Default', 'project_name': 'admin'}, 'identity_api_version': '3', 'region_name': 'regionOne', 'volume_api_version': '3', 'additional_user_agent': [('osc-lib', '2.3.1')], 'verbose_level': 3, 'deferred_help': False, 'debug': True, 'cloud': 'undercloud', 'default_domain': 'default', 'timing': False, 'inspector_api_version': '1', 'beta_command': False, 'orchestration_api_version': '1', 'queues_api_version': '2', 'workflow_api_version': '2', 'database_api_version': '1', 'share_api_version': '2.63', 'dns_api_version': '2', 'container_infra_api_version': '1', 'key_manager_api_version': '1', 'alarming_api_version': '2', 'baremetal_api_version': '1.69', 'loadbalancer_api_version': '2.0', 'data_processing_api_version': '1.1', 'tripleoclient_api_version': '2', 'metrics_api_version': '1', 'placement_api_version': '1.0', 'auth_type': 'password', ': []}
Using auth plugin: password
Using parameters {'auth_url': 'https://192.168.24.2:13000', 'project_name': 'admin', 'project_domain_name': 'Default', 'username': 'admin', 'user_domain_name': 'Default', 'password': '***'}
Get auth_ref
REQ: curl -g -i -X GET https://192.168.24.2:13000 -H "Accept: application/json" -H "User-Agent: openstacksdk/0.55.1 keystoneauth1/4.3.1 python-requests/2.25.1 CPython/3.9.10"
Starting new HTTPS connection (1): 192.168.24.2:13000
https://192.168.24.2:13000 "GET / HTTP/1.1" 300 269
RESP: [300] content-length: 269 content-type: application/json date: Fri, 13 May 2022 21:21:33 GMT location: https://192.168.24.2:13000/v3/ server: Apache vary: X-Auth-Token x-openstack-request-id: req-47c7929a-af03-4059-a482-1064fd3fae65
RESP BODY: {"versions": {"values": [{"id": "v3.14", "status": "stable", "updated": "2020-04-07T00:00:00Z", "links": [{"rel": "self", "href": "https://192.168.24.2:13000/v3/"}], "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}]}]}}
GET call to https://192.168.24.2:13000/ used request id req-47c7929a-af03-4059-a482-1064fd3fae65
Making authentication request to https://192.168.24.2:13000/v3/auth/tokens
https://192.168.24.2:13000 "POST /v3/auth/tokens HTTP/1.1" 201 2966
{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "578065714f4444c7827df44ae4834f24", "name": "admin", "password_expires_at": null}, "audit_ids": ["9MDEMQ6ZTYeHl6zPfbBf9A"], "expires_at": "2022-05-14T01:21:34.000000Z", "issued_at": "2022-05-13T21:21:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "227929dfaa314a9fa313d361312955a6", "name": "admin"}, "is_domain": false, "roles": [{"id": "be340240decb494da233c4a4c36b8c04", "name": "_member_"}, {"id": "e27dd9e067764561b5896a9baf7763bf", "name": "admin"}, {"id": "208c91a234fe4f73a8acdc1377a97ee6", "name": "member"}, {"id": "f456f31d1aa04bafb00ee1dceb6a64c5", "name": "reader"}], "catalog": [{"endpoints": [{"id": "759d3672899349c8a8534202c41e7f52", "interface": "public", "region_id": "regionOne", "url": "https://192.168.24.2:13696", "region": "regionOne"}, {"id": "c2271b2c31a349349d10debc6c3f9dc0", "interface": "admin", "region_id": "regionOne", "url": "http://192.168.24.3:9696", "region": "regionOne"}, {"id": "f54ce6924dd54bc3983109d7bc62e71a", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.24.3:9696", "region": "regionOne"}], "id": "5242056f15d64a84a14e539b8f52d2e6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a73f433ea6844020a9706c4eaff455bc", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.24.3:6385", "region": "regionOne"}, {"id": "ca05eeb0d0c34194a96a51e45be055bc", "interface": "public", "region_id": "regionOne", "url": "https://192.168.24.2:13385", "region": "regionOne"}, {"id": "ffd6df30e69d4525a45081604f162dc4", "interface": "admin", "region_id": "regionOne", "url": "http://192.168.24.3:6385", "region": "regionOne"}], "id": "5630555224c24e76a8398d161988d4a0", "type": "baremetal", "name": "ironic"}, {"endpoints": [{"id": "ed8026b53b2545f8a06a73949d8a13a3", "interface": "public", "region_id": "regionOne", "url": "https://192.168.24.2:13000", "region": "regionOne"}, {"id": "f694d8398e2f44878ac8f7ccc5800078", "interface": "admin", "region_id": "regionOne", "url": "http://192.168.24.3:35357", "region": "regionOne"}, {"id": "f7cc86624fa749f0b2b4881bebd98bd1", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.24.3:5000", "region": "regionOne"}], "id": "ae6efead848941f4b7dcd4d8f2a6694d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "3f162781d830465bba3fa729e91290da", "interface": "public", "region_id": "regionOne", "url": "https://192.168.24.2:13050", "region": "regionOne"}, {"id": "cb5fc7fd2c844428bff9cd963240cd8d", "interface": "internal", "region_id": "regionOne", "url": "http://192.168.24.3:5050", "region": "regionOne"}, {"id": "ed38d653e8b54492ab5c6a6b906834fc", "interface": "admin", "region_id": "regionOne", "url": "http://192.168.24.3:5050", "region": "regionOne"}], "id": "d7eb10d48ae9434e8a1fa01cd0b96bd3", "type": "baremetal-introspection", "name": "ironic-inspector"}]}}
Directory "/home/stack/.tripleo" was not created because it already exists.
run(Namespace(stack='central', output_file='/home/stack/central-export.yaml', force_overwrite=True, working_dir='/home/stack/overcloud-deploy/central/', config_download_dir='/home/stack/overcloud-deploy/central/config-download', no_password_excludes=False))
take_action(Namespace(stack='central', output_file='/home/stack/central-export.yaml', force_overwrite=True, working_dir='/home/stack/overcloud-deploy/central/', config_download_dir='/home/stack/overcloud-deploy/central/config-download', no_password_excludes=False))
Running at 20220513212133 with parameters Namespace(stack='central', output_file='/home/stack/central-export.yaml', force_overwrite=True, working_dir='/home/stack/overcloud-deploy/central/', config_download_dir='/home/stack/overcloud-deploy/central/config-download', no_password_excludes=False)
No data returned to export ExtraHostFileEntries from.
No data returned to export GlobalConfigExtraMapData from.
Stack information exported to /home/stack/central-export.yaml.
clean_up ExportOvercloud: 
END return value: None

Comment 1 Cédric Jeanneret 2022-05-16 08:36:11 UTC
Pretty sure this command should be deprecated now that we use the ephemeral-heat feature. All the data should be present in ~/overcloud-deploy/ already.

@jslagle care to confirm?

Cheers,

C.

Comment 5 David Rosenfeld 2022-06-23 18:49:35 UTC
Used command from Description:

OS_CLOUD=heat openstack overcloud export --force-overwrite --debug --stack overcloud --output-file /home/stack/central-export.yaml
START with options: overcloud export --force-overwrite --debug --stack overcloud --output-file /home/stack/central-export.yaml
options: Namespace(verbose_level=3, log_file=None, deferred_help=False, debug=True, cloud='heat', region_name='', cacert=None, cert='', key='', verify=None, insecure=None, default_domain='default', interface='public', service_provider='', remote_project_name='', remote_project_id='', remote_project_domain_name='', remote_project_domain_id='', timing=False, os_beta_command=False, profile='', os_compute_api_version='', os_identity_api_version='', os_image_api_version='', os_network_api_version='', os_object_api_version='', os_volume_api_version='', os_orchestration_api_version='1', os_queues_api_version='2', inspector_api_version='1', inspector_url=None, os_workflow_api_version='2', os_database_api_version='1', os_share_api_version='2.63', os_dns_api_version='2', os_container_infra_api_version='1', os_key_manager_api_version='1', os_alarming_api_version='2', os_baremetal_api_version='1.69', os_loadbalancer_api_version='2.0', os_data_processing_api_version='1.1', os_data_processing_url='', os_tripleoclient_api_version='2', os_metrics_api_version='1', os_placement_api_version='1.0', auth_type='', auth_url='', system_scope='', domain_id='', domain_name='', project_id='', project_name='', project_domain_id='', project_domain_name='', trust_id='', identity_provider='', protocol='', identity_provider_url='', service_provider_endpoint='', service_provider_entity_id='', username='', password='***', auth_methods='', user_id='', roles='', aodh_endpoint='', user_domain_id='', user_domain_name='', token='***', consumer_key='', consumer_secret='***', access_key='', access_secret='***', endpoint='', default_domain_id='', default_domain_name='', access_token='***', application_credential_secret='***', application_credential_id='', application_credential_name='', user='', passcode='', client_id='', client_secret='***', openid_scope='', access_token_endpoint='', discovery_endpoint='', access_token_type='', redirect_uri='', code='', os_project_name=None, os_project_id=None)
Auth plugin none selected
auth_config_hook(): {'api_timeout': None, 'verify': True, 'cacert': None, 'cert': None, 'key': None, 'baremetal_status_code_retries': '5', 'baremetal_introspection_status_code_retries': '5', 'image_status_code_retries': '5', 'disable_vendor_agent': {}, 'interface': 'public', 'floating_ip_source': 'neutron', 'image_api_use_tasks': False, 'image_format': 'qcow2', 'message': '', 'network_api_version': '2', 'object_store_api_version': '1', 'secgroup_source': 'neutron', 'status': 'active', 'auth': {}, 'endpoint': 'http://127.0.0.1:8006/v1/admin', 'verbose_level': 3, 'deferred_help': False, 'debug': True, 'cloud': 'heat', 'default_domain': 'default', 'timing': False, 'inspector_api_version': '1', 'beta_command': False, 'orchestration_api_version': '1', 'queues_api_version': '2', 'workflow_api_version': '2', 'database_api_version': '1', 'share_api_version': '2.63', 'dns_api_version': '2', 'container_infra_api_version': '1', 'key_manager_api_version': '1', 'alarming_api_version': '2', 'baremetal_api_version': '1.69', 'loadbalancer_api_version': '2.0', 'data_processing_api_version': '1.1', 'tripleoclient_api_version': '2', 'metrics_api_version': '1', 'placement_api_version': '1.0', 'region_name': '', 'auth_type': 'none', 'networks': []}
defaults: {'api_timeout': None, 'verify': True, 'cacert': None, 'cert': None, 'key': None, 'auth_type': 'password', 'baremetal_status_code_retries': 5, 'baremetal_introspection_status_code_retries': 5, 'image_status_code_retries': 5, 'disable_vendor_agent': {}, 'interface': None, 'floating_ip_source': 'neutron', 'image_api_use_tasks': False, 'image_format': 'qcow2', 'message': '', 'network_api_version': '2', 'object_store_api_version': '1', 'secgroup_source': 'neutron', 'status': 'active'}
cloud cfg: {'api_timeout': None, 'verify': True, 'cacert': None, 'cert': None, 'key': None, 'baremetal_status_code_retries': '5', 'baremetal_introspection_status_code_retries': '5', 'image_status_code_retries': '5', 'disable_vendor_agent': {}, 'interface': 'public', 'floating_ip_source': 'neutron', 'image_api_use_tasks': False, 'image_format': 'qcow2', 'message': '', 'network_api_version': '2', 'object_store_api_version': '1', 'secgroup_source': 'neutron', 'status': 'active', 'auth': {}, 'endpoint': 'http://127.0.0.1:8006/v1/admin', 'verbose_level': 3, 'deferred_help': False, 'debug': True, 'cloud': 'heat', 'default_domain': 'default', 'timing': False, 'inspector_api_version': '1', 'beta_command': False, 'orchestration_api_version': '1', 'queues_api_version': '2', 'workflow_api_version': '2', 'database_api_version': '1', 'share_api_version': '2.63', 'dns_api_version': '2', 'container_infra_api_version': '1', 'key_manager_api_version': '1', 'alarming_api_version': '2', 'baremetal_api_version': '1.69', 'loadbalancer_api_version': '2.0', 'data_processing_api_version': '1.1', 'tripleoclient_api_version': '2', 'metrics_api_version': '1', 'placement_api_version': '1.0', 'region_name': '', 'auth_type': 'none', 'networks': []}
compute API version 2.1, cmd group openstack.compute.v2
identity API version 3, cmd group openstack.identity.v3
image API version 2, cmd group openstack.image.v2
network API version 2, cmd group openstack.network.v2
object_store API version 1, cmd group openstack.object_store.v1
volume API version 3, cmd group openstack.volume.v3
neutronclient API version 2, cmd group openstack.neutronclient.v2
orchestration API version 1, cmd group openstack.orchestration.v1
messaging API version 2, cmd group openstack.messaging.v2
baremetal_introspection API version 1, cmd group openstack.baremetal_introspection.v1
workflow_engine API version 2, cmd group openstack.workflow_engine.v2
database API version 1, cmd group openstack.database.v1
share API version 2.63, cmd group openstack.share.v2
dns API version 2, cmd group openstack.dns.v2
container_infra API version 1, cmd group openstack.container_infra.v1
/usr/lib/python3.9/site-packages/barbicanclient/__init__.py:57: UserWarning: The secrets module is moved to barbicanclient/v1 directory, direct import of barbicanclient.secrets will be deprecated. Please import barbicanclient.v1.secrets instead.
  warnings.warn("The %s module is moved to barbicanclient/v1 "
key_manager API version 1, cmd group openstack.key_manager.v1
alarming API version 2, cmd group openstack.alarming.v2
baremetal API version 1.69, cmd group openstack.baremetal.v1
load_balancer API version 2.0, cmd group openstack.load_balancer.v2
data_processing API version 1.1, cmd group openstack.data_processing.v1
Popen(['git', 'version'], cwd=/home/stack, universal_newlines=False, shell=None, istream=None)
Popen(['git', 'version'], cwd=/home/stack, universal_newlines=False, shell=None, istream=None)
/usr/lib/python3.9/site-packages/ansible/_vendor/__init__.py:42: UserWarning: One or more Python packages bundled by this ansible-core distribution were already loaded (pyparsing). This may result in undefined behavior.
  warnings.warn('One or more Python packages bundled by this ansible-core distribution were already '
tripleoclient API version 2, cmd group openstack.tripleoclient.v2
metric API version 1, cmd group openstack.metric.v1
placement API version 1.0, cmd group openstack.placement.v1
command: overcloud export -> tripleoclient.v1.overcloud_export.ExportOvercloud (auth=True)
Auth plugin none selected
auth_config_hook(): {'api_timeout': None, 'verify': True, 'cacert': None, 'cert': None, 'key': None, 'baremetal_status_code_retries': '5', 'baremetal_introspection_status_code_retries': '5', 'image_status_code_retries': '5', 'disable_vendor_agent': {}, 'interface': 'public', 'floating_ip_source': 'neutron', 'image_api_use_tasks': False, 'image_format': 'qcow2', 'message': '', 'network_api_version': '2', 'object_store_api_version': '1', 'secgroup_source': 'neutron', 'status': 'active', 'auth': {}, 'endpoint': 'http://127.0.0.1:8006/v1/admin', 'additional_user_agent': [('osc-lib', '2.3.1')], 'verbose_level': 3, 'deferred_help': False, 'debug': True, 'cloud': 'heat', 'default_domain': 'default', 'timing': False, 'inspector_api_version': '1', 'beta_command': False, 'orchestration_api_version': '1', 'queues_api_version': '2', 'workflow_api_version': '2', 'database_api_version': '1', 'share_api_version': '2.63', 'dns_api_version': '2', 'container_infra_api_version': '1', 'key_manager_api_version': '1', 'alarming_api_version': '2', 'baremetal_api_version': '1.69', 'loadbalancer_api_version': '2.0', 'data_processing_api_version': '1.1', 'tripleoclient_api_version': '2', 'metrics_api_version': '1', 'placement_api_version': '1.0', 'region_name': '', 'auth_type': 'none', 'networks': []}
Using auth plugin: none
Using parameters {'endpoint': 'http://127.0.0.1:8006/v1/admin'}
Directory "/home/stack/.tripleo" was not created because it already exists.
run(Namespace(stack='overcloud', output_file='/home/stack/central-export.yaml', force_overwrite=True, working_dir=None, config_download_dir=None, no_password_excludes=False))
take_action(Namespace(stack='overcloud', output_file='/home/stack/central-export.yaml', force_overwrite=True, working_dir=None, config_download_dir=None, no_password_excludes=False))
Running at 20220623184719 with parameters Namespace(stack='overcloud', output_file='/home/stack/central-export.yaml', force_overwrite=True, working_dir=None, config_download_dir=None, no_password_excludes=False)
No data returned to export ExtraHostFileEntries from.
No data returned to export GlobalConfigExtraMapData from.
Stack information exported to /home/stack/central-export.yaml.
clean_up ExportOvercloud: 
END return value: None

Comment 10 errata-xmlrpc 2022-09-21 12:21:34 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Release of components for Red Hat OpenStack Platform 17.0 (Wallaby)), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHEA-2022:6543

Comment 11 Red Hat Bugzilla 2023-09-18 04:37:12 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days


Note You need to log in before you can comment on or make changes to this bug.