Canonical bionic queens openstack base bundle

Can anyone please provide me the openstack base bundle for canonical bionic queens? I tried deploying bundle present at https://github.com/openstack-charmers/openstack-bundles/blob/master/development/openstack-base-bionic-queens/bundle.yaml

but its failing with error "ERROR cannot deploy bundle: cannot create machine for holding ceph-radosgw, mysql, neutron-gateway and rabbitmq-server units: series “bionic” not supported "

1 Like

Hello, @meenusachan, I will also install openstack here. And I wanted to know if you installed MAAS first or if you installed it directly. Thank you and success.

I installed MAAS first, then performed the juju boot strap for controller via cmd “juju bootstrap --bootstrap-series=bionic mymaas maas-controller --force” after that I am trying to deploy canonical bionic queens bundle present at https://github.com/openstack-charmers/openstack-bundles/blob/master/development/openstack-base-bionic-queens/bundle.yaml

but its failing with error "ERROR cannot deploy bundle: cannot create machine for holding ceph-radosgw, mysql, neutron-gateway and rabbitmq-server units: series “bionic” not

1 Like

You’re probably using Juju 3.x. It doesn’t support Bionic. Try using Juju 2.x.

1 Like

I have below juju version

root@maasjuju:~# juju --version
2.9.37-ubuntu-amd64
root@maasjuju:~#

Thanks @pmatulis for the pointer, after downgrading the juju version to 2.8.13-bionic-amd64 deployment worked fine for bionic queens.

1 Like

Hi @meenusachan Thanks for the report. I will try to follow the same path. As I’m using physical machines, I found this tutorial, and I intend to create the same scenario > https://blog.naydenov.net/2015/11/deploying-openstack-on-maas-1-9-with-juju-network-setup / It’s from 2015, but I think it’s compatible with what I want.

Greetings.