Looks like something in your environment isn’t allowing the Cinder storage to be created.
You need to check you openstack logs to see what the problem is. Brian From: [email protected] <[email protected]> On Behalf Of lefteris.alexakis via Lists.Onap.Org Sent: Tuesday, February 25, 2020 5:45 AM To: [email protected] Subject: [onap-discuss] Issue with heat template Hello, I am trying to deploy ONAP using the heat templates and i am getting the following error: :~/integration/deployment/heat/onap-rke$ openstack stack resource list onap |grep -v COMPL +--------------------------+-------------------------------------------------------------------------------------+------------------------------+-----------------+----------------------+ | resource_name | physical_resource_id | resource_type | resource_status | updated_time | +--------------------------+-------------------------------------------------------------------------------------+------------------------------+-----------------+----------------------+ | nfs_volume_att | 149084a3-70d3-46d2-b3f8-633762756896 | OS::Cinder::VolumeAttachment | CREATE_FAILED | 2020-02-24T10:34:07Z | +--------------------------+-------------------------------------------------------------------------------------+------------------------------+-----------------+----------------------+ I logged in the onap nfs and i see : ubuntu@onap-nfs:~$ tail -20 /var/log/cloud-init-output.log + service nfs-kernel-server restart ++ echo c0c55a89-65f1-4d58-be9b-a04515bd3299 ++ cut -c -20 + nfs_volume_dev=/dev/disk/by-id/virtio-c0c55a89-65f1-4d58-b + '[' -b /dev/disk/by-id/virtio-c0c55a89-65f1-4d58-b ']' + sleep 1m + '[' -b /dev/disk/by-id/virtio-c0c55a89-65f1-4d58-b ']' + sleep 1m + '[' -b /dev/disk/by-id/virtio-c0c55a89-65f1-4d58-b ']' + sleep 1m + '[' -b /dev/disk/by-id/virtio-c0c55a89-65f1-4d58-b ']' + sleep 1m + '[' -b /dev/disk/by-id/virtio-c0c55a89-65f1-4d58-b ']' + sleep 1m + '[' -b /dev/disk/by-id/virtio-c0c55a89-65f1-4d58-b ']' + sleep 1m + '[' -b /dev/disk/by-id/virtio-c0c55a89-65f1-4d58-b ']' + sleep 1m + '[' -b /dev/disk/by-id/virtio-c0c55a89-65f1-4d58-b ']' + sleep 1m and ubuntu@onap-nfs:~$ service nfs-kernel-server status ● nfs-server.service - NFS server and services Loaded: loaded (/lib/systemd/system/nfs-server.service; enabled; vendor preset: enabled) Active: active (exited) since Tue 2020-02-25 10:33:03 UTC; 7min ago Process: 3521 ExecStopPost=/usr/sbin/exportfs -f (code=exited, status=0/SUCCESS) Process: 3517 ExecStopPost=/usr/sbin/exportfs -au (code=exited, status=0/SUCCESS) Process: 3516 ExecStop=/usr/sbin/rpc.nfsd 0 (code=exited, status=0/SUCCESS) Process: 3545 ExecStart=/usr/sbin/rpc.nfsd $RPCNFSDARGS (code=exited, status=0/SUCCESS) Process: 3544 ExecStartPre=/usr/sbin/exportfs -r (code=exited, status=0/SUCCESS) Main PID: 3545 (code=exited, status=0/SUCCESS) Feb 25 10:33:03 onap-nfs systemd[1]: Starting NFS server and services... Feb 25 10:33:03 onap-nfs systemd[1]: Started NFS server and services. ubuntu@onap-nfs:~$ I run the same heat template couple of weeks ago and was working to our openstack, so i suspect has to do something with our platform maybe? Did anyone experienced that error and has any hint? Thanks Lefteris -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20108): https://lists.onap.org/g/onap-discuss/message/20108 Mute This Topic: https://lists.onap.org/mt/71530892/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
