~hopem/stsstack-bundles:bug/1880730

Last commit made on 2020-05-28
Get this branch:
git clone -b bug/1880730 https://git.launchpad.net/~hopem/stsstack-bundles
Only Edward Hope-Morley can upload to this branch. If you are Edward Hope-Morley please log in for upload directions.

Branch merges

Branch information

Name:
bug/1880730
Repository:
lp:~hopem/stsstack-bundles

Recent commits

e85e4c3... by Edward Hope-Morley

Use controller model for JUJU_VERSION

Closes-Bug: 1880730

6914bd8... by Edward Hope-Morley

Show when revision-info omits charms

We currently expect charm version info given to
--revision-info to be for stable charms and as
a result we silently ignore any charm that is
not cs:<charm>. This patch displays a message
showing any charms whose version is ingored
and if no versions are found, does not switch
to --use-stable-charms.

43e0a90... by Edward Hope-Morley

Fixup newline issue in tools/model-poweron.sh

99e773a... by Hemanth Nakkina

Add cephfs overlay to kubernetes

Add support for cephfs to kubernetes

eb83d96... by Ponnuvel Palaniyappan

Fix the the exit code of generate-bundle.sh

The final exit code of this script is non-zero when it's success.

When grep fails (i.e. no unbound variables), it exits immediately
because of -e option. || ensures that grep failure doesn't exit the
script and also explicitly exit with 0. Otherwise, "last command"'s
(= grep) return code will be used for exit code which is non-zero.

Signed-off-by: Ponnuvel Palaniyappan <email address hidden>

a714712... by Edward Hope-Morley

Don't clobber ovn-chassis bridge-interface-mappings

If the charm config was set outside of generate then add
its value to the local cache to avoid clobbering when
updating existing deployment.

This is the same as was done for data-port with
neutron-openvswitch so now we move to a function to
make code cleaner.

d1e73fa... by Edward Hope-Morley

Support val with colons in get_param()

If the value provided using opt:val contains colons
e.g. mac address then it will be chopped at the end. This
fixes that.

61b95a7... by Edward Hope-Morley

Merge branch 'remove-power-on'

8d65c54... by Erlon R. Cruz

Remove requirement to confirm machine poweron

While it makes sense to ask confirmation when shutting down
the VMs for a model, powering on does not. This is particularly
annoying when STS is a bit slow and after starting the model
and switch to other tasks, you came back later just to find
that your model still not up.

d97a4b3... by Edward Hope-Morley

Don't clobber data-port when re-running

Bundles that depend on --dvr require a data-port
which results in a user input-request. If
data-port has been set and you re-run generate-bundle
it will ask for a data-port value and default to
empty. This patch allows for any existing charm value
to be re-applied so as not to clobber

Closes-Bug: 1871565