Skip to content
Snippets Groups Projects
Commit 5a3f2178 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

step1: ubuntu computenode

parent 9c5073e0
No related branches found
No related tags found
1 merge request!293Ubuntu
...@@ -170,7 +170,7 @@ resources: ...@@ -170,7 +170,7 @@ resources:
LoginNodes: LoginNodes:
type: "OS::Heat::ResourceGroup" type: "OS::Heat::ResourceGroup"
properties: properties:
count: 1 count: 0
resource_def: resource_def:
type: "OS::Nova::Server" type: "OS::Nova::Server"
properties: properties:
...@@ -218,7 +218,7 @@ resources: ...@@ -218,7 +218,7 @@ resources:
properties: properties:
#availability_zone: { get_param: avz } #availability_zone: { get_param: avz }
flavor: t3.small flavor: t3.small
image: { get_param: centos_7_image_id } image: { get_param: ubuntu_1804_image_id }
key_name: { get_param: ssh_key } key_name: { get_param: ssh_key }
name: name:
list_join: [ '-', [ { get_param: "OS::stack_name" }, 'computec%index%' ]] list_join: [ '-', [ { get_param: "OS::stack_name" }, 'computec%index%' ]]
......
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