Commit Graph

3389 Commits

Author SHA1 Message Date
Dimitri John Ledkov 653434168c
Merge pull request #670 from mwhudson/no-cloud-init-networking
write netplan directly to the target
2020-04-01 18:22:33 +01:00
Maciej Borzecki 0b58dd598b console_conf/controllers: add tests for recovery chooser
Signed-off-by: Maciej Borzecki <maciej.zenon.borzecki@canonical.com>
2020-04-01 16:17:20 +02:00
Maciej Borzecki b0ea2e1be7 console_conf/controllers/chooser: show current system actions first
When we know which system is current, show its actions first. Optionally allow
opening the list of other systems.

Signed-off-by: Maciej Borzecki <maciej.zenon.borzecki@canonical.com>
2020-04-01 16:17:20 +02:00
Maciej Borzecki 95b65d1caf console_conf/ui/views: add screen with actions of the current system
Signed-off-by: Maciej Borzecki <maciej.zenon.borzecki@canonical.com>
2020-04-01 16:17:20 +02:00
Maciej Borzecki 6ae155faf7 console_conf/ui/views: sort recovery systems, indicate which is the current one
Signed-off-by: Maciej Borzecki <maciej.zenon.borzecki@canonical.com>
2020-04-01 16:00:34 +02:00
Maciej Borzecki d7e03cd5a8 console_conf/models: identify the current system
When creating a recovery systems model, find out which of the systems is
current.

