Hi all - I'm trying to get the demo running on upstream OpenStack. I'm
using the onap_openstack.env and onap_openstack.yaml files pulled today
(Friday 7 April 13:00 US CDT).
My question is what the value should be for ubuntu_***_image keys in
onap_openstack.env.

The demo README file L137-138 states:
    ubuntu_1404_image: PUT THE UBUNTU 14.04 IMAGE NAME HERE
    ubuntu_1604_image: PUT THE UBUNTU 16.04 IMAGE NAME HERE

I have the following images created:
root at 6a06e46ee4a8:/tmp/osclient# openstack image list -f json
[
  {
    "Status": "active",
    "ID": "ea2d9961-5634-4db0-a685-1a3e4cb0459f",
    "Name": "cirros-0.3.5-x86_64-disk"
  },
  {
    "Status": "active",
    "ID": "307e0b0a-c10b-4001-a83a-939e6442d324",
    "Name": "trusty-server-cloudimg-amd64-disk1"
  },
  {
    "Status": "active",
    "ID": "6b2485f0-5490-4cbd-9be7-af194d3cbc26",
    "Name": "xenial-server-cloudimg-amd64-disk1"
  }
]

So in my onap_openstack.env I put:

ubuntu_1404_image: trusty-server-cloudimg-amd64-disk1

ubuntu_1604_image: xenial-server-cloudimg-amd64-disk1

When I try to create the stack:
root at 6a06e46ee4a8:/tmp/osclient# openstack stack create ONAP -t
onap_openstack.yaml -e onap_openstack.env

ERROR: Property error: : resources.dcae_c_vm.properties.image: :
"trusty-server-cloudimg-amd64-disk1" does not validate glance.image
(constraint not found)

ERROR: Property error: : resources.mso_vm.properties.image: :
"xenial-server-cloudimg-amd64-disk1" does not validate glance.image
(constraint not found)

and so on....

-----------------------------------------------------------

What am I doing wrong? What values should be used for ubuntu_***_image?

Also, what version of OpenStack was the vanilla OpenStack Heat templated
tested against? Maybe there have been changes between the tested version
and the one I'm using.

Thanks in advance!


----------------
Aimee Ukasick

Reply via email to