Skip to content

Commit

Permalink
DNM update for dalmatian
Browse files Browse the repository at this point in the history
  • Loading branch information
javacruft committed Oct 1, 2024
1 parent 6d4e623 commit 058a41e
Show file tree
Hide file tree
Showing 116 changed files with 473 additions and 478 deletions.
8 changes: 4 additions & 4 deletions cookiecutter_code/rock/{{cookiecutter.rock_name}}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ it will help ensure that all layers of the image are imported
into docker (this is just the top layer).

```bash
> skopeo --insecure-policy copy oci-archive:{{ cookiecutter.rock_name }}_2024.1_amd64.rock docker-daemon:{{ cookiecutter.rock_name }}:2024.1
> skopeo --insecure-policy copy oci-archive:{{ cookiecutter.rock_name }}_2024.2_amd64.rock docker-daemon:{{ cookiecutter.rock_name }}:2024.2
```

If you are interested in giving it a go in Microk8s, you can
export the image from your docker registry and then into the
microk8s registry:

```bash
> docker save {{ cookiecutter.rock_name }}:2024.1 > ./{{ cookiecutter.rock_name }}_2024.1.tar
> microk8s ctr image import ./{{ cookiecutter.rock_name }}_2024.1.tar
> docker save {{ cookiecutter.rock_name }}:2024.2 > ./{{ cookiecutter.rock_name }}_2024.2.tar
> microk8s ctr image import ./{{ cookiecutter.rock_name }}_2024.2.tar
# Try with sunbeam
> juju attach-resource {{ cookiecutter.rock_name }} {{ cookiecutter.rock_name }}-image={{ cookiecutter.rock_name }}:2024.1
> juju attach-resource {{ cookiecutter.rock_name }} {{ cookiecutter.rock_name }}-image={{ cookiecutter.rock_name }}:2024.2
```
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ summary: Openstack {{ cookiecutter.rock_name }}
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack {{ cookiecutter.rock_name }}
version: '2024.1'
version: '2024.2'

# renovate: base: ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: ubuntu@22.04
# renovate: base: ubuntu:24.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: ubuntu@24.04
platforms:
amd64:

package-repositories:
- type: apt
cloud: caracal
cloud: dalmatian
priority: always

services:
Expand Down
8 changes: 4 additions & 4 deletions rocks/aodh-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ it will help ensure that all layers of the image are imported
into docker (this is just the top layer).

```bash
> skopeo --insecure-policy copy oci-archive:aodh-api_2024.1_amd64.rock docker-daemon:aodh-api:2024.1
> skopeo --insecure-policy copy oci-archive:aodh-api_2024.2_amd64.rock docker-daemon:aodh-api:2024.2
```

If you are interested in giving it a go in Microk8s, you can
export the image from your docker registry and then into the
microk8s registry:

```bash
> docker save aodh-api:2024.1 > ./aodh-api_2024.1.tar
> microk8s ctr image import ./aodh-api_2024.1.tar
> docker save aodh-api:2024.2 > ./aodh-api_2024.2.tar
> microk8s ctr image import ./aodh-api_2024.2.tar
# Try with sunbeam
> juju attach-resource aodh-k8s aodh-api-image=aodh-api:2024.1
> juju attach-resource aodh-k8s aodh-api-image=aodh-api:2024.2
```
8 changes: 4 additions & 4 deletions rocks/aodh-api/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ summary: Openstack aodh-api
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack aodh-api
version: '2024.1'
version: '2024.2'

# renovate: base: ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: ubuntu@22.04
# renovate: base: ubuntu:24.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: ubuntu@24.04
platforms:
amd64:

package-repositories:
- type: apt
cloud: caracal
cloud: dalmatian
priority: always

services:
Expand Down
14 changes: 7 additions & 7 deletions rocks/aodh-consolidated/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ it will help ensure that all layers of the image are imported
into docker (this is just the top layer).

```bash
> skopeo --insecure-policy copy oci-archive:aodh-consolidated_2024.1_amd64.rock docker-daemon:aodh-consolidated:2024.1
> skopeo --insecure-policy copy oci-archive:aodh-consolidated_2024.2_amd64.rock docker-daemon:aodh-consolidated:2024.2
```

If you are interested in giving it a go in Microk8s, you can
export the image from your docker registry and then into the
microk8s registry:

```bash
> docker save aodh-consolidated:2024.1 > ./aodh-consolidated_2024.1.tar
> microk8s ctr image import ./aodh-consolidated_2024.1.tar
> docker save aodh-consolidated:2024.2 > ./aodh-consolidated_2024.2.tar
> microk8s ctr image import ./aodh-consolidated_2024.2.tar
# Try with sunbeam
> juju attach-resource aodh-k8s aodh-api-image=aodh-consolidated:2024.1
> juju attach-resource aodh-k8s aodh-evaluator-image=aodh-consolidated:2024.1
> juju attach-resource aodh-k8s aodh-notifier-image=aodh-consolidated:2024.1
> juju attach-resource aodh-k8s aodh-listener-image=aodh-consolidated:2024.1
> juju attach-resource aodh-k8s aodh-api-image=aodh-consolidated:2024.2
> juju attach-resource aodh-k8s aodh-evaluator-image=aodh-consolidated:2024.2
> juju attach-resource aodh-k8s aodh-notifier-image=aodh-consolidated:2024.2
> juju attach-resource aodh-k8s aodh-listener-image=aodh-consolidated:2024.2
```
8 changes: 4 additions & 4 deletions rocks/aodh-consolidated/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ summary: Openstack aodh-consolidated
license: Apache-2.0
description: |
Ubuntu distribution of AODH which can be used for all AODH services
version: '2024.1'
version: '2024.2'

