summaryrefslogtreecommitdiff
path: root/blog/2017/10/10/planning_meeting.mdwn
blob: 5fc62c48446709380bcb865dfcf3f9c6a3346a28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[[!meta title="Planning meeting"]]
[[!tag meeting]]
[[!meta date="2017-10-10 20:06"]]
[[!meta author="Lars Wirzenius"]]

People
=============================================================================

* [[people/liw]]

Agenda
=============================================================================

* Discuss and decide goals for this iteration.

Notes
=============================================================================

* This is the first iteration. The goal will be to get things set up
  so that in the future things will be easy.

Current projects
-----------------------------------------------------------------------------

* [[projects/2017/release-version-endpoint]]


Tasks for this week
-----------------------------------------------------------------------------

Tasks may be part of a project or be random small ones (max an hour)
that just need doing.

|what                                        | project        | Who              | estimate(h)
|--------------------------------------------|----------------|------------------|------------
|Set up ick in my old CI                     | [[projects/2017/release-version-endpoint]] | [[people/liw]] | 1h
|Build release of master                     | [[projects/2017/release-version-endpoint]] | [[people/liw]] | 1h
|Write Ansible playbook to set up controller | [[projects/2017/release-version-endpoint]] | [[people/liw]] | 2h
|--------------------------------------------|----------------|------------------|------------
|Total                                       |                | [[people/liw]]   |  4h

Task descriptions
------------------------------------------------------------------------------

* **Set up ick in my old CI:** I have a CI system running on an old
  version of Ick. Set up a project to build new Ick, both CI builds
  and release builds. The project should run new Ick's build-time
  tests and build Debian packages.

  **Acceptance criteria:** When the CI is triggered, it produces .deb
  packages.

* **Build release of master:** Make a release of the new Ick, and
  build a release .deb.

  **Acceptance criteria:** There is a .deb of the release version.

* **Write Ansible playbook to set up controller:** Having a release
  .deb is not enough. We need an easy way to install it on a server,
  and have it run, and be accessible.

  **Acceptance criteria:** There is an Ansible playbook that sets up a
  server such that the Ick controller runs, and starts after a bootup,
  and servers "GET /version" over HTTPS to the outside world. The TLS
  certificate may be self-signed.