=== hloeung is now known as Guest59444 [00:04] Hello! Can anyone help to solve a problem to set my YAML to amazon, === Guest59444 is now known as hloeung [00:05] in the bootstrap juju, get error. no public ssh keys found [00:10] sidiney, did you run ssh-keygen -t rsa -b 2048 [00:11] yes [00:12] and do you have something like the following in your ~/.juju/environment.yaml file [00:13] authorized-keys-path: /home//.ssh/id_rsa.pub [00:13] under aws [00:13] given you didn't rename your keys and took the default [00:15] sidiney what do you get when you do this 'juju bootstrap -v' [00:16] no arosales. where i make this,? [00:17] sidiney, try appending that to the end of your aws stanza in you ~/.juju/environment.yaml file [00:18] sidiney, also to confirm are your keys uploaded to aws? [00:18] no. [00:21] sidiney, take a look at http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html#how-to-generate-your-own-key-and-import-it-to-aws [00:22] sidiney, as a manual check you should be able to launch an instance in AWS via the console and then type in "ssh ubuntu@" and you should get access to your manually provisioned instance. [00:22] that is after your keys have been uploaded to AWS [00:23] looks like good.. [00:23] ;-) === defunctzombie is now known as defunctzombie_zz === tasdomas_afk is now known as tasdomas === CyberJacob|Away is now known as CyberJacob === defunctzombie_zz is now known as defunctzombie === CyberJacob is now known as CyberJacob|Away === defunctzombie is now known as defunctzombie_zz === CyberJacob|Away is now known as CyberJacob === CyberJacob is now known as CyberJacob|Away === tasdomas is now known as tasdomas_afk [09:49] davecheney: around? [09:49] utlemming: on a conf call at the moment [09:49] will be quite some time [09:50] utlemming: i'm on a plane at 08:00 tomorrow === CyberJacob|Away is now known as CyberJacob [09:50] davecheney: ack. anyone else that you know of that has access to HPCLoud for a juju smoke test? [09:51] utlemming: gz, jam, wallyworld [09:51] they are all in #juju-dev now [09:53] davecheney: ack, thanks === CyberJacob is now known as CyberJacob|Away === tasdomas_afk is now known as tasdomas === CyberJacob|Away is now known as CyberJacob === CyberJacob is now known as CyberJacob|Away === dosaboy_ is now known as dosaboy === tasdomas is now known as tasdomas_afk [13:12] thumper, http://askubuntu.com/questions/132411/how-can-i-configure-juju-for-deployment-on-openstack [13:18] thumper, http://askubuntu.com/revisions/bba01ffc-f0b3-4992-ba44-1b38d11d116e/view-source [13:19] thumper, http://askubuntu.com/questions/225513/how-do-i-configure-juju-to-use-amazon-web-services-aws [13:23] thumper, http://askubuntu.com/questions/116174/how-can-i-configure-juju-for-deployment-on-hp-cloud [13:37] thumper, https://juju.ubuntu.com/docs/glossary.html === lborda is now known as lborda_afk === tasdomas_afk is now known as tasdomas === marcoceppi is now known as marcoceppi|away === nate-finch is now known as natefinch === CyberJacob|Away is now known as CyberJacob === tasdomas is now known as tasdomas_afk === CyberJacob is now known as CyberJacob|Away === CyberJacob|Away is now known as CyberJacob === natefinch is now known as natefinch-lunch === defunctzombie_zz is now known as defunctzombie [16:54] is there a way I can use daily images rather than released images with juju-core using simplestreams data? === natefinch-lunch is now known as natefinch === terryh is now known as terryh-otp [18:10] hi [18:11] hi [18:11] juju: hello; note that irc tends to be quiet until someone asks a question :) [18:12] ghi [18:12] jff === CyberJacob is now known as CyberJacob|Away === CyberJacob|Away is now known as CyberJacob === CyberJacob is now known as CyberJacob|Away === CyberJacob|Away is now known as CyberJacob [20:43] Hi all - just wanting to play with the juju-gui and looking at the read me. Anyone know of a more complete howto? I've got questions about the "deploying behind a firewall" section. [20:44] kurt__: what's your question? I (or someone else here) might be able to help. [20:45] is it best to force deploy to a particular machine? I'm scratching my head a bit determining how to make the URL or FILE available for the gui source files [20:45] I'm using MAAS in combination with this, though I'm not sure that matters [20:48] kurt__: let me see if I can find some details [20:48] thanks @benji [20:49] is Matthew Williams on your team? [20:49] * benji notices he suddenly has a snail stuck on him. [20:50] kurt__: nope, I'm on the GUI team [20:50] Oh excellent - straight to the source :D [20:51] my goal is to figure out the steps necessary to deploy behind a firewall then post my own howto eventually === CyberJacob is now known as CyberJacob|Away [20:53] kurt__: so, let me be sure I'm right on what you're trying to do; you want to deploy the charm into a juju environment and that environment can not access the internet; right? [20:54] not necessarily - I just want it exposed to an address I can reach inside my network. Once I understand that configuration methodology, then I can deploy as I wish. [20:55] get it? [20:56] my environment can in fact access the internet, but it is behind a firewall [20:57] kurt__: in that case you can just "juju deploy juju-gui" to get the GUI running (it'll take a little while) and then "juju expose juju-gui" so that you can access it; then you can run "juju status" and figure out what machine ("unit") it is running on, at that point you can load http://WHATEVER-UNIT-IT-IS-ON in your web browser and you'll be asked to log in [20:57] I am testing with maas and juju entirely on virtual machines [20:58] I actually have done that. I see the public-address as null [20:58] " public-address: null" [21:00] hmm, if it says that after "juju expose juju-gui" has been run, then I don't know what is happening [21:02] http://pastebin.com/JJQ4emyD [21:03] does the environments.yaml need to be updated with any special parameters for my case? [21:03] kurt__: the "agent-state: pending" is suspicious; "pending" means that it's still being deployed [21:03] kurt__: the agent state is pending. you won't get an address until later. [21:03] suggest destroy-environment and start again? [21:05] It can't hurt, but machine 1 is still pending too, meaning that the machine isn't even fully up. I don't know enough about juju on virtual machines to know how long that should take or what to do if it seems to take forever. [21:07] everything is only running the "y4na.master" node, correct? [21:07] sorry "ty4na.master" [21:08] I'm afraid I don't know enough about MAAS and using it with VMs to know. [21:09] I was looking at the juju status to figure that out [21:12] I'll try to destroy-environment and see if it happens again :) [21:12] machine 0 is ty4na.master; I would expect machine 1 to be a newly provisioned machine [21:13] yes, but I never saw it get allocated in the status [21:13] which is weird [21:14] are there any particular parameters that need to be explicitly spelled out in my environments.yaml in my case? [21:28] I'm afraid I don't know enough about deploying to VMs to know. And I have to head out now. I hope you figure it out. [21:29] thanks. this question would generically apply to juju and not VMs :) [22:36] is there any kind of bug to do with juju-gui stuck in an agent-state of "pending"? I don't see a node getting allocated for the charm. === CyberJacob|Away is now known as CyberJacob === CyberJacob is now known as CyberJacob|Away