Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Radon Particles Lab07 DevOps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
yavorsky
Radon Particles Lab07 DevOps
Commits
70d2765b
Unverified
Commit
70d2765b
authored
3 years ago
by
Vladimir Yussupov
Browse files
Options
Downloads
Patches
Plain Diff
Fix duplicates and policy references
Signed-off-by:
Vladimir Yussupov
<
v.yussupov@gmail.com
>
parent
2bc05d52
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nodetypes/radon.nodes.aws/AwsLambdaFunctionFromS3Scalable/NodeType.tosca
+4
-20
4 additions, 20 deletions
....nodes.aws/AwsLambdaFunctionFromS3Scalable/NodeType.tosca
with
4 additions
and
20 deletions
nodetypes/radon.nodes.aws/AwsLambdaFunctionFromS3Scalable/NodeType.tosca
+
4
−
20
View file @
70d2765b
...
...
@@ -125,7 +125,7 @@ node_types:
callbackUrlCPU:
type: string
required: false
default: { get_property: [ radon.policies.scaling.Scale
Up
, callbackUrlCPU ] }
default: { get_property: [ radon.policies.scaling.Scale
Out
, callbackUrlCPU ] }
lambda_timeout:
type: integer
required: true
...
...
@@ -161,31 +161,15 @@ node_types:
cpu_upper_bound:
type: float
required: false
default: { get_property: [ radon.policies.scaling.ScaleUp, cpu_upper_bound ] }
s3_bucket_key:
type: string
required: true
default: { get_property: [ SELF, s3_bucket_key ] }
aws_region:
type: string
required: true
default: { get_property: [ SELF, host, region ] }
role_arn:
type: string
required: true
default: { get_attribute: [ SELF, host, role_arn ] }
function_name:
type: string
required: true
default: { get_property: [ SELF, name ] }
default: { get_property: [ radon.policies.scaling.ScaleOut, cpu_upper_bound ] }
adjustment:
type: float
required: false
default: { get_property: [ radon.policies.scaling.Scale
Up
, adjustment ] }
default: { get_property: [ radon.policies.scaling.Scale
Out
, adjustment ] }
ram_upper_bound:
type: float
required: false
default: { get_property: [ radon.policies.scaling.Scale
Up
, ram_upper_bound ] }
default: { get_property: [ radon.policies.scaling.Scale
Out
, ram_upper_bound ] }
operations:
create:
implementation:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment