summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* OpenDev Migration PatchpluginOpenDev Sysadmins2019-04-191-1/+1
| | | | | | | | | | | | | | | 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.
* Fix the Resource Class creation errorTomas Sedovic2013-08-091-815/+15
| | | | | | Had to clean up some of the horizon.workflows code we were carrying around. Signed-off-by: Tomas Sedovic <tomas@sedovic.cz>
* Fix the tuskar api importsTomas Sedovic2013-08-0919-166/+164
| | | | Signed-off-by: Tomas Sedovic <tomas@sedovic.cz>
* Don't time out when listing unracked nodesTomas Sedovic2013-08-081-2/+5
| | | | | | | When we don't have Nova baremetal running, the app will die trying to list the unracked nodes. Signed-off-by: Tomas Sedovic <tomas@sedovic.cz>
* Remove the Horizon-specific filesTomas Sedovic2013-08-081011-192163/+0
| | | | Signed-off-by: Tomas Sedovic <tomas@sedovic.cz>
* Fix the usage of the forked Horizon filesTomas Sedovic2013-08-083-6/+8
| | | | | | | Related to the previous commit, we can no longer just import our forked horizon stuff directly. So this updates the imports so to use the local changes. Signed-off-by: Tomas Sedovic <tomas@sedovic.cz>
* Add the forked Horizon filesTomas Sedovic2013-08-083-0/+2336
| | | | | | | | | | The following files have our local modifications over traditional Horizon so we need to carry them around until they get in the upstream. I've just copied the files over. We probably don't need most of the stuff in there, so that should be cleaned up soon. Signed-off-by: Tomas Sedovic <tomas@sedovic.cz>
* Add example settings for HorizonTomas Sedovic2013-08-081-0/+406
| | | | | | These settings will allow us to configure Horizon with Tuskar UI Signed-off-by: Tomas Sedovic <tomas@sedovic.cz>
* update the infrastructure importsTomas Sedovic2013-08-0832-96/+84
| | | | Signed-off-by: Tomas Sedovic <tomas@sedovic.cz>
* move infrastructure to tuskar_uiTomas Sedovic2013-08-0893-0/+1123
| | | | Signed-off-by: Tomas Sedovic <tomas@sedovic.cz>
* Merge pull request #13 from jtomasek/js_fixTomas Sedovic2013-08-086-5/+8
|\ | | | | Fix the javascript files
| * Fix the javascript filesJiri Tomasek2013-08-086-5/+8
|/ | | | | | | infrastructure js files are under infrastructure's static folder, these are included by infrastructure/_scripts.html template Change-Id: I3b9bc41baa18791249c5a451b45c303b2cabc093
* Merge pull request #12 from tzumainn/nodesMatt Wagner2013-08-0710-268/+140
|\ | | | | test and node API cleanup
| * test and node API cleanupTzu-Mainn Chen2013-08-0610-268/+140
|/ | | | | | | | * removed Node dummymodel * added baremetalclient and overcloudclient in tuskar.py (these may be moved later) * added stubs to tests which still tried to access tuskar API * minor code fixes
* Merge pull request #11 from tzumainn/pep8Jan Provaznik2013-08-0629-105/+172
|\ | | | | fixed pep8 failures
| * fixed pep8 failuresTzu-Mainn Chen2013-08-0529-105/+172
| |
* | Merge pull request #10 from tzumainn/cleanupJan Provaznik2013-08-063-55/+7
|\ \ | |/ |/| removed unused models
| * removed unused modelsTzu-Mainn Chen2013-08-053-55/+7
|/
* Merge pull request #9 from jsomara/pep8tzumainn2013-08-0423-67/+63
|\ | | | | Fixed ~70 PEP8 issues
| * Fixed ~70 PEP8 issuesJordan OMara2013-08-0223-67/+63
|/
* Merge pull request #8 from tzumainn/docsMatt Wagner2013-08-021-1/+8
|\ | | | | added ./run_tests.sh step
| * moved cd stepTzu-Mainn Chen2013-08-021-1/+1
| |
| * added ./run_tests.sh stepTzu-Mainn Chen2013-08-021-1/+8
|/
* Merge pull request #7 from tzumainn/masterMatt Wagner2013-08-022-3/+8
|\ | | | | installation guide links
| * installation guide linksTzu-Mainn Chen2013-08-022-3/+8
|/
* Merge pull request #4 from n1zyy/docs-installtzumainn2013-08-021-0/+168
|\ | | | | Adds installation guide
| * Adds installation guideMatt Wagner2013-08-021-0/+168
| |
* | Merge pull request #6 from tzumainn/docsMatt Wagner2013-08-021-2/+3
|\ \ | | | | | | Updated docs index
| * | removed contribution TODO for nowTzu-Mainn Chen2013-08-021-2/+0
| | |
| * | added link to demoTzu-Mainn Chen2013-08-021-0/+3
|/ /
* | Merge pull request #5 from tuskar/auth-fixTomas Sedovic2013-08-023-17/+57
|\ \ | | | | | | Auth fix
| * \ Merge remote-tracking branch 'horizon/master' into auth-fixTomas Sedovic2013-08-023-17/+57
| |\ \ |/ / /
| * | Fixed keystone test data to match openstack_auth.Lin Hua Cheng2013-08-011-17/+37
| | | | | | | | | | | | | | | | | | Fixes bug 1207599 Change-Id: I2cc333911cc0d07cab9c0c550a8d0d69f374634c
| * | Merge "Add Image Source Field to choose Location or File"Jenkins2013-08-012-0/+20
| |\ \
| | * | Add Image Source Field to choose Location or FileZhenguo Niu2013-07-252-0/+20
| | | | | | | | | | | | | | | | | | | | Change-Id: I79546c5c2d10b7d6cefdca084f4f7a13ce2939d5 Fixes: bug #1185671
* | | | Merge pull request #3 from tzumainn/docsMatt Wagner2013-08-012-0/+13
|\ \ \ \ | |_|_|/ |/| | | added contact info
| * | | added contact infoTzu-Mainn Chen2013-08-012-0/+13
|/ / /
* | | Merge pull request #2 from n1zyy/readmetzumainn2013-08-011-118/+21
|\ \ \ | | | | | | | | Customizes README for our project
| * | | Customizes README for our projectMatt Wagner2013-08-011-118/+21
| | | | | | | | | | | | | | | | | | | | Our README file was from upstream Horizon; update it to reflect our project and link to better documentation.
* | | | Merge pull request #1 from tzumainn/docsMatt Wagner2013-08-011-0/+31
|\ \ \ \ | |/ / / |/| | | created docs index.rst
| * | | fixed text issuesTzu-Mainn Chen2013-08-011-2/+2
| | | |
| * | | created docs index.rstTzu-Mainn Chen2013-08-011-0/+31
|/ / /
* | | fixup tablestep importTomas Sedovic2013-08-011-0/+1
| | | | | | | | | | | | Signed-off-by: Tomas Sedovic <tomas@sedovic.cz>
* | | Move infrastructure JS includes out of horizonTomas Sedovic2013-08-012-5/+8
| | | | | | | | | | | | Signed-off-by: Tomas Sedovic <tomas@sedovic.cz>
* | | Small code cleanupTomas Sedovic2013-08-016-38/+19
| | | | | | | | | | | | | | | | | | | | | This contains mostly small cosmetic changes to make the diff against the upstream master nicer after the rebase. Signed-off-by: Tomas Sedovic <tomas@sedovic.cz>
* | | Fixed rack testsTzu-Mainn Chen2013-08-014-13/+36
| | | | | | | | | | | | | | | | | | | | | | | | This patch fixes the tests. There's one failure left; fixing it requires stubbing out the baremetal client, which I'm holding off on doing for now. Change-Id: I30e5ffd187a3309906909e7f0a75583d957c42fc
* | | Active instance count to NodeImre Farkas2013-08-014-0/+25
| | | | | | | | | | | | | | | | | | Note: Add the OVERLCOUD_AUTH_URL, OVERLCOUD_USERNAME, OVERLCOUD_PASSWORD constants to your local_settings.py Change-Id: Ib24620a7549e7c08ff3c8cf46c915565781f1925
* | | Fix "Summary of instances and Usage" chart labelsImre Farkas2013-08-012-4/+4
| | | | | | | | | | | | Change-Id: I9f8dc3b8dfe2efe884a1fd93bcb7343d041b9c1a
* | | Node association node.rackLadislav Smola2013-08-011-6/+18
| | | | | | | | | | | | | | | | | | - adding working unoptimal node.rack association Change-Id: Ifa7266476d407220a3b1507a9896e8d19c59bcf0
* | | Node instaces from novaLadislav Smola2013-08-013-36/+72
| | | | | | | | | | | | | | | | | | - connecting nova baremaetal instances, to nova instances Change-Id: If8a8ae1c98325faec2a0e1ad2a9ccb3bc8fa9cc5