Bundles in JUJU

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












Can anyone help me in understanding creating my own bundles with some existing machines on my model?



I have used --map-machines options which have thrown an error as follows:



root@charms:~# juju deploy bundle --map-machines=existing
ERROR cannot resolve URL "cs:bundle": charm or bundle not found
root@charms:~#


Is it necessary to have a bundle already in the charm store?



FYI, I have git,jenkins and nagios machines running in my model.



root@charms:~# juju status
Model Controller Cloud/Region Version SLA
model1 lxd-test localhost/localhost 2.3.4 unsupported
App Version Status Scale Charm Store Rev OS Notes
central-monitor active 1 nagios jujucharms 24 ubuntu
git unknown 1 git jujucharms 1 ubuntu
jenkins active 1 jenkins jujucharms 13 ubuntu
Unit Workload Agent Machine Public address Ports Message
central-monitor/0* active idle 1 10.98.245.103 80/tcp ready
git/1* unknown idle 2 10.98.245.244 22/tcp
jenkins/0* active idle 3 10.98.245.104 8080/tcp,48484/tcp Jenkins is running
Machine State DNS Inst id Series AZ Message
1 started 10.98.245.103 juju-dbee3a-1 xenial Running
2 started 10.98.245.244 juju-dbee3a-2 trusty Running
3 started 10.98.245.104 juju-dbee3a-3 xenial Running
Relation provider Requirer Interface Type Message
git:juju-info central-monitor:nagios juju-info regular
jenkins:juju-info central-monitor:nagios juju-info regular
root@charms:~#






share|improve this question






















  • Got the solution by myself. Thank you.
    – SairajM
    Apr 20 at 11:26














up vote
0
down vote

favorite












Can anyone help me in understanding creating my own bundles with some existing machines on my model?



I have used --map-machines options which have thrown an error as follows:



root@charms:~# juju deploy bundle --map-machines=existing
ERROR cannot resolve URL "cs:bundle": charm or bundle not found
root@charms:~#


Is it necessary to have a bundle already in the charm store?



FYI, I have git,jenkins and nagios machines running in my model.



root@charms:~# juju status
Model Controller Cloud/Region Version SLA
model1 lxd-test localhost/localhost 2.3.4 unsupported
App Version Status Scale Charm Store Rev OS Notes
central-monitor active 1 nagios jujucharms 24 ubuntu
git unknown 1 git jujucharms 1 ubuntu
jenkins active 1 jenkins jujucharms 13 ubuntu
Unit Workload Agent Machine Public address Ports Message
central-monitor/0* active idle 1 10.98.245.103 80/tcp ready
git/1* unknown idle 2 10.98.245.244 22/tcp
jenkins/0* active idle 3 10.98.245.104 8080/tcp,48484/tcp Jenkins is running
Machine State DNS Inst id Series AZ Message
1 started 10.98.245.103 juju-dbee3a-1 xenial Running
2 started 10.98.245.244 juju-dbee3a-2 trusty Running
3 started 10.98.245.104 juju-dbee3a-3 xenial Running
Relation provider Requirer Interface Type Message
git:juju-info central-monitor:nagios juju-info regular
jenkins:juju-info central-monitor:nagios juju-info regular
root@charms:~#






share|improve this question






















  • Got the solution by myself. Thank you.
    – SairajM
    Apr 20 at 11:26












up vote
0
down vote

favorite









up vote
0
down vote

favorite











Can anyone help me in understanding creating my own bundles with some existing machines on my model?



I have used --map-machines options which have thrown an error as follows:



root@charms:~# juju deploy bundle --map-machines=existing
ERROR cannot resolve URL "cs:bundle": charm or bundle not found
root@charms:~#


Is it necessary to have a bundle already in the charm store?



FYI, I have git,jenkins and nagios machines running in my model.



root@charms:~# juju status
Model Controller Cloud/Region Version SLA
model1 lxd-test localhost/localhost 2.3.4 unsupported
App Version Status Scale Charm Store Rev OS Notes
central-monitor active 1 nagios jujucharms 24 ubuntu
git unknown 1 git jujucharms 1 ubuntu
jenkins active 1 jenkins jujucharms 13 ubuntu
Unit Workload Agent Machine Public address Ports Message
central-monitor/0* active idle 1 10.98.245.103 80/tcp ready
git/1* unknown idle 2 10.98.245.244 22/tcp
jenkins/0* active idle 3 10.98.245.104 8080/tcp,48484/tcp Jenkins is running
Machine State DNS Inst id Series AZ Message
1 started 10.98.245.103 juju-dbee3a-1 xenial Running
2 started 10.98.245.244 juju-dbee3a-2 trusty Running
3 started 10.98.245.104 juju-dbee3a-3 xenial Running
Relation provider Requirer Interface Type Message
git:juju-info central-monitor:nagios juju-info regular
jenkins:juju-info central-monitor:nagios juju-info regular
root@charms:~#






share|improve this question














Can anyone help me in understanding creating my own bundles with some existing machines on my model?



I have used --map-machines options which have thrown an error as follows:



root@charms:~# juju deploy bundle --map-machines=existing
ERROR cannot resolve URL "cs:bundle": charm or bundle not found
root@charms:~#


Is it necessary to have a bundle already in the charm store?



FYI, I have git,jenkins and nagios machines running in my model.



root@charms:~# juju status
Model Controller Cloud/Region Version SLA
model1 lxd-test localhost/localhost 2.3.4 unsupported
App Version Status Scale Charm Store Rev OS Notes
central-monitor active 1 nagios jujucharms 24 ubuntu
git unknown 1 git jujucharms 1 ubuntu
jenkins active 1 jenkins jujucharms 13 ubuntu
Unit Workload Agent Machine Public address Ports Message
central-monitor/0* active idle 1 10.98.245.103 80/tcp ready
git/1* unknown idle 2 10.98.245.244 22/tcp
jenkins/0* active idle 3 10.98.245.104 8080/tcp,48484/tcp Jenkins is running
Machine State DNS Inst id Series AZ Message
1 started 10.98.245.103 juju-dbee3a-1 xenial Running
2 started 10.98.245.244 juju-dbee3a-2 trusty Running
3 started 10.98.245.104 juju-dbee3a-3 xenial Running
Relation provider Requirer Interface Type Message
git:juju-info central-monitor:nagios juju-info regular
jenkins:juju-info central-monitor:nagios juju-info regular
root@charms:~#








share|improve this question













share|improve this question




share|improve this question








edited Apr 19 at 17:25









user68186

14.3k84360




14.3k84360










asked Apr 19 at 17:23









SairajM

11




11











  • Got the solution by myself. Thank you.
    – SairajM
    Apr 20 at 11:26
















  • Got the solution by myself. Thank you.
    – SairajM
    Apr 20 at 11:26















Got the solution by myself. Thank you.
– SairajM
Apr 20 at 11:26




Got the solution by myself. Thank you.
– SairajM
Apr 20 at 11:26















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1026466%2fbundles-in-juju%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1026466%2fbundles-in-juju%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491