Switch charm to Bobcat
Change-Id: Ie648ad04c78208e60661ffa3149ced808e00fdb4
This commit is contained in:
parent
113613c57b
commit
75a99c3886
@ -1,11 +1,11 @@
|
|||||||
- project:
|
- project:
|
||||||
templates:
|
templates:
|
||||||
- openstack-python3-charm-yoga-jobs
|
- openstack-python3-charm-jobs
|
||||||
- openstack-cover-jobs
|
- openstack-cover-jobs
|
||||||
- microk8s-func-test
|
- microk8s-func-test
|
||||||
vars:
|
vars:
|
||||||
charm_build_name: keystone-k8s
|
charm_build_name: keystone-k8s
|
||||||
juju_channel: 3.1/stable
|
juju_channel: 3.1/stable
|
||||||
juju_classic_mode: false
|
juju_classic_mode: false
|
||||||
microk8s_channel: 1.26-strict/stable
|
microk8s_channel: 1.28-strict/stable
|
||||||
microk8s_classic_mode: false
|
microk8s_classic_mode: false
|
||||||
|
@ -52,7 +52,7 @@ run:
|
|||||||
|
|
||||||
To deploy the local test instance:
|
To deploy the local test instance:
|
||||||
|
|
||||||
juju deploy ./keystone-k8s_ubuntu-20.04-amd64.charm --trust --resource keystone-image=ghcr.io/openstack-snaps/keystone:2023.1
|
juju deploy ./keystone-k8s_ubuntu-20.04-amd64.charm --trust --resource keystone-image=ghcr.io/canonical/keystone:2023.2
|
||||||
|
|
||||||
<!-- LINKS -->
|
<!-- LINKS -->
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@ developers:
|
|||||||
|
|
||||||
## OCI Images
|
## OCI Images
|
||||||
|
|
||||||
The charm by default uses `ghcr.io/openstack-snaps/keystone:2023.1` image.
|
The charm by default uses `ghcr.io/canonical/keystone:2023.2` image.
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
@ -83,5 +83,5 @@ resources:
|
|||||||
keystone-image:
|
keystone-image:
|
||||||
type: oci-image
|
type: oci-image
|
||||||
description: OCI image for OpenStack Keystone
|
description: OCI image for OpenStack Keystone
|
||||||
# ghcr.io/openstack-snaps/keystone:2023.1
|
# ghcr.io/canonical/keystone:2023.2
|
||||||
upstream-source: ghcr.io/openstack-snaps/keystone:2023.1
|
upstream-source: ghcr.io/canonical/keystone:2023.2
|
||||||
|
@ -7,4 +7,4 @@
|
|||||||
build_type: charmcraft
|
build_type: charmcraft
|
||||||
publish_charm: true
|
publish_charm: true
|
||||||
charmcraft_channel: 2.0/stable
|
charmcraft_channel: 2.0/stable
|
||||||
publish_channel: 2023.1/edge
|
publish_channel: 2023.2/edge
|
||||||
|
@ -34,7 +34,7 @@ applications:
|
|||||||
fernet-keys: 5M
|
fernet-keys: 5M
|
||||||
credential-keys: 5M
|
credential-keys: 5M
|
||||||
resources:
|
resources:
|
||||||
keystone-image: ghcr.io/openstack-snaps/keystone:2023.1
|
keystone-image: ghcr.io/canonical/keystone:2023.2
|
||||||
# NOTE: should be in sync with resources described in ../../metadata.yaml
|
# NOTE: should be in sync with resources described in ../../metadata.yaml
|
||||||
|
|
||||||
glance:
|
glance:
|
||||||
|
Loading…
Reference in New Issue
Block a user