File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# Build a docker image
3
3
cd ..
4
- docker build -t pyengine/aws-cloudwatch .
4
+ docker build -t pyengine/aws-cloudwatch . --no-cache
5
5
docker tag pyengine/aws-cloudwatch pyengine/aws-cloudwatch:1.0
6
6
docker tag pyengine/aws-cloudwatch spaceone/aws-cloudwatch:1.0
Original file line number Diff line number Diff line change 1
1
spaceone-core
2
2
spaceone-api
3
+ spaceone-tester
3
4
boto3
4
5
schematics
Original file line number Diff line number Diff line change 33
33
install_requires = [
34
34
'spaceone-core' ,
35
35
'spaceone-api' ,
36
+ 'spaceone-tester' ,
36
37
'boto3' ,
37
38
'schematics'
38
39
],
Original file line number Diff line number Diff line change 1
1
PROTO = {
2
- 'plugin' : {
3
- 'data_source' : ['DataSource' ],
4
- 'metric' : ['Metric' ],
5
- 'log' : ['Log' ],
6
- }
2
+ 'spaceone.monitoring.api.plugin.data_source' : ['DataSource' ],
3
+ 'spaceone.monitoring.api.plugin.metric' : ['Metric' ],
4
+ 'spaceone.monitoring.api.plugin.log' : ['Log' ],
7
5
}
You can’t perform that action at this time.
0 commit comments