-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.py
42 lines (27 loc) · 983 Bytes
/
config.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# developed by Gabi Zapodeanu, TSA, GPO, Cisco Systems
# This file contains the:
# DNAC username and password, server info
# ServiceNow developer instance info, username and password
# PubNub Keys
# Update this section with your PubNub keys
PUB_KEY = ''
SUB_KEY = ''
CHANNEL = ''
# Update this section with the Webeex Teams token for each student
WEBEX_TEAMS_URL = 'https://api.ciscospark.com/v1'
WEBEX_TEAMS_AUTH = 'Bearer ' + ''
WEBEX_TEAMS_SPACE = '' # to be used when new instance created in ServiceNow
# Update this section with the DNA Center server info and user information
DNAC_URL = ''
DNAC_USER = ''
DNAC_PASS = ''
# Update this section with the Service Now instance to be used for labs
SNOW_URL = 'https://devxxxxx.service-now.com/api/now'
SNOW_ADMIN = ''
SNOW_DEV = ''
SNOW_PASS = ''
SNOW_INSTANCE = 'devxxxxx'
# Update this section with the info for the Catalyst 9k to be used during the IOS XE Module
IOS_XE_HOST = ''
IOS_XE_USER = ''
IOS_XE_PASS = ''