Skip to content
#

juju

Here are 73 public repositories matching this topic...

gnuoy
gnuoy commented Mar 3, 2020

I know this is stating the obvious but the lack of documentation makes writing a charm a much less pleasurable experience. It is not always clear what the intent is of parts of the design, it means features that could be leveraged are missed and on a practical level it means lots of hunting around to try and workout how to do trivial things.

I would be reluctant to publish a charm and mark it p

Vultaire
Vultaire commented Apr 15, 2020

Hello,

During a code review today, I noted a peer using model-specific tests, e.g.:

tests:
  - model_alias_xenial:
      - tests.tests_mongodb.BasicMongodbCharmTest
      - tests.tests_mongodb.ReplicatedMongodbCharmTest
      - tests.tests_mongodb.XenialMongodbCharmTest
  - model_alias_bionic:
      - tests.tests_mongodb.BasicMongodbCharmTest
      - tests.tests_mongodb.Repli
steverydz
steverydz commented Feb 13, 2020

Currently the JS for the tutorial page is inline and using modern JS such as forEach on node lists and template literals. As we aim to support IE11 for all our "sites" (not apps) this should be moved into the build pipeline so it doesn't cause any issues in IE11.

szeestraten-ntnu
szeestraten-ntnu commented Jan 14, 2019

We should highlight which default services we attempt to upgrade and in which order from https://github.com/huntdatacenter/jujuna/blob/master/jujuna/settings.py so it is easier to understand what is going on and compare with the suggested order from https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/latest/app-upgrade-openstack.html

Can we generate the list from the settings

Improve this page

Add a description, image, and links to the juju topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the juju topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.