Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit 24ffe61

Browse files
author
earthmant
committed
updating 4.5
1 parent 2ee4aaf commit 24ffe61

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ node_templates:
321321
- CidrIp: 0.0.0.0/0
322322
- IpProtocol: tcp
323323
FromPort: 5671
324-
ToPort: 5671
324+
ToPort: 5672
325325
IpRanges:
326326
- CidrIp: 0.0.0.0/0
327327
- IpProtocol: tcp

gcp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ node_templates:
213213
- { get_property: [ network_subnet0, subnet ] }
214214
- { get_property: [ network_subnet1, subnet ] }
215215
allowed:
216-
tcp: [5671, 8101, 53333, 8300, 8301, 8500, 22000, 15432]
216+
tcp: [5671, 5672, 8101, 53333, 8300, 8301, 8500, 22000, 15432]
217217
relationships:
218218
- type: cloudify.relationships.connected_to
219219
target: network

imports/manager-configuration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
rpm:
88
description: >
99
If inputs.bootstrap is false, this is the CLI RPM to install and bootstrap with.
10-
default: http://repository.cloudifysource.org/cloudify/4.4.0/ga-release/cloudify-manager-install-4.4ga.rpm
10+
default: http://repository.cloudifysource.org/cloudify/4.5.0/ga-release/cloudify-manager-install-4.5ga.rpm
1111

1212
blueprints:
1313
default:

openstack.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,10 @@ node_templates:
254254
port_range_min: 5671
255255
port_range_max: 5671
256256
protocol: tcp
257+
- remote_ip_prefix: 0.0.0.0/0
258+
port_range_min: 5672
259+
port_range_max: 5672
260+
protocol: tcp
257261
- remote_ip_prefix: 0.0.0.0/0
258262
port_range_min: 8086
259263
port_range_max: 8086

0 commit comments

Comments
 (0)