Skip to content

Commit

Permalink
Updated changelog.md, metadata.json and README.md (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Ortencio <jason.ortencio@puppet.com>
  • Loading branch information
jortencio and jortencio authored Dec 22, 2021
1 parent 8eb0571 commit 5803405
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ All notable changes to this project will be documented in this file.
## Release 0.1.0

**Features**
* Basic Installation of Superset
* Initial Release - Basic Installation of Apache Superset


**Bugfixes**

**Known Issues**
* Doesn't delete previous admin user when the admin user is updated in hiera
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,10 @@ Note 2: When installing on another database, please also configure the superset:
The Superset module has a number of limitations:
* It has only been tested to work on RedHat 8
* Though the Python version can be overwritten, Superset module has only been tested on Python 3.9
* Superset app configuration file limited to options currently specified in the epp template
* It currently only installs the current latest version of the python Superset library
* The admin_config parameter is limited in that any previously configured admin users will remain in Superset's DB and will need to be removed manually within the Superset
* i.e. Logged in as a user with the Admin role, click on *Settings* and under *Security* click on *List User*. Here you can see the older user and delete them)
* i.e. Log in as a user with the Admin role, click on *Settings* and under *Security* click on *List User*. Here you can see the previous admin user and delete the entry)

## Development

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Jason Ortencio",
"summary": "Module for managing the installation and configuration of Apache Superset",
"license": "Apache-2.0",
"source": "https://github.com/jortencio/superset/tree/feature_1-basic-installation-of-superset",
"source": "https://github.com/jortencio/superset",
"dependencies": [

],
Expand Down

0 comments on commit 5803405

Please sign in to comment.