Questions tagged [juju]
The juju tag has no usage guidance.
14 questions
0
votes
1
answer
65
views
Can you migrate a "localhost" cloud to "public" cloud
If you create a localhost cloud using juju, running kubernetes - is there a way to migrate to "public" cloud?
1
vote
0
answers
219
views
openstack aodh charm remains in waiting state “'shared-db' incomplete”
please I need your help, We are running a platform built on the openstack framework(Rocky). Recently we decided to install the Aodh service on our platform so as to enable autoscaling with Heat. Our ...
0
votes
0
answers
251
views
cannot add local k8s as cloud in juju
I have a three node cluster k8s which has been setup via kubeadm, I just heard about juju recently and I’m completely new. what I want is that to register my local k8s into my local juju node but as ...
1
vote
0
answers
192
views
Problems connecting to OpenStack-horizon
After installing OpenStack with LXD on GoogleCloud (Ubuntu 18.04) using conjure-up, I am unable to access horizon (via website).
Per other people’s suggestions, I tried;
‘juju expose openstack-...
0
votes
1
answer
1k
views
Failed to bootstrap model, cannot start Juju bootstrap instance
I am currently following the guide from Openstack.org
and have deployed the MAAS and Juju on 2 virtual machines (in VirtualBox).
However, at the below step, I get the following error and I'm not sure ...
0
votes
1
answer
386
views
juju add-subnet fails - missing subnets in new model?
I am following this blog post to create kubernetes in existing AWS infrastructure:
https://insights.ubuntu.com/2017/02/08/automate-the-deployment-of-kubernetes-in-existing-aws-infrastructure/
$ juju -...
0
votes
1
answer
274
views
Error while running juju deploy jenkins-slave
Note: I'm running this on 3 Ubuntu trusty VM's on my OS X laptop over VMWare Fusion.
I am a juju newbie and having some trouble with setting up jenkins-slave. I have a bootstrap machine, and 2 other ...
3
votes
1
answer
2k
views
juju bootstrap fails, connection refused port 22
I have a MAAS installation with it's interface at 10.12.1.3/MAAS. It is responsible for DHCP/DNS and the configurations are as follows:
ip: 10.12.1.4
subnet mask: 255.255.255.0
broadcast ...
3
votes
3
answers
10k
views
How To Include Additional Software In preseed.cfg For Ubuntu Server 13.10
I am doing fully automated installation of Ubuntu Server (Saucy) 13.10 and also wants to include custom additional softwares,The Format of preseed.cfg is:
d-i debian-installer/locale string en_US
d-...
0
votes
1
answer
257
views
MAAS JUJU still get bad archive mirror
I'm trying to install maas nodes by using the PXE BOOT method. I follow the maas wiki tutorial step by step. I get all node ready and juju bootstrap was great :)
But I still get "bad archive ...
0
votes
1
answer
141
views
Juju/Puppet service's configuration files
I wrote my own service and I'd like to deploy it via Juju/Puppet scripts. Main goal is to automate whole process of deploying it and I've found out Juju/Puppet should be the best.
Do I have to ...
0
votes
1
answer
1k
views
Steps to use juju to orchestrate a devStack fresh VM setup?
Using this devStack guide : Running a Cloud in a VM to test OpenStack.
What would be the steps to get the correct juju configuration from a fresh devStack setup?
EDIT : Found out the first ...
0
votes
1
answer
230
views
Ubuntu juju and Eucalyptus?
Has anyone used juju (ensemble) to deploy softwares on Eucalyptus' instances successfully ?
Although the official FAQ says that juju is only support EC2 ( currently ),
but I've found someone (ex.) ...
0
votes
1
answer
522
views
juju on local server + wrapping my own application server custom built wtih charm
I'm interested in juju before starting with it i would like to ask a few questions.
Can juju be only be used with ubuntu? is it possible to use it with CentOS?
I have my own application server which ...