Skip to content

Commit

Permalink
Switch to bobcat
Browse files Browse the repository at this point in the history
  • Loading branch information
gboutry committed Sep 26, 2023
1 parent afc12aa commit 29419b8
Show file tree
Hide file tree
Showing 99 changed files with 313 additions and 313 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 }}_2023.1_amd64.rock docker-daemon:{{ cookiecutter.rock_name }}:2023.1
> skopeo --insecure-policy copy oci-archive:{{ cookiecutter.rock_name }}_2023.2_amd64.rock docker-daemon:{{ cookiecutter.rock_name }}:2023.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 }}:2023.1 > ./{{ cookiecutter.rock_name }}_2023.1.tar
> microk8s ctr image import ./{{ cookiecutter.rock_name }}_2023.1.tar
> docker save {{ cookiecutter.rock_name }}:2023.2 > ./{{ cookiecutter.rock_name }}_2023.2.tar
> microk8s ctr image import ./{{ cookiecutter.rock_name }}_2023.2.tar
# Try with sunbeam
> juju attach-resource {{ cookiecutter.rock_name }} {{ cookiecutter.rock_name }}-image={{ cookiecutter.rock_name }}:2023.1
> juju attach-resource {{ cookiecutter.rock_name }} {{ cookiecutter.rock_name }}-image={{ cookiecutter.rock_name }}:2023.2
```
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ summary: Openstack {{ cookiecutter.rock_name }}
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack {{ cookiecutter.rock_name }}
version: 2023.1
version: '2023.2'

base: ubuntu:22.04
platforms:
amd64:

package-repositories:
- type: apt
cloud: antelope
cloud: bobcat
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.1_amd64.rock docker-daemon:aodh-api:2023.1
> skopeo --insecure-policy copy oci-archive:aodh-api_2023.2_amd64.rock docker-daemon:aodh-api:2023.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:2023.1 > ./aodh-api_2023.1.tar
> microk8s ctr image import ./aodh-api_2023.1.tar
> docker save aodh-api:2023.2 > ./aodh-api_2023.2.tar
> microk8s ctr image import ./aodh-api_2023.2.tar
# Try with sunbeam
> juju attach-resource aodh-k8s aodh-api-image=aodh-api:2023.1
> juju attach-resource aodh-k8s aodh-api-image=aodh-api:2023.2
```
4 changes: 2 additions & 2 deletions rocks/aodh-api/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ summary: Openstack aodh-api
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack aodh-api
version: 2023.1
version: '2023.2'

base: ubuntu:22.04
platforms:
amd64:

package-repositories:
- type: apt
cloud: antelope
cloud: bobcat
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.1_amd64.rock docker-daemon:aodh-consolidated:2023.1
> skopeo --insecure-policy copy oci-archive:aodh-consolidated_2023.2_amd64.rock docker-daemon:aodh-consolidated:2023.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:2023.1 > ./aodh-consolidated_2023.1.tar
> microk8s ctr image import ./aodh-consolidated_2023.1.tar
> docker save aodh-consolidated:2023.2 > ./aodh-consolidated_2023.2.tar
> microk8s ctr image import ./aodh-consolidated_2023.2.tar
# Try with sunbeam
> juju attach-resource aodh-k8s aodh-api-image=aodh-consolidated:2023.1
> juju attach-resource aodh-k8s aodh-evaluator-image=aodh-consolidated:2023.1
> juju attach-resource aodh-k8s aodh-notifier-image=aodh-consolidated:2023.1
> juju attach-resource aodh-k8s aodh-listener-image=aodh-consolidated:2023.1
> 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
```
4 changes: 2 additions & 2 deletions rocks/aodh-consolidated/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ summary: Openstack aodh-consolidated
license: Apache-2.0
description: |
Ubuntu distribution of AODH which can be used for all AODH services
version: 2023.1
version: '2023.2'

base: ubuntu:22.04
platforms:
amd64:

package-repositories:
- type: apt
cloud: antelope
cloud: bobcat
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.1_amd64.rock docker-daemon:aodh-evaluator:2023.1
> skopeo --insecure-policy copy oci-archive:aodh-evaluator_2023.2_amd64.rock docker-daemon:aodh-evaluator:2023.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:2023.1 > ./aodh-evaluator_2023.1.tar
> microk8s ctr image import ./aodh-evaluator_2023.1.tar
> docker save aodh-evaluator:2023.2 > ./aodh-evaluator_2023.2.tar
> microk8s ctr image import ./aodh-evaluator_2023.2.tar
# Try with sunbeam
> juju attach-resource aodh-k8s aodh-evaluator-image=aodh-evaluator:2023.1
> juju attach-resource aodh-k8s aodh-evaluator-image=aodh-evaluator:2023.2
```
4 changes: 2 additions & 2 deletions rocks/aodh-evaluator/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ summary: Openstack aodh-evaluator
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack aodh-evaluator
version: 2023.1
version: '2023.2'

base: ubuntu:22.04
platforms:
amd64:

