Skip to content
Snippets Groups Projects
  1. Jun 01, 2021
  2. Apr 22, 2021
  3. Apr 21, 2021
  4. Mar 25, 2021
  5. Mar 22, 2021
  6. Feb 10, 2021
    • Antoine R. Dumont's avatar
      staging: Dedicate an indexer worker · 764ab396
      Antoine R. Dumont authored
      The end goal is to replicate our current production environment. And making sure writing
      to the journal with more than 1 indexer behave properly.
      
      terraform apply summary:
      ```
      worker3_summary =
      hostname: worker3
      fqdn: worker3.internal.staging.swh.network
      network: ip=192.168.130.103/24,gw=192.168.130.1 macaddrs=1A:F8:1A:2C:12:E1
      ```
      
      Related to T2780
      764ab396
  7. Jan 27, 2021
  8. Jan 08, 2021
  9. Jan 07, 2021
  10. Jan 06, 2021
  11. Dec 23, 2020
  12. Dec 22, 2020
  13. Dec 21, 2020
    • Vincent Sellier's avatar
      staging: Add objstorage0 node · 6efec4e4
      Vincent Sellier authored
      terraform apply output:
      ```
      objstorage0_summary =
      hostname: objstorage0
      fqdn: objstorage0.internal.staging.swh.network
      network: ip=192.168.130.110/24,gw=192.168.130.1 macaddrs=5E:28:EA:7D:50:0D
      ```
      
      Related to T2682
      6efec4e4
  14. Dec 17, 2020
  15. Dec 16, 2020
    • Antoine R. Dumont's avatar
      staging: Add clearly-defined node · 0cc4a1d7
      Antoine R. Dumont authored
      terraform apply output:
      ```
      clearly-defined_summary =
      hostname: clearly-defined
      fqdn: clearly-defined.internal.staging.swh.network
      network: ip=192.168.130.200/24,gw=192.168.130.1 macaddrs=B6:C6:2E:D3:60:B2
      ```
      
      Related to T2865
      0cc4a1d7
  16. Dec 10, 2020
    • Vincent Sellier's avatar
      staging: Increase cpu, memory and disk of search-esnode0 · 56974c04
      Vincent Sellier authored
      - disk: to be able to retrieve the origin production index
      - memory: to lower the pression on the gc during mass import and
        add more fs cache for the searches
      - cpu: to have more threads on the ES thread pools (with the default
        configuration). The cpu was the bottleneck during mass import and
        it leads to OOMs eventually
      
      Related to T2817
      56974c04
  17. Dec 08, 2020
    • Antoine R. Dumont's avatar
      search0: Add swh-search rpc backend node · e95a5d80
      Antoine R. Dumont authored
      `terraform apply` result:
      ```
      search0_summary =
      hostname: search0
      fqdn: search0.internal.staging.swh.network
      network: ip=192.168.130.90/24,gw=192.168.130.1 macaddrs=EE:FA:76:55:CF:99
      ```
      
      Related to T2817
      e95a5d80
  18. Dec 04, 2020
    • Antoine R. Dumont's avatar
      search-esnode0: Add a 100Gib storage disk · 5cff2306
      Antoine R. Dumont authored
      This also modifies the ballooning to 9Gib because the heap is configured to be
      half the memory of the machine (16Gib). With a ballooning starting at 1Gib,
      elasticsearch refuses to start.
      
      Related to T2817
      5cff2306
    • Antoine R. Dumont's avatar
      staging: Add search-esnode0 · 6273f496
      Antoine R. Dumont authored
      Output:
      ```
      search-esnode0_summary =
      hostname: search-esnode0
      fqdn: search-esnode0.internal.staging.swh.network
      network: ip=192.168.130.80/24,gw=192.168.130.1 macaddrs=96:74:49:BD:B5:08
      ```
      
      Related to T2817
      6273f496
  19. Nov 26, 2020
  20. Nov 06, 2020
  21. Nov 05, 2020
  22. Oct 26, 2020
Loading