The UI component for Magnum
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Ghanshyam Mann 4c63756e4b Drop lower-constraints.txt and its testing
As discussed in TC PTG[1] and TC resolution[2], we are
dropping the lower-constraints.txt file and its testing.
We will keep lower bounds in the requirements.txt file but
with a note that these are not tested lower bounds and we
try our best to keep them updated.

[1] https://etherpad.opendev.org/p/tc-zed-ptg#L326
[2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal

Change-Id: I54657ef425f274cc6ed860b3600652dfd2c03438
1 year ago
devstack Fix failure of installing magnum-ui plugin with devstack 3 years ago
doc Switch to newer openstackdocstheme and reno versions 3 years ago
magnum_ui Fixed Unit test for magnum-ui 1 year ago
releasenotes Update master for stable/yoga 1 year ago
tools Update lower-constraints for new pip 2 years ago
.eslintrc Setup JavaScript test environment 7 years ago
.gitignore Merge "Add Apple OS X ".DS_Store" to ".gitignore" file" 5 years ago
.gitreview OpenDev Migration Patch 4 years ago
.zuul.yaml Drop lower-constraints.txt and its testing 1 year ago
CONTRIBUTING.rst Update the bugs link to storyboard 4 years ago
LICENSE Initial skeleton repo 8 years ago
README.rst Changes for url transition to OpenDev 4 years ago
babel-django.cfg translation: drop babel extractor definitions 3 years ago
babel-djangojs.cfg translation: drop babel extractor definitions 3 years ago
bindep.txt [goal] Migrate testing to ubuntu focal 3 years ago
manage.py hacking: Specify white list rules in noqa explicity 6 years ago
package.json Fix npm jobs 3 years ago
requirements.txt Drop lower-constraints.txt and its testing 1 year ago
setup.cfg Updating python testing classifier as per Yoga testing runtime 1 year ago
setup.py Updated from global requirements 6 years ago
test-requirements.txt Update lower-constraints for new pip 2 years ago
test-shim.js Setup JavaScript test environment 7 years ago
tox.ini Drop lower-constraints.txt and its testing 1 year ago

README.rst

Team and repository tags

image

Magnum UI

Horizon plugin for Magnum

Enabling in DevStack

Add this repo as an external repository into your local.conf file:

[[local|localrc]]
enable_plugin magnum-ui https://github.com/openstack/magnum-ui

Manual Installation

Begin by cloning the Horizon and Magnum UI repositories:

git clone https://github.com/openstack/horizon
git clone https://github.com/openstack/magnum-ui

Create a virtual environment and install Horizon dependencies:

cd horizon
python tools/install_venv.py

Set up your local_settings.py file:

cp openstack_dashboard/local/local_settings.py.example openstack_dashboard/local/local_settings.py

Open up the copied local_settings.py file in your preferred text editor. You will want to customize several settings:

  • OPENSTACK_HOST should be configured with the hostname of your OpenStack server. Verify that the OPENSTACK_KEYSTONE_URL and OPENSTACK_KEYSTONE_DEFAULT_ROLE settings are correct for your environment. (They should be correct unless you modified your OpenStack server to change them.)

Install Magnum UI with all dependencies in your virtual environment:

tools/with_venv.sh pip install -e ../magnum-ui/

And enable it in Horizon:

cp ../magnum-ui/magnum_ui/enabled/_1370_project_container_infra_panel_group.py openstack_dashboard/local/enabled
cp ../magnum-ui/magnum_ui/enabled/_1371_project_container_infra_clusters_panel.py openstack_dashboard/local/enabled
cp ../magnum-ui/magnum_ui/enabled/_1372_project_container_infra_cluster_templates_panel.py openstack_dashboard/local/enabled

To run horizon with the newly enabled Magnum UI plugin run:

python manage.py runserver 0.0.0.0:8080

to have the application start on port 8080 and the horizon dashboard will be available in your browser at http://localhost:8080/