Re: [Openstack] [openstack][tacker] Support for resource outputs

2016-11-22 Thread Lars-Erik Helander
? Thanks Lars From: Sripriya Seetharam <ssee...@brocade.com> Date: Tuesday, 22 November 2016 at 01:09 To: Lars-Erik Helander <lars-erik.helan...@proceranetworks.com>, "openstack@lists.openstack.org" <openstack@lists.openstack.org> Subject: Re: [Openstack] [openstack][

[Openstack] [openstack][tacker] Support for resource outputs

2016-11-16 Thread Lars-Erik Helander
Do tacker support, in some way, something similar to what Heat supports in terms of defining output attributes to a resource and referencing these output attributes in other resources? ___ Mailing list:

Re: [Openstack] [Heat] Conditions on resource properties

2017-03-23 Thread Lars-Erik Helander
Thanks, found the example in the documentation but I could not make my case to work. What if the values are more complex than strings, e.g. a list of maps, do anyone have an example of that? On 2017-03-22, 20:11, "Zane Bitter" <zbit...@redhat.com> wrote: On 22/03/17

[Openstack] [Heat] Conditions on resource properties

2017-03-22 Thread Lars-Erik Helander
The Heat documentation states that conditions could be applied to resources, resource properties and output values. I have failed to set conditions on resource properties and I have found no examples. Anyone that has a working example? ___ Mailing

[Openstack] [openstack] Tenant/Project resource name spaces does not seem to work

2017-04-06 Thread Lars-Erik Helander
If I create networks in a project and define the networks to be non-shared, I still can use these networks from other projects. Not via Horizon but via the Openstack CLI commands (openstack, nova, neutron etc) and via Heat (heat templates may refer to networks in other projects). Is this how

Re: [Openstack] HOT ResourceGroup index referencing with get_attr

2017-03-12 Thread Lars-Erik Helander
ources: port: type: OS::Neutron::Port properties: network_id: { get_param: network} name: { get_param: [ports, { get_param: index } ] } port_security_enabled: False On 2017-03-12, 17:59, "Turbo Fredriksson" <tu...@bayour.com> wrote: On

Re: [Openstack] HOT ResourceGroup index referencing with get_attr

2017-03-12 Thread Lars-Erik Helander
I have also had similar problems with %index% and have resolved these using an additional “child” resource where I use “%index%” as a parameter and within the child resource use { get_attr: [instance, address, index] } /Lasse On 2017-03-12, 13:28, "Turbo Fredriksson" wrote:

Re: [Openstack] HOT ResourceGroup index referencing with get_attr

2017-03-12 Thread Lars-Erik Helander
I think you need to pass %index% in a string, e.g. type: Turbo::LoadBalancerMember properties: index: “%index%” instance: { get_attr: [instance, instance] } pool: { get_attr: [listener_tcp_8301, pool] } /Lasse On 2017-03-12,

[Openstack] [Heat] Dynamically create OS::Nova:Server "networks" property

2017-03-07 Thread Lars-Erik Helander
I have tried in numerous ways to compose a proper value for the “networks” property of OS::Nova::Server but with no success. Basically I have two “inputs” that together shall result in the complete networks lists, e.g. List1 : “[{port: foo1}, {port: foo2}]” List2 : “[{network: foo3},

Re: [Openstack] [openstack] Tenant/Project resource name spaces does not seem to work

2017-04-07 Thread Lars-Erik Helander
2017-04-06 22:30 GMT+09:00 Lars-Erik Helander <lars-erik.helan...@proceranetworks.com>: > If I create networks in a project and define the networks to be non-shared, > I still can use these networks from other projects. Not via Horizon but via > the Openstac

[Openstack] [heat][cinder] How to manage my volumes ?

2017-04-27 Thread Lars-Erik Helander
I am struggling to find a solution given the following: - A cluster of two or more servers - Each server has a storage volume attached - If a server goes down (disappears) it should attach to the same (identical content) volume when it is re-created -

Re: [Openstack] [designate] Synchronize bind9 backend

2017-05-09 Thread Lars-Erik Helander
Hayes" <gha...@suse.de> wrote: On 03/05/17 10:51, Lars-Erik Helander wrote: > We are using designate with a bind9 backend in a newton based Openstack > system. > > When the designate processes and the bind9 process are restarted they > get out o

[Openstack] [designate] Synchronize bind9 backend

2017-05-03 Thread Lars-Erik Helander
We are using designate with a bind9 backend in a newton based Openstack system. When the designate processes and the bind9 process are restarted they get out of synch. The zones in designate are no longer in bind9. How can I get the bind9 backend to get synchronized after a restart? /Lars

[Openstack] [heat] Using value_specs

2017-09-08 Thread Lars-Erik Helander
A number of resource types supports a ”value_specs” property. I have problem finding out valid vales for this property. I have tried various map values but whatever I try I get the message that the value is not allowed. How to find out the possible value sets? /Lars

[Openstack] [heat]

2017-09-11 Thread Lars-Erik Helander
I am trying to create a deployment scenario with the following characteristics: - Controllable via the Horizon Heat UI - Uses nested resource types The only way I have been able to do this is to create an external server where all nested templates are stored and either

[Openstack] [heat] AutoScalingGroup and dependents

2017-11-19 Thread Lars-Erik Helander
I am using OS::Heat::AutoScalingGroup in the following type of scenario resources: my_vm: type: SOME_TEMPLATE_WITH_A_VM_CONNECTED_TO_MULTIPLE_NETWORKS properties: networks: { get_attr: [my_networks, outputs_list, my_network] } my_networks: type:

[Openstack] [nova] Compute node in Pike does not register itself

2018-01-17 Thread Lars-Erik Helander
I can not get my compute nodes to register themelves when using Pike. It works OK in Ocata. Is there some additional config, service or software package required in Pike ? If I monitor the IP traffic on the compute node the following can be seen when nova-compute is started: Ocata: Compute

[Openstack] [neutron][networking-sfc] Load distribution within a port pair group

2018-03-07 Thread Lars-Erik Helander
If running networking-sfc on ocata, pike or queens what functionality works when it comes to distribution of traffic over the port-pairs in a port-pair-group ? /Lars ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack