~sombrafam/stsstack-bundles:master

Last commit made on 2020-06-22
Get this branch:
git clone -b master https://git.launchpad.net/~sombrafam/stsstack-bundles
Only Erlon R. Cruz can upload to this branch. If you are Erlon R. Cruz please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~sombrafam/stsstack-bundles

Recent commits

a38b896... by Erlon R. Cruz

Fix kubernetes configure

Not always the kubernetes environments have a unit named
kuberntes-master/0. In those cases, running ./configure will
fail as it will not find the unit to ssh.

This fixes this problem by always picking an existent (the leader)
unit.

cc71499... by Edward Hope-Morley

Always enable-local-dhcp-and-metadata

Since almost everyone uses this in the field it makes
sense to do so here as well.

e790065... by Edward Hope-Morley

Diskimage-retrofit needs more cpu

The principle charms we deploy diskimage-retrofit charm to
run on only have 1 vcpu which causes the image create process
to take a long time to complete. This will switch from
m1.small to m1.medium.

f5ede86... by Hemanth Nakkina

Add support for docker-registry

Closes-Bug: #1867951

57172db... by Ponnuvel Palaniyappan

Add support for ceph-iscsi charm

This is a preview charm in the 20.05 charm release.

Closes-Bug: #1880117

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

7ae9445... by Edward Hope-Morley

Make no args run more intuitive

Right now if you do ./generate-bundle.sh with no args it
bombs with an error and usage() info. This is not helpful
and broken so this patch guides the user towards a
successful outcome.

d7f61ee... by Edward Hope-Morley

Fix typo in octavia-diskimage-retrofit action message

ac7854b... by Edward Hope-Morley

Fix --ssl combined with --*-ha*

In other words when using --ssl, if any service is explicitly
requested to be HA don't override it with the single unit
HA hack that we use to get predictable SANs for ssl certs.

Closes-Bug: #1882562

12f925e... by Edward Hope-Morley

Don't always ask for ml2dns upstream dns server

If we are able to glean a dns server from the local
host, don't both asking for one as input since this
happens for almost every openstack deployment and is
quite tedious and unnecessary.

4c5ec30... by Edward Hope-Morley

Code cleanup

 * remove unused get_optval()
 * remove redundant trap_help()
 * remove lts/nonlts from all 00setup since its no longer used
 * fixup some docstring typos