-
Notifications
You must be signed in to change notification settings - Fork 1
Octopus Deploy Tenants
Pritesh Patel edited this page Jul 23, 2019
·
4 revisions
https://octopus.com/docs/deployment-patterns/multi-tenant-deployments
Multi-Tenant Deployment Pattern
- Tenant-provided variables are not snapshotted (create tenants without creating a new release)
- Enables new tenants to be added at any time without creating a new release
- Changes you make to tenant-variables will take immediate effect.
- Common Variables (remain constant across all projects and environments for this tenant)
- Project Variables (differ between projects and environments for this tenant)
Deploy multiple instances of a project into the same environment
- Create a tenant in the Tenants section
https://octopus.com/docs/deployment-process/variables
https://octopus.com/docs/deployment-process/variables/variable-templates
- Common Variables vs. Project Variables (differ between project & environment per tenant)
- Variable templates (with tenants) - Library variable templates, Project variable templates