This project holds the codebase for a Cisco-internal sofware project delivered by a CSAP FY21 team.
This New Employee Onboarding application offers a unified dashboard for administrators to onboard new employees onto different Cisco technologies. The dashboard is connected to Azure Active Directory to automatically retrieve user information, upon which administrators can use an intuitive user interface for selecting the employee to be onboarded, and the specific products to be provisioned. The dashboard then uses APIs to interact with the desired Cisco products for automatic provisioning, finally alerting the administrator of (un)successful employee onboarding.
A video showing a sample run of this prototype is linked here.
Install Docker Desktop
Install Docker Compose
$ pip install docker-compose
$ git clone https://wwwin-github.cisco.com/gve/gve_devnet_new_employee_onboarding.git
$ cd gve_devnet_new_employee_onboarding
Set up environment
docker-compose.yml
Build application
$ docker-compose down
$ docker-compose build
$ docker-compose up -d
localhost:8080
Dashboard
): Lists the number of users enrolled in the connected Webex deployment, the number of devices enrolled in the connected Webex deployment, and the number of users enrolled in the connected Duo deployment.Dashboard > User Overview
): Lists the users as retrieved from Azure Active Directory, and their respective information.Dashboard > User Overview > Provision User
): Allows the administrator to select the Cisco service domains to be provisioned for the currently selected user. The administrator can select Collaboration (Webex, CUCM), Network Access (Meraki) and/or Security (Duo).Dashboard > User Overview > Provision User
): Allows the administrator to select the collaboration licenses to be provisioned for the currently selected user. The administrator can select Messaging (Webex), Meetings (Webex), a video device (Webex) and/or an IP phone (CUCM).Dashboard > User Overview > Provision User
): Allows the administrator to select the network access services to be provisioned for the currently selected user. The administrator can select to send an email to the selected employee listing the information needed to connect to Meraki. The e-mail address used is as retrieved from Azure Active Directory.Dashboard > User Overview > Provision User
): Allows the administrator to select the security services to be provisioned for the currently selected user. The administrator can select to send an email to the selected employee listing the information needed to connect to Duo. The e-mail address used is as retrieved from Azure Active Directory.Dashboard > User Overview > Provision User > Done
): Lists the outcome for the provisioning of each selected services, as well as a list of actions taken. At this point, an onboading e-mail holding comprehensive onboarding information is sent to the selected employee, using its e-mail address as retrieved from Azure Active Directory.Provided under Cisco Sample Code License, for details see LICENSE
Our code of conduct is available here
See our contributing guidelines here
Please note: This script is meant for demo purposes only. All tools/ scripts in this repo are released for use "AS IS" without any warranties of any kind, including, but not limited to their installation, use, or performance. Any use of these scripts and tools is at your own risk. There is no guarantee that they have been through thorough testing in a comparable environment and we are not responsible for any damage or data loss incurred with their use.
You are responsible for reviewing and testing any scripts you run thoroughly before use in any non-testing environment.
Owner
Contributors
Categories
Products
MerakiWebexCisco Unified Communications Manager (CUCM)DuoProgramming Languages
CSSLicense
Code Exchange Community
Get help, share code, and collaborate with other developers in the Code Exchange community.View Community