Metadata-Version: 1.2
Name: morph_impl
Version: 0.0.7.6
Summary: morph_impl is a python package to help implement MorpheusData platform. 
Home-page: https://gitlab.com/jaredlutgen/morpheus-implementation.git
Author: Jared Lutgen
Author-email: jlutgen@morpheusdata.com
License: MIT
Description: Morpheus Implementation Module
        
        Purpose
        The purpose of this script is to help remove friction as it relates to implementation, proof of value, and environment consitencey during configuration. 
        
        ContentPacks 
        
        Contentpacks are a collection of yamls files with pre-defined configurations in them.  They provide a portable method to quickly implement the Morpheus platform in multiple environments.  
        
        What does a contentpack consist of?
        It consists of some of the following itmes:
        
        configs.ini - contains things like an admin username and password, baseURL (appliance URL)
        groups.yaml (any name will do) - contains all the groups that would be created.
        license.yaml (any name will do) - contains the license file for an environment. 
        role.yaml (any name will do) - contains the roles that would be created.  This file also contains the features and groups that the role would need access to. 
        version.yaml (this name is required) - contains the base information about the contentpack.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Requires-Python: >=3.8
