- May 16, 2025
-
-
Krish Moodbidri authored
- Add `deploy_user_defined_vm` job for configurable VM provisioning - Implement dynamic OpenStack CLI command construction supporting: * Image selection by name/UUID via $VM_IMAGE * Flavor specification with $VM_FLAVOR * Security group array input ($VM_SECURITY_GROUPS) * Network/port options ($VM_NETWORK/$VM_PORT) * Floating IP association ($VM_FLOATING_IPS) - Require core variables: VM_IMAGE, VM_FLAVOR, VM_SECURITY_GROUPS, VM_INSTANCE_NAME - Add pipeline rule trigger via $DEPLOY_VM == "true"
-
- May 06, 2025
-
-
Eesaan Atluri authored
Feat gl cicd var scripts Closes #232 See merge request !196
-
Eesaan Atluri authored
-
- Apr 21, 2025
-
-
Bo-Chun Chen authored
Feat deploy ood See merge request rc/hpc-factory!193
-
Eesaan Atluri authored
-
- Apr 18, 2025
-
- Mar 26, 2025
-
-
Bo-Chun Chen authored
Use BUILD_TAG for image build if set, else fallback to BUILD_DATE See merge request rc/hpc-factory!192
-
Krish Moodbidri authored
-
-
- Mar 21, 2025
-
-
Bo-Chun Chen authored
fix: use ENV variable in ansible var url See merge request rc/hpc-factory!191
-
Bo-Chun Chen authored
-
- Mar 20, 2025
-
-
Bo-Chun Chen authored
fix: bash syntax error See merge request rc/hpc-factory!190
-
- Mar 19, 2025
-
-
Bo-Chun Chen authored
-
- Mar 18, 2025
-
-
Bo-Chun Chen authored
-
Bo-Chun Chen authored
refactor: only run build pipeline in build environment See merge request rc/hpc-factory!189
-
Bo-Chun Chen authored
Since build env is setup for building images, it makes more sense to have all build jobs in that environment.
-
- Mar 17, 2025
-
-
Bo-Chun Chen authored
ci: Add OOD image build job to gitlab CI See merge request rc/hpc-factory!171
-
Bo-Chun Chen authored
# Conflicts: # openstack-ood/variables.pkr.hcl
-
- Mar 14, 2025
-
-
Bo-Chun Chen authored
We do not run merge request pipeline, so no need to check for it
-
Bo-Chun Chen authored
-
- Mar 13, 2025
-
-
Bo-Chun Chen authored
Resolve SSH proxy routing hang in prod by fixing dual IP assignment on same network. See merge request rc/hpc-factory!175
-
Eesaan Atluri authored
Closes rc/hpc-factory#181 Defining a network can be optional when a port is already defined when deploying a VM. This commit adds flexibility where you can either use --port or --network options to define a network during the deployment. Alternatively, you can define both but the port cannot be from the same network you used in the --network option. Otherwise, you will have two ips from the same network which will cause network reachability issues.
-
Bo-Chun Chen authored
Enable rsyslog configuration by default See merge request rc/hpc-factory!183
-
- Mar 07, 2025
-
-
Bo-Chun Chen authored
fix: restart firewalld only when it was running See merge request rc/hpc-factory!188
-
Bo-Chun Chen authored
-
- Mar 06, 2025
-
-
Bo-Chun Chen authored
fix: restart firewalld after change See merge request rc/hpc-factory!187
-
- Mar 05, 2025
-
-
Bo-Chun Chen authored
-
Bo-Chun Chen authored
fix node exporter with firewalld enabled See merge request rc/hpc-factory!186
-
Bo-Chun Chen authored
-
- Mar 04, 2025
-
-
Bo-Chun Chen authored
feat: Add a way to define multiple security groups See merge request !176
-
- Feb 28, 2025
-
-
Bo-Chun Chen authored
Add node exporter See merge request rc/hpc-factory!184
-
- Feb 27, 2025
-
-
Bo-Chun Chen authored
-
Bo-Chun Chen authored
-
Bo-Chun Chen authored
-
- Feb 19, 2025
-
-
Krish Moodbidri authored
Changed the 'enable_rsyslog_config' variable from false to true This should be the default behavior for all nodes unless explicitly turned off by the developer.
-
- Feb 04, 2025
-
-
Bo-Chun Chen authored
feat: disable fail2ban by default See merge request rc/hpc-factory!180
-
Bo-Chun Chen authored
-
- Jan 30, 2025
-
-
Eesaan Atluri authored
Install and configure fail2ban See merge request !178
-
- Jan 29, 2025
-
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-