aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* release Consfigurator 0.8.0 (-1 to Debian unstable)v0.8.0debian/0.8.0-1archive/debian/0.8.0-1Sean Whitton2021-06-04
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* DEPLOYS-THESE: fix :PREPROCESS subroutineSean Whitton2021-06-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* fix typoSean Whitton2021-06-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* LIBVIRT:KVM-BOOTS-CHROOT-FOR: warning->error if same hostnameSean Whitton2021-06-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* LIBVIRT::VIRSH-GET-COLUMNS: use WORDSSean Whitton2021-06-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* WORDS: use DELETESean Whitton2021-06-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* factor out and export DISK:PARSE-VOLUME-SIZESean Whitton2021-06-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add GET-SHORT-HOSTNAMESean Whitton2021-06-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* DISK:HOST-LOGICAL-VOLUMES-EXIST: also add to /etc/fstab & mountSean Whitton2021-06-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* IGNORING-HOSTATTRS: don't fail for not-yet-defined propertiesSean Whitton2021-06-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* FSTAB:ENTRIES-FOR-VOLUMES: accept a list of volumesSean Whitton2021-06-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* FSTAB:VOLUME->ENTRY: don't try to look up PARTUUIDs of LVM LVsSean Whitton2021-06-03
| | | | | | Instead, for LVM LVs, always use the canonical symlink (per lvm(8)). Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* DISK:SUBVOLUMES-OF-TYPE: return list of immediate parents as 2nd valSean Whitton2021-06-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* define *PREPROCESSING-HOST* earlierSean Whitton2021-06-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* define VOLUME-CONTENTS-MINIMUM-SIZE for LVM-LOGICAL-VOLUMESean Whitton2021-06-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* drop LVM-VOLUME-GROUP and make LVs TOP-LEVEL-VOLUMEsSean Whitton2021-06-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* PROPUNAPPLY: fail when there is :APPLY but no :UNAPPLYSean Whitton2021-06-02
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* strip trailing slashes from mount points in VOLUME fstab entriesSean Whitton2021-05-31
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* restore STRIPLN when finding the datadir inside chrootSean Whitton2021-05-31
| | | | | | Accidentally removed in b914693a33ffcf0764ea9bc87bcc573e5ddf9943. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add SSH:PARENT-IS-GLOBALLY-KNOWN-HOSTSean Whitton2021-05-31
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* fix type of DISK::HOST-LVM-LOGICAL-VOLUMES-EXISTSean Whitton2021-05-31
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add DISK:HOST-LOGICAL-VOLUMES-EXISTSean Whitton2021-05-31
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add idea about making LVs TOP-LEVEL-VOLUMEsSean Whitton2021-05-31
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* update idea regarding programmatically calling propertiesSean Whitton2021-05-31
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* don't try to create, or queue for closure, already opened volumesSean Whitton2021-05-31
| | | | | | This better controls the side effects of the changed functions. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* DISK:CREATE-VOLUME for LVM volume groups: pass -Wn to lvcreate(8)Sean Whitton2021-05-31
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* OPEN-VOLUME for OPENED-VOLUME: return a fresh value, as specifiedSean Whitton2021-05-31
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* DISK:CREATE-VOLUMES-AND-CONTENTS: add FILES argument; make a DEFUNSean Whitton2021-05-31
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add & use WORDS, UNWORDSSean Whitton2021-05-31
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* idea about recording child hosts in parent hostattrsSean Whitton2021-05-31
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* notes on WITH-REQUIREMENTS-FOR-CHANGE: refer to SBCL-AVAILABLESean Whitton2021-05-31
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add SSH:{GLOBALLY-,}KNOWN-HOST and SSHD:HAS-{HOST-,}PUBLIC-KEYSean Whitton2021-05-31
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* APPLY-AND-PRINT: try to avoid announcing internal DEFPROPsSean Whitton2021-05-31
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* APPLY-AND-PRINT: use a non-keyword rather than :FAILED-CHANGESean Whitton2021-05-31
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* FILE:HOST-SECRET-UPLOADED: avoid using a pathname as IDEN2Sean Whitton2021-05-31
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* FILE:UPDATE-UNIX-TABLE: update lines whenever there's a matchSean Whitton2021-05-31
| | | | | | | | Bug fix. Previously, we were updating only in the special case of taking the source from the existing line, and otherwise just appending another copy of the entry. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add MOUNT:MOUNTEDSean Whitton2021-05-30
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* fix some copyright yearsSean Whitton2021-05-30
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add LIBVIRT:KVM-BOOTS-CHROOT{,FOR}Sean Whitton2021-05-30
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* :SUDO: preserve SSH_AUTH_SOCK when sudoing to rootSean Whitton2021-05-30
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add NETWORK:STATICSean Whitton2021-05-30
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add LIBVIRT:WHEN-STARTEDSean Whitton2021-05-30
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* CONTAINER:WHEN-CONTAINED: return :NO-CHANGE when factor uncontainedSean Whitton2021-05-30
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add WITH-FLAGFILESean Whitton2021-05-30
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* PROPAPPUNAPPLY: call PROPUNAPPLY, not PROPAPPUNAPPLY againSean Whitton2021-05-30
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add LIBVIRT:STARTEDSean Whitton2021-05-30
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* factor out ENSURE-HOST & call it in hostattrs accessorsSean Whitton2021-05-30
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* hostattrs accessors: call PREPROCESS-HOST in some situationsSean Whitton2021-05-30
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add descriptions to some recently added propertiesSean Whitton2021-05-29
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* CHROOT:OS-BOOTSTRAPPED-FOR: fix descriptionSean Whitton2021-05-29
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>