Skip to main content

An add-on to the mPCC to enable it to provision ESXi servers

Project description

mprov_esxiprovisioner

Build Status Latest Version Supported Python Wheel Status License

This is an mPCC python module add-on that will allow the mPCC to provision ESXi vm server hosts.

Installation

To install this module you need to activate your mPCC python env:

# cd /var/www/mprov_control_center/
# . bin/activate

Then you need to install the pip package for this module.

# pip install mprov_esxiprovisioner

Once that is installed, you need to add a couple of things to your /var/www/mprov_control_center/mprov_control_center/settings.py file.

First, look for the INSTALLED_APPS array and add mprov_esxiprovisioner to the end of the python array.

Second, look for the MIDDLEWARE array and add mprov_esxiprovisioner.middleware.ESXiProvisionerMiddleware to the beginning of that array.

Next, exit your editor and run touch /var/www/mprov_control_center/mprov_control_center/wsgi.py to "restart" the wsgi application.

At the command prompt, run python /var/www/mprov_control_center/manage.py makemigrations mprov_esxiprovisioner to create the necessary migrations for the plugin.

Once that completes, run python /var/www/mprov_control_center/manage.py migrate to create the tables.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mprov_esxiprovisioner-0.0.3.tar.gz (9.9 kB view hashes)

Uploaded Source

Built Distribution

mprov_esxiprovisioner-0.0.3-py3-none-any.whl (10.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page