states: Break on error, retry states up to 5 times 35/45135/3
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Sat, 14 Oct 2017 20:47:45 +0000 (22:47 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Sun, 15 Oct 2017 17:07:43 +0000 (19:07 +0200)
commit23f9ef727310a8ef449372313785241df6557559
treefe4f70468e0ca7b0c3685bd6ba422b14d81b72fa
parent644e5fdfa2f49b988a5150e2a4eefc12daecd845
states: Break on error, retry states up to 5 times

While applying scenario states, break on error, and retry failed
state up to 5 times. Apply the same behavior for `salt.sh`.

Add new deploy parameter, '-D', backed up by 'CI_DEBUG' env var,
which gates deploy sh scripts logging (set -x).
Also extend '-f' deploy parameter, allowing it to be specified
more than once; the first occurence will skip infra VM creation,
but still sync reclass & other config from local repo, while a
second occurence will also disable config sync.

To prevent glusterfs client state from failing due to non-existent
nova user/group, move it after nova:compute's nova state is applied.

Change-Id: I234e126e16be0e133d878957bd88fed946955de8
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
15 files changed:
ci/deploy.sh
mcp/config/states/dpdk
mcp/config/states/maas
mcp/config/states/networks
mcp/config/states/neutron_compute
mcp/config/states/opendaylight
mcp/config/states/openstack
mcp/config/states/openstack_ha
mcp/config/states/virtual_control_plane
mcp/patches/patch.sh
mcp/scripts/create-config-drive.sh
mcp/scripts/globals.sh
mcp/scripts/lib.sh
mcp/scripts/log.sh
mcp/scripts/salt.sh