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
manchandavishal de1315976c [goal] Migrate testing to ubuntu focal
If we move horizon jobs to focal then magnum-ui 'nodejs-test' job fails.
This patch adds libfontconfig1 in bindep.txt as phantomjs requires
libfontconfig[1] to fix failed nodejs job.

Depends-On: https://review.opendev.org/#/c/744647/

[1] https://www.npmjs.com/package/phantomjs-prebuilt#linux-note
Change-Id: I446ec56c0fa1d824dc3eb88810b19bc871072cd4
3 years 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 Imported Translations from Zanata 3 years ago
releasenotes Imported Translations from Zanata 3 years ago
tools Stop to use the __future__ module. 3 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 Fix py36 job setup 3 years 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
lower-constraints.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 Django 1.11 support 3 years ago
setup.cfg Add py38 package metadata 3 years ago
setup.py Updated from global requirements 6 years ago
test-requirements.txt [goal] Migrate testing to ubuntu focal 3 years ago
test-shim.js Setup JavaScript test environment 7 years ago
tox.ini Drop Django 1.11 support 3 years 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/