Pike Serie Releasenotes

0.2.0

Einleitung

Horizon Plugin for Container Management service is released as Zun UI. Zun UI work with Horizon, and service user interfaces for container management to users. For example, Zun UI provides table views and details view for container, these views have twelve operations for container. Also, this has WebSocket-based console view. Zun UI is implemented Angular-based, and supports latest features in Horizon.

Neue Funktionen

  • [blueprint add-container-operations] Operations for container, such as ‚Start‘, ‚Stop‘, ‚Restart‘, ‚Pause‘, ‚Unpause‘, ‚Execute Command‘ and ‚Send Kill Signal‘, are added. Also, while loading details view, then logs of container are shown in ‚Logs‘ tab.

  • [blueprint interactive-mode] Support pseudo-tty and stdin of container using serial console module in Horizon via WebSocket. „console“ tab is added into details view. When user displays details view, if „tty“ option for the container is enabled, Zun UI gets the URL for container „tty“ from docker and accesses the „tty“ via WebSocket to realize console on the browser.

  • [blueprint add-images-panel] The panel for container images management is added for admin users. This panel shows table view for images and has „pull“ action to store image as global action. The actions we can use are only „pull“ for now.

Andere Notizen

  • Reno wird für die Verwaltung der Releasenotes verwendet.

  • Unterstützung für Python 3.5.

  • Benutze nur tox für tests und entferne run_tests.sh welches nicht mehr benutzt wird.

  • Motiv der Dokumentation von oslosphinx nach openstackdocstheme gewechselt.

  • Benutze das Autodoc Feature von pbr anstelle von eigenentwickelter Logik.