Skip to content
Snippets Groups Projects
Commit e8225b2e authored by Chris Hines's avatar Chris Hines
Browse files

reduce the size of the instances

parent e589b87f
No related branches found
No related tags found
3 merge requests!518modifications to playbooks because 1. we're not using ldap 2. we're mounting...,!517modifications to playbooks because 1. we're not using ldap 2. we're mounting...,!513modifications to playbooks because 1. we're not using ldap 2. we're mounting...
...@@ -104,8 +104,8 @@ ...@@ -104,8 +104,8 @@
userdata: "{{ os_userdata }}" userdata: "{{ os_userdata }}"
name: "{{ item.vmname }}" name: "{{ item.vmname }}"
loop: loop:
- { vmname: "{{ project_name }}-login0", flavor: t3.medium } - { vmname: "{{ project_name }}-login0", flavor: m3.small }
- { vmname: "{{ project_name }}-login1", flavor: t3.medium } - { vmname: "{{ project_name }}-login1", flavor: m3.small }
- name: create volumes for slurmstate and homedir - name: create volumes for slurmstate and homedir
hosts: localhost hosts: localhost
...@@ -153,7 +153,7 @@ ...@@ -153,7 +153,7 @@
name: "{{ item.vmname }}" name: "{{ item.vmname }}"
volumes: [ "{{ slurm_state_volume.volume.id }}", "{{ user_volume.volume.id }}"] volumes: [ "{{ slurm_state_volume.volume.id }}", "{{ user_volume.volume.id }}"]
loop: loop:
- { vmname: "{{ project_name }}-sql0", flavor: t3.medium } - { vmname: "{{ project_name }}-sql0", flavor: m3.small }
- name: create compute nodes - name: create compute nodes
...@@ -177,8 +177,8 @@ ...@@ -177,8 +177,8 @@
userdata: "{{ os_userdata }}" userdata: "{{ os_userdata }}"
name: "{{ item.vmname }}" name: "{{ item.vmname }}"
loop: loop:
- { vmname: "{{ project_name }}-node00", flavor: t3.medium } - { vmname: "{{ project_name }}-node00", flavor: m3.small }
- { vmname: "{{ project_name }}-node01", flavor: t3.medium } - { vmname: "{{ project_name }}-node01", flavor: m3.small }
- name: attach floating ip - name: attach floating ip
openstack.cloud.floating_ip: openstack.cloud.floating_ip:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment