From e39ef4fe490ac5c26488c85ed6fc3b0c143affc8 Mon Sep 17 00:00:00 2001 From: handreas <andreas.hamacher@monash.edu> Date: Tue, 4 Feb 2020 09:26:27 +0000 Subject: [PATCH] Fix lint, ADD yaml tag upgrade --- CICD/heat/gc_HOT.yaml | 4 ++-- CICD/plays/allnodes.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CICD/heat/gc_HOT.yaml b/CICD/heat/gc_HOT.yaml index 9187da57..feaaf032 100644 --- a/CICD/heat/gc_HOT.yaml +++ b/CICD/heat/gc_HOT.yaml @@ -187,7 +187,7 @@ resources: project_name: { get_param: project_name } networks: - network: { get_param: NetID } - + LoginNodesU: type: "OS::Heat::ResourceGroup" properties: @@ -207,7 +207,7 @@ resources: ansible_ssh_user: ubuntu project_name: { get_param: project_name } networks: - - network: { get_param: NetID } + - network: { get_param: NetID } DesktopNodes: type: "OS::Heat::ResourceGroup" diff --git a/CICD/plays/allnodes.yml b/CICD/plays/allnodes.yml index 406bdb79..c59ded50 100644 --- a/CICD/plays/allnodes.yml +++ b/CICD/plays/allnodes.yml @@ -24,7 +24,7 @@ # - { role: disable_selinux, tags: [ disableselinux ] } - { role: etcHosts, tags: [ networking ] } - { role: config_repos, tags: [ repos ] } - - { role: upgrade } + - { role: upgrade, tags: [ upgrade ]} - { role: set_password } -- GitLab