Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Role Assignment from the CLI!

Choose a tag to compare

@abstract-base-method abstract-base-method released this 02 Jan 23:31
· 202 commits to master since this release
717032d

Role Assignment from the CLI

This release adds the feature to add roles to a node (local & remote) via the grease bridge assign command and unassigning via grease bridge unassign. Just add --role:<YOUR-ROLE-NAME> to get started designing your clusters all from the CLI.

Changes:

  • Added role support to action_assign in management.Model.BridgeCommand
  • Added role support to action_unassign in management.Model.BridgeCommand
  • Refactored SQL Tests for cleaner test DB management
  • Bumped failure case tests for SQL and URL up to 6 hours & 10 minutes to account for time stangeness sometimes found in the build environment