Skip to content

Commit

Permalink
Pin openstack images (#238)
Browse files Browse the repository at this point in the history
Closes osism/issues#739

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Dec 18, 2023
1 parent 6eacad9 commit c85d073
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/guides/configuration-guide/openstack/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ sidebar_position: 50

# OpenStack

## Image tags

Sometimes it is necessary to specify the image tag to be used for a specific service or a specific image of a service.
All available images and tags are listed in the [002-images-kolla.yml](https://github.com/osism/defaults/blob/main/all/002-images-kolla.yml)
file.

The image tags can be set in the `environments/kolla/images.yml` file.

* Use a specific tag for all images of a service:

```yaml title="environments/kolla/images.yml"
barbican_tag: "2023.1"
```
* Use a specific tag for a specific image of a service:
```yaml title="environments/kolla/images.yml"
barbican_worker_tag: "2023.1"
```
## Network interfaces
**Parameter** | **Default** | **Description**
Expand Down

0 comments on commit c85d073

Please sign in to comment.