I've created a environment file:
resource_registry:
"OS::Nova::Server::Instance":
"https://raw.githubusercontent.com/FransUrbo/Openstack-Bayour.COM/master/instance.yaml"
I then create an instance from the template:
admin_floating:
type: OS::Neutron::FloatingIP
description: LDAP/KRB5 Admin Floating IP
properties:
floating_network_id: physical
# port_id: { get_attr: [admin, networks, { get_param: network }, 0, port]}
# port_id: { get_attr: [admin, networks, 0, port]}
admin:
type: OS::Nova::Server::Instance
properties:
name: instance
image: { get_param: image }
size: 5
flavor: m1.2tiny
network: { get_param: network }
The problem here is the 'port_id' of "admin_floating". I can't
seem to be able to get the port ID of the instance created..
If I don't rollback my stack, I can investigate the instance
using "openstack server show <instance>" and there's no network
or port in there..
--
If something's hard to do, then it's not worth doing.
- Homer Simpson
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : [email protected]
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack