Skip to content

Commit

Permalink
Move all config options to charmcraft.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bobadair committed Feb 29, 2024
1 parent 5191e3e commit ed20e59
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 35 deletions.
34 changes: 31 additions & 3 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,39 @@
# Learn more about charmcraft.yaml configuration at:
# https://juju.is/docs/sdk/charmcraft-config
# Copyright 2024 Catalogic Software
# See LICENSE file for licensing details.
# For docs see: https://juju.is/docs/sdk/charmcraft-config

type: "charm"
name: cloudcasa
title: CloudCasa
summary: A charm to install and run the CloudCasa agent
description: CloudCasa is a powerful and easy-to-use backup service for protecting Kubernetes, cloud databases, and cloud native applications.
links:
contact: CloudCasa support support@cloudcasa.io
website: https://cloudcasa.io
source: https://github.com/catalogicsoftware/cloudcasa-charm
issues: https://github.com/catalogicsoftware/cloudcasa-charm/issues
documentation: https://discourse.charmhub.io/t/cloudcasa-docs-index/6926
containers:
cloudcasa:
resource: cloudcasa-image
resources:
cloudcasa-image:
type: oci-image
description: OCI image for cloudcasa-image
upstream-source: docker.io/catalogicsoftware/amds-kagent:latest
assumes:
- juju >= 2.9.23
- k8s-api
config:
options:
clusterid:
default: ""
description: ID provided by CloudCasa service when registering cluster
type: string
bases:
- build-on:
- name: "ubuntu"
channel: "20.04"
run-on:
- name: "ubuntu"
channel: "20.04"
channel: "20.04"
8 changes: 0 additions & 8 deletions config.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions metadata.yaml

This file was deleted.

0 comments on commit ed20e59

Please sign in to comment.