Skip to content
Snippets Groups Projects
Commit e9dc82c9 authored by Jafar Lie's avatar Jafar Lie
Browse files

SQL0 now ubuntu

Former-commit-id: d45a10aa
parent c7bffbae
No related branches found
No related tags found
No related merge requests found
......@@ -225,12 +225,12 @@ resources:
list_join: [ '-', [ { get_param: "OS::stack_name" }, 'sql0' ]]
availability_zone: { get_param: avz }
flavor: m3.small
image: { get_param: centos_7_image_id }
image: { get_param: ubuntu_1804_image_id }
key_name: { get_param: ssh_key }
security_groups: [ { get_resource: SSHMonashSecGroup }, { get_resource: SlurmSecGroup }, { get_resource: MySQLSecGroup }, { get_resource: NFSSecGroup } ]
metadata:
ansible_host_groups: [ SQLNodes, NFSNodes ]
ansible_ssh_user: ec2-user
ansible_ssh_user: ubuntu
project_name: { get_param: project_name }
networks:
- network: { get_param: NetID }
......
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