Users and Groups
3.1 Users and Groups
As mentioned above, the following Groups and Users will be created for each VDC, as laid out below:
Logged in as new user
This step is performed before the creation of the VDCs as it allows simplicity in assigning ownership of the various elements created later.
Scope | Group | User | Password | Capabilities |
---|---|---|---|---|
System | Oneadmin | Ref_Cfg_Admin | RefCfg1234 | Create / Modify / Delete all elements |
Public VDC | Public_VDC | PublicVDCAdmin PublicVDCUser | RefCfg1235 RefCfg1236 | Create / Modify / Delete elements in Public VDCUse access only to the elements in the Public VDC |
DMZ VDC | DMZ_VDC | DMZVDCAdmin DMZVDCUser | RefCfg1235 RefCfg1236 | Create / Modify / Delete elements in DMZ VDCUse access only to the elements in the DMZ VDC |
Private VDC | Private_VDC | PrivateVDCAdmin PrivateVDCUser | RefCfg1235 RefCfg1236 | Create / Modify / Delete elements in Private VDCUse access only to the elements in the Private VDC |
The admins will be given an admin and cloud view in the Dashboard’s Graphical User Interface (GUI). All other users will have cloud view only.
3.1.1 SSH Key pair creation
To allow the Dashboard to connect to the various devices that will be set up via SSH in the CLI, an RSA key pair will be created and utilized in the configuration tutorial
Refer to VM SSH Keys page to create and paste a SSH Public Key to the Authentication section of Glasshouse on both the “admin” and Ref_Cfg_Admin
accounts, once it is set up in the next section.
This will allow you to connect, via SSH, to any of the VMs that are created by either the admin or Ref_Cfg_Admin
accounts.
Below are the steps to set up the Groups and the Users:
3.1.2 Create Reference Configuration Admin
Initially, log in as the admin of the cluster and follow the steps to create the Ref_Config_Admin.
- Select System –> Users
- Initiate the new user wizard by pressing
- Input the Username:
Ref_Cfg_Admin
- Input and confirm the Password:
RefCfg1234
- Set the Authentication to
core
- Click Next
- Set the Main Group to
0: oneadmin
- Click
Next, add the public key that was obtained from the VM Squared Dashboard in section [3.1.1][sshkeys].
- Select System –> Users
- Select the User:
Ref_Cfg_Admin
- Select the Auth tab
- Click on the in the Public SSH Key section
- Copy the Public Key (obtained in section 3.1.1) into the text window
- Click
The key has now been added to the Ref_Cfg_Admin
account and will be used later.
The primary User for this Reference Configuration has now been created and the admin User can now be logged out.
Logged in as new user
The name is updated to the new admin account.
The newly created Ref_Config_Admin
will be logged into and used to set up the remaining Groups, Users, and various components of the example.
3.1.3 Create Public_VDC Group, Group Admin, and Group User
The next step in the reference configuration is to start creating the Groups and their Users.
- Select System –> Groups
- Press
- On the General tab, enter the Name
Public_VDC
- Switch to Admin tab and check the box to Create an Administrator
- Use the following username and password:
PublicVDCAdmin
andRefCfg1235
- Set Authentication to core
- Click next, next and
The Public_VDC
Group has now been created and the list should resemble the image below:
A standard User will now be added to the group:
- Select Systems –> Users
- Press
- Use the following username and password:
PublicVDCUser
andRefCfg1236
- Select
100: Public_VDC
as the Main Group
- Select
users
as the Secondary Group
- Click to finalize the creation of the User
- The rest of the Groups and Users can be created according to the table in Users and Groups and the full User list will resemble the image below:
Once you are completed creating Users and Groups it is time to move on to Virtual Data Centers (VDC)