5 Commits

Author SHA1 Message Date
zhang.lei
b2df3b3da2 Fix the incorrect cirros default password
Following by https://docs.openstack.org/image-guide/obtain-images.html#cirros-test

Change-Id: I43f8ab98ba18fb27209c6a80458053e0eea89216
2018-05-09 09:35:47 +00:00
Adrien Vergé
2a2fe91602 Fix linting errors in YAML
This change corrects many problems detected by the `yamllint` linter.
It's a preparation for enabling this linter in change
Ie746230f28fe3ed0cf218201d5a3810f7bc44070.

For instance, the first run of the YAML linter helped discovering a key
duplication problem in `oso_ha.yaml`: the `depends_on` key was present
twice, so the first occurence was ignored.

Other changes are cosmetic: extra spaces, extra blank lines, missing
newlines at end-of-file, etc.

Change-Id: I7f2369adfb152fd2a74b9b105e969e653e592922
2016-03-11 14:57:38 +01:00
Kanagaraj Manickam
96a0b0b3d2 Fix for heat-template build failure
In mitaka, a new feature is introduced to ignore a given
set of errors and is used here to fix the zuul faliure.

In addition, it fixes the invalid template errors.

For those templates which causes circular error is
moved to invalid folder

NOTE: openshift-origin/centos65/highly-available is marked
as invald to make the build jobs to pass.

depends-on: I4a3043fd17b69a346d447dfbd17488040cf9b387
Change-Id: I7b5b72cb8f6ff53b82edf92799a57917c718e032
Closes-bug: #1554380
2016-03-10 19:49:28 +05:30
Oleksii Chuprykov
bb20c86e6e Add heat template for restarting a stack
Use mistral workflow for checking status of the given stack and
recreate stack, if VM that belongs to the stack in ERROR state or
doesn't exist. Note that it is needed to allow trusts delegation in
heat for successfull creation of a trust context.

Change-Id: I0b61177539c332db0833114e29eee7c74f2ff673
2015-10-08 17:01:13 +03:00
Tetiana Lashchova
a6a0f1a3fc Add templates to test autoscaling using mistral resources
Change-Id: I8c46e9235ac4924e496ae8c67caed6bc4b1f4474
co-authored-by: Peter Razumovsky <prazumovsky@mirantis.com>
2015-10-05 08:12:35 +00:00