tripleo-heat-templates/extraconfig
Sofer Athlan-Guyot ce75b84ddc Adjust for new pcs output.
The pcs config show command output has changed.

It need to be passed the --full option in order to do its job now.

So before we had:

    pcs config show |  sed -n '/^Ordering Constraints:/,/^Colocation Constraints:$/p' | grep -v "Ordering Constraints:"  | awk '{print $NF}' | cut -f2 -d: |cut -f1 -d\)
    order-ip-192.0.2.19-haproxy-clone-Optional
    order-ip-192.0.2.20-haproxy-clone-Optional
    ...

now we have

    pcs config show |  sed -n '/^Ordering Constraints:/,/^Colocation Constraints:$/p' | grep -v "Ordering Constraints:"  | awk '{print $NF}' | cut -f2 -d: |cut -f1 -d\)
    Optional
    Optional

adding the "--full" put the id back.

Closes-Bug: #1708427

Change-Id: I4931cb2230e3f46d191e345cd110132d88cb1b19
2017-08-03 13:35:13 +02:00
..
all_nodes Fix for AllNodesExtraConfig and fix environment files to create swap files/partitions 2017-01-26 02:35:03 +00:00
post_deploy Add ExtraConfig example that always runs on update 2016-03-23 14:29:50 +00:00
pre_deploy/rhel-registration Fixes multiple issues with retry function in rhel-registration. 2017-03-23 02:38:41 +00:00
tasks Adjust for new pcs output. 2017-08-03 13:35:13 +02:00