Lab 6.2: Create Regkey PoolΒΆ

Note

Estimated time to complete: 5 minutes

In this lab, we will create a new Regkey pool on BIG-IQ. BIG-IQ admin credentials are needed so we will create new Tower credentials.

Click on the AWX (Ansible Tower) button on the system Ubuntu Lamp Server in the lab environment. Use admin/purple123 to authenticate.

../../_images/lab-2-15.png
  1. Navigate to the Credentials page and notice the credentials of type BIG-IQ_Creds. The labs in these modules will use the admin-iq credential for creating resources on BIG-IQ.
../../_images/lab-2-24.png
  1. Navigate to the Templates page and review (Class5-Mod11-Lab2) Create_BIGIQ_Regkey_Pool.
../../_images/lab-2-33.png

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

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

  1. Back on the Templates page, next to the New_BIGIQ_Regkey_Pool template, click on the Start a job using this template.
../../_images/lab-2-44.png
  1. SURVEY: Enter in the name of your regkey pool.
REGISTRATION KEY POOL NAME regkey_pool_BT_200M
../../_images/lab-2-53.png
  1. PREVIEW: Review the summary of the template deployment, then click on LAUNCH.
../../_images/lab-2-63.png
  1. Follow the JOB deployment of the Ansible playbook.
../../_images/lab-2-73.png
  1. When the job is completed, check the PLAY RECAP and make sure there nothing failed.
../../_images/lab-2-83.png
  1. Login on BIG-IQ as admin, go to Devices > LICENSE MANAGEMENT > Licenses and check the newly created regkey pool.
../../_images/lab-2-92.png

This completes the regkey pool creation lab.