F5 BIG-IQ Centralized Management Lab > BIG-IQ All Labs > Class 5: BIG-IQ Device Management > Module 6: BIG-IP Provisioning on GCP and Onboarding using AWX/Ansible Tower and BIG-IQ Source | Edit on
Lab 6.5: Discover, License, and Register BIG-IP on BIG-IQ using Declarative Onboarding¶
Note
Estimated time to complete: 5 minutes
In this lab, we will create a BIG-IP on GCP and discover and register it on BIG-IQ.
Prerequisites
- GCP Credentials
- BIG-IP Management IP
- BIG-IP Username/Password
- BIG-IQ Regkey Pool Name
- Navigate to the Templates page and review
(Class5-Mod11-Lab5) NEW_BIGIP_GCP_ONBOARD
.

Make sure the PLAYBOOK lab/f5-ansible-bigiq-as3-demo/tower/create_onboard_bigip_gcp_managed_do.yml
is selected. Also confirm that the admin-iq (BIG-IQ) and your GCP credentials appear in the CREDENTIALS field. Don’t forget to click SAVE to save changes to the credentials.

You can go on the GitHub repository and check review the playbooks and Jinja2 templates.
- Back on the Templates page, next to the (Class5-Mod11-Lab5) NEW_BIGIP_GCP_ONBOARD template, click on the Start a job using this template.

- SURVEY: Enter in the required fields like below.
Name Prefix used for creating all GCP resources | bigiq-lab-mod11 |
GCP Region to create BIG-IP | asia-northeast1 |
Zone for BIG-IP instance | asia-northeast1-b |
BIG-IP username | admin |
BIG-IP Password | XXXXXXXX |
REGISTRATION KEY POOL NAME | regkey_pool_BT_200M |
Type “asm” to provision F5 WAF, leave “null” if not needed | asm |
Existing Role Name | testrole1 |
Warning
Make sure you use a strong enough password for BIG-IP Password (see https://support.f5.com/csp/article/K10612010)
Note
Your values may differ from the example above

- PREVIEW: Review the summary of the template deployment, then click on LAUNCH.

- Follow the JOB deployment of the Ansible playbook.

- When the job is completed, check the PLAY RECAP and make sure there nothing failed.

- Login on BIG-IQ as admin, go to Devices > BIG-IP ONBOARDING and confirm that the onboarding task status.

- Click on BIG-IP DEVICES and confirm the discovered BIG-IP device.

- Click on Devices Tab > LICENSE MANAGEMENT > licenses > click the new regkey pool created earlier and confirm that the license you added earlier has been assigned to the new BIG-IP.

- Log into GCP Console and confirm the instance.

- On BIG-IQ, log out of admin, and log back in as the user you created earlier (choose Auth Provider: Local). The BIG-IP has been added to the same role assigned to this user so you should see the new BIG-IP device in the target list when creating an AS3 application deployment.

This completes the BIG-IP onboarding lab.