Lab 6.3: Add Key to Regkey PoolΒΆ

Note

Estimated time to complete: 5 minutes

In this lab, we will add a new key to the previously created regkey pool on BIG-IQ.

Prerequisites

  • BIG-IQ Regkey Pool name
  • BIG-IP registration key(s)
  1. Navigate to the Templates page and review (Class5-Mod11-Lab3) Add_BIGIQ_Regkey.
../../_images/lab-3-12.png

Make sure the PLAYBOOK lab/f5-ansible-bigiq-as3-demo/tower/regkey_license_add.yml is selected. Also confirm that the admin-iq (BIG-IQ) credentials appear in the CREDENTIALS field.

../../_images/lab-3-23.png

You can go on the GitHub repository and check review the playbooks and Jinja2 templates.

  1. Back on the Templates page, next to the (Class5-Mod11-Lab3) Add_BIGIQ_Regkey template, click on the Start a job using this template.
../../_images/lab-3-33.png
  1. SURVEY: Enter in the name of your regkey pool and the new key.
REGISTRATION KEY POOL NAME regkey_pool_BT_200M
REGISTRATION KEY XXXX-XXXX-XXXX-XXXX-XXXX
../../_images/lab-3-42.png
  1. PREVIEW: Review the summary of the template deployment, then click on LAUNCH.
../../_images/lab-3-52.png
  1. Follow the JOB deployment of the Ansible playbook.
../../_images/lab-3-61.png
  1. When the job is completed, check the PLAY RECAP and make sure there nothing failed.
../../_images/lab-3-71.png
  1. Login on BIG-IQ as admin, go to Devices > LICENSE MANAGEMENT > Licenses. Click on the regkey pool and check the newly added key.
../../_images/lab-3-81.png

You can repeat this task if you want to add multiple regkeys.

This completes the regkey add lab.