Signed-off-by: Maciej Borzecki <maciej.zenon.borzecki@canonical.com>
2020-04-01 15:58:34 +02:00
Dimitri John Ledkov dffed63df5 consoleconf: focus on entry field in identy. 2020-04-01 14:32:55 +01:00
Michael Hudson-Doyle cab565304a write netplan directly to the target
rather than via curtin and then cloud-init
2020-04-01 19:37:02 +13:00
Michael Hudson-Doyle 98e7cc400d put a better version number in the log file 2020-04-01 15:45:44 +13:00
Maciej Borzecki 93ac6b94a3 Merge remote-tracking branch 'upstream/master' into bboozzoo/uc20-recovery-chooser 2020-03-31 17:14:28 +02:00
Michael Hudson-Doyle 2ae75954f8
Merge pull request #666 from mwhudson/snaplist-schema
fix snaplist schema
2020-03-31 23:15:07 +13:00
Michael Hudson-Doyle 57080dac19
Merge pull request #667 from mwhudson/autoinstall-network
update NetworkModel.has_network when non-interactive
2020-03-31 23:14:44 +13:00
Michael Hudson-Doyle 8bf71d1d2c use last console= arg, not first 2020-03-31 23:02:57 +13:00
Michael Hudson-Doyle 26ea8784fd make translateable 2020-03-31 23:02:57 +13:00
Michael Hudson-Doyle 7b76e37ebd only run early commands in "primary" terminal 2020-03-31 23:02:38 +13:00
Michael Hudson-Doyle ceb0b017a4 show the initial screen if any screens are interactive
the idea here is to stop multiple subiquitys from trampling on each other
2020-03-31 23:02:38 +13:00
Michael Hudson-Doyle 1dab065c1d only run a non-interactive install on the "primary" console 2020-03-31 23:02:38 +13:00
Michael Hudson-Doyle 2d59dc05bf tweak command lists
allow commands to be lists or strings
consider errors to be failures (except in error-commands)
2020-03-31 23:02:38 +13:00
Michael Hudson-Doyle 3c6ce8fc6a add some more hints 2020-03-31 23:02:18 +13:00
Michael Hudson-Doyle e59ad99534 make translateable 2020-03-31 22:59:58 +13:00
Michael Hudson-Doyle 657bbe25dc split kernel command line with shlex.split 2020-03-31 22:58:22 +13:00
Michael Hudson-Doyle 07858b5200 skip asking in non-interactive mode if autoinstall on kernel command line 2020-03-31 22:58:07 +13:00
Michael Hudson-Doyle 1f86c05ed5 ask directly for confirmation in non-interactive mode 2020-03-31 22:58:07 +13:00
Michael Hudson-Doyle be4797e81a have the app store the kernel command line 2020-03-31 22:58:07 +13:00
Michael Hudson-Doyle abc8f1dfb2 decouple install confirmation from filesystem view
because, in a partially interactive install, we might not show the
filesystem view at all, but should still ask for confirmation before
starting curtin
2020-03-31 22:58:05 +13:00
Michael Hudson-Doyle 532ea542d9 fix snaplist schema
I wrote something in the schema validation branch but then changed it in
another branch in parallel.
2020-03-31 22:43:37 +13:00
Michael Hudson-Doyle 03661dabec tweak autoinstall command lists
allow commands to be lists or strings
consider errors to be failures (except in error-commands)
2020-03-31 22:42:24 +13:00
Dimitri John Ledkov 91a79037a9
Merge pull request #662 from mwhudson/autoinstall-network
apply network autoinstall config
2020-03-31 09:35:22 +01:00
Dimitri John Ledkov e416dd39f0
Merge pull request #663 from mwhudson/autoinstall-snaps
handle the 'snaps' section of the autoinstall file
2020-03-31 09:32:53 +01:00
Dimitri John Ledkov d69242b2ab
Merge pull request #660 from mwhudson/autoinstall-validation
validate autoinstall data against a schema
2020-03-31 09:15:15 +01:00
Michael Hudson-Doyle 75ee48be24 update NetworkModel.has_network when non-interactive 2020-03-31 19:47:04 +13:00
Michael Hudson-Doyle a15858d934 handle the 'snaps' section of the autoinstall file
went through a few versions of this locally, this one is pleasingly
small in delta.
2020-03-31 17:09:47 +13:00
Michael Hudson-Doyle d717375d9c apply network autoinstall config 2020-03-31 15:58:18 +13:00
Michael Hudson-Doyle 3b76c4dc4a lint 2020-03-30 11:07:26 +13:00
Michael Hudson-Doyle 170f44663e actually validate version field, reduce indentation a bit 2020-03-30 11:05:51 +13:00
Michael Hudson-Doyle 32e79826ad do data loading / validation in a context 2020-03-30 10:35:45 +13:00
Michael Hudson-Doyle 32817ac410 add an invalid autoinstall file 2020-03-30 10:29:01 +13:00
Michael Hudson-Doyle 07e985bbeb more paranoia 2020-03-30 10:27:54 +13:00
Michael Hudson-Doyle 19bee4e8b6 tweak behaviour on failure slightly 2020-03-30 10:26:18 +13:00
Michael Hudson-Doyle b1ab79989d fixity 2020-03-30 10:17:26 +13:00
Michael Hudson-Doyle 0f53b9b1f6 do not capture errors applying autoinstall config
outer handling gets this closer to right now
2020-03-30 10:17:26 +13:00
Michael Hudson-Doyle caf713d289 shuffle run loop around 2020-03-30 10:17:22 +13:00
Michael Hudson-Doyle 0012c5ff70 validate data on loading controllers 2020-03-30 10:15:09 +13:00
Michael Hudson-Doyle 57f0a869d3 validate schema, and fix some bits 2020-03-30 10:15:09 +13:00
Michael Hudson-Doyle ac6d938ffa add command to dump schema out 2020-03-30 10:15:09 +13:00
Michael Hudson-Doyle 716557df03 trivial fixes 2020-03-30 10:15:09 +13:00
Michael Hudson-Doyle a9cb6c0770 type out some more schemas 2020-03-30 10:15:09 +13:00
Michael Hudson-Doyle 75f29cee70 type out some schema stuff 2020-03-30 10:15:09 +13:00
Michael Hudson-Doyle c87e8a15d6
Merge pull request #659 from mwhudson/curtin-update
Curtin update
2020-03-27 14:37:09 +13:00
Michael Hudson-Doyle 7e69fe6d54 allow reformatting of raids 2020-03-27 14:17:37 +13:00