Skip to content

Commit

Permalink
Merge pull request #245 from stackhpc/fix/ohpc-base-compute
Browse files Browse the repository at this point in the history
Fix RL8.6 and EPEL repo changes
  • Loading branch information
sjpb authored Jan 10, 2023
2 parents 230ff80 + 6c75d98 commit 6d11e4c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
5 changes: 0 additions & 5 deletions ansible/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@
become: true
- name: Reset ssh connection to allow user changes to affect ansible_user
meta: reset_connection
- name: Set dnf releasever
ansible.builtin.copy:
dest: /etc/yum/vars/releasever
content: "{{ releasever }}"
become: true

- hosts: systemd
become: yes
Expand Down
3 changes: 2 additions & 1 deletion environments/arcus/builder.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
flavor = "vm.alaska.cpu.general.small"
networks = ["a262aabd-e6bf-4440-a155-13dbc1b5db0e"] # WCDC-iLab-60
source_image_name = "openhpc-221118-1422.qcow2"
source_image_name = "openhpc-230106-1107.qcow2" # https://github.com/stackhpc/slurm_image_builder/pull/13
#source_image_name = "Rocky-8-GenericCloud-Base-8.7-20221130.0.x86_64.qcow2"
ssh_keypair_name = "slurm-app-ci"
security_groups = ["default", "SSH"]
ssh_bastion_host = "128.232.222.183"
Expand Down
1 change: 0 additions & 1 deletion environments/arcus/inventory/group_vars/all/cloud_init.yml

This file was deleted.

4 changes: 3 additions & 1 deletion environments/arcus/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ variable "create_nodes" {
variable "cluster_image" {
description = "single image for all cluster nodes - a convenience for CI"
type = string
default = "openhpc-221118-1422.qcow2" # https://github.com/stackhpc/slurm_image_builder/pull/12
default = "openhpc-230106-1107.qcow2" # https://github.com/stackhpc/slurm_image_builder/pull/13
# default = "Rocky-8-GenericCloud-Base-8.7-20221130.0.x86_64.qcow2"
# default = "Rocky-8-GenericCloud-8.6.20220702.0.x86_64.qcow2"
}

module "cluster" {
Expand Down
1 change: 1 addition & 0 deletions environments/common/inventory/group_vars/all/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ update_name: '*'
update_state: latest
update_exclude:
- grafana
- apptainer # see https://github.com/stackhpc/ansible-slurm-appliance/pull/245
update_disablerepo: omit
# Log changes during update here on localhost:
update_log_path: "{{ lookup('env', 'APPLIANCES_ENVIRONMENT_ROOT') }}/logs/{{ inventory_hostname }}-updates.log"
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ roles:
- src: stackhpc.nfs
version: v22.9.1
- src: https://github.com/stackhpc/ansible-role-openhpc.git
version: v0.16.0
version: v0.17.0 # workaround for elrepo apptainer changes
name: stackhpc.openhpc
- src: https://github.com/stackhpc/ansible-node-exporter.git
version: feature/no-install
Expand Down

0 comments on commit 6d11e4c

Please sign in to comment.