- Add test for multiple provision action for one space id
- Add test for check purge '?' section during provision
Change-Id: Ic0abefdbd677cd1c906640346a72e4d1423a9183
Implements: blueprint murano-cfapi-func-tests
The Glare Artifact Plugin package version has to match the version of
Murano which gets inferred based on the recent git repository tag.
Due to the recent switch to post-versioning, it's better to remove the
version from setup.cfg at all
Change-Id: I3cc6b7e98c9df28753622be3ac6f4a3844459762
Closes-Bug: #1520498
Murano does not get keystone endpoint when Keystone is configured to use
templated catalog
Change-Id: Id568c0a59b2e99dc946b1f2f55f6b233fd6a1b27
Closes-bug: #1514692
Full descriptions of what package type plugins are
and how to develop them including full API reference.
Change-Id: Iac3fea19367bfcd01520620ab07cd53a173a11cf
Error message changed when Update environment returns HTTP 400
at commit ac2b523302604abca83212233d5d68ea43651877.
before: Environment name must contain only alphanumeric or "_-."
characters, must start with alpha
after : Environment name must contain at least one non-white
space symbol
This patch fixes it in the doc.
Change-Id: I9bba2cb92cf8d034c54a6209a8ba60b3075b15db
Closes-Bug: #1519217
- Add test which will check binding route and functional of cfapi
service.
Change-Id: I958be30ce4fb871a460b37111bd6264f477a5bfb
Targets: blueprint murano-cfapi-func-tests
- Add test which will check, that cfapi returns expected error-code
from last_status request, if requested instance_id doesn't exist.
Change-Id: I2845aad6d08182f64dd4b6ce5f494c564c989c63
Targets: blueprint murano-cfapi-func-tests
Sometimes package section can be provided with input parameters from
Cloud Foundry. We need to skip it to prevent various errors.
Change-Id: I181d4227d05d90f7bccf723e6b04957227ebbfd4
Closes-Bug: #1517035
- Add Mock app which will be imported during the test run.
This app will be deployed through Cloudfoundry API Murano Service
Broker.
- Change plugin to make possible create a zip archive
in murano_tempest_tests directory.
- Add application_catalog client into services directory to
perform operations with packages.
- Add utils to make possible dummy app generation.
- Add functions to provide additional functionality to
service_broker client.
- Add functions to service_broker base to make cleanups easier.
- Add provision and deprovision test.
Targets: blueprint murano-cfapi-func-tests
Change-Id: I6fc75f53b8f0c7b2a96ff2e1d5a63529efaf98df
python-mistralclient is already listed in global requirenments.
This patch moves it above and removes the comment
Change-Id: I1bf602365d1007e378645a5059c354f090bb1b48
This feature will allow having private and public environment templates, as well as,
to obtain all public templates from all tenants. In addition, a clone functionality
is added to copy a template from a tenant to another.
Change-Id: I702d9d707cb14195278b1cc2084fe9609660a3fe
Targets-blueprint: abstract-env-template
py26 tox target is removed in the following commit
commit f2956a33a0c98e6f15696a1880f23b22154e07dc ,
but remains in the doc.
This patch removes it in the doc.
Change-Id: Ibaa34ff168d3022f82227d401a3f056c48deeecc
The case
$dict[$key]: value
for integer $key was not addressed in LHS expression logic.
As a result no changes were made to $dict and no error was raised.
Change-Id: I969dab5f0d32312cf52490945934557c32f22dde
Closes-Bug: #1515612
* Adds a HowTo instruction into the "Edit an environment"
section of the End User Guide.
* Fixes a typo in the "Create an environment" section.
Change-Id: Id77b398b1b6badf8940a65f43dedc129b74ef551
Example of net-config file is added by
commit 0d42f01f68cbe4e480c51b63271bd3bdb41d8021,
and file is assumed etc/murano/netconfig.yaml.sample
in commit message. But netconfig.yaml.samle was added.
This patch renames netconfig.yaml.samle to netconfig.yaml.sample.
Change-Id: I9d86b95bc54e2b6d6124b699e9cf256aeb067efa
Closes-Bug: #1515904