Skip to content

xlab-si/manageiq-cisco_intersight-roles-create

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ManageIQ role creation script

This sctipt creates intersight_user (EvmRole-intersight_user, EvmGroup-intersight_user, EvmUser-intersight_user) and intersight_admin (EvmRole-intersight_admin, EvmGroup-intersight_admin, EvmUser-intersight_admin) automatically.

Installation

bundle install to install the needed gems

Usage

Currently, both users are created automatically. If you want to create specific user, you have to comment method call on one of the last two lines in this file

ruby miq-role-create.rb --username username --password password --url url
    -u, --username USERNAME          [Mandatory] ManageIQ username
    -p, --password PASSWORD          [Mandatory] ManageIQ password
        --url URL                    [Mandatory] URL to the ManageIQ API

About

Helper scripts for managing MIQ Intersight Provider's roles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages