XS Community Edition/5.0/Ansible Progress: Difference between revisions
< XS Community Edition | 5.0
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(25 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{xsce}} |
{{xsce}} |
||
The following table tracks the progress of implementing ansible roles for each of the xs-config plugin.d modules. |
The following table tracks the progress of implementing [http://www.ansibleworks.com/ ansible] roles for each of the xs-config plugin.d modules. In addition, there are roles implemented in ansible that had no corresponding plugin module. Green means all xs-config functionality has been ported. The comments may indicate further work for future releases. |
||
Reminder: This XSCE 5.0 work is in preparation [[../../Features|future XSCE features]] (chart begun Oct 2013, building on foundations below). |
|||
{| border="1" cellpadding="3" cellspacing="0" class="wikitable sortable" style="text-align: left;" |
|||
! align="left"| plugin.d |
|||
! align="left"| role |
|||
! align="left"| Status |
|||
|- style="background: grey;" |
|||
|acpowergaps |
|||
|NA |
|||
|No conversion planned for 0.5 |
|||
|- style="background: green;" |
|||
|activity-server |
|||
|activity-server |
|||
|xs-config functionality ported |
|||
|- style="background: yellow;" |
|||
|avahi |
|||
|part of common |
|||
|Not fully implemented in xs-config nor in ansible |
|||
|- style="background: grey;" |
|||
|cups |
|||
|? |
|||
|rpms only in xs-config, nothing in ansible |
|||
|- style="background: green;" |
|||
|dansguardian |
|||
|squid |
|||
|Fully implemented |
|||
|- style="background: green;" |
|||
|dhcpd |
|||
|gateway |
|||
|Fully implemented |
|||
|- style="background: green;" |
|||
|ejabberd |
|||
|ejabberd |
|||
|Fully implemented |
|||
|- style="background: green;" |
|||
|gateway |
|||
|gateway |
|||
|Fully implemented |
|||
|- style="background: grey;" |
|||
|gui |
|||
|NA |
|||
|replaced by ajenti |
|||
|- style="background: green;" |
|||
|httpd |
|||
|httpd |
|||
|Fully implemented |
|||
|- style="background: green;" |
|||
|idmgr |
|||
|idmgr |
|||
|Fully implemented |
|||
|- style="background: green;" |
|||
|IIAB |
|||
|iiab |
|||
|Implemented as embedded, but not as appliance |
|||
|- style="background: green;" |
|||
|monit |
|||
|monit |
|||
|Fully implemented |
|||
|- style="background: green;" |
|||
|moodle |
|||
|moodle |
|||
|Fully implemented |
|||
|- style="background: green;" |
|||
|named |
|||
|named |
|||
|Fully implemented |
|||
|- style="background: yellow;" |
|||
|network |
|||
|network |
|||
|Fully implemented; some refinement to device detection |
|||
|- style="background: grey;" |
|||
|nmon |
|||
|NA |
|||
|RPM s only in xs-config & disabled |
|||
|- style="background: grey;" |
|||
|ntop |
|||
|NA |
|||
|RPM s only in xs-config & disabled |
|||
|- style="background: grey;" |
|||
|one2many |
|||
|NA |
|||
|RPM s only in xs-config & disabled |
|||
|- style="background: grey;" |
|||
|openvpn |
|||
|NA |
|||
|RPM s only in xs-config & disabled |
|||
|- style="background: yellow;" |
|||
|pathagar |
|||
|pathagar |
|||
|Testing |
|||
|- style="background: green;" |
|||
|portal |
|||
|portal |
|||
|Equivalent of xs-config; requires more work |
|||
|- style="background: green;" |
|||
|postgresql |
|||
|postgresql |
|||
|being reworked for future release |
|||
|- style="background: grey;" |
|||
|puppet |
|||
|NA |
|||
|Not required |
|||
|- style="background: grey;" |
|||
|sdcard |
|||
|NA |
|||
|Not done in xs-config |
|||
|- style="background: grey;" |
|||
|sleep |
|||
|NA |
|||
|Not done in xs-config |
|||
|- style="background: green;" |
|||
|squid |
|||
|squid |
|||
|Fully implemented |
|||
|- style="background: green;" |
|||
|stats |
|||
|stats |
|||
|Fully implemented; x64 rpm in future release |
|||
|- style="background: red;" |
|||
|tccustomize |
|||
|? |
|||
| tiny core wrapper for install rpm, not yet added for ansible |
|||
|- style="background: red;" |
|||
|upload |
|||
|? |
|||
|Still to be done. Should be part of admin gui |
|||
|- style="background: grey;" |
|||
|vnc |
|||
|? |
|||
|Not implemented; disabled xs-config |
|||
|- style="background: grey;" |
|||
|xo-admin |
|||
|? |
|||
|Not implemented; disabled xs-config |
|||
|- style="background: grey;" |
|||
|xs-security |
|||
|? |
|||
|Not implemented |
|||
|- |
|||
|} |
Latest revision as of 02:05, 23 August 2015
This IIAB XSCE content does not reflect the opinion of OLPC. These pages were created by members of a volunteer community supporting OLPC and deployments.
The following table tracks the progress of implementing ansible roles for each of the xs-config plugin.d modules. In addition, there are roles implemented in ansible that had no corresponding plugin module. Green means all xs-config functionality has been ported. The comments may indicate further work for future releases.
Reminder: This XSCE 5.0 work is in preparation future XSCE features (chart begun Oct 2013, building on foundations below).
plugin.d | role | Status |
---|---|---|
acpowergaps | NA | No conversion planned for 0.5 |
activity-server | activity-server | xs-config functionality ported |
avahi | part of common | Not fully implemented in xs-config nor in ansible |
cups | ? | rpms only in xs-config, nothing in ansible |
dansguardian | squid | Fully implemented |
dhcpd | gateway | Fully implemented |
ejabberd | ejabberd | Fully implemented |
gateway | gateway | Fully implemented |
gui | NA | replaced by ajenti |
httpd | httpd | Fully implemented |
idmgr | idmgr | Fully implemented |
IIAB | iiab | Implemented as embedded, but not as appliance |
monit | monit | Fully implemented |
moodle | moodle | Fully implemented |
named | named | Fully implemented |
network | network | Fully implemented; some refinement to device detection |
nmon | NA | RPM s only in xs-config & disabled |
ntop | NA | RPM s only in xs-config & disabled |
one2many | NA | RPM s only in xs-config & disabled |
openvpn | NA | RPM s only in xs-config & disabled |
pathagar | pathagar | Testing |
portal | portal | Equivalent of xs-config; requires more work |
postgresql | postgresql | being reworked for future release |
puppet | NA | Not required |
sdcard | NA | Not done in xs-config |
sleep | NA | Not done in xs-config |
squid | squid | Fully implemented |
stats | stats | Fully implemented; x64 rpm in future release |
tccustomize | ? | tiny core wrapper for install rpm, not yet added for ansible |
upload | ? | Still to be done. Should be part of admin gui |
vnc | ? | Not implemented; disabled xs-config |
xo-admin | ? | Not implemented; disabled xs-config |
xs-security | ? | Not implemented |