Score:0

Juju Openstack Install Won't Run on Only One Node

pt flag

I'm trying to install Openstack on only one node, and I tried using the openstack-charmer lxd method, but the issue is that they seem to launch 3 times ceph-osd and ceph-mon machines. I modified the script to only launch one of everything(repo here).

However, the when checking juju, the ceph-osd says that it is still looking for 3 ceph-osd peers, and the whole install fails. Any ways to modify the juju openstack install script to not look for any other peers?

Score:0
cn flag

It's possible (apparently), but not advised, to not run three ceph-mon units and three ceph-osd units. I've seen strange things happen. But if you want to try then you need to change the following configuration options of the ceph-mon charm:

  1. monitor-count
  2. expected-osd-count

For example:

juju config ceph-mon monitor-count=1
juju config ceph-mon expected-osd-count=1
David avatar
cn flag
This is a comment not an answer to the question.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.