Skip to content

Commit

Permalink
remove scl grp
Browse files Browse the repository at this point in the history
  • Loading branch information
loi committed May 28, 2018
1 parent 5eafc6c commit 4ffa381
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions openstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ node_templates:
relationships:
- target: kubernetes_node_port
type: cloudify.openstack.server_connected_to_port
- type: cloudify.relationships.contained_in
target: scaling_group
interfaces:
cloudify.interfaces.lifecycle:
create:
Expand Down Expand Up @@ -123,12 +121,6 @@ node_templates:
- type: cloudify.openstack.port_connected_to_security_group
target: kubernetes_security_group

scaling_group:
type: cloudify.nodes.Root
relationships:
- type: cloudify.relationships.contained_in
target: openstack

public_subnet:
type: cloudify.openstack.nodes.Subnet
properties:
Expand All @@ -147,9 +139,6 @@ node_templates:
openstack_config: *openstack_config
use_external_resource: true
resource_id: { get_secret: public_network_name }
relationships:
- type: cloudify.relationships.contained_in
target: scaling_group

router:
type: cloudify.openstack.nodes.Router
Expand All @@ -173,7 +162,6 @@ groups:
members:
- k8s_node_host
- kubernetes_node_port
- scaling_group

scale_up_group:
members: [k8s_node_host]
Expand Down

0 comments on commit 4ffa381

Please sign in to comment.