package-repositories:
- type: apt
cloud: antelope
cloud: bobcat
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.1_amd64.rock docker-daemon:aodh-expirer:2023.1
> skopeo --insecure-policy copy oci-archive:aodh-expirer_2023.2_amd64.rock docker-daemon:aodh-expirer:2023.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:2023.1 > ./aodh-expirer_2023.1.tar
> microk8s ctr image import ./aodh-expirer_2023.1.tar
> docker save aodh-expirer:2023.2 > ./aodh-expirer_2023.2.tar
> microk8s ctr image import ./aodh-expirer_2023.2.tar
# Try with sunbeam
> juju attach-resource aodh-k8s aodh-expirer-image=aodh-expirer:2023.1
> juju attach-resource aodh-k8s aodh-expirer-image=aodh-expirer:2023.2
```
4 changes: 2 additions & 2 deletions rocks/aodh-expirer/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ summary: Openstack aodh-expirer
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack aodh-expirer
version: 2023.1
version: '2023.2'

base: ubuntu:22.04
platforms:
amd64:

package-repositories:
- type: apt
cloud: antelope
cloud: bobcat
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.1_amd64.rock docker-daemon:aodh-listener:2023.1
> skopeo --insecure-policy copy oci-archive:aodh-listener_2023.2_amd64.rock docker-daemon:aodh-listener:2023.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:2023.1 > ./aodh-listener_2023.1.tar
> microk8s ctr image import ./aodh-listener_2023.1.tar
> docker save aodh-listener:2023.2 > ./aodh-listener_2023.2.tar
> microk8s ctr image import ./aodh-listener_2023.2.tar
# Try with sunbeam
> juju attach-resource aodh-k8s aodh-listener-image=aodh-listener:2023.1
> juju attach-resource aodh-k8s aodh-listener-image=aodh-listener:2023.2
```
4 changes: 2 additions & 2 deletions rocks/aodh-listener/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ summary: Openstack aodh-listener
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack aodh-listener
version: 2023.1
version: '2023.2'

base: ubuntu:22.04
platforms:
amd64:

package-repositories:
- type: apt
cloud: antelope
cloud: bobcat
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.1_amd64.rock docker-daemon:aodh-notifier:2023.1
> skopeo --insecure-policy copy oci-archive:aodh-notifier_2023.2_amd64.rock docker-daemon:aodh-notifier:2023.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:2023.1 > ./aodh-notifier_2023.1.tar
> microk8s ctr image import ./aodh-notifier_2023.1.tar
> docker save aodh-notifier:2023.2 > ./aodh-notifier_2023.2.tar
> microk8s ctr image import ./aodh-notifier_2023.2.tar
# Try with sunbeam
> juju attach-resource aodh-k8s aodh-notifier-image=aodh-notifier:2023.1
> juju attach-resource aodh-k8s aodh-notifier-image=aodh-notifier:2023.2
```
4 changes: 2 additions & 2 deletions rocks/aodh-notifier/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ summary: Openstack aodh-notifier
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack aodh-notifier
version: 2023.1
version: '2023.2'

base: ubuntu:22.04
platforms:
amd64:

package-repositories:
- type: apt
cloud: antelope
cloud: bobcat
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.1_amd64.rock docker-daemon:barbican-api:2023.1
> skopeo --insecure-policy copy oci-archive:barbican-api_2023.2_amd64.rock docker-daemon:barbican-api:2023.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:2023.1 > ./barbican-api_2023.1.tar
> microk8s ctr image import ./barbican-api_2023.1.tar
> docker save barbican-api:2023.2 > ./barbican-api_2023.2.tar
> microk8s ctr image import ./barbican-api_2023.2.tar
# Try with sunbeam
> juju attach-resource barbican-api barbican-api-image=barbican-api:2023.1
> juju attach-resource barbican-api barbican-api-image=barbican-api:2023.2
```
4 changes: 2 additions & 2 deletions rocks/barbican-api/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ summary: Openstack barbican-api
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack barbican-api
version: 2023.1
version: '2023.2'
base: ubuntu:22.04
platforms:
amd64:

package-repositories:
- type: apt
cloud: antelope
cloud: bobcat
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.1_amd64.rock docker-daemon:barbican-consolidated:2023.1
> skopeo --insecure-policy copy oci-archive:barbican-consolidated_2023.2_amd64.rock docker-daemon:barbican-consolidated:2023.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:2023.1 > ./barbican-consolidated_2023.1.tar
> microk8s ctr image import ./barbican-consolidated_2023.1.tar
> docker save barbican-consolidated:2023.2 > ./barbican-consolidated_2023.2.tar
> microk8s ctr image import ./barbican-consolidated_2023.2.tar
# Try with sunbeam
> juju attach-resource barbican-consolidated barbican-consolidated-image=barbican-consolidated:2023.1
> juju attach-resource barbican-consolidated barbican-consolidated-image=barbican-consolidated:2023.2
```
4 changes: 2 additions & 2 deletions rocks/barbican-consolidated/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ summary: Openstack barbican-consolidated
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack barbican-consolidated
version: 2023.1
version: '2023.2'
base: ubuntu:22.04
platforms:
amd64:

package-repositories:
- type: apt
cloud: antelope
cloud: bobcat
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.1_amd64.rock docker-daemon:barbican-worker:2023.1
> skopeo --insecure-policy copy oci-archive:barbican-worker_2023.2_amd64.rock docker-daemon:barbican-worker:2023.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-worker:2023.1 > ./barbican-worker_2023.1.tar
> microk8s ctr image import ./barbican-worker_2023.1.tar
> docker save barbican-worker:2023.2 > ./barbican-worker_2023.2.tar
> microk8s ctr image import ./barbican-worker_2023.2.tar
# Try with sunbeam
> juju attach-resource barbican-worker barbican-worker-image=barbican-worker:2023.1
> juju attach-resource barbican-worker barbican-worker-image=barbican-worker:2023.2
```
4 changes: 2 additions & 2 deletions rocks/barbican-worker/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ summary: Openstack barbican-worker
license: Apache-2.0
description: |
Ubuntu distribution of OpenStack barbican-worker
version: 2023.1
version: '2023.2'
base: ubuntu:22.04
platforms:
amd64:

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

services:
Expand Down
Loading

0 comments on commit 29419b8

Please sign in to comment.