tree: b5b2ef4504a972b9160c9213cf1d788f5d3c9e40 [path history] [tgz]
  1. .gitignore
  2. .jujuignore
  3. CONTRIBUTING.md
  4. LICENSE
  5. README.md
  6. actions.yaml
  7. charmcraft.yaml
  8. config.yaml
  9. lib/
  10. metadata.yaml
  11. pyproject.toml
  12. requirements-dev.txt
  13. requirements.txt
  14. src/
  15. tests/
  16. tox.ini
installers/charm/vca-integrator-operator/README.md

OSM VCA Integrator Operator

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`"

Contributing

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