fix asg/lc names
authorJustin Wind <j.wind@partner.samsung.com>
Thu, 16 Mar 2017 17:33:23 +0000 (10:33 -0700)
committerJustin Wind <j.wind@partner.samsung.com>
Thu, 16 Mar 2017 17:33:23 +0000 (10:33 -0700)
roles/autoscalinggroup/tasks/main.yml
roles/launchconfig/tasks/main.yml

index 694f7dce6a860c06c29bd578977603f7d737c0a4..f4d2449bd43fe597a9807a5c71c4b064b743c726 100644 (file)
@@ -11,8 +11,8 @@
     asg_n:
     - "{{ module }}"
     - "{{ stack|default() }}"
-    - "{{ (country|default() != '')|ternary('c0', '') }}{{ country|default('') }}"
-    - "{{ (phase|default() != '')|ternary('d0', '') }}{{ phase|default('') }}"
+    - "{{ country|default()|ternary('c0', '') }}{{ country|default() }}"
+    - "{{ phase|default()|ternary('d0', '') }}{{ phase|default() }}"
 
 - set_fact:
     partial_subnet_ids: "{{ subnet_ids }}"
index ced0bcd16dc8f2ae742429f6fc149fc85bde69af..bf0510f730e004ba0beb0773168f56920d05bcf2 100644 (file)
 - set_fact:
     ud_cluster:
     - "{{ module }}"
-    - "{{ (country|default() != '')|ternary('c0', '') }}{{ country|default('') }}"
-    - "{{ (phase|default() != '')|ternary('d0', '') }}{{ phase|default('') }}"
+    - "{{ country|default()|ternary('c0', '') }}{{ country|default() }}"
+    - "{{ phase|default()|ternary('d0', '') }}{{ phase|default() }}"
 
 - set_fact:
     ud_asgn:
     - "{{ module }}"
-    - "{{ stack|default('') }}"
-    - "{{ (country|default() != '')|ternary('c0', '') }}{{ country|default('') }}"
-    - "{{ (phase|default() != '')|ternary('d0', '') }}{{ phase|default('') }}"
+    - "{{ stack|default() }}"
+    - "{{ country|default()|ternary('c0', '') }}{{ country|default() }}"
+    - "{{ phase|default()|ternary('d0', '') }}{{ phase|default() }}"
 
 - set_fact:
     lc_n:
     - "{{ module }}"
-    - "{{ stack|default('') }}"
-    - "{{ (country|default() != '')|ternary('c0', '') }}{{ country|default('') }}"
-    - "{{ (phase|default() != '')|ternary('d0', '') }}{{ phase|default('') }}"
+    - "{{ stack|default() }}"
+    - "{{ country|default()|ternary('c0', '') }}{{ country|default() }}"
+    - "{{ phase|default()|ternary('d0', '') }}{{ phase|default() }}"
     - "{{ version }}"
 
 - name: assemble user data