Importing Opspacks using the UI is disabled by default. This article walks you through enabling Opspack imports through the UI.
Prerequisites
- None
Process
-
Log into the orchestrator as
root
. -
Open your
user_vars.yml
file (/opt/opsview/deploy/etc/user_vars.yml
) in your preferred text editor. - Locate the variable
opsview_allow_plugin_upload
and set it toTrue
:
opsview_allow_plugin_upload: True
If this variable is not defined, add the above line to the end of your user_vars.yml
file.
- Run the
orchestrator-install.yml
playbook usingopsview-deploy
to apply the new Opspack import setting:
/opt/opsview/deploy/bin/opsview-deploy /opt/opsview/deploy/lib/playbooks/orchestrator-install.yml
You should now be able to import Opspacks using the UI.
Comments
0 comments
Please sign in to leave a comment.