# renovate: base: ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: ubuntu@22.04
# renovate: base: ubuntu:24.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: ubuntu@24.04
platforms:
amd64:

package-repositories:
- type: apt
cloud: caracal
cloud: dalmatian
priority: always

parts:
Expand Down
8 changes: 4 additions & 4 deletions rocks/aodh-evaluator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ it will help ensure that all layers of the image are imported
into docker (this is just the top layer).

```bash
> skopeo --insecure-policy copy oci-archive:aodh-evaluator_2024.1_amd64.rock docker-daemon:aodh-evaluator:2024.1
> skopeo --insecure-policy copy oci-archive:aodh-evaluator_2024.2_amd64.rock docker-daemon:aodh-evaluator:2024.2
```

If you are interested in giving it a go in Microk8s, you can
export the image from your docker registry and then into the
microk8s registry:

```bash
> docker save aodh-evaluator:2024.1 > ./aodh-evaluator_2024.1.tar
> microk8s ctr image import ./aodh-evaluator_2024.1.tar
> docker save aodh-evaluator:2024.2 > ./aodh-evaluator_2024.2.tar
> microk8s ctr image import ./aodh-evaluator_2024.2.tar
# Try with sunbeam
> juju attach-resource aodh-k8s aodh-evaluator-image=aodh-evaluator:2024.1
> juju attach-resource aodh-k8s aodh-evaluator-image=aodh-evaluator:2024.2
```
8 changes: 4 additions & 4 deletions rocks/aodh-evaluator/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ summary: Openstack aodh-evaluator
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack aodh-evaluator
version: '2024.1'
version: '2024.2'

# renovate: base: ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: ubuntu@22.04
# renovate: base: ubuntu:24.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: ubuntu@24.04
platforms:
amd64:

package-repositories:
- type: apt
cloud: caracal
cloud: dalmatian
priority: always

services:
Expand Down
8 changes: 4 additions & 4 deletions rocks/aodh-expirer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ it will help ensure that all layers of the image are imported
into docker (this is just the top layer).

```bash
> skopeo --insecure-policy copy oci-archive:aodh-expirer_2024.1_amd64.rock docker-daemon:aodh-expirer:2024.1
> skopeo --insecure-policy copy oci-archive:aodh-expirer_2024.2_amd64.rock docker-daemon:aodh-expirer:2024.2
```

If you are interested in giving it a go in Microk8s, you can
export the image from your docker registry and then into the
microk8s registry:

```bash
> docker save aodh-expirer:2024.1 > ./aodh-expirer_2024.1.tar
> microk8s ctr image import ./aodh-expirer_2024.1.tar
> docker save aodh-expirer:2024.2 > ./aodh-expirer_2024.2.tar
> microk8s ctr image import ./aodh-expirer_2024.2.tar
# Try with sunbeam
> juju attach-resource aodh-k8s aodh-expirer-image=aodh-expirer:2024.1
> juju attach-resource aodh-k8s aodh-expirer-image=aodh-expirer:2024.2
```
8 changes: 4 additions & 4 deletions rocks/aodh-expirer/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ summary: Openstack aodh-expirer
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack aodh-expirer
version: '2024.1'
version: '2024.2'

# renovate: base: ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: ubuntu@22.04
# renovate: base: ubuntu:24.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: ubuntu@24.04
platforms:
amd64:

package-repositories:
- type: apt
cloud: caracal
cloud: dalmatian
priority: always

services:
Expand Down
8 changes: 4 additions & 4 deletions rocks/aodh-listener/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ it will help ensure that all layers of the image are imported
into docker (this is just the top layer).

```bash
> skopeo --insecure-policy copy oci-archive:aodh-listener_2024.1_amd64.rock docker-daemon:aodh-listener:2024.1
> skopeo --insecure-policy copy oci-archive:aodh-listener_2024.2_amd64.rock docker-daemon:aodh-listener:2024.2
```

If you are interested in giving it a go in Microk8s, you can
export the image from your docker registry and then into the
microk8s registry:

```bash
> docker save aodh-listener:2024.1 > ./aodh-listener_2024.1.tar
> microk8s ctr image import ./aodh-listener_2024.1.tar
> docker save aodh-listener:2024.2 > ./aodh-listener_2024.2.tar
> microk8s ctr image import ./aodh-listener_2024.2.tar
# Try with sunbeam
> juju attach-resource aodh-k8s aodh-listener-image=aodh-listener:2024.1
> juju attach-resource aodh-k8s aodh-listener-image=aodh-listener:2024.2
```
8 changes: 4 additions & 4 deletions rocks/aodh-listener/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ summary: Openstack aodh-listener
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack aodh-listener
version: '2024.1'
version: '2024.2'

