aws-autoscaling-container
Advanced tools
Comparing version 0.1.6 to 0.1.8
@@ -79,3 +79,7 @@ /* | ||
var start = function start(mode, target, system, containerDef, container, out, cb) { | ||
main.setup(config, mode, target, system, containerDef, container, out, cb); | ||
if (mode !== 'preview') { | ||
main.setup(config, mode, target, system, containerDef, container, out, cb); | ||
} else { | ||
cb(); | ||
} | ||
}; | ||
@@ -82,0 +86,0 @@ |
@@ -95,3 +95,3 @@ /* | ||
var instanceType = spec.InstanceType || config.defaultInstanceType; // this need to be configurable | ||
var securityGroups = []; | ||
var securityGroups = container.specific.securityGroups || []; | ||
var keyName = container.specific.KeyName || config.defaultKeyName; | ||
@@ -98,0 +98,0 @@ getParamFromAncestorsSpecific(c, 'GroupId', function (err, groupId) { |
{ | ||
"name": "aws-autoscaling-container", | ||
"version": "0.1.6", | ||
"version": "0.1.8", | ||
"description": "AWS Autoscaling Group support for nscale", | ||
@@ -5,0 +5,0 @@ "main": "lib/container.js", |
46243
1010