Victoria Series Release Notes

4.0.0

Upgrade Notes

  • Python 2.7 support has been dropped. Last release of ironic-ui to support Python 2.7 is OpenStack Train. The minimum version of Python now supported by ironic-ui is Python 3.6.

Bug Fixes

  • Fixed _construct_http_client() takes at least 1 argument when creating an ironic client instance.

3.1.0

Nouvelles fonctionnalités

  • Adds support for selecting driver interfaces for dynamic drivers while creating nodes. The support for driver interfaces is not compatible with classic drivers. This feature is supported with Pike and further versions of ironic.

  • Adds support for injecting non-maskable interrupts into a node. A new action Inject NMI has been added to the node actions dropdown menu in the Node Details page.

3.0.0

Nouvelles fonctionnalités

  • Support has been added for starting, stopping, and accessing the console associated with a node.

  • The action dropdown menu in the node-details panel has a new item Enable|Disable console.

  • The node-details/overview panel has a new Console info item in the General section. The value of this field is dependent on the console type.

    For shellinabox, the value is an anchor with the URL required to access the web console and title shellinabox. For others, the value is a string representation of the console_info object returned by the get_console api call.

  • The Node Details/Configuration tab now shows the node’s boot device.

  • Adds the ability to view and edit the node’s resource_class field on the node-details/configuration page.

  • Adds support for a user to be able to edit the resource_class field when enrolling/updating a node.

  • Adds support for editing portgroups from the node-details/configuration page. Each entry in the portgroups table has an associated Edit portgroup button that when clicked will launch a modal dialog that guides the user in making changes.

  • A backend mock has been added that enables better unit testing of the ironic-ui application by mocking the ironic API service. The mock utilizes angular $httpbackend handlers to intercept requests targeted at the ironic-ui server-side REST endpoints, and returns simulated responses.

    A number of unit tests have been developed that illustrate the use of the backend mock functionality.

    Although the backend mock is a work in progress, enough functionality already exists to support test development for the current set of in-progress features.

  • Adds support for viewing and managing the portgroups associated with an ironic node.

    A portgroup table has been added to the node-details/configuration tab.

    Each row in the table displays a single portgroup, and has column entries for its UUID, MAC address, name, and number of ports. A dropdown menu is also provided that contains actions that can be applied to the portgroup.

    Detailed information for a portgroup is obtained by clicking the detail-toggle-selector (right-chevron) located in its table row. The additional information is displayed in a row expansion.

  • The port table in node-details/configuration tab has been modified as follows:

    • A column has been added that displays the UUID of the portgroup to which the port belongs.

    • The Properties column has been replaced with a column that displays only the boolean value of the pxe_enabled property.

    • Additional properties are displayed by clicking the detail-toggle-selector for that port in a similar manner to the portgroup table.

2.2.0

Nouvelles fonctionnalités

  • Support has been added for inspecting nodes. For a node that is in the manageable state, its action menu will include an Inspect button. Node action menus are located in the node-list and node-detail pages.

  • The current cleaning step is displayed in the Provisioning Status section of the node-details/overview page

  • The user is now able to abort a node cleaning operation. When cleaning is aborted the node is moved from the CLEAN WAIT state to the CLEAN FAIL state. When appropriate an « Abort cleaning » action will be present in individual node action menu.

  • The node-details/configuration page has been extended to enable the user to edit ports after initial creation.

  • The user is now able to specify the pxe_enabled and local-link-connection attributes as part of defining/editing ports.

2.1.0

Prelude

Cette release ajoute le support de l’édition des nœuds et permet le déplacement des nœuds entre les états : « enroll », « manageable », « available » et « active ». Il est désormais possible d’enroller un nœud sans avoir tous les champs requis pour le déplacer à l’état « manageable » qui est présent dans la fonction d’édition du nœud une fois qu’il a été créé.

Nouvelles fonctionnalités

  • Éditer un nœud après sa création

  • Déplacer les nœuds entre les états : « enroll », « manageable », « available » et « active »

  • La possibilité d’enroller un nœud sans avoir tous les champs requis pour les autres états.

2.0.0

Prelude

Cette release ajoute le support de l’ajout et la suppression de nœud. Le support d’ajout et de suppression des ports a également été ajouté. La fenêtre sera maintenant cachée si le service baremetal n’est pas présent dans le scénario où la collection des services en cours diverge entre plusieurs région Keystone.

Nouvelles fonctionnalités

  • Ajout et suppression des nœuds

  • Ajout et suppression des ports

  • Cache le panneau si le service Baremetal ou les droits admin ne sont pas présents.

  • Améliorations UX sur toutes l’interface

  • Un fil d’ariane a été ajouté

Problèmes connus

  • Actuellement il est impossible d’éditer un nœud depuis l’interface graphique une fois qu’il a été enrollé. C’est pour cela que l’enrollement doit être fait avec précision afin d’assurer qu’un nœud est correctement enrollé et qu’il peut être disponible. À présent, si une erreur se produit durant l’enrollement, la seule façon de le corriger est de supprimer le nœud et de recommencer.