# renovate: base: ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: ubuntu@22.04
# renovate: base: ubuntu:24.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: ubuntu@24.04
platforms:
amd64:

package-repositories:
- type: apt
cloud: caracal
cloud: dalmatian
priority: always

services:
Expand Down
8 changes: 4 additions & 4 deletions rocks/aodh-notifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ it will help ensure that all layers of the image are imported
into docker (this is just the top layer).

```bash
> skopeo --insecure-policy copy oci-archive:aodh-notifier_2024.1_amd64.rock docker-daemon:aodh-notifier:2024.1
> skopeo --insecure-policy copy oci-archive:aodh-notifier_2024.2_amd64.rock docker-daemon:aodh-notifier:2024.2
```

If you are interested in giving it a go in Microk8s, you can
export the image from your docker registry and then into the
microk8s registry:

```bash
> docker save aodh-notifier:2024.1 > ./aodh-notifier_2024.1.tar
> microk8s ctr image import ./aodh-notifier_2024.1.tar
> docker save aodh-notifier:2024.2 > ./aodh-notifier_2024.2.tar
> microk8s ctr image import ./aodh-notifier_2024.2.tar
# Try with sunbeam
> juju attach-resource aodh-k8s aodh-notifier-image=aodh-notifier:2024.1
> juju attach-resource aodh-k8s aodh-notifier-image=aodh-notifier:2024.2
```
8 changes: 4 additions & 4 deletions rocks/aodh-notifier/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ summary: Openstack aodh-notifier
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack aodh-notifier
version: '2024.1'
version: '2024.2'

# renovate: base: ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: ubuntu@22.04
# renovate: base: ubuntu:24.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: ubuntu@24.04
platforms:
amd64:

package-repositories:
- type: apt
cloud: caracal
cloud: dalmatian
priority: always

services:
Expand Down
8 changes: 4 additions & 4 deletions rocks/barbican-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ it will help ensure that all layers of the image are imported
into docker (this is just the top layer).

```bash
> skopeo --insecure-policy copy oci-archive:barbican-api_2024.1_amd64.rock docker-daemon:barbican-api:2024.1
> skopeo --insecure-policy copy oci-archive:barbican-api_2024.2_amd64.rock docker-daemon:barbican-api:2024.2
```

If you are interested in giving it a go in Microk8s, you can
export the image from your docker registry and then into the
microk8s registry:

```bash
> docker save barbican-api:2024.1 > ./barbican-api_2024.1.tar
> microk8s ctr image import ./barbican-api_2024.1.tar
> docker save barbican-api:2024.2 > ./barbican-api_2024.2.tar
> microk8s ctr image import ./barbican-api_2024.2.tar
# Try with sunbeam
> juju attach-resource barbican-api barbican-api-image=barbican-api:2024.1
> juju attach-resource barbican-api barbican-api-image=barbican-api:2024.2
```
8 changes: 4 additions & 4 deletions rocks/barbican-api/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ summary: Openstack barbican-api
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack barbican-api
version: '2024.1'
# renovate: base: ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: ubuntu@22.04
version: '2024.2'
# renovate: base: ubuntu:24.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: ubuntu@24.04
platforms:
amd64:

package-repositories:
- type: apt
cloud: caracal
cloud: dalmatian
priority: always

services:
Expand Down
8 changes: 4 additions & 4 deletions rocks/barbican-consolidated/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ it will help ensure that all layers of the image are imported
into docker (this is just the top layer).

```bash
> skopeo --insecure-policy copy oci-archive:barbican-consolidated_2024.1_amd64.rock docker-daemon:barbican-consolidated:2024.1
> skopeo --insecure-policy copy oci-archive:barbican-consolidated_2024.2_amd64.rock docker-daemon:barbican-consolidated:2024.2
```

If you are interested in giving it a go in Microk8s, you can
export the image from your docker registry and then into the
microk8s registry:

```bash
> docker save barbican-consolidated:2024.1 > ./barbican-consolidated_2024.1.tar
> microk8s ctr image import ./barbican-consolidated_2024.1.tar
> docker save barbican-consolidated:2024.2 > ./barbican-consolidated_2024.2.tar
> microk8s ctr image import ./barbican-consolidated_2024.2.tar
# Try with sunbeam
> juju attach-resource barbican-consolidated barbican-consolidated-image=barbican-consolidated:2024.1
> juju attach-resource barbican-consolidated barbican-consolidated-image=barbican-consolidated:2024.2
```
8 changes: 4 additions & 4 deletions rocks/barbican-consolidated/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ summary: Openstack barbican-consolidated
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack barbican-consolidated
version: '2024.1'
# renovate: base: ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: ubuntu@22.04
version: '2024.2'
# renovate: base: ubuntu:24.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95
base: ubuntu@24.04
platforms:
amd64:

package-repositories:
- type: apt
cloud: caracal
cloud: dalmatian
priority: always

parts:
Expand Down
Loading

0 comments on commit 058a41e

Please sign in to comment.