- Mar 24, 2023
-
-
Antoine R. Dumont authored
Refs. swh/infra/sysadm-environment#4818
-
Antoine R. Dumont authored
Refs. swh/infra/sysadm-environment#4809
-
Antoine R. Dumont authored
Refs. swh/infra/sysadm-environment#4809
-
Guillaume Samson authored
Related to swh/infra/sysadm-environment#4805
-
- Mar 23, 2023
-
-
Antoine R. Dumont authored
Refs. swh/infra/sysadm-environment#4759
-
- Mar 21, 2023
-
-
Vincent Sellier authored
Otherwise, the certificates could not match the name used by the client to reach the servers Related to swh/infra/sysadm-environment#4815
-
- Mar 17, 2023
-
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
Ref. swh/infra/sysadm-environment#4760
-
- Mar 16, 2023
-
-
Antoine R. Dumont authored
Refs. swh/infra/sysadm-environment#4808
-
Antoine R. Dumont authored
So the link to authenticate in that webapp instance is able to connect the user in keycloak as well. It will be more practical when one uses that instance to check things.
-
- Mar 15, 2023
-
-
Antoine Lambert authored
It enables CORS between Software Heritage web applications (GraphiQL client for instance) and Keycloak server when using the swh-web client. Related to swh/devel/swh-graphql#4652
-
Vincent Sellier authored
Related to swh/infra/sysadm-environment#4804
-
Antoine R. Dumont authored
Refs. swh/infra/sysadm-environment#4808
-
Vincent Sellier authored
Related to swh/infra/sysadm-environment#4804
-
Vincent Sellier authored
Related to swh/infra/sysadm-environment#4804
-
- Mar 13, 2023
-
-
Vincent Sellier authored
This reverts commit 32116116. We'll not use the rack affinity because our server dispatching in the rack is not compatible with the cassandra needs. It will also add some constraints on the cluster provisionning we could not afford (need to keep the same number of servers in all the racks) Related to swh/infra/sysadm-environment#4801
-
Antoine R. Dumont authored
Refs. swh/infra/sysadm-environment#4802
-
Antoine R. Dumont authored
-
- Mar 10, 2023
-
-
Antoine R. Dumont authored
Refs. swh/infra/sysadm-environment#4770
-
Vincent Sellier authored
Related to swh/infra/sysadm-environment#4801
-
- Mar 09, 2023
-
-
Vincent Sellier authored
Related to swh/infra/sysadm-environment#4800
-
Vincent Sellier authored
Related to data/subnets/vagrant.yaml
-
- Mar 08, 2023
-
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
Ref. swh/infra/sysadm-environment#4737
-
Nicolas Dandrimont authored
The upstream dashboards expect this.
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
Ref. swh/infra/sysadm-environment#4795
-
Nicolas Dandrimont authored
Closes swh/infra/sysadm-environment#4795
-
- Mar 01, 2023
-
-
Antoine R. Dumont authored
It's set as is for staging nodes for now. It needs to be set to a minimal of 262144 as a tryout elasticsearch will run there. Refs. swh/infra/sysadm-environment#4524
-
Vincent Sellier authored
Related to swh/infra/sysadm-environment#4734
-
- Feb 28, 2023
-
-
Antoine R. Dumont authored
So the ssl key configuration are not generated in the configuration. As, for newest version, this creates startup services issues if those are still present while disabled. Refs. swh/infra/sysadm-environment#4777
-
Antoine R. Dumont authored
So the ssl key configuration are not generated in the configuration. As, for newest version, this creates startup services issues if those are still present while disabled. Refs. swh/infra/sysadm-environment#4777
-
Antoine R. Dumont authored
This reverts commit 7c7d4d3f.
-
- Feb 22, 2023
-
-
Antoine R. Dumont authored
So the ssl key configuration are skipped when ssl is disabled. For newest version, this creates startup services issues if those are present while disabled. Refs. swh/infra/sysadm-environment#4777
-
- Feb 21, 2023
-
-
Vincent Sellier authored
Beaubourg is not responding so in the meantime switching to the main database server
-
- Feb 20, 2023
-
-
Antoine R. Dumont authored
``` Error: Failed to apply catalog: Parameter type failed on Ssh_authorized_key[zack zack@noziere]: Invalid value "no-touch-required sk-ssh-ed25519@openssh.com". Valid values are ssh-dss, ssh-rsa, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, ssh-ed25519. (file: /etc/puppet/code/environments/production/site-modules/profile/manifests/ssh/server.pp, line: 37) ``` bin/octo is happy: ``` diff origin/production/thyssen.internal.softwareheritage.org current/thyssen.internal.softwareheritage.org ******************************************* Ssh_authorized_key[zack zack@noziere2] => parameters => type => - no-touch-required sk-ssh-ed25519@openssh.com + ssh-ed25519 ******************************************* Ssh_authorized_key[zack zack@noziere] => parameters => type => - no-touch-required sk-ssh-ed25519@openssh.com + ssh-ed25519 ******************************************* *** End octocatalog-diff on thyssen.internal.softwareheritage.org ``` Refs. swh/infra/sysadm-environment#4770
-
Antoine R. Dumont authored
octo-diff happy: ``` diff origin/production/thyssen.internal.softwareheritage.org current/node ******************************************* + Ssh_authorized_key[zack zack@noziere2] => parameters => "ensure": "present", "key": "AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIOEeNPkjSRDvG4jC+u8DNG+t... "type": "no-touch-required sk-ssh-ed25519@openssh.com", "user": "zack" ******************************************* + Ssh_authorized_key[zack zack@noziere] => parameters => "ensure": "present", "key": "AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIB63mVv7CC3IQ6vO7s4H/Cei... "type": "no-touch-required sk-ssh-ed25519@openssh.com", "user": "zack" ******************************************* *** End octocatalog-diff on node ``` Refs. swh/infra/sysadm-environment#4770
-
- Feb 02, 2023
-
-
Antoine R. Dumont authored
-
- Jan 31, 2023
-
-
Vincent Sellier authored
Related to swh/infra/sysadm-environment#4747
-
Vincent Sellier authored
Related to swh/infra/sysadm-environment#4747
-