Bug 1319263

Summary: ipv6 ospd-8 deployments fail: ERROR: Property error: : resources.InternalApiVirtualIP.properties: : Unknown Property NetworkName
Product: Red Hat OpenStack Reporter: wes hayutin <whayutin>
Component: rhosp-directorAssignee: Angus Thomas <athomas>
Status: CLOSED DUPLICATE QA Contact: Arik Chernetsky <achernet>
Severity: high Docs Contact:
Priority: high    
Version: 8.0 (Liberty)CC: dbecker, dtantsur, jcoufal, mburns, morazi, rhel-osp-director-maint
Target Milestone: ---   
Target Release: 10.0 (Newton)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-10-14 16:29:16 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description wes hayutin 2016-03-18 16:22:21 UTC
Description of problem:

Found in: poodles/rhos-devel-ci/8.0-director/2016-03-16.4

ERROR: Property error: : resources.InternalApiVirtualIP.properties: : Unknown Property NetworkName

{"explanation": "The server could not comply with the request since it is either malformed or otherwise incorrect.", "code": 400, "error": {"message": "Property error: : resources.InternalApiVirtualIP.properties: : Unknown Property NetworkName", "traceback": "Traceback (most recent call last):\n\n  File \"/usr/lib/python2.7/site-packages/heat/common/context.py\", line 308, in wrapped\n    return func(self, ctx, *args, **kwargs)\n\n  File \"/usr/lib/python2.7/site-packages/heat/engine/service.py\", line 726, in create_stack\n    parent_resource_name)\n\n  File \"/usr/lib/python2.7/site-packages/heat/engine/service.py\", line 637, in _parse_template_and_validate_stack\n    stack.validate()\n\n  File \"/usr/lib/python2.7/site-packages/osprofiler/profiler.py\", line 105, in wrapper\n    return f(*args, **kwargs)\n\n  File \"/usr/lib/python2.7/site-packages/heat/engine/stack.py\", line 679, in validate\n    raise ex\n\nStackValidationFailed: Property error: resources.InternalApiVirtualIP.properties: Unknown Property NetworkName\n", "type": "StackValidationFailed"}, "title": "Bad Request"}

2016-03-18 12:08:47.223 2646 ERROR openstack [ admin admin] ERROR: Property error: : resources.InternalApiVirtualIP.properties: : Unknown Property NetworkName
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/cliff/app.py", line 374, in run_subcommand
    result = cmd.run(parsed_args)
  File "/usr/lib/python2.7/site-packages/cliff/command.py", line 54, in run
    self.take_action(parsed_args)
  File "/usr/lib/python2.7/site-packages/tripleoclient/v1/overcloud_deploy.py", line 890, in take_action
    self._deploy_tripleo_heat_templates(stack, parsed_args)
  File "/usr/lib/python2.7/site-packages/tripleoclient/v1/overcloud_deploy.py", line 352, in _deploy_tripleo_heat_templates
    environments, parsed_args.timeout)
  File "/usr/lib/python2.7/site-packages/tripleoclient/v1/overcloud_deploy.py", line 256, in _heat_deploy
    orchestration_client.stacks.create(**stack_args)
  File "/usr/lib/python2.7/site-packages/heatclient/v1/stacks.py", line 136, in create
    data=kwargs, headers=headers)
  File "/usr/lib/python2.7/site-packages/heatclient/common/http.py", line 287, in post
    return self.client_request("POST", url, **kwargs)
  File "/usr/lib/python2.7/site-packages/heatclient/common/http.py", line 277, in client_request
    resp, body = self.json_request(method, url, **kwargs)
  File "/usr/lib/python2.7/site-packages/heatclient/common/http.py", line 266, in json_request
    resp = self._http_request(url, method, **kwargs)
  File "/usr/lib/python2.7/site-packages/heatclient/common/http.py", line 221, in _http_request
    raise exc.from_response(resp)
HTTPBadRequest: ERROR: Property error: : resources.InternalApiVirtualIP.properties: : Unknown Property NetworkName
2016-03-18 12:08:47.226 2646 DEBUG openstackclient.shell [ admin admin] clean_up DeployOvercloud: ERROR: Property error: : resources.InternalApiVirtualIP.properties: : Unknown Property NetworkName
2016-03-18 12:08:47.227 2646 ERROR openstackclient.shell [ admin admin] Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/openstackclient/shell.py", line 112, in run
    ret_val = super(OpenStackShell, self).run(argv)
  File "/usr/lib/python2.7/site-packages/cliff/app.py", line 255, in run
    result = self.run_subcommand(remainder)
  File "/usr/lib/python2.7/site-packages/cliff/app.py", line 374, in run_subcommand
    result = cmd.run(parsed_args)
  File "/usr/lib/python2.7/site-packages/cliff/command.py", line 54, in run
    self.take_action(parsed_args)
  File "/usr/lib/python2.7/site-packages/tripleoclient/v1/overcloud_deploy.py", line 890, in take_action
    self._deploy_tripleo_heat_templates(stack, parsed_args)
  File "/usr/lib/python2.7/site-packages/tripleoclient/v1/overcloud_deploy.py", line 352, in _deploy_tripleo_heat_templates
    environments, parsed_args.timeout)
  File "/usr/lib/python2.7/site-packages/tripleoclient/v1/overcloud_deploy.py", line 256, in _heat_deploy
    orchestration_client.stacks.create(**stack_args)
  File "/usr/lib/python2.7/site-packages/heatclient/v1/stacks.py", line 136, in create
    data=kwargs, headers=headers)
  File "/usr/lib/python2.7/site-packages/heatclient/common/http.py", line 287, in post
    return self.client_request("POST", url, **kwargs)
  File "/usr/lib/python2.7/site-packages/heatclient/common/http.py", line 277, in client_request
    resp, body = self.json_request(method, url, **kwargs)
  File "/usr/lib/python2.7/site-packages/heatclient/common/http.py", line 266, in json_request
    resp = self._http_request(url, method, **kwargs)
  File "/usr/lib/python2.7/site-packages/heatclient/common/http.py", line 221, in _http_request
    raise exc.from_response(resp)
HTTPBadRequest: ERROR: Property error: : resources.InternalApiVirtualIP.properties: : Unknown Property NetworkName

2016-03-18 12:08:47.227 2646 INFO openstackclient.shell [ admin admin] END return value: 1
[stack@instack ~]$ 


property found in:

tripleo-heat-templates/overcloud.yaml:1310:  InternalApiVirtualIP:
tripleo-heat-templates/overcloud.yaml:1340:      InternalApiIp: {get_attr: [InternalApiVirtualIP, ip_address]}
tripleo-heat-templates/overcloud.yaml:1341:      InternalApiIpUri: {get_attr: [InternalApiVirtualIP, ip_address_uri]}

Comment 1 Mike Burns 2016-04-07 21:14:44 UTC
This bug did not make the OSP 8.0 release.  It is being deferred to OSP 10.

Comment 2 Dmitry Tantsur 2016-10-14 16:29:16 UTC

*** This bug has been marked as a duplicate of bug 1319262 ***