[rdo-users] Error deploying wallaby

wodel youchi wodel.youchi at gmail.com
Mon Aug 16 12:57:34 UTC 2021


Hi,

This my deployment script :

#!/usr/bin/env bash

source ~/stackrc

time openstack overcloud deploy --stack overcloud \
  --libvirt-type kvm \
  --ntp-server 172.16.0.252 \
  --templates \
  -r /home/stack/templates/roles_data.yaml \
  -n /home/stack/templates/network_data-new.yaml \
  -e /home/stack/templates/containers-prepare-parameter.yaml \
  -e
/usr/share/openstack-tripleo-heat-templates/environments/enable-swap-partition.yaml
\
  -e
/usr/share/openstack-tripleo-heat-templates/environments/docker-ha.yaml \
  -e /home/stack/templates/node-info.yaml \
  -e /home/stack/templates/inject-trust-anchor-hiera.yaml \
  -e
/usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml
\
  -e
/usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm.yaml
\
  -e
/usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-dashboard.yaml
\
  -e /home/stack/templates/cephadmin-overrides.yaml \
  -e
/usr/share/openstack-tripleo-heat-templates/environments/disable-telemetry.yaml
\
  -e /home/stack/templates/networks-deployed-environment.yaml \
  -e /home/stack/templates/vips-deployed-environment.yaml \
  -e /home/stack/templates/network-environment-overrides.yaml \
  -e /home/stack/templates/firstboot-environment.yaml

I am trying to deploy an HCI overcloud. Each node has 6 nics




When I launch it I get this error :

> 2021-08-16 13:33:29.331 80390
> ERROR tripleoclient.v1.overcloud_deploy.DeployOvercloud [-] Exception
> occured while running the command:
> ValueError: Failed to deploy: ERROR: Internal Error Traceback (most recent
> call last):\n', '
> File "/usr/lib/python3.6/site-packages/heat/engine/resources/stack$
> resource.py", line 75, in validate_nested_stack\n
>  nested_stack.validate()\n', '
> File "/usr/lib/python3.6$
> site-packages/osprofiler/profiler.py", line 160, in wrapper\n    result =
> f(*args, **kwargs)\n', '  File "/u$
> r/lib/python3.6/site-packages/heat/engine/stack.py", line 969, in
> validate\n    result = res.validate()\n', $
>   File
> "/usr/lib/python3.6/site-packages/heat/engine/resources/openstack/neutron/port.py",
> line 454, in vali$
> ate\n    super(Port, self).validate()\n', '  File
> "/usr/lib/python3.6/site-packages/heat/engine/resources/op$
> nstack/neutron/neutron.py", line 43, in validate\n    res =
> super(NeutronResource, self).validate()\n', '  F$
> le "/usr/lib/python3.6/site-packages/heat/engine/resource.py", line 1870,
> in validate\n    return self.valid$
> te_template()\n', '  File
> "/usr/lib/python3.6/site-packages/heat/engine/resource.py", line 1882, in
> validate$
> template\n    self.t.resource_type\n', '  File
> "/usr/lib/python3.6/site-packages/heat/engine/resource.py", l$
> ne 200, in _validate_service_availability\n
>
>
> * raise ex\n', 'heat.common.exception.ResourceTypeUnavailable: $EAT-E99001
> Service neutron is not available for resource type
> OS::TripleO::DeployedServer::ControlPlanePort,reason: neutron network
> endpoint is not in service catalog.\n', '\nDuring handling of the above
> exception, a$*
> other exception occurred:\n\n', 'Traceback (most recent call last):\n', '
>  File "/usr/lib/python3.6/site-pac$
> ages/heat/engine/resources/stack_resource.py", line 75, in
> validate_nested_stack\n    nested_stack.validate($
> \n', '  File "/usr/lib/python3.6/site-packages/osprofiler/profiler.py",
> line 160, in wrapper\n    result = f$
> *args, **kwargs)\n', '  File
> "/usr/lib/python3.6/site-packages/heat/engine/stack.py", line 969, in
> validate\$
>     result = res.validate()\n', '  File
> "/usr/lib/python3.6/site-packages/heat/engine/resources/template_res$
> urce.py", line 267, in validate\n    result = super(TemplateResource,
> self).validate()\n', '  File "/usr/lib$
> python3.6/site-packages/heat/engine/resources/stack_resource.py", line 65,
> in validate\n    self.validate_ne$
> ted_stack()\n', '  File
> "/usr/lib/python3.6/site-packages/heat/engine/resources/stack_resource.py",
> line 81,
>


Regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rdoproject.org/pipermail/users/attachments/20210816/5bf6a451/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: roles_data.yaml
Type: application/octet-stream
Size: 10777 bytes
Desc: not available
URL: <http://lists.rdoproject.org/pipermail/users/attachments/20210816/5bf6a451/attachment-0013.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hci_result.yaml
Type: application/octet-stream
Size: 110 bytes
Desc: not available
URL: <http://lists.rdoproject.org/pipermail/users/attachments/20210816/5bf6a451/attachment-0014.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: firstboot-environment.yaml
Type: application/octet-stream
Size: 102 bytes
Desc: not available
URL: <http://lists.rdoproject.org/pipermail/users/attachments/20210816/5bf6a451/attachment-0015.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cephadmin-overrides.yaml
Type: application/octet-stream
Size: 1058 bytes
Desc: not available
URL: <http://lists.rdoproject.org/pipermail/users/attachments/20210816/5bf6a451/attachment-0016.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: network_data-new.yaml
Type: application/octet-stream
Size: 1201 bytes
Desc: not available
URL: <http://lists.rdoproject.org/pipermail/users/attachments/20210816/5bf6a451/attachment-0017.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: inject-trust-anchor-hiera.yaml
Type: application/octet-stream
Size: 2448 bytes
Desc: not available
URL: <http://lists.rdoproject.org/pipermail/users/attachments/20210816/5bf6a451/attachment-0018.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: network-environment-overrides.yaml
Type: application/octet-stream
Size: 902 bytes
Desc: not available
URL: <http://lists.rdoproject.org/pipermail/users/attachments/20210816/5bf6a451/attachment-0019.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vips-deployed-environment.yaml
Type: application/octet-stream
Size: 1364 bytes
Desc: not available
URL: <http://lists.rdoproject.org/pipermail/users/attachments/20210816/5bf6a451/attachment-0020.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vip_data.yaml
Type: application/octet-stream
Size: 943 bytes
Desc: not available
URL: <http://lists.rdoproject.org/pipermail/users/attachments/20210816/5bf6a451/attachment-0021.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: node-info.yaml
Type: application/octet-stream
Size: 452 bytes
Desc: not available
URL: <http://lists.rdoproject.org/pipermail/users/attachments/20210816/5bf6a451/attachment-0022.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: networks-deployed-environment.yaml
Type: application/octet-stream
Size: 3106 bytes
Desc: not available
URL: <http://lists.rdoproject.org/pipermail/users/attachments/20210816/5bf6a451/attachment-0023.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: firstboot-config.yaml
Type: application/octet-stream
Size: 392 bytes
Desc: not available
URL: <http://lists.rdoproject.org/pipermail/users/attachments/20210816/5bf6a451/attachment-0024.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bonds_vlans.j2
Type: application/octet-stream
Size: 2240 bytes
Desc: not available
URL: <http://lists.rdoproject.org/pipermail/users/attachments/20210816/5bf6a451/attachment-0025.obj>


More information about the users mailing list