aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-06-30rm dependents, update testsUlas Kozat3-5/+73
Change-Id: Ib28582296eb93ae5ee8276cfbf0221f3fd03ecbc Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-27refactored run.sh and changed its execution modeUlas Kozat1-4/+17
Change-Id: I761bf4b4995e4fc19253388af881df9f532c5cc1 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-21updated test script and foldersUlas Kozat2-10/+43
Change-Id: I9840371e558adc86c83b311afee337c8bb6fedbc Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-17adding test directoryUlas Kozat1-0/+113
Change-Id: I724fd46bddacb227c0433a04427a70400f2fba0c Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-17added new tosca samples and fixed some small bugsUlas Kozat7-6/+232
Change-Id: I936f12c0129711a234187cd285b2244af65a70b8 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-17Additional placeholders for documentationUlas Kozat7-0/+153
Change-Id: I2c70158e6af205d511731d73b8c97e6117973daa Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-15Publish routine turns FAILED status when distribution or translation failsUlas Kozat1-7/+9
Change-Id: Ie66dbd2edfa9ab28e21701b3ac79242c7d5c507e Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-15Minor bug fixes for (1) registration timeout and (2) handling domino server ↵Ulas Kozat1-16/+20
IP passed via CLI Change-Id: I339c6e4ae25d922ba85a8d9e439207e0eeab9450 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-14updated documentation and included another sample Tosca fileUlas Kozat3-4/+78
Change-Id: Iedcd4838f907294909373aaac5de3a94ab9b8e06 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-14updated API documentation for using domino-cli.pyUlas Kozat1-9/+9
Change-Id: I7230804483c3ed3dca0b03bd0a036a12cada41cb Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-13Added cliport support for domino-cli.py to be able to run multiple domino ↵Ulas Kozat3-13/+17
clients in non-interactive mode Change-Id: I38dd5061d60739ba2e37c50e8887abe69fa0b137 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-10Added heat translation supportUlas Kozat2-6/+17
Change-Id: I9d2462e34eda9e052774be280984dd571ff14650 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-09files pushed to the client are written to files under directories named ↵Ulas Kozat3-14/+37
after udid Change-Id: I28b5dd6ce3bcc9592108ffecbd325b4290ddeddf Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-09Readded falsely deleted line for recording registered nodes in dictionary objectUlas Kozat4-13/+33
Change-Id: Ie000af03a00c8b0abb37fba8cf8634cd2824812d Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-09using miscutil.read_templatefile(temp_filename) function in domino clientUlas Kozat2-7/+2
Change-Id: I9862a2c50ac7ba24bfc5708eb7ba06ca2419f199 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-06error was occurring when a template is subscribed without label subscriptionUlas Kozat1-13/+13
Change-Id: I490615fe231b679089984390a1bcbbe87c059f6c Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-06fixed typoUlas Kozat1-1/+7
Change-Id: Ia661b9a805c5e24a938bbe13f2720250df4dbd02 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-06Added platform overviewUlas Kozat2-0/+45
Change-Id: I858492aaa466ae79dd622e00a348dccd3a0c0d0f Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com> Fixed trailing white spaces Change-Id: I8eec697a2d03b4741bed2923e14f8461b6ca7510 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-06Modified defauly log level back to WARNING in domino_conf.py fileUlas Kozat1-1/+1
Change-Id: I503a35ea6f6bbc501ccf2b574409f44d4a125213 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-06Updated documentation, moved some configuration parameters to the ↵Ulas Kozat4-5/+49
domino_conf.py file Change-Id: I31fe9cc150ed77bd200de8a78fb357b8d0761dab Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com> Updated documentation, moved some configuration parameters to the domino_conf.py file Change-Id: I419d647a8909f3ee88d96d311646843b1aef7c93 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-03added sqlite3 support at Domino Server for label subscriptions and client ↵Ulas Kozat1-0/+16
registrations Change-Id: Id12aff1f81678aeb05ec77ff9f6fb28d6874b981 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-03added sqlite3 support at Domino Server for label subscriptions and client ↵Ulas Kozat10-10/+50
registrations Change-Id: Ia3d741adadb20eb92525a4640ad70fa3fdc435a2 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-02updated subscribe command usageUlas Kozat1-2/+8
Change-Id: Ie6cee2ff877632431638b7a34bf1c30aa406d0ac Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-02removed pyc files, added label and template subscription options to ↵Ulas Kozat23-10/+27
overwrite and delete existing entries Change-Id: Ic44e6463bbdd4fc8365099d36c0d9df50b1b2249 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-01Removed trailing white spaces in api-documentation.rstUlas Kozat1-2/+77
Change-Id: I00a746c13987c9fd6085a73fa1a4c3cde31b146b Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-01Update user guideUlas Kozat1-10/+8
Change-Id: I65c93bc7ba443008597ebdd2bc3c64082a661c78 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com> Update user guide Change-Id: I7a6993154e30751076239900a859cb97f91cddbf Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-01Update user guideUlas Kozat1-0/+2
Change-Id: Ic28c0397e7b92d3b0ef2122bcd5d18345fe82e53 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-01Update user guideUlas Kozat2-5/+21
Change-Id: Ie88251ec761a2992e25830652b7ecad1a21cb376 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-01removed how-to-use-docsUlas Kozat2-116/+0
Change-Id: Iafc2f0741a69393ddf713390e3bb4d08f1f03e0f Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-01docs updateUlas Kozat2-0/+0
Change-Id: Ib6f8bc227853a443ecea925e8866284682fc329c Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-01removed example how-to-use-docs folderUlas Kozat4-0/+50
Change-Id: Id7b0f51ef568359d0f3f03ba8bb647fcbed39d30 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-06-01Merge "refactored codes, added standalone CLI client, option of interactive ↵Ulas Kozat15-105/+788
vs. standalone CLI"
2016-05-31Merge "Example as code, documentation template for sphinx build"Ulas Kozat4-0/+150
2016-05-27refactored codes, added standalone CLI client, option of interactive vs. ↵Ulas Kozat15-105/+788
standalone CLI Change-Id: I262aaf4f5908c0d9b7eae87699c49ba385437589 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-05-24Fixed loglevel reference error and modified README.mdUlas Kozat2-4/+4
Change-Id: I2d22ebd741ee61debf981356993587a62aa277ea Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-05-20added features: logger, exception handling, CLI changes, move constants to ↵Ulas Kozat6-87/+221
domino_conf.py; fixed bug: packing UDID generated as UINT64 by the random number generator to INT64 Change-Id: Id79e79050d1a1011d3548bb4445792354e7b63d0 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-05-15Simple mapper/scheduler/partitioner functions implementedUlas Kozat70-0/+8705
Change-Id: I553b196943022451d8dc4984fe37b2b228c8f4cf Signed-off-by: Ulas C. Kozat <ulas.kozat@huawei.com>
2016-04-13add contributors to INFOUlas Kozat1-0/+6
Change-Id: I27f48a7b857253d41dfc0148f547ff69a3922403 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
2016-03-31Example as code, documentation template for sphinx buildAric Gardner4-0/+150
This code will be pushed to each project creating a docs/ directory This servers as an example and template for you (the developers) to create your own project documentation, these files are only meant as place holders and should be replaced by your own project documentation Change-Id: I3c61ef2dac43d55f4cf6c6677099fef8b101a182 JIRA:RELENG-15 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2016-03-31Adding INFO and LICENSE for reviewAric Gardner3-0/+35
Change-Id: I7013797e5d4a39a91d833e0d2c7c2f8230905405 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2016-03-31Initial empty repositoryAric Gardner0-0/+0