aboutsummaryrefslogtreecommitdiffstats
path: root/components/scripts/python/ccsdk_blueprints/resource_assignment_utils.py
diff options
context:
space:
mode:
authorSteve Alphonse Siani <alphonse.steve.siani.djissitchi@ibm.com>2019-02-11 23:35:16 -0500
committerSteve Alphonse Siani <alphonse.steve.siani.djissitchi@ibm.com>2019-02-12 08:07:00 -0500
commitdba22de28e496ae2d6d2fde9384fd1187e4b8fc1 (patch)
tree3c9edcec4e2f6fd013ad6514c7678979734b44f0 /components/scripts/python/ccsdk_blueprints/resource_assignment_utils.py
parentd4b9a331a88feea62872c4ae85f4ae1b738c6f60 (diff)
Jython execution component and service
Change-Id: I2610e73a9c7ba073b5fa9d148dcd6fb5b9ad9ae3 Issue-ID: CCSDK-696 Signed-off-by: Steve Alphonse Siani <alphonse.steve.siani.djissitchi@ibm.com>
Diffstat (limited to 'components/scripts/python/ccsdk_blueprints/resource_assignment_utils.py')
-rw-r--r--components/scripts/python/ccsdk_blueprints/resource_assignment_utils.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/components/scripts/python/ccsdk_blueprints/resource_assignment_utils.py b/components/scripts/python/ccsdk_blueprints/resource_assignment_utils.py
new file mode 100644
index 00000000..53cc5d70
--- /dev/null
+++ b/components/scripts/python/ccsdk_blueprints/resource_assignment_utils.py
@@ -0,0 +1,14 @@
+class ResourceAssignmentUtils:
+
+
+ @classmethod
+ def set_ressource_data_value(cls, ra, runtime_exception, value):
+ print "Set resource here..."
+ # TODO
+ return None
+
+ @staticmethod
+ def set_ressource_value(ra, runtime_exception, value):
+ print "Set resource here..."
+ # TODO
+ return None \ No newline at end of file