Commit Graph

172 Commits

Author SHA1 Message Date
OpenDev Sysadmins d737372905 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:44:31 +00:00
Julia Kreger 93b9054d21 Remove explicit package version
If memory serves, version is required, however other
openstack components that have a package.json do not
have a version. As such, we likely should not since
versioning should be based upon the tags in the git
repository.

Change-Id: I8166807a44c8260313c3741949584a7abcc8a5b3
Closes-Bug: #1693505
(cherry picked from commit bd5a7a42a0)
2017-05-25 13:18:59 +00:00
OpenStack Proposal Bot 565fc3f278 Updated from global requirements
Change-Id: I31bbf0988e2b665a9c0adc8fa53730e0ab247d96
2017-05-15 23:31:21 +00:00
OpenStack Proposal Bot 6a0cdbff58 Updated from global requirements
Change-Id: I8342a66bb8ae2e736e3796e017a549a884fd5577
2017-03-09 18:14:45 +00:00
Jenkins d460677cde Merge "Correct horizon dir in installation doc" into stable/ocata 2017-03-01 09:19:08 +00:00
OpenStack Proposal Bot 0d7fbcdfc1 Imported Translations from Zanata
For more information about this automatic import see:
http://docs.openstack.org/developer/i18n/reviewing-translation-import.html

Change-Id: I6f698ca46e466e1dc84c570f6a2917c7c2cb8c99
2017-02-21 09:29:17 +00:00
Zhenguo Niu 585a823fff Correct horizon dir in installation doc
Change-Id: I20671a4f60728f74e3bfb41a9b022cd1baa10fb2
(cherry picked from commit c1560dea64)
2017-02-14 02:18:22 +00:00
OpenStack Release Bot f5c5494e43 Update UPPER_CONSTRAINTS_FILE for stable/ocata
Change-Id: Ieeca0cb8be4712a2ac9d28c32228198b02642a4e
2017-02-06 21:36:09 +00:00
OpenStack Release Bot 071715838c Update .gitreview for stable/ocata
Change-Id: I1a09942ec79e8679b33befb6b4e5a5ad784a9da5
2017-02-06 21:36:08 +00:00
Jenkins 73874c17ff Merge "Release notes for recently added features" 2017-02-06 20:12:28 +00:00
Jenkins b894d7dde9 Merge "Add support for editing Ironic network ports" 2017-02-06 16:16:16 +00:00
Peter Piela 3f65f88b84 Release notes for recently added features
Change-Id: I6ad633eb7acd07735b7bab567b50418141b6c80b
2017-02-06 15:47:11 +00:00
Peter Piela 0c4c948324 Add support for editing Ironic network ports
The port table in node-detais/configuration tab has been updated to
include an "Edit port" action for each port.

Closes-Bug: #1648563
Change-Id: I04ec8904dc67f98ff9f0d94a7fa46618cfba956c
2017-02-06 09:28:51 -05:00
Jenkins 0d578c0b34 Merge "Add support for additional port attributes" 2017-02-06 14:05:29 +00:00
Jenkins 4b92714bc9 Merge "Fix node validation problem" 2017-02-06 14:03:58 +00:00
OpenStack Proposal Bot 2db07f89aa Imported Translations from Zanata
For more information about this automatic import see:
http://docs.openstack.org/developer/i18n/reviewing-translation-import.html

Change-Id: I16a89cceef4031ed9a76be6353db168c450036d9
2017-02-06 09:01:21 +00:00
Peter Piela 9e977e1328 Add support for additional port attributes
This change enables the user to specify the pxe_enabled and
local-link-connection attributes when creating an Ironic
network port.

Change-Id: I56506c5cba35187c49bad129e33f6fe9773b3cca
2017-02-03 17:36:49 -05:00
Peter Piela ac066f35ed Fix node validation problem
Fixed an issue in the display of node validation information
that cause a javascript runtime error. The fix is in two parts:
(1) removed an empty sucess processing function in the
ironic.service/validateNode function that caused the response to
undefined to callers, and (2) I have found that table widget does
not always update correctly when the data is an object. The
base validation data is now provided as an array.

