Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caracal release enablement #42

Merged
merged 3 commits into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 }}_2023.2_amd64.rock docker-daemon:{{ cookiecutter.rock_name }}:2023.2
> skopeo --insecure-policy copy oci-archive:{{ cookiecutter.rock_name }}_2024.1_amd64.rock docker-daemon:{{ cookiecutter.rock_name }}:2024.1
```

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

# renovate: base: ubuntu:22.04@sha256:77906da86b60585ce12215807090eb327e7386c8fafb5402369e421f44eff17e
base: [email protected]
Expand All @@ -12,7 +12,7 @@ platforms:

package-repositories:
- type: apt
cloud: bobcat
cloud: caracal
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_2023.2_amd64.rock docker-daemon:aodh-api:2023.2
> skopeo --insecure-policy copy oci-archive:aodh-api_2024.1_amd64.rock docker-daemon:aodh-api:2024.1
```

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

# renovate: base: ubuntu:22.04@sha256:77906da86b60585ce12215807090eb327e7386c8fafb5402369e421f44eff17e
base: [email protected]
Expand All @@ -12,7 +12,7 @@ platforms:

package-repositories:
- type: apt
cloud: bobcat
cloud: caracal
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_2023.2_amd64.rock docker-daemon:aodh-consolidated:2023.2
> skopeo --insecure-policy copy oci-archive:aodh-consolidated_2024.1_amd64.rock docker-daemon:aodh-consolidated:2024.1
```

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

# renovate: base: ubuntu:22.04@sha256:77906da86b60585ce12215807090eb327e7386c8fafb5402369e421f44eff17e
base: [email protected]
Expand All @@ -12,7 +12,7 @@ platforms:

package-repositories:
- type: apt
cloud: bobcat
cloud: caracal
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_2023.2_amd64.rock docker-daemon:aodh-evaluator:2023.2
> skopeo --insecure-policy copy oci-archive:aodh-evaluator_2024.1_amd64.rock docker-daemon:aodh-evaluator:2024.1
```

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

# renovate: base: ubuntu:22.04@sha256:77906da86b60585ce12215807090eb327e7386c8fafb5402369e421f44eff17e
base: [email protected]
Expand All @@ -12,7 +12,7 @@ platforms:

package-repositories:
- type: apt
cloud: bobcat
cloud: caracal
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_2023.2_amd64.rock docker-daemon:aodh-expirer:2023.2
> skopeo --insecure-policy copy oci-archive:aodh-expirer_2024.1_amd64.rock docker-daemon:aodh-expirer:2024.1
```

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

# renovate: base: ubuntu:22.04@sha256:77906da86b60585ce12215807090eb327e7386c8fafb5402369e421f44eff17e
base: [email protected]
Expand All @@ -12,7 +12,7 @@ platforms:

package-repositories:
- type: apt
cloud: bobcat
cloud: caracal
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_2023.2_amd64.rock docker-daemon:aodh-listener:2023.2
> skopeo --insecure-policy copy oci-archive:aodh-listener_2024.1_amd64.rock docker-daemon:aodh-listener:2024.1
```

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

# renovate: base: ubuntu:22.04@sha256:77906da86b60585ce12215807090eb327e7386c8fafb5402369e421f44eff17e
base: [email protected]
Expand All @@ -12,7 +12,7 @@ platforms:

package-repositories:
- type: apt
cloud: bobcat
cloud: caracal
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_2023.2_amd64.rock docker-daemon:aodh-notifier:2023.2
> skopeo --insecure-policy copy oci-archive:aodh-notifier_2024.1_amd64.rock docker-daemon:aodh-notifier:2024.1
```

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

# renovate: base: ubuntu:22.04@sha256:77906da86b60585ce12215807090eb327e7386c8fafb5402369e421f44eff17e
base: [email protected]
Expand All @@ -12,7 +12,7 @@ platforms:

package-repositories:
- type: apt
cloud: bobcat
cloud: caracal
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_2023.2_amd64.rock docker-daemon:barbican-api:2023.2
> skopeo --insecure-policy copy oci-archive:barbican-api_2024.1_amd64.rock docker-daemon:barbican-api:2024.1
```

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:2023.2 > ./barbican-api_2023.2.tar
> microk8s ctr image import ./barbican-api_2023.2.tar
> docker save barbican-api:2024.1 > ./barbican-api_2024.1.tar
> microk8s ctr image import ./barbican-api_2024.1.tar
# Try with sunbeam
> juju attach-resource barbican-api barbican-api-image=barbican-api:2023.2
> juju attach-resource barbican-api barbican-api-image=barbican-api:2024.1
```
4 changes: 2 additions & 2 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: '2023.2'
version: '2024.1'
# renovate: base: ubuntu:22.04@sha256:77906da86b60585ce12215807090eb327e7386c8fafb5402369e421f44eff17e
base: [email protected]
platforms:
amd64:

package-repositories:
- type: apt
cloud: bobcat
cloud: caracal
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_2023.2_amd64.rock docker-daemon:barbican-consolidated:2023.2
> skopeo --insecure-policy copy oci-archive:barbican-consolidated_2024.1_amd64.rock docker-daemon:barbican-consolidated:2024.1
```

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:2023.2 > ./barbican-consolidated_2023.2.tar
> microk8s ctr image import ./barbican-consolidated_2023.2.tar
> docker save barbican-consolidated:2024.1 > ./barbican-consolidated_2024.1.tar
> microk8s ctr image import ./barbican-consolidated_2024.1.tar
# Try with sunbeam
> juju attach-resource barbican-consolidated barbican-consolidated-image=barbican-consolidated:2023.2
> juju attach-resource barbican-consolidated barbican-consolidated-image=barbican-consolidated:2024.1
```
4 changes: 2 additions & 2 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: '2023.2'
version: '2024.1'
# renovate: base: ubuntu:22.04@sha256:77906da86b60585ce12215807090eb327e7386c8fafb5402369e421f44eff17e
base: [email protected]
platforms:
amd64:

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

parts:
Expand Down
8 changes: 4 additions & 4 deletions rocks/barbican-worker/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-worker_2023.2_amd64.rock docker-daemon:barbican-worker:2023.2
> skopeo --insecure-policy copy oci-archive:barbican-worker_2024.1_amd64.rock docker-daemon:barbican-worker:2024.1
```

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-worker:2023.2 > ./barbican-worker_2023.2.tar
> microk8s ctr image import ./barbican-worker_2023.2.tar
> docker save barbican-worker:2024.1 > ./barbican-worker_2024.1.tar
> microk8s ctr image import ./barbican-worker_2024.1.tar
# Try with sunbeam
> juju attach-resource barbican-worker barbican-worker-image=barbican-worker:2023.2
> juju attach-resource barbican-worker barbican-worker-image=barbican-worker:2024.1
```
4 changes: 2 additions & 2 deletions rocks/barbican-worker/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ summary: Openstack barbican-worker
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack barbican-worker
version: '2023.2'
version: '2024.1'
# renovate: base: ubuntu:22.04@sha256:77906da86b60585ce12215807090eb327e7386c8fafb5402369e421f44eff17e
base: [email protected]
platforms:
amd64:

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

services:
Expand Down
Loading
Loading