-
Notifications
You must be signed in to change notification settings - Fork 34
/
workshop-example-azure.yaml
67 lines (57 loc) · 2.28 KB
/
workshop-example-azure.yaml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
workshop:
# A name for the workshop, used to uniquely identify individual resources
# IMPORTANT: can only contain of lowercase letters and numbers and a max of 15 characters
name: <My Workshop Name>
# The number of people attending the workshop ssh password
participant_count: 1
participant_password: <VM OS Password>
#
# workshop-core
#
core:
# The workshop cloud provider & VM configuration
cloud_provider: azure
subscription_id: <Azure Subscription Id>
client_id: <Azure Client Id>
client_secret: <Azure Client Secret>
tenant_id: <Azure Tenant Id>
location: westeurope
vm_type: Standard_DS3_v2
vm_disk_size: 100
# The workshop Confluent Cloud configuration
# ccloud_bootstrap_servers: <CCloud Bootstrap Server>
ccloud_api_key: <CCloud API Key>
ccloud_api_secret: <CCloud API Secret>
ccloud_env_name: <CCloud Environment Name>
ccloud_cluster_name: <CCloud Cluster Name>
#ccloud_cluster_availability_type: SINGLE_ZONE
ccloud_cluster_availability_type: <CCloud Cluster Availability Type>
ccloud_sr_region: westeurope
ccloud_package_sg: ESSENTIALS
# List of ccloud topics to pre-create
ccloud_topics: sales_orders,sales_order_details,purchase_orders,purchase_order_details,customers,suppliers,products
# List of local topics to pre-create
onprem_topics: uc_orders,uc_shipments,uc_inventory,uc_shipment_status,uc_transactions,uc_atm_locations
#Feedback Form url (Optional)
#feedback_form_url: "<Feedback Form Url>"
#tags
owner_email: <Your email>
purpose: <Workshop name>
ref_link: <Workshop Git repo url>
#
# workshop extensions
#
# Uncomment the required extensions
extensions:
# azure-blob-storage:
# mongodbatlas:
# mongodbatlas_public_key: <MongoDB Atlas public key>
# mongodbatlas_private_key: <MongoDB Atlas public key>
# mongodbatlas_project_id: <MongoDB Project ID>
# mongodbatlas_provider_name: Azure
# mongodbatlas_provider_instance_size_name: M10
# mongodbatlas_provider_region_name: WESTERN_EUROPE
# mongodbatlas_disk_size_gb: 2
# mongodbatlas_mongo_db_major_version: 4.0
# mongodbatlas_dbuser_username: confluent
# mongodbatlas_dbuser_password: <MongoDB DB Password>