Questions tagged [juju]

15 questions
3
votes
1 answer

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 ip: 10.12.1.255 router ip: 10.12.1.1 ip…
Ryan
  • 147
  • 6
3
votes
3 answers

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-i debian-installer/language string en d-i…
Pradeep Gupta
  • 357
  • 2
  • 5
  • 18
1
vote
0 answers

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-dashboard’ and ‘sudo iptables -t nat -A PREROUTING…
afernandez
  • 31
  • 1
1
vote
0 answers

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 infrastructure is running mysql/percona-cluster in…
0
votes
1 answer

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 where the problem is: juju bootstrap…
Charm_quark
  • 105
  • 7
0
votes
1 answer

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 --version 2.2.6-xenial-amd64 My differences: I…
Ryan
  • 65
  • 2
  • 7
0
votes
1 answer

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 machines. Jenkins (master) is successfully…
Sam Hammamy
  • 189
  • 5
  • 17
0
votes
1 answer

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 mirror" on all nodes :( I can ping archive.ubuntu.com and…
0
votes
1 answer

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 prepare package (deb/rpm) or can it be downloaded from…
Simon
  • 213
  • 1
  • 2
  • 4
0
votes
1 answer

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 configuration parameters but I still did not succeed in…
Olivier
  • 415
  • 3
  • 5
  • 14
0
votes
1 answer

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.) got OpenStack setting in juju's environment.yaml But…
snowmantw
  • 111
  • 4
0
votes
1 answer

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 i wrote, can i wrap it in a charm and deploy it…
Jas
  • 701
  • 4
  • 13
  • 23
0
votes
0 answers

Publishing nova (libvirt) metrics using ceilometer agent

I've migrated my openstack lab from kolla-ansible and have deployed 3 ceilometer and one gnocchi units using juju. And this is my ceilometer pipeline.yaml file: sources: - name: meter_source meters: - "*" sinks: -…
0
votes
1 answer

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?
Chris G.
  • 157
  • 5
0
votes
0 answers

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 long as I go for registration I come across the…