Merged
Conversation
Collaborator
|
thanks for the effort. it is nice... |
Collaborator
|
hi @Info-IIG, and also i do not use drdb(nfs share) but after see details of instance then return back to instance list, it shows like that. |
Contributor
Author
|
Hi @catborise, |
Collaborator
|
@Info-IIG great. thanks for the conribution. |
|
Looks like no migrations were made for this PR :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Hi,
There are some additions :
1) Added permission to see all instances
The goal is to be able to give the right to a user in a group to see all the instances.
2) Added Technicians group
The goal is to be able to automatically add users from the LDAP directory to the Technicians group based on the cn and to assign specific permissions afterwards.
3) Automatic input first name last name and email with ldap
The goal is to add automatically the last name, the first name and the email when creating a user from the LDAP directory.
4) Added DRBD status
My infrastructure is composed of a cluster of 2 nodes with a DRBD to replicate the storage. So I added the retrieval of the role and state of the disks in webvirtcloud by ssh.
5) Added ldap password encryption
The goal was to encrypt the password of the user who has the LDAP search rights. I added a script to decrypt the password which is run at the LDAP_MASTER_PW parameter. The procedure to encrypt the password is written in the README.
6) Added permission can snapshot instances
The objective was to be able to manage per user the right to make snapshots for all instances.
Thanks.