- Nov 15, 2024
-
-
Bo-Chun Chen authored
-
Bo-Chun Chen authored
Feat- Add role for managing SSH host keys See merge request !129
-
Bo-Chun Chen authored
fix: update cluster hook playbook name See merge request !132
-
Krish Moodbidri authored
-
Bo-Chun Chen authored
Feat remove resource autocreation See merge request !130
-
Bo-Chun Chen authored
-
- Nov 14, 2024
-
-
Bo-Chun Chen authored
fix: change variable for enable proxy build See merge request !131
-
Bo-Chun Chen authored
-
Bo-Chun Chen authored
-
Bo-Chun Chen authored
-
Bo-Chun Chen authored
-
Krish Moodbidri authored
- Ensure the `/tmp/ssh_keys` directory exists. - Download SSH host keys from S3 and unpack them to `/etc/ssh`. - Restart the SSH service to apply the new keys. - Add necessary variables for S3 and AWS credentials in `groupvars/all`. - Include `ssh_host_keys` role in `cluster.yml` playbook.
-
Bo-Chun Chen authored
-
Bo-Chun Chen authored
feat: deploy environment as variable See merge request !126
-
- Nov 13, 2024
-
-
Bo-Chun Chen authored
fix: dhclient.conf not exist See merge request !127
-
Bo-Chun Chen authored
-
Bo-Chun Chen authored
-
- Nov 09, 2024
-
-
Eesaan Atluri authored
Feat pkr tmpl proxy almalinux See merge request !124
-
Eesaan Atluri authored
-
Eesaan Atluri authored
Many EPEL packages require the CodeReady Builder (CRB) repository It is recommended that you run /usr/bin/crb enable to enable the CRB repository.
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
Eesaan Atluri authored
fix: move cluster.yml to correct location See merge request !125
-
Eesaan Atluri authored
-
- Nov 08, 2024
-
-
Eesaan Atluri authored
Feat individual build See merge request !119
-
- Nov 06, 2024
-
-
Bo-Chun Chen authored
-
Bo-Chun Chen authored
-
Eesaan Atluri authored
Rename cheaha.yml playbook to cluster.yml See merge request !116
-
- Nov 04, 2024
-
-
Eesaan Atluri authored
Rename it because cheaha is not the only cluster we deploy against. So give it a generic name.
-
Eesaan Atluri authored
Add a task to template DNS config See merge request !115
-
Eesaan Atluri authored
This will allow you to define the variables during runtime whose values you may want to override. In this case, we want to override the DNS config related to nameserver and search domain
-
Eesaan Atluri authored
-
Bo-Chun Chen authored
Mount dirs besides adding them to fstab See merge request !114
-
Eesaan Atluri authored
Otherwise, since we run this role in deploy the dirs won't be mounted and cause unexpected behavior of applications.
-
- Nov 01, 2024
-
-
Eesaan Atluri authored
Create multi homed proxy See merge request !111
-
Bo-Chun Chen authored
removed dev_key to move var to gitlab pipeline variable See merge request !113
-
Krish Moodbidri authored
-
- Oct 31, 2024
-
-
Eesaan Atluri authored
Avoids error that the IP has already been assigned while trying multiple proxy deploys
-
Eesaan Atluri authored
The instance creation with internal port attached was causing issues with login because the default gateway was set to internal network gateway. This will only allow login via headnode but not the host. This commit will fix that issue by giving a way to define the gw ip for default route.
-
Eesaan Atluri authored
We wanted to create a multi-homed instance connected to proxy-net and internal-net because the nfs-mounts are shared via internal net by the server. However, the NIC on internal-net wasn’t getting an IP assigned automatically and this was creating an issue for NFS server to communicate with the clients. So we created a port and assigned that port during instance creation
-