In basic zones enable the sg provider
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/8ee8fdcc Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/8ee8fdcc Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/8ee8fdcc Branch: refs/heads/javelin Commit: 8ee8fdcc176e5a7b3b3587153c11804c62c2c683 Parents: cc6dae1 Author: Prasanna Santhanam <[email protected]> Authored: Thu Aug 23 19:03:59 2012 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Wed Sep 12 18:48:33 2012 +0530 ---------------------------------------------------------------------- tools/marvin/marvin/deployDataCenter.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8ee8fdcc/tools/marvin/marvin/deployDataCenter.py ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/deployDataCenter.py b/tools/marvin/marvin/deployDataCenter.py index 177c070..5c72389 100644 --- a/tools/marvin/marvin/deployDataCenter.py +++ b/tools/marvin/marvin/deployDataCenter.py @@ -212,6 +212,8 @@ class deployDataCenters(): vrconfig.id = vrprovid self.apiClient.configureVirtualRouterElement(vrconfig) self.enableProvider(pnetprovres[0].id) + elif provider.name == 'SecurityGroupProvider': + self.enableProvider(pnetprovres[0].id) elif provider.name in ['Netscaler', 'JuniperSRX', 'F5BigIp']: netprov = addNetworkServiceProvider.addNetworkServiceProviderCmd() netprov.name = provider.name
