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
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 no
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: OS::Heat::AutoScalin
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 refere
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
_
Hayes" 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 of synch. The zones in designa
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
__
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
- Minim
09:00 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
>
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 it
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" wrote:
On 22/03/17 07:45, Lars-Erik Helander wrote:
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 list
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" wrote:
On 12 Mar 2017, at 15:59,
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, 16:0
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:
I'm trying to
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}, {p
?
Thanks
Lars
From: Sripriya Seetharam
Date: Tuesday, 22 November 2016 at 01:09
To: Lars-Erik Helander ,
"openstack@lists.openstack.org"
Subject: Re: [Openstack] [openstack][tacker] Support for resource outputs
What exactly are you looking for in terms of defining output attribute
How can I pass parameters to a VNF when the values should populate a property
of type list.
An example:
security_groups:
- my_first_group
- my_second_group
If I use a template like this:
security_groups:
- {get_input : name_of_parameter}
The text “{get_input :
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: http://lists.openstack.org/cgi-bin/mailman/listinf
19 matches
Mail list logo