Skip to content
Snippets Groups Projects
  1. Dec 20, 2019
  2. Nov 05, 2019
    • Antoine R. Dumont's avatar
      init-template: Add needed gnupg package · 2bda9f5a
      Antoine R. Dumont authored
      Buster install from scratch fails on `puppet agent --test` run otherwise.
      
      ```
      Notice: /Stage[main]/Profile::Icinga2::Apt_config/Apt::Source[icinga-stable-release]/Apt::Key[Add key: F51A91A5EE001AA5D77D53C4C6E319C334410682 from Apt::Source icinga-stable-release]/Anchor[apt_key F51A91A5EE001AA5D77D53C4C6E319C334410682 present]: Dependency Apt_key[Add key: F51A91A5EE001AA5D77D53C4C6E319C334410682 from Apt::Source icinga-stable-release] has failures: true
      Warning: /Stage[main]/Profile::Icinga2::Apt_config/Apt::Source[icinga-stable-release]/Apt::Key[Add key: F51A91A5EE001AA5D77D53C4C6E319C334410682 from Apt::Source icinga-stable-release]/Anchor[apt_key F51A91A5EE001AA5D77D53C4C6E319C334410682 present]: Skipping because of failed dependencies
      Warning: /Stage[main]/Profile::Icinga2::Apt_config/Apt::Source[icinga-stable-release]/Apt::Setting[list-icinga-stable-release]/File[/etc/apt/sources.list.d/icinga-stable-release.list]: Skipping because of failed dependencies
      ```
      2bda9f5a
    • Antoine R. Dumont's avatar
      b3afef90
    • Antoine R. Dumont's avatar
      staging: Migrate existing nodes to debian-template-10 · d39e2195
      Antoine R. Dumont authored
      Since the nodes were migrated to buster, i manually edited the local
      terraform.tfstate (json) file to use the new template-debian-10 node:
      
      ```
      sed -i 's/"template-debian-9"/"template-debian-10"/gi' terraform.tfstate
      ```
      
      In order to avoid terraform trying to destroy and recreate the existing nodes.
      d39e2195
    • Antoine R. Dumont's avatar
  3. Oct 11, 2019
  4. Sep 13, 2019
    • Antoine R. Dumont's avatar
      staging: Add journal0 node · 8760b5d1
      Antoine R. Dumont authored
      ```
      journal0_summary =
      hostname: journal0
      fqdn: journal0.internal.staging.swh.network
      network: ip=192.168.128.10/24,gw=192.168.128.1 macaddr=1E:98:C2:66:BF:33
      ```
      
      Related T1875
      8760b5d1
  5. Aug 08, 2019
  6. Aug 07, 2019
  7. Aug 05, 2019
  8. Aug 02, 2019
  9. Aug 01, 2019
  10. May 21, 2019
  11. Dec 21, 2018
  12. Sep 06, 2018
    • Antoine R. Dumont's avatar
      azure/resize_disk: Align resource_group computation initialization · 026e90ff
      Antoine R. Dumont authored
      This bunch of if...elif...fi is there to reproduce the way the
      resource_group and nodename are currently built in the azure infra.
      
      So that we can use those script instead of clicking in the portal ui.
      
      We will either need to:
      
      - factorize that snippet part at some point (which is duplicated in
        add-disk, create-vm and here so far)
      
      - rename our resources in the azure portal
      026e90ff
Loading