41 Commits

Author SHA1 Message Date
Dmitry Teselkin
779e61ba72 Unattended installation files added 2013-02-25 17:18:20 +04:00
Dmitry Teselkin
28ff9f3335 Execution plan files added 2013-02-25 17:17:42 +04:00
Dmitry Teselkin
ad95b0b6f4 Merge branch 'master' of ssh://gerrit:29418/keero/keero 2013-02-25 15:58:34 +04:00
Stan Lagun
b2ca5412ee windc iteration2 2013-02-25 04:00:09 +04:00
Timur Nurlygayanov
11514bca96 Added WebUI for correct configuration of new service AD. 2013-02-24 07:28:07 -05:00
Timur Nurlygayanov
0aaa612465 Resolved issue with datacenter id. 2013-02-22 13:05:55 -05:00
Timur Nurlygayanov
c13a88f866 Resolved issue with datacenter id. 2013-02-22 12:57:56 -05:00
Timur Nurlygayanov
2de25c8b6f Fixed many small issues. 2013-02-22 08:13:55 -05:00
Dmitry Teselkin
235c9ff846 Merge branch 'master' of ssh://gerrit:29418/keero/keero 2013-02-22 16:18:56 +04:00
Timur Nurlygayanov
97aa4ca978 Fixed typo. 2013-02-21 15:02:09 -05:00
Dmitry Teselkin
3d2dc384d3 Merge branch 'master' of ssh://gerrit:29418/keero/keero 2013-02-21 19:19:49 +04:00
Timur Nurlygayanov
ee6fc07b83 Merge changes I58d823ec,I5873d361
* changes:
  [KEERO-83] Windows Agent: Ability to reboot machine after execution plan is executed
  [KEERO-83] Windows Agent: Typo fixes + sample values in config
2013-02-21 18:49:31 +04:00
Timur Nurlygayanov
5960ab8d23 Merge "[KEERO-83] Windows Agent initial implementation" 2013-02-21 18:48:31 +04:00
Timur Nurlygayanov
109f393526 Fixed KEERO-89 2013-02-21 08:07:56 -05:00
Georgy Okrokvertskhov
233ce6501b Fixed issue with data centers 2013-02-20 20:27:32 -08:00
Georgy Okrokvertskhov
f92d2ef4e1 Added services functions to client. Need to be tested. 2013-02-20 20:26:49 -08:00
Stan Lagun
58d823eca5 [KEERO-83] Windows Agent: Ability to reboot machine after execution plan is executed 2013-02-21 00:19:46 +04:00
Stan Lagun
5873d3610b [KEERO-83] Windows Agent: Typo fixes + sample values in config 2013-02-20 23:39:22 +04:00
Stan Lagun
d141fbc4dc [KEERO-83] Windows Agent initial implementation 2013-02-20 23:15:44 +04:00
Georgy Okrokvertskhov
8abd1ba3aa Added operations for chef. They might be remove if we decide to not use chef. 2013-02-20 11:06:04 -08:00
Timur Nurlygayanov
1273092b6a Fixed small issues. 2013-02-20 08:23:06 -08:00
Timur Nurlygayanov
009ec0519f Fixed KEERO-85. 2013-02-19 07:33:05 -08:00
Timur Nurlygayanov
cacee34d49 Fixed issue with virtual environment SQLAlchemy library. 2013-02-19 04:51:56 -08:00
Timur Nurlygayanov
160f8b6ca4 Added library libsqlite3-dev to virtual environment for windc client. 2013-02-19 04:14:25 -08:00
Timur Nurlygayanov
0136a6f737 Added new functional to dashboard, fixed small issues. 2013-02-19 00:04:06 -08:00
Timur Nurlygayanov
6c51f7d983 Added windc API client, sync repo with dev box. 2013-02-18 00:32:23 -08:00
Timur Nurlygayanov
1571d0775a Added new files. 2013-02-16 03:39:17 -08:00
Timur Nurlygayanov
505c3da3a4 Updated design. Removed extra code. 2013-02-16 03:10:02 -08:00
Georgiy Okrokvertskhov
45a2d84d72 Merge changes I766fe43c,I352ab3d2,I1b8aef4e
* changes:
  Added additional fields for Domain Controller.
  Added simple form for configuration Domen Controllers and IIS Servers.
  Fixed small problems with links and titles on pages.
2013-02-15 18:07:17 +04:00
Georgy Okrokvertskhov
61801a0ca8 1. Added support of CloudFormation templates. Made a simple interface to build template. Stan can work here to redesign template.py
2. Added calls of drivers. Now heat is called from cmd instead of client. Should be rewritten.
3. ActiveDirectory makes a static template. Need to rewrite this with working with actual parameters.
2013-02-15 06:04:54 -08:00
Timur Nurlygayanov
766fe43cce Added additional fields for Domain Controller. 2013-02-15 14:24:50 +04:00
Timur Nurlygayanov
352ab3d228 Added simple form for configuration Domen Controllers and IIS Servers. 2013-02-15 10:54:11 +04:00
Timur Nurlygayanov
1b8aef4ee7 Fixed small problems with links and titles on pages. 2013-02-14 18:25:03 +04:00
Timur Nurlygayanov
f32b95e7dc Fixed small problems with links and titles on pages. 2013-02-14 16:48:52 +04:00
Timur Nurlygayanov
3b0f8570de Added initial project for horizon dashboard 2013-02-13 20:49:28 +04:00
Dmitry Teselkin
3149f0caef Merge branch 'master' of ssh://gerrit:29418/keero/keero 2013-02-13 20:26:58 +04:00
Georgy Okrokvertskhov
c138dd8f40 1. Added builders support. Each builder is a class dynamically loaded from
./windc/core/builders folder. The class name should be the same as module file name.
2. Updated core/api.py to support datacenter and service creation with extra parameters which are not defined by model explicitly.
3. Added event based approach for the windows environment change. Now when user submits a request to API the core updates database and initiates a new event which defined scope (datacenter, service, VM) and action (add, modify, delete). This event and data will be iterated over all registered builders. Each builder can use this event and data to plan some modification.
2013-02-12 15:05:27 -08:00
Georgy Okrokvertskhov
8994ffcab1 1. Fixed issue with main file start ./bin/windc-api
2. Added router to Route /datacenters/ and /services/ URLs
3. Added stubs for windc/core/api.
4. Fixed start-up process for service
-------------------------------------------------
Now it is working service which will reply for
curl http://localhost:8181/tenant_id/datacenters/
curl http://localhost:8181/tenant_id/datacenters/dc_id/services
curl http://localhost:8181/tenant_id/datacenters/dc_id/services/service_id
2013-02-11 14:13:20 -08:00
Georgy Okrokvertskhov
7d7d480d79 Initial version of the Windows DataCenter project. It is openstak-skeleton based. 2013-02-09 09:37:03 -08:00
Dmitry Teselkin
cba2c5fb73 Unattended files added 2013-02-07 19:21:27 +04:00
Alexander Shlykov
750b94c09d Initial empty repository 2013-02-04 11:26:47 +04:00