~mbruzek/charms/trusty/kubernetes-master/trunk

Viewing all changes in revision 5.

  • Committer: Matt Bruzek
  • Date: 2015-04-10 21:12:25 UTC
  • Revision ID: matthew.bruzek@canonical.com-20150410211225-7enu4rf7p2pdgmn5
Removed the charmhelpers included in the charm, it is now pip installed.
Fixing reference to envar and adding virtualenv.
Adding pytest style tests for installer code.
Adding verbose flag to the Makefile tests target.
Add comments for clarity of intention, and remove stray print statement
Imports install hook unit tests, and test deps
Adds symlink to hooks/install.py for unit testing
Changed the guestbook script so it can run.
Fixing a syntax error that caused a problem.
Finishing touches for guestbook script
Updating install to add env vars to root bashrc
Opening port 8080 in the install hook.
Fixing spelling error found in code review. Thanks @chuckbutler
Adding a script to run on kubernetes master to set up the guestbook app.
Adding a Kubernetes icon based on a Juju template.
Adding double tack to the upstart templates
Correcting spelling error in maintainer
Fixing spelling error found in code review, thanks @chuckbutler!
Opening port 8080 in the install hook as before.
Adding the GO binaries to the path so the build succeeds.
Refactoring the install method to python, required including setup and installing charmhelpers from pip.
Changes to hooks.py for installing from source, moving the export of KUBERNETES_MASTER to install
Installing charmhelpers differently now.
Adding setup.py to install charmhelpers and path.py
Removing the code that copies the binaries to the html directory, no longer needed.
Making the changes to the hooks to render the template.
Adding a new nginx template to distribute the binary files.
Changes necessary to host the binary files via nginx.
Notify minions when new version is built.
Making nginx listen on port 8080
Refactoring the installer code once again.
Refactoring the code to work in all cases.
Moving the version back so it will match charm-kubernetes
Moving the build code to kubernetes_installer.py
Refactoring the config-changed code.
Adding back in a reminder to install gsutils later.
Updating the description of the version configuration
Shortening the long line in the readme.
Changing the code after testing it out.
Changing hooks.py kubernetes_installer.py to use git to pull the source code and build with the make file.
Clone the git source code at the install step.
Adds 2 makefile targets for release process.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: