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
wu.shiming 43bdc93796 Remove references to sys.version_info
We support Python 3.6 as a minimum now, making these checks no-ops.

Change-Id: Ie5297e3682834099d2a403652dd875654dc2224e
2 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 Default `floating_ip_enabled` to true in cluster template 2 years ago
releasenotes Update master for stable/xena 2 years ago
tools Remove references to sys.version_info 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 Add Python3 yoga unit tests 2 years ago
CONTRIBUTING.rst Update the bugs link to storyboard 5 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 4 years ago
babel-djangojs.cfg translation: drop babel extractor definitions 4 years ago
bindep.txt [goal] Migrate testing to ubuntu focal 3 years ago
lower-constraints.txt Update lower-constraints for new pip 2 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 Update lower-constraints for new pip 2 years 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 Use TOX_CONSTRAINTS_FILE 2 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/