Activity log for bug #859180

Date Who What changed Old value New value Message
2011-09-25 20:32:35 Benjamin Saller bug added bug
2011-09-25 20:33:11 Benjamin Saller juju: assignee Benjamin Saller (bcsaller)
2011-09-25 20:33:14 Benjamin Saller juju: milestone eureka
2011-09-25 20:33:23 Benjamin Saller juju: status New In Progress
2011-09-25 20:33:27 Benjamin Saller juju: importance Undecided High
2011-09-25 20:33:59 Benjamin Saller branch linked lp:~bcsaller/juju/lxc-omega
2011-09-25 22:49:47 Benjamin Saller description This branch includes the merge of many preceding branches related to the lxc local dev story. In its current state it can be used to do local lxc deployemnt and testing. Add the following to your ~/.juju/environments.yaml juju: environments default: laptop laptop type: lxc dmin-secret: whoknows data-dir: /tmp I recommend adding dmsmasq to your /etc/resolv.conf with: nameserver 192.168.122.1 However a subsequent branch makes status and ssh find the proper VM for you. Machines are named via a pattern <username>-<env name>-<servicename>-<unitid> So for me a wordpress deployment from the local repo would result in a machine at http://bcsaller-laptop-wordpress-0/ This branch includes the merge of many preceding branches related to the lxc local dev story. In its current state it can be used to do local lxc deployemnt and testing. Add the following to your ~/.juju/environments.yaml juju: environments default: laptop laptop     type: lxc     admin-secret: whoknows     data-dir: /tmp I recommend adding dmsmasq to your /etc/resolv.conf with: nameserver 192.168.122.1 However a subsequent branch makes status and ssh find the proper VM for you. Machines are named via a pattern <username>-<env name>-<servicename>-<unitid> So for me a wordpress deployment from the local repo would result in a machine at http://bcsaller-laptop-wordpress-0/
2011-09-29 17:16:30 Benjamin Saller juju: status In Progress Fix Released