Tadas Sutkaitis | 7a28658 | 2024-05-01 02:12:08 +0300 | [diff] [blame] | 1 | # Copyright (c) 2024 VEXXHOST, Inc. |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 2 | # |
Tadas Sutkaitis | 7a28658 | 2024-05-01 02:12:08 +0300 | [diff] [blame] | 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may |
| 4 | # not use this file except in compliance with the License. You may obtain |
| 5 | # a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 12 | # License for the specific language governing permissions and limitations |
| 13 | # under the License. |
| 14 | |
| 15 | # NOTE(fitbeard): This is to accomodate for the uninstallation of the old packages |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 16 | openstack_cli_packages: |
Mohammed Naser | 34e5c0c | 2023-03-27 19:52:19 +0000 | [diff] [blame] | 17 | - python3-barbicanclient |
| 18 | - python3-designateclient |
| 19 | - python3-glanceclient |
| 20 | - python3-heatclient |
Michiel Piscaer | 5908fb8 | 2023-01-18 16:55:02 +0100 | [diff] [blame] | 21 | - python3-magnumclient |
Mohammed Naser | 34e5c0c | 2023-03-27 19:52:19 +0000 | [diff] [blame] | 22 | - python3-manilaclient |
| 23 | - python3-neutronclient |
| 24 | - python3-novaclient |
| 25 | - python3-octaviaclient |
| 26 | - python3-openstackclient |
Michiel Piscaer | a396d9d | 2023-10-25 11:09:13 +0200 | [diff] [blame] | 27 | - python3-osc-placement |
Mohammed Naser | 34e5c0c | 2023-03-27 19:52:19 +0000 | [diff] [blame] | 28 | - python3-swiftclient |
Mohammed Naser | ab033e1 | 2022-03-13 21:07:28 -0400 | [diff] [blame] | 29 | |
Mohammed Naser | 558a229 | 2023-03-02 23:00:38 +0100 | [diff] [blame] | 30 | # URL for the Ubuntu Cloud Archive repository |
| 31 | openstack_cli_cloud_archive_repo: deb http://ubuntu-cloud.archive.canonical.com/ubuntu {{ ansible_distribution_release }}-updates/yoga main |