[Rdo-list] Tempest Config Problem Mikata

Attila Fazekas afazekas at redhat.com
Fri Jan 29 06:43:50 UTC 2016


The service responded with 503 [1],
It is very likely there is an issue on the server side.

- It can be a haproxy issue (connecting to a backend),
- network service issue
- an issue with the actual nova-api service
  In this case the /var/log/nova/* should have
  a stack trace with the related error.

The below command likely produces a similar error.
$ nova list-extensions

 
[1] http://www.checkupdown.com/status/E503.html


----- Original Message -----
> From: "Brandon James" <brandon.james at sunayu.com>
> To: Rdo-list at redhat.com
> Sent: Thursday, January 28, 2016 9:23:40 PM
> Subject: [Rdo-list] Tempest Config Problem Mikata
> 
> Hello,
> 
> I have been able to successfully install my over and under cloud via the
> trippleo quick start method. I am having issues however when running the
> config tempest portion of the overcloud validation. I would like to complete
> this and run the required test after. I have listed the error I am seeing
> below. I made sure I ran the command source ~/overcloudrc prior to running
> this command so I am unsure what is causing this issue. I am also using the
> latest Mikata version.
> 
> tools/config_tempest.py --out etc/tempest.conf --network-id $public_net_id
> --deployer-input ~/tempest-deployer-input.conf --debug --create identity.uri
> $OS_AUTH_URL identity.admin_password $OS_PASSWORD
> network.tenant_network_cidr 192.168.0.0/24 object-storage.operator_role
> swiftoperator orchestration.stack_owner_role heat_stack_owner
> 2016-01-28 20:14:55.286 1479 INFO tempest [-] Using tempest config file
> /etc/tempest/tempest.conf
> 2016-01-28 20:14:55.365 1479 INFO __main__ [-] Reading defaults from file
> '/home/stack/tempest/etc/default-overrides.conf'
> 2016-01-28 20:14:55.367 1479 INFO __main__ [-] Adding options from
> deployer-input file '/home/stack/tempest-deployer-input.conf'
> 2016-01-28 20:14:55.367 1479 DEBUG __main__ [-] Setting
> [compute-feature-enabled] console_output = false set
> tools/config_tempest.py:403
> 2016-01-28 20:14:55.367 1479 DEBUG __main__ [-] Setting [object-storage]
> operator_role = swiftoperator set tools/config_tempest.py:403
> 2016-01-28 20:14:55.368 1479 DEBUG __main__ [-] Setting [orchestration]
> stack_owner_role = heat_stack_user set tools/config_tempest.py:403
> 2016-01-28 20:14:55.368 1479 DEBUG __main__ [-] Setting [volume]
> backend1_name = tripleo_iscsi set tools/config_tempest.py:403
> 2016-01-28 20:14:55.368 1479 DEBUG __main__ [-] Setting
> [volume-feature-enabled] bootable = true set tools/config_tempest.py:403
> 2016-01-28 20:14:55.368 1479 DEBUG __main__ [-] Setting [identity] uri =
> http://192.0.2.6:5000/v2.0 set tools/config_tempest.py:403
> 2016-01-28 20:14:55.368 1479 DEBUG __main__ [-] Setting [identity]
> admin_password = UVbm3YJsqjWRGUsFzhjcrf498 set tools/config_tempest.py:403
> 2016-01-28 20:14:55.368 1479 DEBUG __main__ [-] Setting [network]
> tenant_network_cidr = 192.168.0.0/24 set tools/config_tempest.py:403
> 2016-01-28 20:14:55.369 1479 DEBUG __main__ [-] Setting [object-storage]
> operator_role = swiftoperator set tools/config_tempest.py:403
> 2016-01-28 20:14:55.369 1479 DEBUG __main__ [-] Setting [orchestration]
> stack_owner_role = heat_stack_owner set tools/config_tempest.py:403
> 2016-01-28 20:14:55.369 1479 DEBUG __main__ [-] Setting [identity] uri_v3 =
> http://192.0.2.6:5000/v3 set tools/config_tempest.py:403
> 2016-01-28 20:14:55.490 1479 INFO tempest_lib.common.rest_client
> [req-70031732-c6fa-4968-b163-a154bfee6881 ] Request (main): 200 POST
> http://192.0.2.6:5000/v2.0/tokens
> 2016-01-28 20:14:55.516 1479 INFO tempest_lib.common.rest_client
> [req-99efe4e1-e698-469d-9119-8dd25dc2f076 ] Request (main): 200 GET
> http://192.0.2.6:35357/v2.0/tenants 0.025s
> 2016-01-28 20:14:55.516 1479 DEBUG __main__ [-] Setting [identity]
> admin_tenant_id = 9eab7137a4cd4857b8419e608cf75639 set
> tools/config_tempest.py:403
> 2016-01-28 20:14:55.524 1479 CRITICAL tempest [-] ServiceError: Request on
> service 'compute' with url '
> http://192.0.2.6:8774/v2/9eab7137a4cd4857b8419e608cf75639/extensions '
> failed with code 503
> 2016-01-28 20:14:55.524 1479 ERROR tempest Traceback (most recent call last):
> 2016-01-28 20:14:55.524 1479 ERROR tempest File "tools/config_tempest.py",
> line 772, in <module>
> 2016-01-28 20:14:55.524 1479 ERROR tempest main()
> 2016-01-28 20:14:55.524 1479 ERROR tempest File "tools/config_tempest.py",
> line 149, in main
> 2016-01-28 20:14:55.524 1479 ERROR tempest
> object_store_discovery=conf.get_bool_value(swift_discover))
> 2016-01-28 20:14:55.524 1479 ERROR tempest File
> "/home/stack/tempest/tempest/common/api_discovery.py", line 157, in discover
> 2016-01-28 20:14:55.524 1479 ERROR tempest services[name]['extensions'] =
> service.get_extensions()
> 2016-01-28 20:14:55.524 1479 ERROR tempest File
> "/home/stack/tempest/tempest/common/api_discovery.py", line 75, in
> get_extensions
> 2016-01-28 20:14:55.524 1479 ERROR tempest body =
> self.do_get(self.service_url + '/extensions')
> 2016-01-28 20:14:55.524 1479 ERROR tempest File
> "/home/stack/tempest/tempest/common/api_discovery.py", line 53, in do_get
> 2016-01-28 20:14:55.524 1479 ERROR tempest " with code %d" % ( self.name ,
> url, r.status))
> 2016-01-28 20:14:55.524 1479 ERROR tempest ServiceError: Request on service
> 'compute' with url '
> http://192.0.2.6:8774/v2/9eab7137a4cd4857b8419e608cf75639/extensions '
> failed with code 503
> 2016-01-28 20:14:55.524 1479 ERROR tempest
> 
> 
> --
> 
> 
> Thanks,
> Brandon J
> 
> _______________________________________________
> Rdo-list mailing list
> Rdo-list at redhat.com
> https://www.redhat.com/mailman/listinfo/rdo-list
> 
> To unsubscribe: rdo-list-unsubscribe at redhat.com




More information about the dev mailing list