Change-Id: I0e9c0e0c953d0fbd5d4732aa32975a30933e4a6f
2017-02-03 14:43:18 -05:00
Jenkins 771861ee39 Merge "Create base-port module to support create and update operations" 2017-02-03 15:02:43 +00:00
Jenkins 49ff76e7b4 Merge "Improve error handling for the ironic-ui service" 2017-02-03 09:28:38 +00:00
Jenkins d9153cc328 Merge "Imported Translations from Zanata" 2017-02-03 09:27:59 +00:00
Jenkins 1e879996ff Merge "Remove node-action deleteNodes/deletePorts functions" 2017-02-03 09:27:53 +00:00
OpenStack Proposal Bot 43b72c99e6 Imported Translations from Zanata
For more information about this automatic import see:
http://docs.openstack.org/developer/i18n/reviewing-translation-import.html

Change-Id: I189444ad7cd093ca62794fb978cf0879f314845d
2017-02-01 09:04:09 +00:00
Peter Piela ce7bd49133 Remove node-action deleteNodes/deletePorts functions
- Remove the deleteNodes and deletePorts functions
- Modify the deleteNode and deletePort functions to accept
an array of input objects
- Part of the work associated with removing the
deleteNodes and deletePorts functions involved moving
modal dialog strings declared at IFFE scope into the
deleteNode and deletePort functions. I think that locating
the strings within the functions improves maintainibility/
readability.
- A change was made to strings associated with node/port
deletion failures.

Change-Id: Id72b1fac8732b11f740d14340f88e9b733b586a4
2017-01-31 11:04:30 -05:00
Peter Piela ed87e4f117 Improvements to enroll-node service
- Rename the modal function to enrollNode which better desribes its role
- The enrollNode function returns a promise that when successfully
resolved will contain the newly enrolled node. This change can be
used to support more efficient UI updates.

Change-Id: Id8f46cf85b6a1adb65c87d3c10729aea123241e7
2017-01-27 12:30:00 -05:00
Peter Piela 40143f243e Improve error handling for the ironic-ui service
- Use generic promise then/catch callbacks instead of http specific
success/error functions
- Return a rejected promise from catch functions so that callers
know about and can process error consitions in a more convenient
manner
- Changes to account for error messages in the http response data
property

These changes are part of a larger cleanup/refactoring project

Change-Id: I13b365464c685fbd9933febef4705bd2d08ac8d6
2017-01-27 11:43:18 -05:00
Jenkins 6bc5cf3f95 Merge "Display current node cleaning step" 2017-01-27 14:47:29 +00:00
Jenkins 302a27a993 Merge "Add support for aborting node cleaning" 2017-01-27 14:46:57 +00:00
Jenkins dbbc7abf88 Merge "Imported Translations from Zanata" 2017-01-27 14:46:42 +00:00
OpenStack Proposal Bot 1030ac9b8e Updated from global requirements
Change-Id: I87338ca166833c9c5b247be8701dda69a275062a
2017-01-26 18:44:12 +00:00
OpenStack Proposal Bot 1e8fec244b Imported Translations from Zanata
For more information about this automatic import see:
http://docs.openstack.org/developer/i18n/reviewing-translation-import.html

Change-Id: Icb42bfcee5d45f2d85272e9d789502f7177f172f
2017-01-25 09:05:50 +00:00
Jenkins a8fc5ac0c2 Merge "Updated from global requirements" 2017-01-20 09:39:06 +00:00
Jenkins 6dd1631c69 Merge "Imported Translations from Zanata" 2017-01-20 09:39:04 +00:00
OpenStack Proposal Bot 7dffa1e2e4 Imported Translations from Zanata
For more information about this automatic import see:
http://docs.openstack.org/developer/i18n/reviewing-translation-import.html

Change-Id: Ic591beac409f0f8b98ebcbf5f7fa5ed704c0c62f
2017-01-18 09:06:19 +00:00
Cao Xuan Hoang bd26333c58 Add Python 3.5 classifier and venv
Now that there is a passing gate job, we can claim
support for Python 3.5 in the classifier.
This patch also adds the convenience py35 venv.

