Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 1 | --- |
| 2 | # .. vim: foldmarker=[[[,]]]:foldmethod=marker |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 3 | |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 4 | # .. Copyright (C) 2022 VEXXHOST, Inc. |
| 5 | # .. SPDX-License-Identifier: Apache-2.0 |
| 6 | |
| 7 | # Default variables |
| 8 | # ================= |
| 9 | |
| 10 | # .. contents:: Sections |
| 11 | # :local: |
| 12 | |
| 13 | |
| 14 | # .. envvar:: openstack_cli_packages [[[ |
| 15 | # |
| 16 | # List of packages to install for OpenStack CLI |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 17 | openstack_cli_packages: |
Mohammed Naser | 34e5c0c | 2023-03-27 19:52:19 +0000 | [diff] [blame] | 18 | - python3-barbicanclient |
| 19 | - python3-designateclient |
| 20 | - python3-glanceclient |
| 21 | - python3-heatclient |
Michiel Piscaer | 5908fb8 | 2023-01-18 16:55:02 +0100 | [diff] [blame] | 22 | - python3-magnumclient |
Mohammed Naser | 34e5c0c | 2023-03-27 19:52:19 +0000 | [diff] [blame] | 23 | - python3-manilaclient |
| 24 | - python3-neutronclient |
| 25 | - python3-novaclient |
| 26 | - python3-octaviaclient |
| 27 | - python3-openstackclient |
Michiel Piscaer | a396d9d | 2023-10-25 11:09:13 +0200 | [diff] [blame] | 28 | - python3-osc-placement |
Mohammed Naser | 34e5c0c | 2023-03-27 19:52:19 +0000 | [diff] [blame] | 29 | - python3-senlinclient |
| 30 | - python3-swiftclient |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 31 | |
| 32 | # ]]] |
Mohammed Naser | 558a229 | 2023-03-02 23:00:38 +0100 | [diff] [blame] | 33 | |
| 34 | # URL for the Ubuntu Cloud Archive repository |
| 35 | openstack_cli_cloud_archive_repo: deb http://ubuntu-cloud.archive.canonical.com/ubuntu {{ ansible_distribution_release }}-updates/yoga main |