branches with status:
Name Status Last Modified Last Commit
lp:~larry-e-works/+junk/packet-advanced-usa 1 Development 2017-09-14 14:41:23 UTC
5. Changed the password stub.

Author: Larry E Works
Revision Date: 2017-09-14 14:43:07 UTC

Changed the password stub.

lp:~larry-e-works/+junk/packet-basic-usa 1 Development 2017-09-14 14:40:42 UTC
6. Tweaked to set the VM passwords to th...

Author: Larry E Works
Revision Date: 2017-09-14 14:42:01 UTC

Tweaked to set the VM passwords to the same value as the guacamole and system passwords for the student accounts.

lp:~larry-e-works/+junk/packet-tomcat-files 1 Development 2017-09-14 14:39:24 UTC
4. Tweaked to add CJ's keys to the deplo...

Author: Larry E Works
Revision Date: 2017-09-14 14:40:56 UTC

Tweaked to add CJ's keys to the deployed nodes.

lp:~larry-e-works/+junk/packet-config 1 Development 2017-09-14 14:37:44 UTC
3. Copied in the most recent user-mappin...

Author: Larry E Works
Revision Date: 2017-09-14 14:38:51 UTC

Copied in the most recent user-mapping.xml file. Added all other files for completeness.

lp:~larry-e-works/+junk/UbuntuPacket 1 Development 2017-07-20 16:18:12 UTC
8. Removed the placeholder for Ubuntu 14...

Author: Larry E Works
Revision Date: 2017-07-20 16:18:12 UTC

Removed the placeholder for Ubuntu 14.04. Added deployment option of Ubuntu 17.04.

lp:~larry-e-works/+junk/packet-openstack 1 Development 2017-05-25 20:27:28 UTC
9. Changed my mind; removed the bits fro...

Author: Larry E Works
Revision Date: 2017-05-25 20:27:28 UTC

Changed my mind; removed the bits from the set up script and just added the .cloud-warnings.skip file to etc/skel.

lp:~larry-e-works/+junk/uos-version20 1 Development 2016-11-23 13:46:55 UTC
10. Just moved one variable to the end of...

Author: Larry E Works
Revision Date: 2016-11-23 13:47:55 UTC

Just moved one variable to the end of the list

lp:~larry-e-works/+junk/guacamole 1 Development 2016-11-15 14:59:23 UTC
1. Initial creation.

Author: Larry E Works
Revision Date: 2016-11-15 14:59:31 UTC

Initial creation.

lp:~larry-e-works/+junk/basic-usa 1 Development 2016-11-15 11:15:39 UTC
1. Initial creation of directory structu...

Author: Larry E Works
Revision Date: 2016-11-15 11:15:24 UTC

Initial creation of directory structure and files used for the Ubuntu Server Basic system setup.

lp:~larry-e-works/+junk/advanced-usa 1 Development 2016-11-15 11:07:58 UTC
1. Initial push of the directory structu...

Author: Larry E Works
Revision Date: 2016-11-15 11:07:52 UTC

Initial push of the directory structure/files for the Ubuntu Server Advanced course system setup scripts.

lp:~larry-e-works/+junk/UOS_Lab_Manual_2.0 1 Development 2016-11-02 20:26:06 UTC
20. Updated date on coversheet. Updated e...

Author: Larry E Works
Revision Date: 2016-11-02 20:26:06 UTC

Updated date on coversheet.
Updated expected output after bootstrapping.
Alphabetized the Lab Variables.

lp:~larry-e-works/+junk/UOS_Lab_Manual_1.0 1 Development 2016-09-23 08:06:05 UTC
3. Updated lab variables

Author: Larry E Works
Revision Date: 2016-09-23 08:06:05 UTC

Updated lab variables

lp:~larry-e-works/+junk/ubuntu-server-admin 1 Development 2016-09-13 00:09:37 UTC
1. Initial addition of the Ubuntu Server...

Author: Larry E Works
Revision Date: 2016-09-13 00:08:42 UTC

Initial addition of the Ubuntu Server Administration support files.

lp:~larry-e-works/charms/trusty/sts-libvirt/trunk 1 Development 2015-07-24 12:06:16 UTC
4. Added if loop to check for /dev/sdb1....

Author: Larry E Works
Revision Date: 2015-07-24 12:06:16 UTC

Added if loop to check for /dev/sdb1. If it exists it will have an ext4 filesystem added and be mounted to /home/VMs.

lp:~larry-e-works/charms/precise/sts-libvirt/trunk 1 Development 2015-05-07 14:06:38 UTC
3. Added the virt-viewer package to the ...

Author: Larry E Works
Revision Date: 2015-05-07 14:06:38 UTC

Added the virt-viewer package to the install hook.

lp:~larry-e-works/+junk/sts-libvirt 1 Development 2015-05-04 21:14:47 UTC
1. Initial commit of the STS Ubuntu Open...

Author: Larry E Works
Revision Date: 2015-05-04 20:52:52 UTC

Initial commit of the STS Ubuntu Openstack libvirt charm. The README file will n
eed to be updated once the options have been tested.

lp:~larry-e-works/uci-engine/write-exitcode-to-file (Has a merge proposal) 1 Development 2015-01-20 18:30:37 UTC
924. Added bits to ensure results director...

Author: Larry E Works
Revision Date: 2015-01-20 18:30:37 UTC

Added bits to ensure results directory exists per Evan's comment to previous MP. Used os.makedirs instead of os.mkdir as it will ensure all intermediate-level directories are created. While this is not currently needed it may be when the test runner is modified to copy all results to swift.

lp:~larry-e-works/charms/trusty/nagios/nagios-added-template-config (Has a merge proposal) 1 Development 2014-11-21 01:35:31 UTC
25. Added host_template and service_templ...

Author: Larry E Works
Revision Date: 2014-11-21 01:33:59 UTC

Added host_template and service_template config options to config.yaml to allow users to specify the use of custom host and service templates that may be added via the extraconfig option. Both will default to the original values of generic-host and generic-service if not specified otherwise.

Modified get_pynag_host and get_pynag_service in common.py to read the host_template and service_template options added to config.yaml.

lp:~larry-e-works/uci-engine/amqp-to-kombu (Has a merge proposal) 1 Development 2014-10-02 20:30:45 UTC
772. Modified send() in amqp_utils.pu to c...

Author: Larry E Works
Revision Date: 2014-10-02 20:30:45 UTC

Modified send() in amqp_utils.pu to call kombu in the correct manner. This worked with the test in the sense that I can ssh into the rabbit server and see the test queue get created and populated. The rest of the test still fails since the test itself (tests.test_rabbit.TestRabbit.test_acked_message) is still written to use libamqp functionality that doesn not directly translate to kombu functionality.

Modified venv.py to add the needed kombu dependencies for testing. The deps have been downloaded locally, added and pushed to lp:~canonical-ci-engineering/uci-engine/deps/

lp:~larry-e-works/+junk/benchmark-with-emulator 1 Development 2014-04-01 18:36:48 UTC
215. Modified touch image location in IMAG...

Author: Larry E Works
Revision Date: 2014-04-01 18:36:48 UTC

Modified touch image location in IMAGE_OPT

lp:~larry-e-works/+junk/Scripts 1 Development 2012-02-29 21:16:56 UTC
2. Added a couple of scripts

Author: Larry E Works
Revision Date: 2012-02-29 21:16:56 UTC

Added a couple of scripts

121 of 21 results