From 4b6d71d9db6e83cb3023cde75095fa6452f589d3 Mon Sep 17 00:00:00 2001 From: ativelkov Date: Tue, 26 Nov 2013 20:59:49 +0400 Subject: [PATCH] Nova network support added to workflows Fixes bug #12550557 Depends on conductor commit I7c5e829c58f9dcb242ae580bea0408329a82aa3f Change-Id: Ie55ac04ab5c0a27dff3bd76b58b8718695539eb0 --- .../Services/activeDirectory-manifest.yaml | 1 + muranorepository/Services/aspNetApp-manifest.yaml | 1 + .../Services/aspNetAppFarm-manifest.yaml | 1 + .../Services/demoService-manifest.yaml | 1 + .../Services/heat_templates/NNSecurity.template | 13 +++++++++++++ .../Services/linuxApacheService-manifest.yaml | 1 + .../Services/linuxTelnetService-manifest.yaml | 1 + .../Services/msSqlClusterServer-manifest.yaml | 1 + .../Services/msSqlServer-manifest.yaml | 1 + muranorepository/Services/webServer-manifest.yaml | 1 + .../Services/webServerFarm-manifest.yaml | 1 + .../Services/workflows/Networking.xml | 15 +++++++++++++++ 12 files changed, 38 insertions(+) create mode 100644 muranorepository/Services/heat_templates/NNSecurity.template diff --git a/muranorepository/Services/activeDirectory-manifest.yaml b/muranorepository/Services/activeDirectory-manifest.yaml index e59e92d..f39fcfc 100644 --- a/muranorepository/Services/activeDirectory-manifest.yaml +++ b/muranorepository/Services/activeDirectory-manifest.yaml @@ -14,6 +14,7 @@ heat: - RouterInterface.template - Windows.template - Network.template +- NNSecurity.template - Param.template - Subnet.template - InstancePortWSubnet.template diff --git a/muranorepository/Services/aspNetApp-manifest.yaml b/muranorepository/Services/aspNetApp-manifest.yaml index f9accab..077be12 100644 --- a/muranorepository/Services/aspNetApp-manifest.yaml +++ b/muranorepository/Services/aspNetApp-manifest.yaml @@ -23,6 +23,7 @@ heat: - InstancePort.template - InstancePortWSubnet.template - Network.template + - NNSecurity.template - Param.template - RouterInterface.template - Subnet.template diff --git a/muranorepository/Services/aspNetAppFarm-manifest.yaml b/muranorepository/Services/aspNetAppFarm-manifest.yaml index 74dc5bf..e6d0c7a 100644 --- a/muranorepository/Services/aspNetAppFarm-manifest.yaml +++ b/muranorepository/Services/aspNetAppFarm-manifest.yaml @@ -23,6 +23,7 @@ heat: - InstancePort.template - InstancePortWSubnet.template - Network.template + - NNSecurity.template - Param.template - RouterInterface.template - Subnet.template diff --git a/muranorepository/Services/demoService-manifest.yaml b/muranorepository/Services/demoService-manifest.yaml index f243077..4bcf0bf 100644 --- a/muranorepository/Services/demoService-manifest.yaml +++ b/muranorepository/Services/demoService-manifest.yaml @@ -8,6 +8,7 @@ heat: - Demo.template - RouterInterface.template - Network.template +- NNSecurity.template - Param.template - Subnet.template - InstancePortWSubnet.template diff --git a/muranorepository/Services/heat_templates/NNSecurity.template b/muranorepository/Services/heat_templates/NNSecurity.template new file mode 100644 index 0000000..c6d617c --- /dev/null +++ b/muranorepository/Services/heat_templates/NNSecurity.template @@ -0,0 +1,13 @@ +{ + "Resources": { + "$instanceName": { + "Properties": { + "SecurityGroups": [ + { + "Ref": "MuranoDefaultSecurityGroup" + } + ] + } + } + } +} \ No newline at end of file diff --git a/muranorepository/Services/linuxApacheService-manifest.yaml b/muranorepository/Services/linuxApacheService-manifest.yaml index c9b29b5..6f3ae83 100644 --- a/muranorepository/Services/linuxApacheService-manifest.yaml +++ b/muranorepository/Services/linuxApacheService-manifest.yaml @@ -23,6 +23,7 @@ heat: - InstancePort.template - InstancePortWSubnet.template - Network.template + - NNSecurity.template - Param.template - RouterInterface.template - Subnet.template diff --git a/muranorepository/Services/linuxTelnetService-manifest.yaml b/muranorepository/Services/linuxTelnetService-manifest.yaml index 56f79ef..50bab0a 100644 --- a/muranorepository/Services/linuxTelnetService-manifest.yaml +++ b/muranorepository/Services/linuxTelnetService-manifest.yaml @@ -22,6 +22,7 @@ heat: - InstancePort.template - InstancePortWSubnet.template - Network.template + - NNSecurity.template - Param.template - RouterInterface.template - Subnet.template diff --git a/muranorepository/Services/msSqlClusterServer-manifest.yaml b/muranorepository/Services/msSqlClusterServer-manifest.yaml index 9442a29..1c6b281 100644 --- a/muranorepository/Services/msSqlClusterServer-manifest.yaml +++ b/muranorepository/Services/msSqlClusterServer-manifest.yaml @@ -24,6 +24,7 @@ heat: - InstancePort.template - InstancePortWSubnet.template - Network.template + - NNSecurity.template - Param.template - RouterInterface.template - Subnet.template diff --git a/muranorepository/Services/msSqlServer-manifest.yaml b/muranorepository/Services/msSqlServer-manifest.yaml index d25df2b..f4ed1f5 100644 --- a/muranorepository/Services/msSqlServer-manifest.yaml +++ b/muranorepository/Services/msSqlServer-manifest.yaml @@ -24,6 +24,7 @@ heat: - InstancePort.template - InstancePortWSubnet.template - Network.template + - NNSecurity.template - Param.template - RouterInterface.template - Subnet.template diff --git a/muranorepository/Services/webServer-manifest.yaml b/muranorepository/Services/webServer-manifest.yaml index f64b968..8922014 100644 --- a/muranorepository/Services/webServer-manifest.yaml +++ b/muranorepository/Services/webServer-manifest.yaml @@ -23,6 +23,7 @@ heat: - InstancePort.template - InstancePortWSubnet.template - Network.template + - NNSecurity.template - Param.template - RouterInterface.template - Subnet.template diff --git a/muranorepository/Services/webServerFarm-manifest.yaml b/muranorepository/Services/webServerFarm-manifest.yaml index 2b2ae96..c19fd9d 100644 --- a/muranorepository/Services/webServerFarm-manifest.yaml +++ b/muranorepository/Services/webServerFarm-manifest.yaml @@ -23,6 +23,7 @@ heat: - InstancePort.template - InstancePortWSubnet.template - Network.template + - NNSecurity.template - Param.template - RouterInterface.template - Subnet.template diff --git a/muranorepository/Services/workflows/Networking.xml b/muranorepository/Services/workflows/Networking.xml index f69c83c..8008336 100644 --- a/muranorepository/Services/workflows/Networking.xml +++ b/muranorepository/Services/workflows/Networking.xml @@ -37,6 +37,10 @@ + + + @@ -185,6 +189,17 @@ + + + + +