Skip to content

charmed-osm/vca-integrator-operator

Repository files navigation

OSM VCA Integrator Operator

code style Run-Tests

VCA Integrator

Description

TODO

How-to guides

Deploy and configure

Deploy the OSM VCA Integrator Charm using the Juju command line:

$ juju add-model osm-vca-integrator
$ juju deploy osm-vca-integrator
$ juju config osm-vca-integrator \
    k8s-cloud=microk8s \
    controllers="`cat ~/.local/share/juju/controllers.yaml`" \
    accounts="`cat ~/.local/share/juju/accounts.yaml`" \
    public-key="`cat ~/.local/share/juju/ssh/juju_id_rsa.pub`"

Relate with VCA Integrator

If you are developing a charm that needs to integrate with VCA Integrator, please follow the instructions to do so.

Contributing

Please see the Juju SDK docs for guidelines on enhancements to this charm following best practice guidelines, and CONTRIBUTING.md for developer guidance.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages