~dannf/charms/+source/scalebot-jenkins:README-devel

Last commit made on 2018-01-02
Get this branch:
git clone -b README-devel https://git.launchpad.net/~dannf/charms/+source/scalebot-jenkins
Only dann frazier can upload to this branch. If you are dann frazier please log in for upload directions.

Branch information

Name:
README-devel
Repository:
lp:~dannf/charms/+source/scalebot-jenkins

Recent commits

6a8ae9e... by dann frazier

Add README.devel, initially describing how to build/publish the charm

f668c1d... by Sean Feole

Applied some Fixes that were missed in the previous push,
--Tested and Verified to work now against my custom lab branch

2a83986... by Sean Feole

changed variable name to jobset

a8724f4... by Sean Feole

Updated config.get() hook to scalebot_jobset

945b2e9... by Sean Feole

/s/scalebot_lab config hook to scalebot_jobset throughout the charm

f69e845... by Sean Feole

Changes per MP Comments ,

jobs directory is top level followed by the site directory which contains appropiate yaml files

dce93e7... by Sean Feole

The jobs/*.yaml will now live in the /srv/scalebot/repo/lab directory tree

Update the charm to support this change and import the job *.yaml from the lab of our choice.
By default 1ss-production is configured.

-- Update Charm Config and Add a new flag
  * scalebot_lab
-- Update files/jobsync.py
  * support the jobs directory living under lab directory tree
  * add a new flag '-l <lab>' to point jobsync to the correct lab directory
-- Update Reactive.py
  * support the new '-l <lab>' flag in jobsync.py

28d9e0f... by Sean Feole

updated line 263 replaced 'configparam' to 'modeldefaultsparam'

2d722cf... by Sean Feole

Updated lab controller bootstrap command to use '--model-defaults' allowing proxy values to adhere to all subsequent models.

675a558... by dann frazier

Add a quickstart section to README.md