Change-Id: I8f4dc7ffecc2a7a0eb8230d623593d2fdca2a267
2017-01-18 13:46:46 +07:00
OpenStack Proposal Bot d922aba240 Updated from global requirements
Change-Id: I2ff0c143f1bbfec6a59c3d2639abf85eed002bc0
2017-01-17 20:29:42 +00:00
Peter Piela 3741b92567 Create base-port module to support create and update operations
The base-port module was created by refactoring the existing
create-port module, and will be used to support both port
create and update operations. The base-port module contains
an html form for the port and a controller that is used
to supervize property modifications. Controllers for the create
and update operations inherit from the base controller.

Change-Id: I0749241a65a7db130f94cad180afb30ff9e578ba
2017-01-10 13:26:18 -05:00
Peter Piela 759df1f9be Refactor the edit-node/nodeUpdatePatch class
The nodeUpdatePatch class has been refactored in to a separate
updatePatch service that will be used to patch both nodes and
ports.

Change-Id: I725bfe92fb9f878db243dd987f07f1c8eb04440c
2017-01-09 12:32:19 -05:00
Peter Piela 3353882296 Display current node cleaning step
Display the clean_step node attribute in the Provisioning Status
section of the node-details/overview page.

Change-Id: Ifa96a4d68d99a9dd50f473ae7b4780835aa7cfcd
Closes-Bug: 1648550
2017-01-09 12:07:24 -05:00
Peter Piela ff7c04b103 Add support for aborting node cleaning
Added support for issuing an abort action to a node in clean-wait
state.

Change-Id: Ia2a7cce670bc4ee2a3febb86d6138386008cfd2a
Closes-Bug: 1648557
2017-01-09 10:52:10 -05:00
Jenkins 1e68565998 Merge "Changes required for updated Bootstrap version" 2017-01-09 14:16:09 +00:00
Jenkins 1392be3716 Merge "Added support for the node introspection workflow" 2017-01-09 11:13:55 +00:00
Peter Piela dd2745f608 Changes required for updated Bootstrap version
Horizon has updated its version of Bootstrap to 0.14.0 that
introduced the uib prefix for all components.

Change-Id: I05589d38b11a3b4e40e247dfcaf0fc02deccd1b6
2017-01-03 11:56:03 -05:00
OpenStack Proposal Bot 862f0ec78c Imported Translations from Zanata
For more information about this automatic import see:
http://docs.openstack.org/developer/i18n/reviewing-translation-import.html

Change-Id: I279e908c6f805a60c427d3de13aaf5dc5bbc8cfd
2016-12-31 08:31:14 +00:00
Peter Piela f2f303e2be Added support for the node introspection workflow
Added a transition from manageable state to inspect state using the
inspect verb. The transition is labeled as "Inspect" in the node
action menus (as opposed to "Move to Inspect").

Closes-Bug: #1648548

Change-Id: I8169595c7cbad68d95118d95556deef0224fbe99
2016-12-30 15:01:10 -05:00
Jenkins d55f5ff45f Merge "Unit tests for PostfixExpr utility class" 2016-12-30 10:13:40 +00:00
Jenkins b7a3844479 Merge "Extend support for the Ironic state machine" 2016-12-30 10:13:34 +00:00
Jenkins a2bff8f7ef Merge "Add Constraints support" 2016-12-30 10:13:29 +00:00
Cao Xuan Hoang 4cccfea966 Removes unnecessary utf-8 encoding
The following file(s) added utf-8 encoding but never used. So we can
remove them at all.

ironic_ui/__init__.py
ironic_ui/content/__init__.py

Change-Id: Id758fe02765b8d18600458ae4c7f9deb4e484476
2016-12-22 10:52:35 +07:00
Tony Breeds 7227f2ad4f Add Constraints support
To be co-installable with other OpenStack projects and have consistent
testing it's a good idea (tm) to use constraints when creating tox
environments.

Change-Id: Ib79448302b66ded52763037cc58261058ccda27a
2016-12-21 11:16:08 +11:00