From 010719f9590013258876cb30a5f99b269310b148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Fri, 8 Mar 2019 17:19:46 +0100 Subject: [PATCH] explain how to change the default first account --- CUSTOM.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CUSTOM.md b/CUSTOM.md index b76a835..fa9f2e7 100644 --- a/CUSTOM.md +++ b/CUSTOM.md @@ -86,3 +86,23 @@ The `url_rewriting` policy will help you add a prefix to the URL before calling roles: - nmasse-itix.threescale-cicd ``` + +## Choose the Account in which the smoke test application is created + +By default, the playbook will create a client application in the default first +account of your tenant (the Account that contains "john"). But you can choose +the Account to use by overriding the `threescale_cicd_default_account_id` +variable. + +```yaml +- hosts: threescale + gather_facts: no + vars: + threescale_cicd_default_account_id: '2445582535751' + roles: + - nmasse-itix.threescale-cicd +``` + +You can find the Account id by navigating to **Audience** > **Accounts** > +**Listing** and clicking on the Account of your choice. The ID is the +last part of the URL (`/buyers/accounts/{id}`). \ No newline at end of file